mirror of
https://github.com/mastodon/mastodon.git
synced 2025-08-09 05:08:20 +00:00
Compare commits
54 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
77d2cdb302 | ||
![]() |
c727197760 | ||
![]() |
d6859c9658 | ||
![]() |
7a9e98f4d6 | ||
![]() |
7924a27ae7 | ||
![]() |
d664b9d8ff | ||
![]() |
4558cfadd8 | ||
![]() |
713965467d | ||
![]() |
aec6d0f807 | ||
![]() |
e103815d2d | ||
![]() |
d73b9fba90 | ||
![]() |
a89d11bc08 | ||
![]() |
a250928934 | ||
![]() |
1d1b17b04b | ||
![]() |
2aff51013c | ||
![]() |
8c3c1faaec | ||
![]() |
a2888f1bb2 | ||
![]() |
77fe044f03 | ||
![]() |
da0cc0f5b9 | ||
![]() |
ee83f3a8b9 | ||
![]() |
7ae78b1032 | ||
![]() |
c4b7c3bdda | ||
![]() |
a79dbf8334 | ||
![]() |
ef6f5f9357 | ||
![]() |
f65f6ad6f1 | ||
![]() |
c0e242cb73 | ||
![]() |
609a40181e | ||
![]() |
93ce44d21d | ||
![]() |
fb3ff194b5 | ||
![]() |
81b363b338 | ||
![]() |
1151b05c2d | ||
![]() |
f96743fcfb | ||
![]() |
69e14246b8 | ||
![]() |
c1794fb948 | ||
![]() |
333a17a478 | ||
![]() |
388e09e1a3 | ||
![]() |
2dcededcf0 | ||
![]() |
2db8a328cd | ||
![]() |
b4a950c2fc | ||
![]() |
194645aada | ||
![]() |
0c5ce23ae4 | ||
![]() |
cb937a920e | ||
![]() |
7051458467 | ||
![]() |
025abf7325 | ||
![]() |
28373a9c88 | ||
![]() |
42884d8727 | ||
![]() |
000ff9c05f | ||
![]() |
921af5d27d | ||
![]() |
878e1e65eb | ||
![]() |
06f5f270cc | ||
![]() |
961c22a6fd | ||
![]() |
07b4fa55c8 | ||
![]() |
041bce9ed6 | ||
![]() |
d7a08d81b6 |
4
.github/workflows/build-releases.yml
vendored
4
.github/workflows/build-releases.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
# Only tag with latest when ran against the latest stable branch
|
||||
# This needs to be updated after each minor version release
|
||||
flavor: |
|
||||
latest=${{ startsWith(github.ref, 'refs/tags/v4.3.') }}
|
||||
latest=${{ startsWith(github.ref, 'refs/tags/v4.4.') }}
|
||||
tags: |
|
||||
type=pep440,pattern={{raw}}
|
||||
type=pep440,pattern=v{{major}}.{{minor}}
|
||||
|
@ -39,7 +39,7 @@ jobs:
|
|||
# Only tag with latest when ran against the latest stable branch
|
||||
# This needs to be updated after each minor version release
|
||||
flavor: |
|
||||
latest=${{ startsWith(github.ref, 'refs/tags/v4.3.') }}
|
||||
latest=${{ startsWith(github.ref, 'refs/tags/v4.4.') }}
|
||||
tags: |
|
||||
type=pep440,pattern={{raw}}
|
||||
type=pep440,pattern=v{{major}}.{{minor}}
|
||||
|
|
1
.github/workflows/crowdin-upload.yml
vendored
1
.github/workflows/crowdin-upload.yml
vendored
|
@ -14,6 +14,7 @@ on:
|
|||
- config/locales/devise.en.yml
|
||||
- config/locales/doorkeeper.en.yml
|
||||
- .github/workflows/crowdin-upload.yml
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
upload-translations:
|
||||
|
|
41
CHANGELOG.md
41
CHANGELOG.md
|
@ -2,7 +2,37 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [4.4.0] - UNRELEASED
|
||||
## [4.4.2] - 2025-07-23
|
||||
|
||||
### Security
|
||||
|
||||
- Update dependencies
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix menu not clickable in Firefox (#35390 and #35414 by @diondiondion)
|
||||
- Add `lang` attribute to current composer language in alt text modal (#35412 by @diondiondion)
|
||||
- Fix quote posts styling on notifications page (#35411 by @diondiondion)
|
||||
- Improve a11y of custom select menus in notifications settings (#35403 by @diondiondion)
|
||||
- Fix selected item in poll select menus is unreadable in Firefox (#35402 by @diondiondion)
|
||||
- Update age limit wording (#35387 by @diondiondion)
|
||||
- Fix support for quote verification in implicit status updates (#35384 by @ClearlyClaire)
|
||||
- Improve `Dropdown` component accessibility (#35373 by @diondiondion)
|
||||
- Fix processing some incoming quotes failing because of missing JSON-LD context (#35354 and #35380 by @ClearlyClaire)
|
||||
- Make bio hashtags open the local page instead of the remote instance (#35349 by @ChaosExAnima)
|
||||
- Fix styling of external log-in button (#35320 by @ClearlyClaire)
|
||||
|
||||
## [4.4.1] - 2025-07-09
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix nearly every sub-directory being crawled as part of Vite build (#35323 by @ClearlyClaire)
|
||||
- Fix assets not building when Redis is unavailable (#35321 by @oneiros)
|
||||
- Fix replying from media modal or pop-in-player tagging user `@undefined` (#35317 by @ClearlyClaire)
|
||||
- Fix support for special characters in various environment variables (#35314 by @mjankowski and @ClearlyClaire)
|
||||
- Fix some database migrations failing for indexes manually removed by admins (#35309 by @mjankowski)
|
||||
|
||||
## [4.4.0] - 2025-07-08
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -38,7 +68,7 @@ All notable changes to this project will be documented in this file.
|
|||
Server administrators can now chose to opt in to transmit referrer information when following an external link. Only the domain name is transmitted, not the referrer path.
|
||||
- Add double tap to zoom and swipe to dismiss to media modal in web UI (#34210 by @Gargron)
|
||||
- Add link from Web UI for Hashtags to the Moderation UI (#31448 by @ThisIsMissEm)
|
||||
- **Add terms of service** (#33055, #33233, #33230, #33703, #33699, #33994, #33993, #34105, #34122, #34200, #34527, #35053, #35115, #35126 and #35127 by @ClearlyClaire, @Gargron, @mjankowski, and @oneiros)\
|
||||
- **Add terms of service** (#33055, #33233, #33230, #33703, #33699, #33994, #33993, #34105, #34122, #34200, #34527, #35053, #35115, #35126, #35127 and #35233 by @ClearlyClaire, @Gargron, @mjankowski, and @oneiros)\
|
||||
Server administrators can now fill in Terms of Service and notify their users of upcoming changes.
|
||||
- Add optional bulk mailer settings (#35191 and #35203 by @oneiros)\
|
||||
This adds the optional environment variables `BULK_SMTP_PORT`, `BULK_SMTP_SERVER`, `BULK_SMTP_LOGIN` and so on analogous to `SMTP_PORT`, `SMTP_SERVER`, `SMTP_LOGIN` and related SMTP configuration environment variables.\
|
||||
|
@ -51,7 +81,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Add ability to dismiss alt text badge by tapping it in web UI (#33737 by @Gargron)
|
||||
- Add loading indicator to timeline gap indicators in web UI (#33762 by @Gargron)
|
||||
- Add interaction modal when trying to interact with a poll while logged out (#32609 by @ThisIsMissEm)
|
||||
- **Add experimental FASP support** (#34031, #34415, #34765, #34965, #34964, #34033 and #35218 by @oneiros)\
|
||||
- **Add experimental FASP support** (#34031, #34415, #34765, #34965, #34964, #34033, #35218, #35262 and #35263 by @oneiros)\
|
||||
This is a first step towards supporting “Fediverse Auxiliary Service Providers” (https://github.com/mastodon/fediverse_auxiliary_service_provider_specifications). This is mostly interesting to developers who would like to implement their own FASP, but also includes the capability to share data with a discovery provider (see https://www.fediscovery.org).
|
||||
- Add ability for admins to send announcements to all users via email (#33928 and #34411 by @ClearlyClaire)\
|
||||
This is meant for critical announcements only, as this will potentially send a lot of emails and cannot be opted out of by users.
|
||||
|
@ -64,7 +94,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Add dropdown menu with quick actions to lists of accounts in web UI (#34391, #34709, and #34767 by @Gargron, @diondiondion, and @mkljczk)
|
||||
- Add support for displaying “year in review” notification in web UI (#32710, #32765, #32709, #32807, #32914, #33148, and #33882 by @Gargron and @mjankowski)\
|
||||
Note that the notification is currently not generated automatically, and at the moment requires a manual undocumented administrator action.
|
||||
- Add experimental support for receiving HTTP Message Signatures (RFC9421) (#34814, #35033 and #35109 by @oneiros)\
|
||||
- Add experimental support for receiving HTTP Message Signatures (RFC9421) (#34814, #35033, #35109 and #35278 by @oneiros)\
|
||||
For now, this needs to be explicitly enabled through the `http_message_signatures` feature flag (`EXPERIMENTAL_FEATURES=http_message_signatures`). This currently only covers verifying such signatures (inbound HTTP requests), not issuing them (outbound HTTP requests).
|
||||
- Add experimental Async Refreshes API (#34918 by @oneiros)
|
||||
- Add experimental server-side feature to fetch remote replies (#32615, #34147, #34149, #34151, #34615, #34682, and #34702 by @ClearlyClaire and @sneakers-the-rat)\
|
||||
|
@ -218,6 +248,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Fix admin dashboard crash on specific Elasticsearch connection errors (#34683 by @ClearlyClaire)
|
||||
- Fix OIDC account creation failing for long display names (#34639 by @defnull)
|
||||
- Fix use of the deprecated `/api/v1/instance` endpoint in the moderation interface (#34613 by @renchap)
|
||||
- Fix inaccessible “Clear search” button (#35152 and #35281 by @diondiondion)
|
||||
- Fix search operators sometimes getting lost (#35190 by @ClearlyClaire)
|
||||
- Fix directory scroll position reset (#34560 by @przucidlo)
|
||||
- Fix needlessly complex SVG paths for oEmbed and logo (#34538 by @edent)
|
||||
|
@ -232,7 +263,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Fix extra space under left-indented vertical videos (#34313 by @ClearlyClaire)
|
||||
- Fix glitchy iOS media attachment drag interactions (#35057 by @diondiondion)
|
||||
- Fix zoomed images being blurry in Safari (#35052 by @diondiondion)
|
||||
- Fix redundant focus stop within status component in Web UI and make focus style more noticeable (#35037, #35051, #35096 and #35150 by @diondiondion)
|
||||
- Fix redundant focus stop within status component in Web UI and make focus style more noticeable (#35037, #35051, #35096, #35150 and #35251 by @diondiondion)
|
||||
- Fix digits in media player time readout not having a consistent width (#35038 by @diondiondion)
|
||||
- Fix wrong text color for “Open in advanced web interface” banner in high-contrast theme (#35032 by @diondiondion)
|
||||
- Fix hover card for limited accounts not hiding information as expected (#35024 by @diondiondion)
|
||||
|
|
|
@ -458,7 +458,7 @@ GEM
|
|||
net-smtp (0.5.1)
|
||||
net-protocol
|
||||
nio4r (2.7.4)
|
||||
nokogiri (1.18.8)
|
||||
nokogiri (1.18.9)
|
||||
mini_portile2 (~> 2.8.2)
|
||||
racc (~> 1.4)
|
||||
oj (3.16.11)
|
||||
|
@ -869,7 +869,7 @@ GEM
|
|||
terrapin (1.1.0)
|
||||
climate_control
|
||||
test-prof (1.4.4)
|
||||
thor (1.3.2)
|
||||
thor (1.4.0)
|
||||
tilt (2.6.0)
|
||||
timeout (0.4.3)
|
||||
tpm-key_attestation (0.14.1)
|
||||
|
|
11
SECURITY.md
11
SECURITY.md
|
@ -13,8 +13,9 @@ A "vulnerability in Mastodon" is a vulnerability in the code distributed through
|
|||
|
||||
## Supported Versions
|
||||
|
||||
| Version | Supported |
|
||||
| ------- | --------- |
|
||||
| 4.3.x | Yes |
|
||||
| 4.2.x | Yes |
|
||||
| < 4.2 | No |
|
||||
| Version | Supported |
|
||||
| ------- | ---------------- |
|
||||
| 4.4.x | Yes |
|
||||
| 4.3.x | Yes |
|
||||
| 4.2.x | Until 2026-01-08 |
|
||||
| < 4.2 | No |
|
||||
|
|
|
@ -14,16 +14,20 @@ module Admin
|
|||
def create
|
||||
authorize @account, :show?
|
||||
|
||||
account_action = Admin::AccountAction.new(resource_params)
|
||||
account_action.target_account = @account
|
||||
account_action.current_account = current_account
|
||||
@account_action = Admin::AccountAction.new(resource_params)
|
||||
@account_action.target_account = @account
|
||||
@account_action.current_account = current_account
|
||||
|
||||
account_action.save!
|
||||
|
||||
if account_action.with_report?
|
||||
redirect_to admin_reports_path, notice: I18n.t('admin.reports.processed_msg', id: resource_params[:report_id])
|
||||
if @account_action.save
|
||||
if @account_action.with_report?
|
||||
redirect_to admin_reports_path, notice: I18n.t('admin.reports.processed_msg', id: resource_params[:report_id])
|
||||
else
|
||||
redirect_to admin_account_path(@account.id)
|
||||
end
|
||||
else
|
||||
redirect_to admin_account_path(@account.id)
|
||||
@warning_presets = AccountWarningPreset.all
|
||||
|
||||
render :new
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -64,6 +64,9 @@ module SignatureVerification
|
|||
return (@signed_request_actor = actor) if signed_request.verified?(actor)
|
||||
|
||||
fail_with! "Verification failed for #{actor.to_log_human_identifier} #{actor.uri}"
|
||||
rescue Mastodon::MalformedHeaderError => e
|
||||
@signature_verification_failure_code = 400
|
||||
fail_with! e.message
|
||||
rescue Mastodon::SignatureVerificationError => e
|
||||
fail_with! e.message
|
||||
rescue *Mastodon::HTTP_CONNECTION_ERRORS => e
|
||||
|
|
|
@ -50,6 +50,13 @@ module WebAppControllerConcern
|
|||
return unless current_user&.require_tos_interstitial?
|
||||
|
||||
@terms_of_service = TermsOfService.published.first
|
||||
|
||||
# Handle case where terms of service have been removed from the database
|
||||
if @terms_of_service.nil?
|
||||
current_user.update(require_tos_interstitial: false)
|
||||
return
|
||||
end
|
||||
|
||||
render 'terms_of_service_interstitial/show', layout: 'auth'
|
||||
end
|
||||
|
||||
|
|
|
@ -66,7 +66,7 @@ module ApplicationHelper
|
|||
|
||||
def provider_sign_in_link(provider)
|
||||
label = Devise.omniauth_configs[provider]&.strategy&.display_name.presence || I18n.t("auth.providers.#{provider}", default: provider.to_s.chomp('_oauth2').capitalize)
|
||||
link_to label, omniauth_authorize_path(:user, provider), class: "button button-#{provider}", method: :post
|
||||
link_to label, omniauth_authorize_path(:user, provider), class: "btn button-#{provider}", method: :post
|
||||
end
|
||||
|
||||
def locale_direction
|
||||
|
|
|
@ -26,6 +26,12 @@ module ContextHelper
|
|||
suspended: { 'toot' => 'http://joinmastodon.org/ns#', 'suspended' => 'toot:suspended' },
|
||||
attribution_domains: { 'toot' => 'http://joinmastodon.org/ns#', 'attributionDomains' => { '@id' => 'toot:attributionDomains', '@type' => '@id' } },
|
||||
quote_requests: { 'QuoteRequest' => 'https://w3id.org/fep/044f#QuoteRequest' },
|
||||
quotes: {
|
||||
'quote' => 'https://w3id.org/fep/044f#quote',
|
||||
'quoteUri' => 'http://fedibird.com/ns#quoteUri',
|
||||
'_misskey_quote' => 'https://misskey-hub.net/ns#_misskey_quote',
|
||||
'quoteAuthorization' => { '@id' => 'https://w3id.org/fep/044f#quoteAuthorization', '@type' => '@id' },
|
||||
},
|
||||
interaction_policies: {
|
||||
'gts' => 'https://gotosocial.org/ns#',
|
||||
'interactionPolicy' => { '@id' => 'gts:interactionPolicy', '@type' => '@id' },
|
||||
|
|
|
@ -1,12 +1,30 @@
|
|||
import { useCallback } from 'react';
|
||||
|
||||
import { useLinks } from 'mastodon/hooks/useLinks';
|
||||
|
||||
export const AccountBio: React.FC<{
|
||||
interface AccountBioProps {
|
||||
note: string;
|
||||
className: string;
|
||||
}> = ({ note, className }) => {
|
||||
const handleClick = useLinks();
|
||||
dropdownAccountId?: string;
|
||||
}
|
||||
|
||||
if (note.length === 0 || note === '<p></p>') {
|
||||
export const AccountBio: React.FC<AccountBioProps> = ({
|
||||
note,
|
||||
className,
|
||||
dropdownAccountId,
|
||||
}) => {
|
||||
const handleClick = useLinks(!!dropdownAccountId);
|
||||
const handleNodeChange = useCallback(
|
||||
(node: HTMLDivElement | null) => {
|
||||
if (!dropdownAccountId || !node || node.childNodes.length === 0) {
|
||||
return;
|
||||
}
|
||||
addDropdownToHashtags(node, dropdownAccountId);
|
||||
},
|
||||
[dropdownAccountId],
|
||||
);
|
||||
|
||||
if (note.length === 0) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
@ -15,6 +33,28 @@ export const AccountBio: React.FC<{
|
|||
className={`${className} translate`}
|
||||
dangerouslySetInnerHTML={{ __html: note }}
|
||||
onClickCapture={handleClick}
|
||||
ref={handleNodeChange}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
function addDropdownToHashtags(node: HTMLElement | null, accountId: string) {
|
||||
if (!node) {
|
||||
return;
|
||||
}
|
||||
for (const childNode of node.childNodes) {
|
||||
if (!(childNode instanceof HTMLElement)) {
|
||||
continue;
|
||||
}
|
||||
if (
|
||||
childNode instanceof HTMLAnchorElement &&
|
||||
(childNode.classList.contains('hashtag') ||
|
||||
childNode.innerText.startsWith('#')) &&
|
||||
!childNode.dataset.menuHashtag
|
||||
) {
|
||||
childNode.dataset.menuHashtag = accountId;
|
||||
} else if (childNode.childNodes.length > 0) {
|
||||
addDropdownToHashtags(childNode, accountId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@ import {
|
|||
useCallback,
|
||||
cloneElement,
|
||||
Children,
|
||||
useId,
|
||||
} from 'react';
|
||||
|
||||
import classNames from 'classnames';
|
||||
|
@ -16,6 +17,7 @@ import Overlay from 'react-overlays/Overlay';
|
|||
import type {
|
||||
OffsetValue,
|
||||
UsePopperOptions,
|
||||
Placement,
|
||||
} from 'react-overlays/esm/usePopper';
|
||||
|
||||
import { fetchRelationships } from 'mastodon/actions/accounts';
|
||||
|
@ -295,6 +297,11 @@ interface DropdownProps<Item = MenuItem> {
|
|||
title?: string;
|
||||
disabled?: boolean;
|
||||
scrollable?: boolean;
|
||||
placement?: Placement;
|
||||
/**
|
||||
* Prevent the `ScrollableList` with this scrollKey
|
||||
* from being scrolled while the dropdown is open
|
||||
*/
|
||||
scrollKey?: string;
|
||||
status?: ImmutableMap<string, unknown>;
|
||||
forceDropdown?: boolean;
|
||||
|
@ -316,6 +323,7 @@ export const Dropdown = <Item = MenuItem,>({
|
|||
title = 'Menu',
|
||||
disabled,
|
||||
scrollable,
|
||||
placement = 'bottom',
|
||||
status,
|
||||
forceDropdown = false,
|
||||
renderItem,
|
||||
|
@ -331,16 +339,15 @@ export const Dropdown = <Item = MenuItem,>({
|
|||
);
|
||||
const [currentId] = useState(id++);
|
||||
const open = currentId === openDropdownId;
|
||||
const activeElement = useRef<HTMLElement | null>(null);
|
||||
const targetRef = useRef<HTMLButtonElement | null>(null);
|
||||
const buttonRef = useRef<HTMLButtonElement | null>(null);
|
||||
const menuId = useId();
|
||||
const prefetchAccountId = status
|
||||
? status.getIn(['account', 'id'])
|
||||
: undefined;
|
||||
|
||||
const handleClose = useCallback(() => {
|
||||
if (activeElement.current) {
|
||||
activeElement.current.focus({ preventScroll: true });
|
||||
activeElement.current = null;
|
||||
if (buttonRef.current) {
|
||||
buttonRef.current.focus({ preventScroll: true });
|
||||
}
|
||||
|
||||
dispatch(
|
||||
|
@ -375,7 +382,7 @@ export const Dropdown = <Item = MenuItem,>({
|
|||
[handleClose, onItemClick, items],
|
||||
);
|
||||
|
||||
const handleClick = useCallback(
|
||||
const toggleDropdown = useCallback(
|
||||
(e: React.MouseEvent | React.KeyboardEvent) => {
|
||||
const { type } = e;
|
||||
|
||||
|
@ -423,38 +430,6 @@ export const Dropdown = <Item = MenuItem,>({
|
|||
],
|
||||
);
|
||||
|
||||
const handleMouseDown = useCallback(() => {
|
||||
if (!open && document.activeElement instanceof HTMLElement) {
|
||||
activeElement.current = document.activeElement;
|
||||
}
|
||||
}, [open]);
|
||||
|
||||
const handleButtonKeyDown = useCallback(
|
||||
(e: React.KeyboardEvent) => {
|
||||
switch (e.key) {
|
||||
case ' ':
|
||||
case 'Enter':
|
||||
handleMouseDown();
|
||||
break;
|
||||
}
|
||||
},
|
||||
[handleMouseDown],
|
||||
);
|
||||
|
||||
const handleKeyPress = useCallback(
|
||||
(e: React.KeyboardEvent) => {
|
||||
switch (e.key) {
|
||||
case ' ':
|
||||
case 'Enter':
|
||||
handleClick(e);
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
break;
|
||||
}
|
||||
},
|
||||
[handleClick],
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
return () => {
|
||||
if (currentId === openDropdownId) {
|
||||
|
@ -465,14 +440,16 @@ export const Dropdown = <Item = MenuItem,>({
|
|||
|
||||
let button: React.ReactElement;
|
||||
|
||||
const buttonProps = {
|
||||
disabled,
|
||||
onClick: toggleDropdown,
|
||||
'aria-expanded': open,
|
||||
'aria-controls': menuId,
|
||||
ref: buttonRef,
|
||||
};
|
||||
|
||||
if (children) {
|
||||
button = cloneElement(Children.only(children), {
|
||||
onClick: handleClick,
|
||||
onMouseDown: handleMouseDown,
|
||||
onKeyDown: handleButtonKeyDown,
|
||||
onKeyPress: handleKeyPress,
|
||||
ref: targetRef,
|
||||
});
|
||||
button = cloneElement(Children.only(children), buttonProps);
|
||||
} else if (icon && iconComponent) {
|
||||
button = (
|
||||
<IconButton
|
||||
|
@ -480,12 +457,7 @@ export const Dropdown = <Item = MenuItem,>({
|
|||
iconComponent={iconComponent}
|
||||
title={title}
|
||||
active={open}
|
||||
disabled={disabled}
|
||||
onClick={handleClick}
|
||||
onMouseDown={handleMouseDown}
|
||||
onKeyDown={handleButtonKeyDown}
|
||||
onKeyPress={handleKeyPress}
|
||||
ref={targetRef}
|
||||
{...buttonProps}
|
||||
/>
|
||||
);
|
||||
} else {
|
||||
|
@ -499,13 +471,13 @@ export const Dropdown = <Item = MenuItem,>({
|
|||
<Overlay
|
||||
show={open}
|
||||
offset={offset}
|
||||
placement='bottom'
|
||||
placement={placement}
|
||||
flip
|
||||
target={targetRef}
|
||||
target={buttonRef}
|
||||
popperConfig={popperConfig}
|
||||
>
|
||||
{({ props, arrowProps, placement }) => (
|
||||
<div {...props}>
|
||||
<div {...props} id={menuId}>
|
||||
<div className={`dropdown-animation dropdown-menu ${placement}`}>
|
||||
<div
|
||||
className={`dropdown-menu__arrow ${placement}`}
|
||||
|
|
|
@ -14,7 +14,6 @@ interface Props {
|
|||
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
||||
onMouseDown?: React.MouseEventHandler<HTMLButtonElement>;
|
||||
onKeyDown?: React.KeyboardEventHandler<HTMLButtonElement>;
|
||||
onKeyPress?: React.KeyboardEventHandler<HTMLButtonElement>;
|
||||
active?: boolean;
|
||||
expanded?: boolean;
|
||||
style?: React.CSSProperties;
|
||||
|
@ -45,7 +44,6 @@ export const IconButton = forwardRef<HTMLButtonElement, Props>(
|
|||
activeStyle,
|
||||
onClick,
|
||||
onKeyDown,
|
||||
onKeyPress,
|
||||
onMouseDown,
|
||||
active = false,
|
||||
disabled = false,
|
||||
|
@ -85,16 +83,6 @@ export const IconButton = forwardRef<HTMLButtonElement, Props>(
|
|||
[disabled, onClick],
|
||||
);
|
||||
|
||||
const handleKeyPress: React.KeyboardEventHandler<HTMLButtonElement> =
|
||||
useCallback(
|
||||
(e) => {
|
||||
if (!disabled) {
|
||||
onKeyPress?.(e);
|
||||
}
|
||||
},
|
||||
[disabled, onKeyPress],
|
||||
);
|
||||
|
||||
const handleMouseDown: React.MouseEventHandler<HTMLButtonElement> =
|
||||
useCallback(
|
||||
(e) => {
|
||||
|
@ -161,7 +149,6 @@ export const IconButton = forwardRef<HTMLButtonElement, Props>(
|
|||
onClick={handleClick}
|
||||
onMouseDown={handleMouseDown}
|
||||
onKeyDown={handleKeyDown}
|
||||
onKeyPress={handleKeyPress} // eslint-disable-line @typescript-eslint/no-deprecated
|
||||
style={buttonStyle}
|
||||
tabIndex={tabIndex}
|
||||
disabled={disabled}
|
||||
|
|
|
@ -6,6 +6,7 @@ import classNames from 'classnames';
|
|||
import { Helmet } from 'react-helmet';
|
||||
import { NavLink } from 'react-router-dom';
|
||||
|
||||
import { AccountBio } from '@/mastodon/components/account_bio';
|
||||
import CheckIcon from '@/material-icons/400-24px/check.svg?react';
|
||||
import LockIcon from '@/material-icons/400-24px/lock.svg?react';
|
||||
import MoreHorizIcon from '@/material-icons/400-24px/more_horiz.svg?react';
|
||||
|
@ -773,7 +774,6 @@ export const AccountHeader: React.FC<{
|
|||
);
|
||||
}
|
||||
|
||||
const content = { __html: account.note_emojified };
|
||||
const displayNameHtml = { __html: account.display_name_html };
|
||||
const fields = account.fields;
|
||||
const isLocal = !account.acct.includes('@');
|
||||
|
@ -897,12 +897,11 @@ export const AccountHeader: React.FC<{
|
|||
<AccountNote accountId={accountId} />
|
||||
)}
|
||||
|
||||
{account.note.length > 0 && account.note !== '<p></p>' && (
|
||||
<div
|
||||
className='account__header__content translate'
|
||||
dangerouslySetInnerHTML={content}
|
||||
/>
|
||||
)}
|
||||
<AccountBio
|
||||
note={account.note_emojified}
|
||||
dropdownAccountId={accountId}
|
||||
className='account__header__content'
|
||||
/>
|
||||
|
||||
<div className='account__header__fields'>
|
||||
<dl>
|
||||
|
|
|
@ -261,7 +261,9 @@ export const AltTextModal = forwardRef<ModalRef, Props & Partial<RestoreProps>>(
|
|||
);
|
||||
const lang = useAppSelector(
|
||||
(state) =>
|
||||
(state.compose as ImmutableMap<string, unknown>).get('lang') as string,
|
||||
(state.compose as ImmutableMap<string, unknown>).get(
|
||||
'language',
|
||||
) as string,
|
||||
);
|
||||
const focusX =
|
||||
(media?.getIn(['meta', 'focus', 'x'], 0) as number | undefined) ?? 0;
|
||||
|
|
|
@ -47,10 +47,6 @@ const labelForRecentSearch = (search: RecentSearch) => {
|
|||
}
|
||||
};
|
||||
|
||||
const unfocus = () => {
|
||||
document.querySelector('.ui')?.parentElement?.focus();
|
||||
};
|
||||
|
||||
const ClearButton: React.FC<{
|
||||
onClick: () => void;
|
||||
hasValue: boolean;
|
||||
|
@ -107,6 +103,11 @@ export const Search: React.FC<{
|
|||
}, [initialValue]);
|
||||
const searchOptions: SearchOption[] = [];
|
||||
|
||||
const unfocus = useCallback(() => {
|
||||
document.querySelector('.ui')?.parentElement?.focus();
|
||||
setExpanded(false);
|
||||
}, []);
|
||||
|
||||
if (searchEnabled) {
|
||||
searchOptions.push(
|
||||
{
|
||||
|
@ -282,7 +283,7 @@ export const Search: React.FC<{
|
|||
history.push({ pathname: '/search', search: queryParams.toString() });
|
||||
unfocus();
|
||||
},
|
||||
[dispatch, history],
|
||||
[dispatch, history, unfocus],
|
||||
);
|
||||
|
||||
const handleChange = useCallback(
|
||||
|
@ -402,7 +403,7 @@ export const Search: React.FC<{
|
|||
|
||||
setQuickActions(newQuickActions);
|
||||
},
|
||||
[dispatch, history, signedIn, setValue, setQuickActions, submit],
|
||||
[signedIn, dispatch, unfocus, history, submit],
|
||||
);
|
||||
|
||||
const handleClear = useCallback(() => {
|
||||
|
@ -410,7 +411,7 @@ export const Search: React.FC<{
|
|||
setQuickActions([]);
|
||||
setSelectedOption(-1);
|
||||
unfocus();
|
||||
}, [setValue, setQuickActions, setSelectedOption]);
|
||||
}, [unfocus]);
|
||||
|
||||
const handleKeyDown = useCallback(
|
||||
(e: React.KeyboardEvent) => {
|
||||
|
@ -461,7 +462,7 @@ export const Search: React.FC<{
|
|||
break;
|
||||
}
|
||||
},
|
||||
[navigableOptions, value, selectedOption, setSelectedOption, submit],
|
||||
[unfocus, navigableOptions, selectedOption, submit, value],
|
||||
);
|
||||
|
||||
const handleFocus = useCallback(() => {
|
||||
|
@ -481,12 +482,38 @@ export const Search: React.FC<{
|
|||
}, [setExpanded, setSelectedOption, singleColumn]);
|
||||
|
||||
const handleBlur = useCallback(() => {
|
||||
setExpanded(false);
|
||||
setSelectedOption(-1);
|
||||
}, [setExpanded, setSelectedOption]);
|
||||
}, [setSelectedOption]);
|
||||
|
||||
const formRef = useRef<HTMLFormElement>(null);
|
||||
|
||||
useEffect(() => {
|
||||
// If the search popover is expanded, close it when tabbing or
|
||||
// clicking outside of it or the search form, while allowing
|
||||
// tabbing or clicking inside of the popover
|
||||
if (expanded) {
|
||||
function closeOnLeave(event: FocusEvent | MouseEvent) {
|
||||
const form = formRef.current;
|
||||
const isClickInsideForm =
|
||||
form &&
|
||||
(form === event.target || form.contains(event.target as Node));
|
||||
if (!isClickInsideForm) {
|
||||
setExpanded(false);
|
||||
}
|
||||
}
|
||||
document.addEventListener('focusin', closeOnLeave);
|
||||
document.addEventListener('click', closeOnLeave);
|
||||
|
||||
return () => {
|
||||
document.removeEventListener('focusin', closeOnLeave);
|
||||
document.removeEventListener('click', closeOnLeave);
|
||||
};
|
||||
}
|
||||
return () => null;
|
||||
}, [expanded]);
|
||||
|
||||
return (
|
||||
<form className={classNames('search', { active: expanded })}>
|
||||
<form ref={formRef} className={classNames('search', { active: expanded })}>
|
||||
<input
|
||||
ref={searchInputRef}
|
||||
className='search__input'
|
||||
|
@ -506,7 +533,7 @@ export const Search: React.FC<{
|
|||
|
||||
<ClearButton hasValue={hasValue} onClick={handleClear} />
|
||||
|
||||
<div className='search__popout'>
|
||||
<div className='search__popout' tabIndex={-1}>
|
||||
{!hasValue && (
|
||||
<>
|
||||
<h4>
|
||||
|
|
|
@ -50,16 +50,22 @@ export const MoreLink: React.FC = () => {
|
|||
|
||||
const menu = useMemo(() => {
|
||||
const arr: MenuItem[] = [
|
||||
{ text: intl.formatMessage(messages.filters), href: '/filters' },
|
||||
{ text: intl.formatMessage(messages.mutes), to: '/mutes' },
|
||||
{ text: intl.formatMessage(messages.blocks), to: '/blocks' },
|
||||
{
|
||||
text: intl.formatMessage(messages.domainBlocks),
|
||||
to: '/domain_blocks',
|
||||
href: '/filters',
|
||||
text: intl.formatMessage(messages.filters),
|
||||
},
|
||||
{
|
||||
to: '/mutes',
|
||||
text: intl.formatMessage(messages.mutes),
|
||||
},
|
||||
{
|
||||
to: '/blocks',
|
||||
text: intl.formatMessage(messages.blocks),
|
||||
},
|
||||
{
|
||||
to: '/domain_blocks',
|
||||
text: intl.formatMessage(messages.domainBlocks),
|
||||
},
|
||||
];
|
||||
|
||||
arr.push(
|
||||
null,
|
||||
{
|
||||
href: '/settings/privacy',
|
||||
|
@ -77,7 +83,7 @@ export const MoreLink: React.FC = () => {
|
|||
href: '/settings/export',
|
||||
text: intl.formatMessage(messages.importExport),
|
||||
},
|
||||
);
|
||||
];
|
||||
|
||||
if (canManageReports(permissions)) {
|
||||
arr.push(null, {
|
||||
|
@ -106,7 +112,7 @@ export const MoreLink: React.FC = () => {
|
|||
}, [intl, dispatch, permissions]);
|
||||
|
||||
return (
|
||||
<Dropdown items={menu}>
|
||||
<Dropdown items={menu} placement='bottom-start'>
|
||||
<button className='column-link column-link--transparent'>
|
||||
<Icon id='' icon={MoreHorizIcon} className='column-link__icon' />
|
||||
|
||||
|
|
|
@ -431,6 +431,7 @@ export const CollapsibleNavigationPanel: React.FC = () => {
|
|||
filterTaps: true,
|
||||
bounds: isLtrDir ? { left: 0 } : { right: 0 },
|
||||
rubberband: true,
|
||||
enabled: openable,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
@ -122,98 +122,93 @@ export const PolicyControls: React.FC = () => {
|
|||
value={notificationPolicy.for_not_following}
|
||||
onChange={handleFilterNotFollowing}
|
||||
options={options}
|
||||
>
|
||||
<strong>
|
||||
label={
|
||||
<FormattedMessage
|
||||
id='notifications.policy.filter_not_following_title'
|
||||
defaultMessage="People you don't follow"
|
||||
/>
|
||||
</strong>
|
||||
<span className='hint'>
|
||||
}
|
||||
hint={
|
||||
<FormattedMessage
|
||||
id='notifications.policy.filter_not_following_hint'
|
||||
defaultMessage='Until you manually approve them'
|
||||
/>
|
||||
</span>
|
||||
</SelectWithLabel>
|
||||
}
|
||||
/>
|
||||
|
||||
<SelectWithLabel
|
||||
value={notificationPolicy.for_not_followers}
|
||||
onChange={handleFilterNotFollowers}
|
||||
options={options}
|
||||
>
|
||||
<strong>
|
||||
label={
|
||||
<FormattedMessage
|
||||
id='notifications.policy.filter_not_followers_title'
|
||||
defaultMessage='People not following you'
|
||||
/>
|
||||
</strong>
|
||||
<span className='hint'>
|
||||
}
|
||||
hint={
|
||||
<FormattedMessage
|
||||
id='notifications.policy.filter_not_followers_hint'
|
||||
defaultMessage='Including people who have been following you fewer than {days, plural, one {one day} other {# days}}'
|
||||
values={{ days: 3 }}
|
||||
/>
|
||||
</span>
|
||||
</SelectWithLabel>
|
||||
}
|
||||
/>
|
||||
|
||||
<SelectWithLabel
|
||||
value={notificationPolicy.for_new_accounts}
|
||||
onChange={handleFilterNewAccounts}
|
||||
options={options}
|
||||
>
|
||||
<strong>
|
||||
label={
|
||||
<FormattedMessage
|
||||
id='notifications.policy.filter_new_accounts_title'
|
||||
defaultMessage='New accounts'
|
||||
/>
|
||||
</strong>
|
||||
<span className='hint'>
|
||||
}
|
||||
hint={
|
||||
<FormattedMessage
|
||||
id='notifications.policy.filter_new_accounts.hint'
|
||||
defaultMessage='Created within the past {days, plural, one {one day} other {# days}}'
|
||||
values={{ days: 30 }}
|
||||
/>
|
||||
</span>
|
||||
</SelectWithLabel>
|
||||
}
|
||||
/>
|
||||
|
||||
<SelectWithLabel
|
||||
value={notificationPolicy.for_private_mentions}
|
||||
onChange={handleFilterPrivateMentions}
|
||||
options={options}
|
||||
>
|
||||
<strong>
|
||||
label={
|
||||
<FormattedMessage
|
||||
id='notifications.policy.filter_private_mentions_title'
|
||||
defaultMessage='Unsolicited private mentions'
|
||||
/>
|
||||
</strong>
|
||||
<span className='hint'>
|
||||
}
|
||||
hint={
|
||||
<FormattedMessage
|
||||
id='notifications.policy.filter_private_mentions_hint'
|
||||
defaultMessage="Filtered unless it's in reply to your own mention or if you follow the sender"
|
||||
/>
|
||||
</span>
|
||||
</SelectWithLabel>
|
||||
}
|
||||
/>
|
||||
|
||||
<SelectWithLabel
|
||||
value={notificationPolicy.for_limited_accounts}
|
||||
onChange={handleFilterLimitedAccounts}
|
||||
options={options}
|
||||
>
|
||||
<strong>
|
||||
label={
|
||||
<FormattedMessage
|
||||
id='notifications.policy.filter_limited_accounts_title'
|
||||
defaultMessage='Moderated accounts'
|
||||
/>
|
||||
</strong>
|
||||
<span className='hint'>
|
||||
}
|
||||
hint={
|
||||
<FormattedMessage
|
||||
id='notifications.policy.filter_limited_accounts_hint'
|
||||
defaultMessage='Limited by server moderators'
|
||||
/>
|
||||
</span>
|
||||
</SelectWithLabel>
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import type { PropsWithChildren } from 'react';
|
||||
import { useCallback, useState, useRef } from 'react';
|
||||
import { useCallback, useState, useRef, useId } from 'react';
|
||||
|
||||
import classNames from 'classnames';
|
||||
|
||||
|
@ -16,6 +16,8 @@ interface DropdownProps {
|
|||
options: SelectItem[];
|
||||
disabled?: boolean;
|
||||
onChange: (value: string) => void;
|
||||
'aria-labelledby': string;
|
||||
'aria-describedby'?: string;
|
||||
placement?: Placement;
|
||||
}
|
||||
|
||||
|
@ -24,51 +26,33 @@ const Dropdown: React.FC<DropdownProps> = ({
|
|||
options,
|
||||
disabled,
|
||||
onChange,
|
||||
'aria-labelledby': ariaLabelledBy,
|
||||
'aria-describedby': ariaDescribedBy,
|
||||
placement: initialPlacement = 'bottom-end',
|
||||
}) => {
|
||||
const activeElementRef = useRef<Element | null>(null);
|
||||
const containerRef = useRef(null);
|
||||
const containerRef = useRef<HTMLDivElement>(null);
|
||||
const buttonRef = useRef<HTMLButtonElement>(null);
|
||||
const [isOpen, setOpen] = useState<boolean>(false);
|
||||
const [placement, setPlacement] = useState<Placement>(initialPlacement);
|
||||
|
||||
const handleToggle = useCallback(() => {
|
||||
if (
|
||||
isOpen &&
|
||||
activeElementRef.current &&
|
||||
activeElementRef.current instanceof HTMLElement
|
||||
) {
|
||||
activeElementRef.current.focus({ preventScroll: true });
|
||||
}
|
||||
|
||||
setOpen(!isOpen);
|
||||
}, [isOpen, setOpen]);
|
||||
|
||||
const handleMouseDown = useCallback(() => {
|
||||
if (!isOpen) activeElementRef.current = document.activeElement;
|
||||
}, [isOpen]);
|
||||
|
||||
const handleKeyDown = useCallback(
|
||||
(e: React.KeyboardEvent) => {
|
||||
switch (e.key) {
|
||||
case ' ':
|
||||
case 'Enter':
|
||||
if (!isOpen) activeElementRef.current = document.activeElement;
|
||||
break;
|
||||
}
|
||||
},
|
||||
[isOpen],
|
||||
);
|
||||
const uniqueId = useId();
|
||||
const menuId = `${uniqueId}-menu`;
|
||||
const buttonLabelId = `${uniqueId}-button`;
|
||||
|
||||
const handleClose = useCallback(() => {
|
||||
if (
|
||||
isOpen &&
|
||||
activeElementRef.current &&
|
||||
activeElementRef.current instanceof HTMLElement
|
||||
)
|
||||
activeElementRef.current.focus({ preventScroll: true });
|
||||
if (isOpen && buttonRef.current) {
|
||||
buttonRef.current.focus({ preventScroll: true });
|
||||
}
|
||||
setOpen(false);
|
||||
}, [isOpen]);
|
||||
|
||||
const handleToggle = useCallback(() => {
|
||||
if (isOpen) {
|
||||
handleClose();
|
||||
} else {
|
||||
setOpen(true);
|
||||
}
|
||||
}, [isOpen, handleClose]);
|
||||
|
||||
const handleOverlayEnter = useCallback(
|
||||
(state: Partial<PopperState>) => {
|
||||
if (state.placement) setPlacement(state.placement);
|
||||
|
@ -82,13 +66,18 @@ const Dropdown: React.FC<DropdownProps> = ({
|
|||
<div ref={containerRef}>
|
||||
<button
|
||||
type='button'
|
||||
ref={buttonRef}
|
||||
onClick={handleToggle}
|
||||
onMouseDown={handleMouseDown}
|
||||
onKeyDown={handleKeyDown}
|
||||
disabled={disabled}
|
||||
aria-expanded={isOpen}
|
||||
aria-controls={menuId}
|
||||
aria-labelledby={`${ariaLabelledBy} ${buttonLabelId}`}
|
||||
aria-describedby={ariaDescribedBy}
|
||||
className={classNames('dropdown-button', { active: isOpen })}
|
||||
>
|
||||
<span className='dropdown-button__label'>{valueOption?.text}</span>
|
||||
<span id={buttonLabelId} className='dropdown-button__label'>
|
||||
{valueOption?.text}
|
||||
</span>
|
||||
<Icon id='down' icon={ArrowDropDownIcon} />
|
||||
</button>
|
||||
|
||||
|
@ -101,7 +90,7 @@ const Dropdown: React.FC<DropdownProps> = ({
|
|||
popperConfig={{ strategy: 'fixed', onFirstUpdate: handleOverlayEnter }}
|
||||
>
|
||||
{({ props, placement }) => (
|
||||
<div {...props}>
|
||||
<div {...props} id={menuId}>
|
||||
<div
|
||||
className={`dropdown-animation privacy-dropdown__dropdown ${placement}`}
|
||||
>
|
||||
|
@ -123,6 +112,8 @@ const Dropdown: React.FC<DropdownProps> = ({
|
|||
interface Props {
|
||||
value: string;
|
||||
options: SelectItem[];
|
||||
label: string | React.ReactElement;
|
||||
hint: string | React.ReactElement;
|
||||
disabled?: boolean;
|
||||
onChange: (value: string) => void;
|
||||
}
|
||||
|
@ -130,13 +121,26 @@ interface Props {
|
|||
export const SelectWithLabel: React.FC<PropsWithChildren<Props>> = ({
|
||||
value,
|
||||
options,
|
||||
label,
|
||||
hint,
|
||||
disabled,
|
||||
children,
|
||||
onChange,
|
||||
}) => {
|
||||
const uniqueId = useId();
|
||||
const labelId = `${uniqueId}-label`;
|
||||
const descId = `${uniqueId}-desc`;
|
||||
|
||||
return (
|
||||
// This label is only used for its click-forwarding behaviour,
|
||||
// accessible names are assigned manually
|
||||
// eslint-disable-next-line jsx-a11y/label-has-associated-control
|
||||
<label className='app-form__toggle'>
|
||||
<div className='app-form__toggle__label'>{children}</div>
|
||||
<div className='app-form__toggle__label'>
|
||||
<strong id={labelId}>{label}</strong>
|
||||
<span className='hint' id={descId}>
|
||||
{hint}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div className='app-form__toggle__toggle'>
|
||||
<div>
|
||||
|
@ -144,6 +148,8 @@ export const SelectWithLabel: React.FC<PropsWithChildren<Props>> = ({
|
|||
value={value}
|
||||
onChange={onChange}
|
||||
disabled={disabled}
|
||||
aria-labelledby={labelId}
|
||||
aria-describedby={descId}
|
||||
options={options}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { useCallback } from 'react';
|
||||
import { useCallback, useMemo } from 'react';
|
||||
|
||||
import { defineMessages, useIntl } from 'react-intl';
|
||||
|
||||
|
@ -21,6 +21,9 @@ import { openModal } from 'mastodon/actions/modal';
|
|||
import { IconButton } from 'mastodon/components/icon_button';
|
||||
import { useIdentity } from 'mastodon/identity_context';
|
||||
import { me } from 'mastodon/initial_state';
|
||||
import type { Status } from 'mastodon/models/status';
|
||||
import { makeGetStatus } from 'mastodon/selectors';
|
||||
import type { RootState } from 'mastodon/store';
|
||||
import { useAppSelector, useAppDispatch } from 'mastodon/store';
|
||||
|
||||
const messages = defineMessages({
|
||||
|
@ -47,6 +50,11 @@ const messages = defineMessages({
|
|||
open: { id: 'status.open', defaultMessage: 'Expand this status' },
|
||||
});
|
||||
|
||||
type GetStatusSelector = (
|
||||
state: RootState,
|
||||
props: { id?: string | null; contextType?: string },
|
||||
) => Status | null;
|
||||
|
||||
export const Footer: React.FC<{
|
||||
statusId: string;
|
||||
withOpenButton?: boolean;
|
||||
|
@ -56,7 +64,8 @@ export const Footer: React.FC<{
|
|||
const intl = useIntl();
|
||||
const history = useHistory();
|
||||
const dispatch = useAppDispatch();
|
||||
const status = useAppSelector((state) => state.statuses.get(statusId));
|
||||
const getStatus = useMemo(() => makeGetStatus(), []) as GetStatusSelector;
|
||||
const status = useAppSelector((state) => getStatus(state, { id: statusId }));
|
||||
const accountId = status?.get('account') as string | undefined;
|
||||
const account = useAppSelector((state) =>
|
||||
accountId ? state.accounts.get(accountId) : undefined,
|
||||
|
|
|
@ -8,13 +8,14 @@ import { openURL } from 'mastodon/actions/search';
|
|||
import { useAppDispatch } from 'mastodon/store';
|
||||
|
||||
const isMentionClick = (element: HTMLAnchorElement) =>
|
||||
element.classList.contains('mention');
|
||||
element.classList.contains('mention') &&
|
||||
!element.classList.contains('hashtag');
|
||||
|
||||
const isHashtagClick = (element: HTMLAnchorElement) =>
|
||||
element.textContent?.[0] === '#' ||
|
||||
element.previousSibling?.textContent?.endsWith('#');
|
||||
|
||||
export const useLinks = () => {
|
||||
export const useLinks = (skipHashtags?: boolean) => {
|
||||
const history = useHistory();
|
||||
const dispatch = useAppDispatch();
|
||||
|
||||
|
@ -61,12 +62,12 @@ export const useLinks = () => {
|
|||
if (isMentionClick(target)) {
|
||||
e.preventDefault();
|
||||
void handleMentionClick(target);
|
||||
} else if (isHashtagClick(target)) {
|
||||
} else if (isHashtagClick(target) && !skipHashtags) {
|
||||
e.preventDefault();
|
||||
handleHashtagClick(target);
|
||||
}
|
||||
},
|
||||
[handleMentionClick, handleHashtagClick],
|
||||
[skipHashtags, handleMentionClick, handleHashtagClick],
|
||||
);
|
||||
|
||||
return handleClick;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"about.blocks": "خوادم تحت الإشراف",
|
||||
"about.contact": "للاتصال:",
|
||||
"about.default_locale": "افتراضيالافتراضية",
|
||||
"about.disclaimer": "ماستدون برنامج حر ومفتوح المصدر وعلامة تجارية لـ Mastodon GmbH.",
|
||||
"about.domain_blocks.no_reason_available": "السبب غير متوفر",
|
||||
"about.domain_blocks.preamble": "يتيح مَستُدون عمومًا لمستخدميه مطالعة المحتوى من المستخدمين من الخواديم الأخرى في الفدرالية والتفاعل معهم. وهذه هي الاستثناءات التي وضعت على هذا الخادوم.",
|
||||
|
@ -8,6 +9,7 @@
|
|||
"about.domain_blocks.silenced.title": "محدود",
|
||||
"about.domain_blocks.suspended.explanation": "لن يتم معالجة أي بيانات من هذا الخادم أو تخزينها أو تبادلها، مما يجعل أي تفاعل أو اتصال مع المستخدمين من هذا الخادم مستحيلا.",
|
||||
"about.domain_blocks.suspended.title": "مُعلّق",
|
||||
"about.language_label": "اللغة",
|
||||
"about.not_available": "لم يتم توفير هذه المعلومات على هذا الخادم.",
|
||||
"about.powered_by": "شبكة اجتماعية لامركزية مدعومة من {mastodon}",
|
||||
"about.rules": "قواعد الخادم",
|
||||
|
@ -19,13 +21,21 @@
|
|||
"account.block_domain": "حظر اسم النِّطاق {domain}",
|
||||
"account.block_short": "حظر",
|
||||
"account.blocked": "محظور",
|
||||
"account.blocking": "محظور",
|
||||
"account.cancel_follow_request": "إلغاء طلب المتابعة",
|
||||
"account.copy": "نسخ الرابط إلى الملف الشخصي",
|
||||
"account.direct": "إشارة خاصة لـ @{name}",
|
||||
"account.disable_notifications": "توقف عن إشعاري عندما ينشر @{name}",
|
||||
"account.domain_blocking": "نطاق محظور",
|
||||
"account.edit_profile": "تعديل الملف الشخصي",
|
||||
"account.enable_notifications": "أشعرني عندما ينشر @{name}",
|
||||
"account.endorse": "أوصِ به على صفحتك الشخصية",
|
||||
"account.familiar_followers_many": "يتبعه {name1}، {name2} و{othersCount, plural, one {شخص آخر تعرفه} other {# أشخاص آخرون تعرفهم}}",
|
||||
"account.familiar_followers_one": "يتبعه {name1}",
|
||||
"account.familiar_followers_two": "يتبعه {name1} و {name2}",
|
||||
"account.featured": "معروض",
|
||||
"account.featured.accounts": "ملفات شخصية",
|
||||
"account.featured.hashtags": "هاشتاقات",
|
||||
"account.featured_tags.last_status_at": "آخر منشور في {date}",
|
||||
"account.featured_tags.last_status_never": "لا توجد رسائل",
|
||||
"account.follow": "متابعة",
|
||||
|
@ -33,9 +43,11 @@
|
|||
"account.followers": "مُتابِعون",
|
||||
"account.followers.empty": "لا أحدَ يُتابع هذا المُستخدم إلى حد الآن.",
|
||||
"account.followers_counter": "{count, plural, zero{لا مُتابع} one {مُتابعٌ واحِد} two {مُتابعانِ اِثنان} few {{counter} مُتابِعين} many {{counter} مُتابِعًا} other {{counter} مُتابع}}",
|
||||
"account.followers_you_know_counter": "{counter} شخص تعرفه",
|
||||
"account.following": "الاشتراكات",
|
||||
"account.following_counter": "{count, plural, zero{لا يُتابِع أحدًا} one {يُتابِعُ واحد} two{يُتابِعُ اِثنان} few{يُتابِعُ {counter}} many{يُتابِعُ {counter}} other {يُتابِعُ {counter}}}",
|
||||
"account.follows.empty": "لا يُتابع هذا المُستخدمُ أيَّ أحدٍ حتى الآن.",
|
||||
"account.follows_you": "يتابعك",
|
||||
"account.go_to_profile": "اذهب إلى الملف الشخصي",
|
||||
"account.hide_reblogs": "إخفاء المعاد نشرها مِن @{name}",
|
||||
"account.in_memoriam": "في الذكرى.",
|
||||
|
@ -50,17 +62,23 @@
|
|||
"account.mute_notifications_short": "كتم الإشعارات",
|
||||
"account.mute_short": "اكتم",
|
||||
"account.muted": "مَكتوم",
|
||||
"account.muting": "مكتوم",
|
||||
"account.mutual": "أنتم تتابعون بعضكم البعض",
|
||||
"account.no_bio": "لم يتم تقديم وصف.",
|
||||
"account.open_original_page": "افتح الصفحة الأصلية",
|
||||
"account.posts": "منشورات",
|
||||
"account.posts_with_replies": "المنشورات والرُدود",
|
||||
"account.remove_from_followers": "إزالة {name} من المتابعين",
|
||||
"account.report": "الإبلاغ عن @{name}",
|
||||
"account.requested": "في انتظار القبول. اضغط لإلغاء طلب المُتابعة",
|
||||
"account.requested_follow": "لقد طلب {name} متابعتك",
|
||||
"account.requests_to_follow_you": "طلبات المتابعة",
|
||||
"account.share": "شارِك الملف التعريفي لـ @{name}",
|
||||
"account.show_reblogs": "اعرض إعادات نشر @{name}",
|
||||
"account.statuses_counter": "{count, plural, zero {}one {{counter} مشور} two {{counter} منشور} few {{counter} منشور} many {{counter} منشور} other {{counter} منشور}}",
|
||||
"account.unblock": "إلغاء الحَظر عن @{name}",
|
||||
"account.unblock_domain": "إلغاء الحَظر عن النِّطاق {domain}",
|
||||
"account.unblock_domain_short": "رفع الحظر",
|
||||
"account.unblock_short": "ألغ الحجب",
|
||||
"account.unendorse": "لا تُرَوِّج لهُ في الملف الشخصي",
|
||||
"account.unfollow": "إلغاء المُتابعة",
|
||||
|
@ -82,9 +100,33 @@
|
|||
"alert.unexpected.message": "لقد طرأ خطأ غير متوقّع.",
|
||||
"alert.unexpected.title": "المعذرة!",
|
||||
"alt_text_badge.title": "نص بديل",
|
||||
"alt_text_modal.add_alt_text": "أضف نصًا بديلًا",
|
||||
"alt_text_modal.add_text_from_image": "أضف النص من الصورة",
|
||||
"alt_text_modal.cancel": "إلغاء",
|
||||
"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": "تمّ",
|
||||
"announcement.announcement": "إعلان",
|
||||
"annual_report.summary.archetype.booster": "The cool-hunter",
|
||||
"annual_report.summary.archetype.lurker": "المتصفح الصامت",
|
||||
"annual_report.summary.archetype.oracle": "حكيم",
|
||||
"annual_report.summary.archetype.pollster": "مستطلع للرأي",
|
||||
"annual_report.summary.archetype.replier": "الفراشة الاجتماعية",
|
||||
"annual_report.summary.followers.followers": "المُتابِعُون",
|
||||
"annual_report.summary.followers.total": "{count} في المجمل",
|
||||
"annual_report.summary.here_it_is": "هذا ملخص الخص بك لسنة {year}:",
|
||||
"annual_report.summary.highlighted_post.by_favourites": "المنشور ذو أعلى عدد تفضيلات",
|
||||
"annual_report.summary.highlighted_post.by_reblogs": "أكثر منشور مُعاد نشره",
|
||||
"annual_report.summary.highlighted_post.by_replies": "المنشور بأعلى عدد تعليقات",
|
||||
"annual_report.summary.highlighted_post.possessive": "من قبل {name}",
|
||||
"annual_report.summary.most_used_app.most_used_app": "التطبيق الأكثر استخداماً",
|
||||
"annual_report.summary.most_used_hashtag.most_used_hashtag": "الهاشتاق الأكثر استخداماً",
|
||||
"annual_report.summary.most_used_hashtag.none": "لا شيء",
|
||||
"annual_report.summary.new_posts.new_posts": "المنشورات الجديدة",
|
||||
"annual_report.summary.percentile.text": "<topLabel>هذا يجعلك من بين أكثر </topLabel><percentage></percentage><bottomLabel>مستخدمي {domain} نشاطاً </bottomLabel>",
|
||||
"annual_report.summary.percentile.we_wont_tell_bernie": "سيبقى هذا الأمر بيننا.",
|
||||
"annual_report.summary.thanks": "شكرا لكونك جزءاً من ماستدون!",
|
||||
"attachments_list.unprocessed": "(غير معالَج)",
|
||||
"audio.hide": "إخفاء المقطع الصوتي",
|
||||
"block_modal.remote_users_caveat": "سوف نطلب من الخادم {domain} أن يحترم قرارك، لكن الالتزام غير مضمون لأن بعض الخواديم قد تتعامل مع نصوص الكتل بشكل مختلف. قد تظل المنشورات العامة مرئية للمستخدمين غير المسجلين الدخول.",
|
||||
|
@ -108,6 +150,7 @@
|
|||
"bundle_column_error.routing.body": "تعذر العثور على الصفحة المطلوبة. هل أنت متأكد من أنّ الرابط التشعبي URL في شريط العناوين صحيح؟",
|
||||
"bundle_column_error.routing.title": "404",
|
||||
"bundle_modal_error.close": "إغلاق",
|
||||
"bundle_modal_error.message": "حدث خطأ أثناء تحميل هذه الشاشة.",
|
||||
"bundle_modal_error.retry": "إعادة المُحاولة",
|
||||
"closed_registrations.other_server_instructions": "بما أن ماستدون لامركزي، يمكنك إنشاء حساب على خادم آخر للاستمرار في التفاعل مع هذا الخادم.",
|
||||
"closed_registrations_modal.description": "لا يمكن إنشاء حساب على {domain} حاليا، ولكن على فكرة لست بحاجة إلى حساب على {domain} بذاته لاستخدام ماستدون.",
|
||||
|
@ -176,15 +219,32 @@
|
|||
"confirmations.delete_list.confirm": "حذف",
|
||||
"confirmations.delete_list.message": "هل أنتَ مُتأكدٌ أنكَ تُريدُ حَذفَ هذِهِ القائمة بشكلٍ دائم؟",
|
||||
"confirmations.delete_list.title": "أتريد حذف القائمة؟",
|
||||
"confirmations.discard_draft.confirm": "تجاهل ومتابعة",
|
||||
"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.message": "لديك تغييرات غير محفوظة لوصف الوسائط أو معاينتها، أتريد تجاهلها على أي حال؟",
|
||||
"confirmations.follow_to_list.confirm": "متابعة وأضفه للقائمة",
|
||||
"confirmations.follow_to_list.message": "يجب أن تتابع {name} لإضافتهم إلى قائمة.",
|
||||
"confirmations.follow_to_list.title": "متابعة المستخدم؟",
|
||||
"confirmations.logout.confirm": "خروج",
|
||||
"confirmations.logout.message": "متأكد من أنك تريد الخروج؟",
|
||||
"confirmations.logout.title": "أتريد المغادرة؟",
|
||||
"confirmations.missing_alt_text.confirm": "أضف نصًا بديلًا",
|
||||
"confirmations.missing_alt_text.message": "يحتوي منشورك على وسائط دون نص بديل. إضافة أوصاف تساعد على جعل المحتوى متاحاً للمزيد من الأشخاص.",
|
||||
"confirmations.missing_alt_text.secondary": "انشر على أي حال",
|
||||
"confirmations.missing_alt_text.title": "أضف نصًا بديلًا؟",
|
||||
"confirmations.mute.confirm": "أكتم",
|
||||
"confirmations.redraft.confirm": "إزالة وإعادة الصياغة",
|
||||
"confirmations.redraft.message": "هل أنت متأكد من أنك تريد حذف هذا المنشور و إعادة صياغته؟ سوف تفقد جميع الإعجابات و الترقيات أما الردود المتصلة به فستُصبِح يتيمة.",
|
||||
"confirmations.redraft.title": "أتريد حذف وإعادة صياغة المنشور؟",
|
||||
"confirmations.remove_from_followers.confirm": "إزالة المتابع",
|
||||
"confirmations.remove_from_followers.message": "سيتوقف {name} عن متابعتك. هل بالتأكيد تريد المتابعة؟",
|
||||
"confirmations.remove_from_followers.title": "إزالة المتابع؟",
|
||||
"confirmations.unfollow.confirm": "إلغاء المتابعة",
|
||||
"confirmations.unfollow.message": "متأكد من أنك تريد إلغاء متابعة {name} ؟",
|
||||
"confirmations.unfollow.title": "إلغاء متابعة المستخدم؟",
|
||||
|
@ -206,12 +266,15 @@
|
|||
"disabled_account_banner.text": "حسابك {disabledAccount} معطل حاليا.",
|
||||
"dismissable_banner.community_timeline": "هذه هي أحدث المنشورات العامة من أشخاص تُستضاف حساباتهم على {domain}.",
|
||||
"dismissable_banner.dismiss": "رفض",
|
||||
"dismissable_banner.public_timeline": "هذه أحدث المنشورات العامة على الشبكة الفيدرالية التي يتابعها مستخدمي نطاق {domain}.",
|
||||
"domain_block_modal.block": "حظر الخادم",
|
||||
"domain_block_modal.block_account_instead": "أحجب @{name} بدلاً من ذلك",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "يمكن للأشخاص من هذا الخادم التفاعل مع منشوراتك القديمة.",
|
||||
"domain_block_modal.they_cant_follow": "لا أحد من هذا الخادم يمكنه متابعتك.",
|
||||
"domain_block_modal.they_wont_know": "لن يَعرف أنه قد تم حظره.",
|
||||
"domain_block_modal.title": "أتريد حظر النطاق؟",
|
||||
"domain_block_modal.you_will_lose_num_followers": "ستخسر {followersCount, plural, zero {}one {{followersCountDisplay} متابع} two {{followersCountDisplay} متابع} few {{followersCountDisplay} متابعين} many {{followersCountDisplay} متابعين} other {{followersCountDisplay} متابعين}} و {followingCount, plural, zero {}one {{followingCountDisplay} شخص تتابعه} two {{followingCountDisplay} شخص تتابعهما} few {{followingCountDisplay} أشخاص تتابعهم} many {{followingCountDisplay} أشخاص تتابعهم} other {{followingCountDisplay} أشخاص تتابعهم}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "ستفقد جميع المتابعين والأشخاص الذين تتابعهم من هذا الخادم.",
|
||||
"domain_block_modal.you_wont_see_posts": "لن ترى منشورات أو إشعارات من المستخدمين على هذا الخادم.",
|
||||
"domain_pill.activitypub_lets_connect": "يتيح لك التواصل والتفاعل مع الناس ليس فقط على ماستدون، ولكن عبر تطبيقات اجتماعية مختلفة أيضا.",
|
||||
"domain_pill.activitypub_like_language": "إنّ ActivityPub مثل لغة ماستدون التي يتحدث بها مع شبكات اجتماعية أخرى.",
|
||||
|
@ -243,6 +306,9 @@
|
|||
"emoji_button.search_results": "نتائج البحث",
|
||||
"emoji_button.symbols": "رموز",
|
||||
"emoji_button.travel": "الأماكن والسفر",
|
||||
"empty_column.account_featured.me": "لم تعرض أي شيء حتى الآن. هل تعلم أنه يمكنك عرض الهاشتاقات التي تستخدمها، وحتى حسابات أصدقاءك على ملفك الشخصي؟",
|
||||
"empty_column.account_featured.other": "{acct} لم يعرض أي شيء حتى الآن. هل تعلم أنه يمكنك عرض الهاشتاقات التي تستخدمها، وحتى حسابات أصدقاءك على ملفك الشخصي؟",
|
||||
"empty_column.account_featured_other.unknown": "هذا الحساب لم يعرض أي شيء حتى الآن.",
|
||||
"empty_column.account_hides_collections": "اختار هذا المستخدم عدم إتاحة هذه المعلومات للعامة",
|
||||
"empty_column.account_suspended": "حساب معلق",
|
||||
"empty_column.account_timeline": "لا توجد منشورات هنا!",
|
||||
|
@ -271,9 +337,15 @@
|
|||
"errors.unexpected_crash.copy_stacktrace": "انسخ تتبع الارتباطات إلى الحافظة",
|
||||
"errors.unexpected_crash.report_issue": "الإبلاغ عن خلل",
|
||||
"explore.suggested_follows": "أشخاص",
|
||||
"explore.title": "رائج",
|
||||
"explore.trending_links": "المُستجدّات",
|
||||
"explore.trending_statuses": "المنشورات",
|
||||
"explore.trending_tags": "وُسُوم",
|
||||
"featured_carousel.header": "{count, plural, zero {}one {منشور معروض} two {منشور معروضَين} few {منشورات معروضة} many {منشورات معروضة} other {منشورات معروضة}}",
|
||||
"featured_carousel.next": "التالي",
|
||||
"featured_carousel.post": "منشور",
|
||||
"featured_carousel.previous": "السابق",
|
||||
"featured_carousel.slide": "{index} من {total}",
|
||||
"filter_modal.added.context_mismatch_explanation": "فئة عامل التصفية هذه لا تنطبق على السياق الذي وصلت فيه إلى هذه المشاركة. إذا كنت ترغب في تصفية المنشور في هذا السياق أيضا، فسيتعين عليك تعديل عامل التصفية.",
|
||||
"filter_modal.added.context_mismatch_title": "عدم تطابق السياق!",
|
||||
"filter_modal.added.expired_explanation": "انتهت صلاحية فئة عامل التصفية هذه، سوف تحتاج إلى تغيير تاريخ انتهاء الصلاحية لتطبيقها.",
|
||||
|
@ -290,6 +362,8 @@
|
|||
"filter_modal.select_filter.subtitle": "استخدم فئة موجودة أو قم بإنشاء فئة جديدة",
|
||||
"filter_modal.select_filter.title": "تصفية هذا المنشور",
|
||||
"filter_modal.title.status": "تصفية منشور",
|
||||
"filter_warning.matches_filter": "يطابق عامل التصفية “<span>{title}</span>”",
|
||||
"filtered_notifications_banner.pending_requests": "من {count, plural, zero {}=0 {لا أحد} one {شخص واحد قد تعرفه} two {# شخص قد تعرفهما} few {# أشخاص قد تعرفهم} many {# أشخاص قد تعرفهم} other {# أشخاص قد تعرفهم}}",
|
||||
"filtered_notifications_banner.title": "الإشعارات المصفاة",
|
||||
"firehose.all": "الكل",
|
||||
"firehose.local": "هذا الخادم",
|
||||
|
@ -323,6 +397,9 @@
|
|||
"footer.terms_of_service": "شروط الخدمة",
|
||||
"generic.saved": "تم الحفظ",
|
||||
"getting_started.heading": "استعدّ للبدء",
|
||||
"hashtag.admin_moderation": "افتح الواجهة الإشراف لـ #{name}",
|
||||
"hashtag.browse": "تصفح المنشورات التي تحتوي #{hashtag}",
|
||||
"hashtag.browse_from_account": "تصفح المنشورات من @{name} التي تحتوي على #{hashtag}",
|
||||
"hashtag.column_header.tag_mode.all": "و {additional}",
|
||||
"hashtag.column_header.tag_mode.any": "أو {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "بدون {additional}",
|
||||
|
@ -335,13 +412,21 @@
|
|||
"hashtag.counter_by_accounts": "{count, plural, zero {لَا مُشارك} one {مُشارَك واحد} two {مُشارِكان إثنان} few {{counter} مشاركين} many {{counter} مُشاركًا} other {{counter} مُشارِك}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, zero {لَا منشورات} one {منشور واحد} two {منشوران إثنان} few {{counter} منشورات} many {{counter} منشورًا} other {{counter} منشور}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, zero {لَا منشورات} one {منشور واحد} two {منشوران إثنان} few {{counter} منشورات} many {{counter} منشورًا} other {{counter} منشور}}",
|
||||
"hashtag.feature": "اعرضه على صفحتك الشخصية",
|
||||
"hashtag.follow": "اتبع الوسم",
|
||||
"hashtag.mute": "اكتم #{hashtag}",
|
||||
"hashtag.unfeature": "أزله من العرض على الملف الشخصي",
|
||||
"hashtag.unfollow": "ألغِ متابعة الوسم",
|
||||
"hashtags.and_other": "…و {count, plural, zero {} one {# واحد آخر} two {# اثنان آخران} few {# آخرون} many {# آخَرًا}other {# آخرون}}",
|
||||
"hints.profiles.followers_may_be_missing": "قد يكون الأشخاص الذي يتبعهم هذا الملف الشخصي ناقصين.",
|
||||
"hints.profiles.follows_may_be_missing": "قد يكون المتابعين لهذا الملف الشخصي ناقصين.",
|
||||
"hints.profiles.posts_may_be_missing": "قد تكون بعض المنشورات من هذا الملف الشخصي ناقصة.",
|
||||
"hints.profiles.see_more_followers": "عرض المزيد من المتابعين على {domain}",
|
||||
"hints.profiles.see_more_follows": "اطلع على المزيد من المتابعين على {domain}",
|
||||
"hints.profiles.see_more_posts": "عرض المزيد من المنشورات من {domain}",
|
||||
"hints.threads.replies_may_be_missing": "قد تكون الردود الواردة من الخوادم الأخرى غائبة.",
|
||||
"hints.threads.see_more": "اطلع على المزيد من الردود على {domain}",
|
||||
"home.column_settings.show_quotes": "إظهار الاقتباسات",
|
||||
"home.column_settings.show_reblogs": "اعرض المعاد نشرها",
|
||||
"home.column_settings.show_replies": "اعرض الردود",
|
||||
"home.hide_announcements": "إخفاء الإعلانات",
|
||||
|
@ -351,9 +436,23 @@
|
|||
"home.show_announcements": "إظهار الإعلانات",
|
||||
"ignore_notifications_modal.disclaimer": "لا يمكن لـ Mastodon إبلاغ المستخدمين بأنك قد تجاهلت إشعاراتهم. تجاهل الإشعارات لن يمنع إرسال الرسائل نفسها.",
|
||||
"ignore_notifications_modal.filter_instead": "تصفيتها بدلا من ذلك",
|
||||
"ignore_notifications_modal.filter_to_act_users": "ستبقى قادراً على قبول المستخدمين أو رفضهم أو الإبلاغ عنهم",
|
||||
"ignore_notifications_modal.filter_to_avoid_confusion": "التصفية تساعد على تجنب أي ارتباك",
|
||||
"ignore_notifications_modal.filter_to_review_separately": "يمكنك مراجعة الإشعارات المصفاة بشكل منفصل",
|
||||
"ignore_notifications_modal.ignore": "تجاهل الإشعارات",
|
||||
"ignore_notifications_modal.limited_accounts_title": "تجاهل الإشعارات من الحسابات التي هي تحت الإشراف؟",
|
||||
"ignore_notifications_modal.new_accounts_title": "تجاهل الإشعارات الصادرة من الحسابات الجديدة؟",
|
||||
"ignore_notifications_modal.not_followers_title": "تجاهل الإشعارات من أشخاص لا يتابعونك؟",
|
||||
"ignore_notifications_modal.not_following_title": "تجاهل الإشعارات من أشخاص لا تتابعهم؟",
|
||||
"ignore_notifications_modal.private_mentions_title": "تجاهل الإشعارات للرسائل التي لم تطلبها؟",
|
||||
"info_button.label": "المساعدة",
|
||||
"info_button.what_is_alt_text": "<h1> ماهو النص البديل؟</h1><p> يوفر النص البديل أوصافا للصور للأشخاص الذين يعانون من إعاقات بصرية أو اتصالات شبكة ضعيفة أو أولئك الذين يبحثون عن سياق إضافي.</p><p> يمكنك تحسين إمكانية الوصول والفهم للجميع من خلال كتابة نص بديل واضح وموجز وموضوعي. </p><ul><li> حدد العناصر المهمة</li><li>لخص النص في الصور</li><li>استخدام بنية الجمل العادية</li><li>تجنب المعلومات الزائدة</li><li> ركز على الاتجاهات والنتائج الرئيسية في العناصر المرئية المعقدة (مثل الرسوم البيانية أو الخرائط)</li></ul>",
|
||||
"interaction_modal.action.favourite": "للمتابعة، تحتاج إلى تفضيل المنشور من حسابك.",
|
||||
"interaction_modal.action.follow": "للمتابعة، تحتاج إلى متابعة المنشور من حسابك.",
|
||||
"interaction_modal.action.reblog": "للمتابعة، تحتاج إلى إعادة نشر المنشور من حسابك.",
|
||||
"interaction_modal.action.reply": "للمتابعة، تحتاج إلى الرد من حسابك.",
|
||||
"interaction_modal.action.vote": "للمتابعة، تحتاج إلى التصويت من حسابك.",
|
||||
"interaction_modal.go": "اذهب",
|
||||
"interaction_modal.no_account_yet": "لا تملك حساباً بعد؟",
|
||||
"interaction_modal.on_another_server": "على خادم مختلف",
|
||||
"interaction_modal.on_this_server": "على هذا الخادم",
|
||||
|
@ -361,6 +460,8 @@
|
|||
"interaction_modal.title.follow": "اتبع {name}",
|
||||
"interaction_modal.title.reblog": "إعادة نشر منشور {name}",
|
||||
"interaction_modal.title.reply": "الرد على منشور {name}",
|
||||
"interaction_modal.title.vote": "صوّت في استطلاع {name}",
|
||||
"interaction_modal.username_prompt": "مثلاً {example}",
|
||||
"intervals.full.days": "{number, plural, one {# يوم} other {# أيام}}",
|
||||
"intervals.full.hours": "{number, plural, one {# ساعة} other {# ساعات}}",
|
||||
"intervals.full.minutes": "{number, plural, one {دقيقة واحدة}two {دقيقتان} other {# دقائق}}",
|
||||
|
@ -396,30 +497,44 @@
|
|||
"keyboard_shortcuts.toggle_hidden": "لعرض أو إخفاء النص مِن وراء التحذير",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "لعرض/إخفاء الوسائط",
|
||||
"keyboard_shortcuts.toot": "للشروع في تحرير منشور جديد",
|
||||
"keyboard_shortcuts.translate": "لترجمة منشور",
|
||||
"keyboard_shortcuts.unfocus": "لإلغاء التركيز على حقل النص أو نافذة البحث",
|
||||
"keyboard_shortcuts.up": "للانتقال إلى أعلى القائمة",
|
||||
"lightbox.close": "إغلاق",
|
||||
"lightbox.next": "التالي",
|
||||
"lightbox.previous": "العودة",
|
||||
"lightbox.zoom_in": "التكبير إلى الحجم الفعلي",
|
||||
"lightbox.zoom_out": "التكبير ليناسب الحجم",
|
||||
"limited_account_hint.action": "إظهار الملف التعريفي على أي حال",
|
||||
"limited_account_hint.title": "تم إخفاء هذا الملف الشخصي من قبل مشرفي {domain}.",
|
||||
"link_preview.author": "مِن {name}",
|
||||
"link_preview.more_from_author": "المزيد من {name}",
|
||||
"link_preview.shares": "{count, plural, zero {{counter} منشور}one {{counter} منشور} two {{counter} منشور} few {{counter} منشور} many {{counter} منشور} other {{counter} منشور}}",
|
||||
"lists.add_member": "إضافة",
|
||||
"lists.add_to_list": "إضافة إلى القائمة",
|
||||
"lists.add_to_lists": "إضافة {name} إلى القوائم",
|
||||
"lists.create": "إنشاء",
|
||||
"lists.create_a_list_to_organize": "أنشئ قائمة جديدة لتنظم الصفحة الرئيسة خاصتك",
|
||||
"lists.create_list": "إنشاء قائمة",
|
||||
"lists.delete": "احذف القائمة",
|
||||
"lists.done": "تمّ",
|
||||
"lists.edit": "عدّل القائمة",
|
||||
"lists.exclusive": "إخفاء الأعضاء في الصفحة الرئيسية",
|
||||
"lists.exclusive_hint": "إذا يوجد شخص في هذه القائمة، فقم بإخفائه في صفحتك الرئيسة لتجنب رؤية منشوراته مرتين.",
|
||||
"lists.find_users_to_add": "ابحث عن مستخدمين للإضافة",
|
||||
"lists.list_members_count": "{count, plural, zero {}one {# عضو} two {# عضو} few {# عضو} many {# عضو} other {# عضو}}",
|
||||
"lists.list_name": "اسم القائمة",
|
||||
"lists.new_list_name": "اسم القائمة الجديدة",
|
||||
"lists.no_lists_yet": "لا توجد قوائم بعد.",
|
||||
"lists.no_members_yet": "لا أعضاء حتى الآن.",
|
||||
"lists.no_results_found": "لم يتمّ العثور على أي نتيجة.",
|
||||
"lists.remove_member": "إزالة",
|
||||
"lists.replies_policy.followed": "أي مستخدم متابَع",
|
||||
"lists.replies_policy.list": "أعضاء القائمة",
|
||||
"lists.replies_policy.none": "لا أحد",
|
||||
"lists.save": "حفظ",
|
||||
"lists.search": "بحث",
|
||||
"lists.show_replies_to": "تضمين الردود من أعضاء القائمة إلى",
|
||||
"load_pending": "{count, plural, one {# عنصر جديد} other {# عناصر جديدة}}",
|
||||
"loading_indicator.label": "جاري التحميل…",
|
||||
"media_gallery.hide": "إخفاء",
|
||||
|
@ -434,8 +549,10 @@
|
|||
"mute_modal.you_wont_see_mentions": "لن تر المنشورات التي يُشار فيها إليه.",
|
||||
"mute_modal.you_wont_see_posts": "سيكون بإمكانه رؤية منشوراتك، لكنك لن ترى منشوراته.",
|
||||
"navigation_bar.about": "عن",
|
||||
"navigation_bar.account_settings": "كلمة المرور والأمان",
|
||||
"navigation_bar.administration": "الإدارة",
|
||||
"navigation_bar.advanced_interface": "افتحه في واجهة الويب المتقدمة",
|
||||
"navigation_bar.automated_deletion": "الحذف الآلي للمنشورات",
|
||||
"navigation_bar.blocks": "الحسابات المحجوبة",
|
||||
"navigation_bar.bookmarks": "الفواصل المرجعية",
|
||||
"navigation_bar.direct": "الإشارات الخاصة",
|
||||
|
@ -445,19 +562,41 @@
|
|||
"navigation_bar.follow_requests": "طلبات المتابعة",
|
||||
"navigation_bar.followed_tags": "الوسوم المتابَعة",
|
||||
"navigation_bar.follows_and_followers": "المتابِعون والمتابَعون",
|
||||
"navigation_bar.import_export": "الاستيراد والتصدير",
|
||||
"navigation_bar.lists": "القوائم",
|
||||
"navigation_bar.live_feed_local": "البث الحي للمنشورات المحلية",
|
||||
"navigation_bar.live_feed_public": "البث الحي للمنشورات العالمية",
|
||||
"navigation_bar.logout": "خروج",
|
||||
"navigation_bar.moderation": "الإشراف",
|
||||
"navigation_bar.more": "المزيد",
|
||||
"navigation_bar.mutes": "الحسابات المكتومة",
|
||||
"navigation_bar.opened_in_classic_interface": "تُفتَح المنشورات والحسابات وغيرها من الصفحات الخاصة بشكل مبدئي على واجهة الويب التقليدية.",
|
||||
"navigation_bar.preferences": "التفضيلات",
|
||||
"navigation_bar.privacy_and_reach": "الخصوصية و الوصول",
|
||||
"navigation_bar.search": "البحث",
|
||||
"navigation_bar.search_trends": "البحث / الرائج",
|
||||
"navigation_panel.collapse_followed_tags": "طي قائمة الهاشتاقات المتابعة",
|
||||
"navigation_panel.collapse_lists": "طي قائمة القائمة",
|
||||
"navigation_panel.expand_followed_tags": "توسيع قائمة الهاشتاقات المتابعة",
|
||||
"navigation_panel.expand_lists": "توسيع قائمة القائمة",
|
||||
"not_signed_in_indicator.not_signed_in": "تحتاج إلى تسجيل الدخول للوصول إلى هذا المصدر.",
|
||||
"notification.admin.report": "{name} أبلغ عن {target}",
|
||||
"notification.admin.report_account": "{name} أبلغ عن {count, plural, zero {}one {منشور} two {منشورين} few {# منشورات} many {# منشورات} other {# منشورات}} من قبل {target} بسبب {category}",
|
||||
"notification.admin.report_account_other": "{name} أبلغ عن {count, plural, zero {}one {منشور} two {منشورين} few {# منشورات} many {# منشورات} other {# منشورات}} من قبل {target}",
|
||||
"notification.admin.report_statuses": "{name} أبلغ عن {target} بسبب {category}",
|
||||
"notification.admin.report_statuses_other": "{name} أبلغ عن {target}",
|
||||
"notification.admin.sign_up": "أنشأ {name} حسابًا",
|
||||
"notification.admin.sign_up.name_and_others": "{name} و{count, plural, zero {}one {شخص آخر قاما} two {# آخرون قاموا} few {# آخرون قاموا} many {# آخرون قاموا} other {# آخرون قاموا}} بالتسجيل",
|
||||
"notification.annual_report.message": "إن #Wrapstodon الخاص بك لسنة {year} ينتظرك! تعرّف إلى النقاط البارزة واللحظات التي لا تنسى على ماستدون!",
|
||||
"notification.annual_report.view": "عرض #Wrapstodon",
|
||||
"notification.favourite": "أضاف {name} منشورك إلى مفضلته",
|
||||
"notification.favourite.name_and_others_with_link": "{name} و<a>{count, plural, zero {}one {شخص آخر} two {شخصان آخرين} few {# أشخاص آخرون} many {# أشخاص آخرون} other {# أشخاص آخرون}}</a> قاموا بتفضيل منشورك",
|
||||
"notification.favourite_pm": "قام {name} بتفضيل إشارتك الخاصة",
|
||||
"notification.favourite_pm.name_and_others_with_link": "{name} و<a>{count, plural, zero {}one {شخص آخر} two {شخصان آخرَين} few {# أشخاص آخرون} many {# أشخاص آخرون} other {# أشخاص آخرون}}</a> قاموا بتفضيل إشارتك الخاصة",
|
||||
"notification.follow": "يتابعك {name}",
|
||||
"notification.follow.name_and_others": "{name} و<a>{count, plural, zero {}one {شخص آخر} two {شخصان آخرين} few {# أشخاص آخرون} many {# أشخاص آخرون} other {# أشخاص آخرون}}</a> قاموا بمتابعتك",
|
||||
"notification.follow_request": "لقد طلب {name} متابعتك",
|
||||
"notification.follow_request.name_and_others": "{name} و{count, plural, zero {}one {شخص آخر} two {شخصان آخرين} few {# أشخاص آخرون} many {# أشخاص آخرون} other {# أشخاص آخرون}} أرسلوا طلب متابعة لك",
|
||||
"notification.label.mention": "إشارة",
|
||||
"notification.label.private_mention": "إشارة خاصة",
|
||||
"notification.label.private_reply": "رد خاص",
|
||||
|
@ -476,6 +615,7 @@
|
|||
"notification.own_poll": "انتهى استطلاعك للرأي",
|
||||
"notification.poll": "لقد انتهى استطلاع رأي صوتت فيه",
|
||||
"notification.reblog": "قام {name} بمشاركة منشورك",
|
||||
"notification.reblog.name_and_others_with_link": "{name} و<a>{count, plural, zero {}one {شخص آخر} two {شخصان آخرين} few {# أشخاص آخرون} many {# أشخاص آخرون} other {# أشخاص آخرون}}</a> قاموا بإعادة نشر منشورك",
|
||||
"notification.relationships_severance_event": "فقدت الاتصالات مع {name}",
|
||||
"notification.relationships_severance_event.account_suspension": "قام مشرف من {from} بتعليق {target}، مما يعني أنك لم يعد بإمكانك تلقي التحديثات منهم أو التفاعل معهم.",
|
||||
"notification.relationships_severance_event.domain_block": "قام مشرف من {from} بحظر {target}، بما في ذلك {followersCount} من متابعينك و {followingCount, plural, one {# حساب} other {# حسابات}} تتابعها.",
|
||||
|
@ -484,12 +624,20 @@
|
|||
"notification.status": "{name} نشر للتو",
|
||||
"notification.update": "عدّلَ {name} منشورًا",
|
||||
"notification_requests.accept": "موافقة",
|
||||
"notification_requests.accept_multiple": "قبول {count, plural, zero {}one {طلب واحد…} two {# طلب…} few {# طلبات…} many {# طلبات…} other {# طلبات…}}",
|
||||
"notification_requests.confirm_accept_multiple.button": "قبول {count, plural, zero {}one {الطلب} two {2 طلب} few {الطلبات} many {الطلبات} other {الطلبات}}",
|
||||
"notification_requests.confirm_accept_multiple.message": "أنت على وشك قبول {count, plural, zero {}one {طلب إشعار واحد} two {# طلبات إشعار} few {# طلبات إشعار} many {# طلبات إشعار} other {# طلبات إشعار}}. هل أنت متأكد من أنك تريد المتابعة؟",
|
||||
"notification_requests.confirm_accept_multiple.title": "قبول طلبات الإشعار؟",
|
||||
"notification_requests.confirm_dismiss_multiple.button": "رفض {count, plural, zero {}one {الطلب} two {2 طلب} few {الطلبات} many {الطلبات} other {الطلبات}}",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "أنت على وشك رفض {count, plural, zero {}one {طلب إشعار واحد} two {# طلبات إشعار} few {# طلبات إشعار} many {# طلبات إشعار} other {# طلبات إشعار}}. لن تتمكن من الوصول بسهولة {count, plural, zero {}one {إليه} two {إليهما} few {إليهم} many {إليهم} other {إليهم}} مرة أخرى. هل أنت متأكد من أنك تريد المتابعة؟",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "تجاهل طلبات الإشعار؟",
|
||||
"notification_requests.dismiss": "تخطي",
|
||||
"notification_requests.dismiss_multiple": "رفض {count, plural, zero {}one {# طلب…} two {# طلب…} few {# طلبات…} many {# طلبات…} other {# طلبات…}}",
|
||||
"notification_requests.edit_selection": "تعديل",
|
||||
"notification_requests.exit_selection": "تمّ",
|
||||
"notification_requests.explainer_for_limited_account": "تم تصفية الإشعارات من هذا الحساب لأن الحساب تم تقييده من قبل مشرف.",
|
||||
"notification_requests.explainer_for_limited_remote_account": "تم تصفية الإشعارات من هذا الحساب لأنه أو لأن خادمه مقيد من قبل مشرف.",
|
||||
"notification_requests.maximize": "تكبير",
|
||||
"notification_requests.minimize_banner": "تصغير شريط الإشعارات المُصفاة",
|
||||
"notification_requests.notifications_from": "إشعارات من {name}",
|
||||
"notification_requests.title": "الإشعارات المصفاة",
|
||||
|
@ -505,6 +653,7 @@
|
|||
"notifications.column_settings.filter_bar.category": "شريط التصفية السريعة",
|
||||
"notifications.column_settings.follow": "متابعُون جُدُد:",
|
||||
"notifications.column_settings.follow_request": "الطلبات الجديدة لِمتابَعتك:",
|
||||
"notifications.column_settings.group": "قم بتجميعهم",
|
||||
"notifications.column_settings.mention": "الإشارات:",
|
||||
"notifications.column_settings.poll": "نتائج استطلاع الرأي:",
|
||||
"notifications.column_settings.push": "الإشعارات",
|
||||
|
@ -531,7 +680,9 @@
|
|||
"notifications.policy.accept": "قبول",
|
||||
"notifications.policy.accept_hint": "إظهار في الإشعارات",
|
||||
"notifications.policy.drop": "تجاهل",
|
||||
"notifications.policy.drop_hint": "التخلص منها بشكل دائم",
|
||||
"notifications.policy.filter": "تصفية",
|
||||
"notifications.policy.filter_hint": "إرسال إلى صندوق الإشعارات المصفاة",
|
||||
"notifications.policy.filter_limited_accounts_hint": "المحدودة من قبل مشرفي الخادم",
|
||||
"notifications.policy.filter_limited_accounts_title": "حسابات تحت الإشراف",
|
||||
"notifications.policy.filter_new_accounts.hint": "تم إنشاؤها منذ {days, plural, zero {}one {يوم واحد} two {يومان} few {# أيام} many {# أيام} other {# أيام}}",
|
||||
|
@ -546,7 +697,11 @@
|
|||
"notifications_permission_banner.enable": "تفعيل إشعارات سطح المكتب",
|
||||
"notifications_permission_banner.how_to_control": "لتلقي الإشعارات عندما لا يكون ماستدون مفتوح، قم بتفعيل إشعارات سطح المكتب، يمكنك التحكم بدقة في أنواع التفاعلات التي تولد إشعارات سطح المكتب من خلال زر الـ{icon} أعلاه بمجرد تفعيلها.",
|
||||
"notifications_permission_banner.title": "لا تفوت شيئاً أبداً",
|
||||
"onboarding.follows.back": "عودة",
|
||||
"onboarding.follows.done": "تمّ",
|
||||
"onboarding.follows.empty": "نأسف، لا يمكن عرض نتائج في الوقت الحالي. جرب البحث أو انتقل لصفحة الاستكشاف لإيجاد أشخاص للمتابعة، أو حاول مرة أخرى.",
|
||||
"onboarding.follows.search": "بحث",
|
||||
"onboarding.follows.title": "للبدء قم بمتابعة أشخاص",
|
||||
"onboarding.profile.discoverable": "اجعل ملفي الشخصي قابلاً للاكتشاف",
|
||||
"onboarding.profile.discoverable_hint": "عندما تختار تفعيل إمكانية الاكتشاف على ماستدون، قد تظهر منشوراتك في نتائج البحث والمواضيع الرائجة، وقد يتم اقتراح ملفك الشخصي لأشخاص ذوي اهتمامات مماثلة معك.",
|
||||
"onboarding.profile.display_name": "الاسم العلني",
|
||||
|
@ -572,6 +727,7 @@
|
|||
"poll_button.remove_poll": "إزالة استطلاع الرأي",
|
||||
"privacy.change": "اضبط خصوصية المنشور",
|
||||
"privacy.direct.long": "كل من ذُكر في المنشور",
|
||||
"privacy.direct.short": "إشارة خاصة",
|
||||
"privacy.private.long": "متابعيك فقط",
|
||||
"privacy.private.short": "للمتابِعين",
|
||||
"privacy.public.long": "أي شخص على أو خارج ماستدون",
|
||||
|
@ -583,6 +739,8 @@
|
|||
"privacy_policy.title": "سياسة الخصوصية",
|
||||
"recommended": "موصى به",
|
||||
"refresh": "أنعِش",
|
||||
"regeneration_indicator.please_stand_by": "الرجاء الانتظار.",
|
||||
"regeneration_indicator.preparing_your_home_feed": "جارٍ إعداد صفحتك الرئيسة…",
|
||||
"relative_time.days": "{number}ي",
|
||||
"relative_time.full.days": "منذ {number, plural, zero {} one {# يوم} two {# يومين} few {# أيام} many {# أيام} other {# يوم}}",
|
||||
"relative_time.full.hours": "منذ {number, plural, zero {} one {ساعة واحدة} two {ساعتَيْن} few {# ساعات} many {# ساعة} other {# ساعة}}",
|
||||
|
@ -647,6 +805,7 @@
|
|||
"report_notification.categories.violation": "القاعدة المنتهَكة",
|
||||
"report_notification.categories.violation_sentence": "انتهاك لقاعدة",
|
||||
"report_notification.open": "فتح التقرير",
|
||||
"search.clear": "مسح البحث",
|
||||
"search.no_recent_searches": "ما من عمليات بحث تمت مؤخرًا",
|
||||
"search.placeholder": "ابحث",
|
||||
"search.quick_action.account_search": "الملفات التعريفية المطابقة لـ {x}",
|
||||
|
@ -666,14 +825,19 @@
|
|||
"search_results.accounts": "الصفحات التعريفية",
|
||||
"search_results.all": "الكل",
|
||||
"search_results.hashtags": "الوُسوم",
|
||||
"search_results.no_results": "لا توجد نتائج.",
|
||||
"search_results.no_search_yet": "حاول البحث عن المنشورات، ملفات الشخصية أو الهاشتاقات.",
|
||||
"search_results.see_all": "رؤية الكل",
|
||||
"search_results.statuses": "المنشورات",
|
||||
"search_results.title": "البحث عن \"{q}\"",
|
||||
"server_banner.about_active_users": "الأشخاص الذين يستخدمون هذا الخادم خلال الأيام الثلاثين الأخيرة (المستخدمون النشطون شهريًا)",
|
||||
"server_banner.active_users": "مستخدم نشط",
|
||||
"server_banner.administered_by": "يُديره:",
|
||||
"server_banner.is_one_of_many": "{domain} هو واحد من بين العديد من خوادم ماستدون المستقلة التي يمكنك استخدامها للمشاركة في الفديفرس.",
|
||||
"server_banner.server_stats": "إحصائيات الخادم:",
|
||||
"sign_in_banner.create_account": "أنشئ حسابًا",
|
||||
"sign_in_banner.follow_anyone": "تابع أي شخص من عالم الفدرالية وشاهد منشوراته بالترتيب الزمني. دون خوارزميات أو إعلانات أو عنواين مضللة.",
|
||||
"sign_in_banner.mastodon_is": "ماستودون هو أفضل وسيلة لمواكبة الأحداث.",
|
||||
"sign_in_banner.sign_in": "تسجيل الدخول",
|
||||
"sign_in_banner.sso_redirect": "تسجيل الدخول أو إنشاء حساب",
|
||||
"status.admin_account": "افتح الواجهة الإدارية لـ @{name}",
|
||||
|
@ -708,6 +872,13 @@
|
|||
"status.mute_conversation": "كتم المحادثة",
|
||||
"status.open": "وسّع هذا المنشور",
|
||||
"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.read_more": "اقرأ المزيد",
|
||||
"status.reblog": "إعادة النشر",
|
||||
"status.reblog_private": "إعادة النشر إلى الجمهور الأصلي",
|
||||
|
@ -716,6 +887,7 @@
|
|||
"status.reblogs.empty": "لم يقم أي أحد بمشاركة هذا المنشور بعد. عندما يقوم أحدهم بذلك سوف يظهر هنا.",
|
||||
"status.redraft": "إزالة وإعادة الصياغة",
|
||||
"status.remove_bookmark": "احذفه مِن الفواصل المرجعية",
|
||||
"status.remove_favourite": "إزالة من التفضيلات",
|
||||
"status.replied_in_thread": "رد في خيط",
|
||||
"status.replied_to": "رَدًا على {name}",
|
||||
"status.reply": "ردّ",
|
||||
|
@ -736,8 +908,13 @@
|
|||
"subscribed_languages.save": "حفظ التغييرات",
|
||||
"subscribed_languages.target": "تغيير اللغات المشتركة لـ {target}",
|
||||
"tabs_bar.home": "الرئيسية",
|
||||
"tabs_bar.menu": "القائمة",
|
||||
"tabs_bar.notifications": "الإشعارات",
|
||||
"tabs_bar.publish": "منشور جديد",
|
||||
"tabs_bar.search": "ابحث",
|
||||
"terms_of_service.effective_as_of": "مطبق اعتباراً من {date}",
|
||||
"terms_of_service.title": "شروط الخدمة",
|
||||
"terms_of_service.upcoming_changes_on": "تغييرات قادمة في تاريخ {date}",
|
||||
"time_remaining.days": "{number, plural, one {# يوم} other {# أيام}} متبقية",
|
||||
"time_remaining.hours": "{number, plural, one {# ساعة} other {# ساعات}} متبقية",
|
||||
"time_remaining.minutes": "{number, plural, one {# دقيقة} other {# دقائق}} متبقية",
|
||||
|
@ -753,6 +930,11 @@
|
|||
"upload_button.label": "إضافة وسائط",
|
||||
"upload_error.limit": "لقد تم بلوغ الحد الأقصى المسموح به لإرسال الملفات.",
|
||||
"upload_error.poll": "لا يمكن إدراج ملفات في استطلاعات الرأي.",
|
||||
"upload_form.drag_and_drop.instructions": "لحمل مرفق، اضغط على space أو Enter. وفي أثناء السحب، استخدم مفاتيح الأسهم لتنقل المرفق في أية اتجاه. اضغط على Space أو 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_progress.label": "يرفع...",
|
||||
"upload_progress.processing": "تتم المعالجة…",
|
||||
|
@ -763,6 +945,12 @@
|
|||
"video.expand": "توسيع الفيديو",
|
||||
"video.fullscreen": "ملء الشاشة",
|
||||
"video.hide": "إخفاء الفيديو",
|
||||
"video.mute": "كتم",
|
||||
"video.pause": "إيقاف مؤقت",
|
||||
"video.play": "تشغيل"
|
||||
"video.play": "تشغيل",
|
||||
"video.skip_backward": "تخطى إلى الوراء",
|
||||
"video.skip_forward": "تخطي للأمام",
|
||||
"video.unmute": "إلغاء الكتم",
|
||||
"video.volume_down": "خفض الصوت",
|
||||
"video.volume_up": "رفع الصوت"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"about.blocks": "Мадэраваныя серверы",
|
||||
"about.contact": "Кантакт:",
|
||||
"about.default_locale": "Прадвызначаная",
|
||||
"about.disclaimer": "Mastodon - свабоднае праграмнае забеспячэнне, з адкрытым зыходным кодам, і гандлёвай маркай Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Прычына недаступная",
|
||||
"about.domain_blocks.preamble": "Mastodon, у асноўным, дазваляе вам праглядаць кантэнт і ўзаемадзейнічаць з карыстальнікамі з іншых сервераў у федэсвету. Гэтыя выключэнні былі зроблены дакладна на гэтым серверы.",
|
||||
|
@ -8,6 +9,7 @@
|
|||
"about.domain_blocks.silenced.title": "Абмежаваны",
|
||||
"about.domain_blocks.suspended.explanation": "Ніякая інфармацыя з гэтага сервера не будзе апрацавана, захавана або абменена, узаемадзеянне або камунікацыя з карыстальнікамі гэтага сервера немагчымы.",
|
||||
"about.domain_blocks.suspended.title": "Прыпынены",
|
||||
"about.language_label": "Мова",
|
||||
"about.not_available": "Дадзеная інфармацыя не дасяжная на гэтым серверы.",
|
||||
"about.powered_by": "Дэцэнтралізаваная сацыяльная сетка, створаная {mastodon}",
|
||||
"about.rules": "Правілы сервера",
|
||||
|
@ -19,13 +21,21 @@
|
|||
"account.block_domain": "Заблакіраваць дамен {domain}",
|
||||
"account.block_short": "Заблакіраваць",
|
||||
"account.blocked": "Заблакіраваны",
|
||||
"account.blocking": "Блакіраванне",
|
||||
"account.cancel_follow_request": "Скасаваць запыт на падпіску",
|
||||
"account.copy": "Скапіраваць спасылку на профіль",
|
||||
"account.direct": "Згадаць асабіста @{name}",
|
||||
"account.disable_notifications": "Не паведамляць мне пра публікацыі @{name}",
|
||||
"account.domain_blocking": "Блакіраванне дамена",
|
||||
"account.edit_profile": "Рэдагаваць профіль",
|
||||
"account.enable_notifications": "Апавяшчаць мяне пра допісы @{name}",
|
||||
"account.endorse": "Паказваць у профілі",
|
||||
"account.familiar_followers_many": "Мае сярод падпісчыкаў {name1}, {name2}, і {othersCount, plural, one {яшчэ # чалавека, знаёмага вам} few {яшчэ # чалавекі, знаёмыя вам} many {яшчэ # чалавек, знаёмых вам} other {яшчэ # чалавекі, знаёмыя вам}}",
|
||||
"account.familiar_followers_one": "Мае сярод падпісчыкаў {name1}",
|
||||
"account.familiar_followers_two": "Мае сярод падпісчыкаў {name1} і {name2}",
|
||||
"account.featured": "Рэкамендаванае",
|
||||
"account.featured.accounts": "Профілі",
|
||||
"account.featured.hashtags": "Хэштэгі",
|
||||
"account.featured_tags.last_status_at": "Апошні допіс ад {date}",
|
||||
"account.featured_tags.last_status_never": "Няма допісаў",
|
||||
"account.follow": "Падпісацца",
|
||||
|
@ -33,9 +43,11 @@
|
|||
"account.followers": "Падпісчыкі",
|
||||
"account.followers.empty": "Ніхто пакуль не падпісаны на гэтага карыстальніка.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} падпісчык} few {{counter} падпісчыкі} many {{counter} падпісчыкаў} other {{counter} падпісчыка}}",
|
||||
"account.followers_you_know_counter": "{count, one {{counter}, знаёмы вам} other {{counter}, знаёмых вам}}",
|
||||
"account.following": "Падпіскі",
|
||||
"account.following_counter": "{count, plural, one {{counter} падпіска} few {{counter} падпіскі} many {{counter} падпісак} other {{counter} падпіскі}}",
|
||||
"account.follows.empty": "Карыстальнік ні на каго не падпісаны.",
|
||||
"account.follows_you": "Падпісаны на вас",
|
||||
"account.go_to_profile": "Перайсці да профілю",
|
||||
"account.hide_reblogs": "Схаваць пашырэнні ад @{name}",
|
||||
"account.in_memoriam": "У памяць.",
|
||||
|
@ -50,18 +62,22 @@
|
|||
"account.mute_notifications_short": "Не апавяшчаць",
|
||||
"account.mute_short": "Ігнараваць",
|
||||
"account.muted": "Ігнаруецца",
|
||||
"account.mutual": "Вы падпісаны адно на аднаго",
|
||||
"account.no_bio": "Апісанне адсутнічае.",
|
||||
"account.open_original_page": "Адкрыць арыгінальную старонку",
|
||||
"account.posts": "Допісы",
|
||||
"account.posts_with_replies": "Допісы і адказы",
|
||||
"account.remove_from_followers": "Выдаліць карыстальніка {name} з падпісчыкаў",
|
||||
"account.report": "Паскардзіцца на @{name}",
|
||||
"account.requested": "Чакаецца ўхваленне. Націсніце, каб скасаваць запыт на падпіску",
|
||||
"account.requested_follow": "{name} адправіў запыт на падпіску",
|
||||
"account.requests_to_follow_you": "Хоча падпісацца на вас",
|
||||
"account.share": "Абагуліць профіль @{name}",
|
||||
"account.show_reblogs": "Паказаць падштурхоўванні ад @{name}",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} допіс} few {{counter} допісы} many {{counter} допісаў} other {{counter} допісу}}",
|
||||
"account.unblock": "Разблакіраваць @{name}",
|
||||
"account.unblock_domain": "Разблакіраваць дамен {domain}",
|
||||
"account.unblock_domain_short": "Разблакіраваць",
|
||||
"account.unblock_short": "Разблакіраваць",
|
||||
"account.unendorse": "Не паказваць у профілі",
|
||||
"account.unfollow": "Адпісацца",
|
||||
|
@ -83,26 +99,30 @@
|
|||
"alert.unexpected.message": "Узнікла нечаканая памылка.",
|
||||
"alert.unexpected.title": "Вой!",
|
||||
"alt_text_badge.title": "Альтэрнатыўны тэкст",
|
||||
"alt_text_modal.add_alt_text": "Дадаць альтэрнатыўны тэкст",
|
||||
"alt_text_modal.add_text_from_image": "Дадаць тэкст з відарыса",
|
||||
"alt_text_modal.cancel": "Скасаваць",
|
||||
"alt_text_modal.change_thumbnail": "Змяніць мініяцюру",
|
||||
"alt_text_modal.done": "Гатова",
|
||||
"announcement.announcement": "Аб'ява",
|
||||
"annual_report.summary.archetype.booster": "Трэнда-сьледнік",
|
||||
"annual_report.summary.archetype.booster": "Паляўнічы на трэнды",
|
||||
"annual_report.summary.archetype.lurker": "Назіральнік",
|
||||
"annual_report.summary.archetype.oracle": "Аракул",
|
||||
"annual_report.summary.archetype.pollster": "Апытвальнік",
|
||||
"annual_report.summary.archetype.replier": "Душа кампанійі",
|
||||
"annual_report.summary.followers.followers": "падпісанты",
|
||||
"annual_report.summary.followers.total": "Усяго {count}",
|
||||
"annual_report.summary.here_it_is": "Вось вашыя вынікі {year} году:",
|
||||
"annual_report.summary.archetype.replier": "Душа кампаніі",
|
||||
"annual_report.summary.followers.followers": "падпісчыкі",
|
||||
"annual_report.summary.followers.total": "Агулам {count}",
|
||||
"annual_report.summary.here_it_is": "Вось вашы вынікі {year} за год:",
|
||||
"annual_report.summary.highlighted_post.by_favourites": "самы ўпадабаны допіс",
|
||||
"annual_report.summary.highlighted_post.by_reblogs": "самы пашыраны допіс",
|
||||
"annual_report.summary.highlighted_post.by_replies": "самы каментаваны допіс",
|
||||
"annual_report.summary.highlighted_post.possessive": "{name}",
|
||||
"annual_report.summary.most_used_app.most_used_app": "самая выкарыстоўваная аплікацыя",
|
||||
"annual_report.summary.most_used_hashtag.most_used_hashtag": "самы выкарыстоўваны гэштаґ",
|
||||
"annual_report.summary.most_used_app.most_used_app": "праграма, якой карысталіся часцей",
|
||||
"annual_report.summary.most_used_hashtag.most_used_hashtag": "хэштэг, якім карысталіся часцей",
|
||||
"annual_report.summary.most_used_hashtag.none": "Няма",
|
||||
"annual_report.summary.new_posts.new_posts": "новыя допісы",
|
||||
"annual_report.summary.percentile.text": "<topLabel>Мэта месьціць вас у топ</topLabel><percentage></percentage><bottomLabel> карыстальнікаў {domain}.</bottomLabel>",
|
||||
"annual_report.summary.percentile.we_wont_tell_bernie": "Мы ня скажам аб гэтым Сіняпальцаму.",
|
||||
"annual_report.summary.percentile.text": "<topLabel>З-за гэтага, вы знаходзіцеся ў топе</topLabel><percentage></percentage><bottomLabel> карыстальнікаў {domain}.</bottomLabel>",
|
||||
"annual_report.summary.percentile.we_wont_tell_bernie": "КДБ пра гэта не даведаецца.",
|
||||
"annual_report.summary.thanks": "Дзякуй за ўдзел у Mastodon!",
|
||||
"attachments_list.unprocessed": "(неапрацаваны)",
|
||||
"audio.hide": "Схаваць аўдыя",
|
||||
|
@ -127,7 +147,7 @@
|
|||
"bundle_column_error.routing.body": "Запытаная старонка не знойдзена. Вы ўпэўнены, што URL у адрасным радку правільны?",
|
||||
"bundle_column_error.routing.title": "404",
|
||||
"bundle_modal_error.close": "Закрыць",
|
||||
"bundle_modal_error.message": "Падчас загрузкі гэтага экрана штосьці пайшло ня так.",
|
||||
"bundle_modal_error.message": "Падчас загрузкі гэтага экрана штосьці пайшло не так.",
|
||||
"bundle_modal_error.retry": "Паспрабуйце зноў",
|
||||
"closed_registrations.other_server_instructions": "Паколькі Mastodon дэцэнтралізаваны, вы можаце стварыць уліковы запіс на іншым серверы і працягваць узаемадзейнічаць з ім.",
|
||||
"closed_registrations_modal.description": "Стварэнне ўліковага запісу на {domain} цяпер немагчыма. Заўважце, што няма неабходнасці мець уліковы запіс менавіта на {domain}, каб выкарыстоўваць Mastodon.",
|
||||
|
@ -147,7 +167,7 @@
|
|||
"column.firehose": "Стужкі",
|
||||
"column.follow_requests": "Запыты на падпіску",
|
||||
"column.home": "Галоўная",
|
||||
"column.list_members": "Кіраванне ўдзельнікамі спісу",
|
||||
"column.list_members": "Кіраванне ўдзельнікамі спіса",
|
||||
"column.lists": "Спісы",
|
||||
"column.mutes": "Ігнараваныя карыстальнікі",
|
||||
"column.notifications": "Апавяшчэнні",
|
||||
|
@ -196,19 +216,24 @@
|
|||
"confirmations.delete_list.confirm": "Выдаліць",
|
||||
"confirmations.delete_list.message": "Вы ўпэўненыя, што хочаце беззваротна выдаліць гэты чарнавік?",
|
||||
"confirmations.delete_list.title": "Выдаліць спіс?",
|
||||
"confirmations.discard_draft.edit.cancel": "Працягнуць рэдагаванне",
|
||||
"confirmations.discard_edit_media.confirm": "Адмяніць",
|
||||
"confirmations.discard_edit_media.message": "У вас ёсць незахаваныя змены ў апісанні або прэв'ю, усе роўна скасаваць іх?",
|
||||
"confirmations.follow_to_list.confirm": "Падпісацца й дадаць у сьпіс",
|
||||
"confirmations.follow_to_list.message": "Вы мусіце быць падпісаныя на {name} каб дадаць яго ў сьпіс.",
|
||||
"confirmations.follow_to_list.confirm": "Падпісацца і дадаць у спіс",
|
||||
"confirmations.follow_to_list.message": "Вам трэба падпісацца на карыстальніка {name}, каб дадаць яго ў спіс.",
|
||||
"confirmations.follow_to_list.title": "Падпісацца на карыстальніка?",
|
||||
"confirmations.logout.confirm": "Выйсці",
|
||||
"confirmations.logout.message": "Вы ўпэўненыя, што хочаце выйсці?",
|
||||
"confirmations.logout.title": "Выйсці?",
|
||||
"confirmations.missing_alt_text.title": "Дадаць апісаньне?",
|
||||
"confirmations.missing_alt_text.confirm": "Дадаць альтэрнатыўны тэкст",
|
||||
"confirmations.missing_alt_text.secondary": "Усё адно апублікаваць",
|
||||
"confirmations.missing_alt_text.title": "Дадаць альтэрнатыўны тэкст?",
|
||||
"confirmations.mute.confirm": "Ігнараваць",
|
||||
"confirmations.redraft.confirm": "Выдаліць і перапісаць",
|
||||
"confirmations.redraft.message": "Вы ўпэўнены, што хочаце выдаліць допіс і перапісаць яго? Упадабанні і пашырэнні згубяцца, а адказы да арыгінальнага допісу асірацеюць.",
|
||||
"confirmations.redraft.title": "Выдаліць і перапісаць допіс?",
|
||||
"confirmations.remove_from_followers.confirm": "Выдаліць падпісчыка",
|
||||
"confirmations.remove_from_followers.title": "Выдаліць падпісчыка?",
|
||||
"confirmations.unfollow.confirm": "Адпісацца",
|
||||
"confirmations.unfollow.message": "Вы ўпэўненыя, што хочаце адпісацца ад {name}?",
|
||||
"confirmations.unfollow.title": "Адпісацца ад карыстальніка?",
|
||||
|
@ -221,7 +246,7 @@
|
|||
"conversation.with": "З {names}",
|
||||
"copy_icon_button.copied": "Скапіявана ў буфер абмену",
|
||||
"copypaste.copied": "Скапіравана",
|
||||
"copypaste.copy_to_clipboard": "Капіраваць у буфер абмену",
|
||||
"copypaste.copy_to_clipboard": "Скапіяваць у буфер абмену",
|
||||
"directory.federated": "З вядомага федэсвету",
|
||||
"directory.local": "Толькі з {domain}",
|
||||
"directory.new_arrivals": "Новыя карыстальнікі",
|
||||
|
@ -230,7 +255,7 @@
|
|||
"disabled_account_banner.text": "Ваш уліковы запіс {disabledAccount} часова адключаны.",
|
||||
"dismissable_banner.community_timeline": "Гэта самыя апошнія допісы ад людзей, уліковыя запісы якіх размяшчаюцца на {domain}.",
|
||||
"dismissable_banner.dismiss": "Адхіліць",
|
||||
"dismissable_banner.public_timeline": "Гэта самыя новыя публічныя допісы ад карыстальнікаў фэдывёрсу на якіх падпісаныя карыстальнікі {domain}.",
|
||||
"dismissable_banner.public_timeline": "Вось апошнія публічныя допісы ад карыстальнікаў fediverse на якіх падпісаны карыстальнікі {domain}.",
|
||||
"domain_block_modal.block": "Заблакіраваць сервер",
|
||||
"domain_block_modal.block_account_instead": "Заблакіраваць @{name} замест гэтага",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Людзі з гэтага сервера змогуць узаемадзейнічаць з вашымі старымі допісамі.",
|
||||
|
@ -275,15 +300,15 @@
|
|||
"empty_column.account_timeline": "Тут няма допісаў!",
|
||||
"empty_column.account_unavailable": "Профіль недаступны",
|
||||
"empty_column.blocks": "Вы яшчэ нікога не заблакіравалі.",
|
||||
"empty_column.bookmarked_statuses": "У вас яшчэ няма паведамленняў з закладкамі. Калі вы дадасце закладку, яна з'явіцца тут.",
|
||||
"empty_column.community": "Мясцовая стужка пустая. Напішыце што-небудзь публічна, каб зрушыць з месца!",
|
||||
"empty_column.direct": "Пакуль у вас няма асабістых згадак. Калі вы дашляце або атрымаеце штось, яно з'явіцца тут.",
|
||||
"empty_column.bookmarked_statuses": "У вашых закладках яшчэ няма допісаў. Калі вы дадасце закладку, яна з’явіцца тут.",
|
||||
"empty_column.community": "Мясцовая стужка пустая. Напішыце нешта публічнае, каб разварушыць справу!",
|
||||
"empty_column.direct": "Пакуль у вас няма асабістых згадванняў. Калі вы дашляце або атрымаеце штосьці, яно з’явіцца тут.",
|
||||
"empty_column.domain_blocks": "Заблакіраваных даменаў пакуль няма.",
|
||||
"empty_column.explore_statuses": "Зараз не ў трэндзе. Праверце пазней",
|
||||
"empty_column.favourited_statuses": "Вы яшчэ не ўпадабалі ніводны допіс. Калі гэта адбудзецца, вы ўбачыце яго тут.",
|
||||
"empty_column.favourites": "Ніхто яшчэ не ўпадабаў гэты допіс. Калі гэта адбудзецца, вы ўбачыце гэтых людзей тут.",
|
||||
"empty_column.follow_requests": "У вас яшчэ няма запытаў на падпіскуі. Калі вы атрымаеце запыт, ён з'явяцца тут.",
|
||||
"empty_column.followed_tags": "Вы пакуль не падпісаны ні на адзін хэштэг. Калі падпішацеся, яны з'явяцца тут.",
|
||||
"empty_column.follow_requests": "У вас яшчэ няма запытаў на падпіску. Калі вы атрымаеце запыт, ён з’явіцца тут.",
|
||||
"empty_column.followed_tags": "Вы пакуль не падпісаны ні на адзін хэштэг. Калі падпішацеся, яны з’явяцца тут.",
|
||||
"empty_column.hashtag": "Па гэтаму хэштэгу пакуль што нічога няма.",
|
||||
"empty_column.home": "Галоўная стужка пустая! Падпішыцеся на іншых людзей, каб запоўніць яе. {suggestions}",
|
||||
"empty_column.list": "У гэтым спісе пакуль што нічога няма. Калі члены лісту апублікуюць новыя запісы, яны з'явяцца тут.",
|
||||
|
@ -294,13 +319,18 @@
|
|||
"error.unexpected_crash.explanation": "Гэта старонка не можа быць адлюстравана карэктна з-за памылкі ў нашым кодзе, або праблемы з сумяшчальнасцю браўзера.",
|
||||
"error.unexpected_crash.explanation_addons": "Гэтая старонка не можа быць адлюстравана карэктна. Верагодна, гэтая памылка выклікана дадатковым кампанентам браўзера або інструментамі аўтаматычнага перакладу",
|
||||
"error.unexpected_crash.next_steps": "Паспрабуйце абнавіць старонку. Калі гэта не дапаможа, вы можаце паспрабаваць іншы браўзер, альбо выкарыстаць усталяваную праграму.",
|
||||
"error.unexpected_crash.next_steps_addons": "Паспрабуйце выключыць іх і аднавіць старонку. Калі гэта не дапаможа, вы можаце карыстацца Мастадонт праз другі браўзер ці аплікацыю.",
|
||||
"error.unexpected_crash.next_steps_addons": "Паспрабуйце выключыць іх і абнавіць старонку. Калі гэта не дапамагае, вы ўсё яшчэ можаце карыстацца Mastodon праз іншы браўзер ці натыўную праграму.",
|
||||
"errors.unexpected_crash.copy_stacktrace": "Дадаць дыягнастычны стэк у буфер абмену",
|
||||
"errors.unexpected_crash.report_issue": "Паведаміць аб праблеме",
|
||||
"explore.suggested_follows": "Людзі",
|
||||
"explore.title": "Трэндавае",
|
||||
"explore.trending_links": "Навіны",
|
||||
"explore.trending_statuses": "Допісы",
|
||||
"explore.trending_tags": "Хэштэгі",
|
||||
"featured_carousel.next": "Далей",
|
||||
"featured_carousel.post": "Допіс",
|
||||
"featured_carousel.previous": "Назад",
|
||||
"featured_carousel.slide": "{index} з {total}",
|
||||
"filter_modal.added.context_mismatch_explanation": "Гэтая катэгорыя фільтра не прымяняецца да кантэксту, у якім вы адкрылі гэты пост. Калі вы хочаце, каб паведамленне таксама было адфільтравана ў гэтым кантэксце, вам трэба будзе адрэдагаваць фільтр",
|
||||
"filter_modal.added.context_mismatch_title": "Неадпаведны кантэкст!",
|
||||
"filter_modal.added.expired_explanation": "Тэрмін дзеяння гэтай катэгорыі фільтраў скончыўся, вам трэба будзе змяніць дату заканчэння тэрміну дзеяння, каб яна прымянялася",
|
||||
|
@ -349,10 +379,10 @@
|
|||
"footer.privacy_policy": "Палітыка прыватнасці",
|
||||
"footer.source_code": "Прагледзець зыходны код",
|
||||
"footer.status": "Статус",
|
||||
"footer.terms_of_service": "Умовы абслугоўваньня",
|
||||
"footer.terms_of_service": "Умовы выкарыстання",
|
||||
"generic.saved": "Захавана",
|
||||
"getting_started.heading": "Пачатак працы",
|
||||
"hashtag.admin_moderation": "Адкрыць інтэрфэйс мадаратара для #{name}",
|
||||
"hashtag.admin_moderation": "Адкрыць інтэрфейс мадэратара для #{name}",
|
||||
"hashtag.column_header.tag_mode.all": "і {additional}",
|
||||
"hashtag.column_header.tag_mode.any": "або {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "без {additional}",
|
||||
|
@ -374,35 +404,39 @@
|
|||
"hints.profiles.see_more_followers": "Глядзець больш падпісаных на {domain}",
|
||||
"hints.profiles.see_more_follows": "Глядзець больш падпісак на {domain}",
|
||||
"hints.profiles.see_more_posts": "Глядзець больш допісаў на {domain}",
|
||||
"hints.threads.replies_may_be_missing": "Адказы зь іншых сэрвэраў могуць адсутнічаць.",
|
||||
"hints.threads.replies_may_be_missing": "Адказы з іншых сервераў могуць адсутнічаць.",
|
||||
"hints.threads.see_more": "Глядзіце больш адказаў на {domain}",
|
||||
"home.column_settings.show_quotes": "Паказаць цытаты",
|
||||
"home.column_settings.show_reblogs": "Паказваць пашырэнні",
|
||||
"home.column_settings.show_replies": "Паказваць адказы",
|
||||
"home.hide_announcements": "Схаваць аб'явы",
|
||||
"home.pending_critical_update.body": "Калі ласка, абнавіце свой сервер Mastodon як мага хутчэй!",
|
||||
"home.pending_critical_update.body": "Абнавіце свой сервер Mastodon як мага хутчэй!",
|
||||
"home.pending_critical_update.link": "Прагледзець абнаўленні",
|
||||
"home.pending_critical_update.title": "Даступна крытычнае абнаўленне бяспекі!",
|
||||
"home.show_announcements": "Паказаць аб'явы",
|
||||
"ignore_notifications_modal.disclaimer": "Mastodon ня можа йнфармаваць карыстальнікаў аб тым, што вы прайігнаравалі йх паведамленьні. Ігнараваньне паведамленьняў не спыніць іх адпраўку.",
|
||||
"ignore_notifications_modal.disclaimer": "Mastodon не можа паведамляць карыстальнікам, што вы праігнаравалі апавяшчэнні ад іх. Ігнараванне апавяшчэнняў не спыніць адпраўку саміх паведамленняў.",
|
||||
"ignore_notifications_modal.filter_instead": "Замест гэтага адфільтраваць",
|
||||
"ignore_notifications_modal.filter_to_act_users": "Вы па-ранейшаму зможаце прымаць, адхіляць ці скардзіцца на карыстальнікаў",
|
||||
"ignore_notifications_modal.filter_to_avoid_confusion": "Фільтраваньне дапамагае пазьбегнуць патэнцыйнай блытаніны",
|
||||
"ignore_notifications_modal.filter_to_review_separately": "Вы можаце прагледзець адфільтраваныя паведамленьні асобна",
|
||||
"ignore_notifications_modal.ignore": "Ігнараваць паведамленьні",
|
||||
"ignore_notifications_modal.limited_accounts_title": "Ігнараваць паведамленьні ад абмежаваных уліковых запісаў?",
|
||||
"ignore_notifications_modal.new_accounts_title": "Ігнараваць паведамленьні ад новых уліковых запісаў?",
|
||||
"ignore_notifications_modal.not_followers_title": "Ігнараваць паведамленьні ад людзей, якія ня падпісаныя на вас?",
|
||||
"ignore_notifications_modal.filter_to_avoid_confusion": "Выкарыстанне фільтраў дапамагае пазбягаць патэнцыйнай блытаніны",
|
||||
"ignore_notifications_modal.filter_to_review_separately": "Вы можаце прагледзець адфільтраваныя апавяшчэнні асобна",
|
||||
"ignore_notifications_modal.ignore": "Ігнараваць апавяшчэнні",
|
||||
"ignore_notifications_modal.limited_accounts_title": "Ігнараваць апавяшчэнні ад уліковых запісаў пад мадэрацыяй?",
|
||||
"ignore_notifications_modal.new_accounts_title": "Ігнараваць апавяшчэнні ад новых уліковых запісаў?",
|
||||
"ignore_notifications_modal.not_followers_title": "Ігнараваць апавяшчэнні ад людзей, якія не падпісаныя на вас?",
|
||||
"ignore_notifications_modal.not_following_title": "Ігнараваць апавяшчэнні ад людзей на якіх вы не падпісаны?",
|
||||
"ignore_notifications_modal.private_mentions_title": "Ігнараваць паведамленьні аб непажаданых прыватных згадках?",
|
||||
"ignore_notifications_modal.private_mentions_title": "Ігнараваць апавяшчэнні пра непажаданыя асабістыя згадванні?",
|
||||
"info_button.label": "Даведка",
|
||||
"interaction_modal.action.favourite": "Каб працягнуць, вы мусіце ўпадабаць з вашага ўліковага запісу.",
|
||||
"interaction_modal.action.follow": "Каб працягнуць, вы мусіце падпісацца з вашага ўліковага запісу.",
|
||||
"interaction_modal.action.favourite": "Каб працягнуць, вы мусіце ўпадабаць нешта са свайго ўліковага запісу.",
|
||||
"interaction_modal.action.follow": "Каб працягнуць, вы мусіце падпісацца на некага са свайго ўліковага запісу.",
|
||||
"interaction_modal.go": "Перайсці",
|
||||
"interaction_modal.no_account_yet": "Не маеце ўліковага запісу?",
|
||||
"interaction_modal.on_another_server": "На іншым серверы",
|
||||
"interaction_modal.on_this_server": "На гэтым серверы",
|
||||
"interaction_modal.title.favourite": "Упадабаць допіс {name}",
|
||||
"interaction_modal.title.follow": "Падпісацца на {name}",
|
||||
"interaction_modal.title.reblog": "Пашырыць допіс ад {name}",
|
||||
"interaction_modal.title.reply": "Адказаць на допіс {name}",
|
||||
"interaction_modal.username_prompt": "Напр., {example}",
|
||||
"intervals.full.days": "{number, plural, one {# дзень} few {# дні} many {# дзён} other {# дня}}",
|
||||
"intervals.full.hours": "{number, plural, one {# гадзіна} few {# гадзіны} many {# гадзін} other {# гадзіны}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# хвіліна} few {# хвіліны} many {# хвілін} other {# хвіліны}}",
|
||||
|
@ -438,21 +472,32 @@
|
|||
"keyboard_shortcuts.toggle_hidden": "Паказаць/схаваць тэкст за папярэджаннем пра кантэнт",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "Паказаць/схаваць медыя",
|
||||
"keyboard_shortcuts.toot": "Стварыць новы допіс",
|
||||
"keyboard_shortcuts.translate": "каб перакласці допіс",
|
||||
"keyboard_shortcuts.unfocus": "Расфакусаваць тэкставую вобласць/пошукавы радок",
|
||||
"keyboard_shortcuts.up": "Перамясціцца ўверх па спісе",
|
||||
"lightbox.close": "Закрыць",
|
||||
"lightbox.next": "Далей",
|
||||
"lightbox.previous": "Назад",
|
||||
"lightbox.zoom_in": "Маштабаваць да фактычнага памеру",
|
||||
"lightbox.zoom_out": "Дапасаваць усё змесціва пад памеры экрана",
|
||||
"limited_account_hint.action": "Усе роўна паказваць профіль",
|
||||
"limited_account_hint.title": "Гэты профіль быў схаваны мадэратарамі",
|
||||
"link_preview.author": "Ад {name}",
|
||||
"link_preview.more_from_author": "Больш ад {name}",
|
||||
"link_preview.shares": "{count, plural, one {{counter} допіс} few {{counter} допісы} many {{counter} допісаў} other {{counter} допісу}}",
|
||||
"lists.add_member": "Дадаць",
|
||||
"lists.add_to_list": "Дадаць у спіс",
|
||||
"lists.add_to_lists": "Дадаць {name} у спісы",
|
||||
"lists.create": "Стварыць",
|
||||
"lists.create_list": "Стварыць спіс",
|
||||
"lists.delete": "Выдаліць спіс",
|
||||
"lists.done": "Гатова",
|
||||
"lists.edit": "Рэдагаваць спіс",
|
||||
"lists.list_name": "Назва спіса",
|
||||
"lists.new_list_name": "Назва новага спіса",
|
||||
"lists.no_lists_yet": "Пакуль няма спісаў.",
|
||||
"lists.no_members_yet": "Пакуль няма ўдзельнікаў.",
|
||||
"lists.no_results_found": "Нічога не знойдзена.",
|
||||
"lists.remove_member": "Выдаліць",
|
||||
"lists.replies_policy.followed": "Любы карыстальнік, на якога вы падпісаліся",
|
||||
"lists.replies_policy.list": "Удзельнікі гэтага спісу",
|
||||
|
@ -460,7 +505,7 @@
|
|||
"lists.save": "Захаваць",
|
||||
"lists.search": "Пошук",
|
||||
"load_pending": "{count, plural, one {# новы элемент} few {# новыя элементы} many {# новых элементаў} other {# новых элементаў}}",
|
||||
"loading_indicator.label": "Загрузка…",
|
||||
"loading_indicator.label": "Ідзе загрузка…",
|
||||
"media_gallery.hide": "Схаваць",
|
||||
"moved_to_account_banner.text": "Ваш уліковы запіс {disabledAccount} зараз адключаны таму што вы перанесены на {movedToAccount}.",
|
||||
"mute_modal.hide_from_notifications": "Схаваць з апавяшчэнняў",
|
||||
|
@ -473,7 +518,10 @@
|
|||
"mute_modal.you_wont_see_mentions": "Вы не ўбачыце паведамленняў са згадваннем карыстальніка.",
|
||||
"mute_modal.you_wont_see_posts": "Карыстальнік па-ранейшаму будзе бачыць вашыя паведамленні, але вы не будзеце паведамленні карыстальніка.",
|
||||
"navigation_bar.about": "Пра нас",
|
||||
"navigation_bar.account_settings": "Пароль і бяспека",
|
||||
"navigation_bar.administration": "Адміністрацыя",
|
||||
"navigation_bar.advanced_interface": "Адкрыць у пашыраным вэб-інтэрфейсе",
|
||||
"navigation_bar.automated_deletion": "Аўтаматычнае выдаленне допісаў",
|
||||
"navigation_bar.blocks": "Заблакіраваныя карыстальнікі",
|
||||
"navigation_bar.bookmarks": "Закладкі",
|
||||
"navigation_bar.direct": "Асабістыя згадванні",
|
||||
|
@ -483,13 +531,21 @@
|
|||
"navigation_bar.follow_requests": "Запыты на падпіску",
|
||||
"navigation_bar.followed_tags": "Падпіскі",
|
||||
"navigation_bar.follows_and_followers": "Падпіскі і падпісчыкі",
|
||||
"navigation_bar.import_export": "Імпарт і экспарт",
|
||||
"navigation_bar.lists": "Спісы",
|
||||
"navigation_bar.live_feed_local": "Жывая стужка (лакальная)",
|
||||
"navigation_bar.live_feed_public": "Жывая стужка (публічная)",
|
||||
"navigation_bar.logout": "Выйсці",
|
||||
"navigation_bar.moderation": "Мадэрацыя",
|
||||
"navigation_bar.more": "Больш",
|
||||
"navigation_bar.mutes": "Ігнараваныя карыстальнікі",
|
||||
"navigation_bar.opened_in_classic_interface": "Допісы, уліковыя запісы і іншыя спецыфічныя старонкі па змоўчанні адчыняюцца ў класічным вэб-інтэрфейсе.",
|
||||
"navigation_bar.preferences": "Налады",
|
||||
"navigation_bar.privacy_and_reach": "Прыватнасць і пошук",
|
||||
"navigation_bar.search": "Пошук",
|
||||
"navigation_bar.search_trends": "Пошук / Трэндавае",
|
||||
"navigation_panel.collapse_followed_tags": "Згарнуць меню падпісак на хэштэгі",
|
||||
"navigation_panel.collapse_lists": "Згарнуць меню спісаў",
|
||||
"not_signed_in_indicator.not_signed_in": "Вам трэба ўвайсці каб атрымаць доступ да гэтага рэсурсу.",
|
||||
"notification.admin.report": "{name} паскардзіўся на {target}",
|
||||
"notification.admin.report_account": "{name} паскардзіўся на {count, plural, one {# допіс} many {# допісаў} other {# допіса}} ад {target} з прычыны {category}",
|
||||
|
@ -497,7 +553,10 @@
|
|||
"notification.admin.report_statuses": "{name} паскардзіўся на {target} з прычыны {category}",
|
||||
"notification.admin.report_statuses_other": "{name} паскардзіўся на {target}",
|
||||
"notification.admin.sign_up": "{name} зарэгістраваўся",
|
||||
"notification.annual_report.view": "Перайсці да #Wrapstodon",
|
||||
"notification.favourite": "Ваш допіс упадабаны {name}",
|
||||
"notification.favourite_pm": "Ваша асабістае згадванне ўпадабана {name}",
|
||||
"notification.favourite_pm.name_and_others_with_link": "{name} і <a>{count, plural, one {# іншы} few {# іншыя} many {# іншых} other {# іншых}}</a> ўпадабалі ваша асабістае згадванне",
|
||||
"notification.follow": "{name} падпісаўся на вас",
|
||||
"notification.follow_request": "{name} адправіў запыт на падпіску",
|
||||
"notification.follow_request.name_and_others": "{name} і {count, plural, one {# іншы} many {# іншых} other {# іншых}} запыталіся падпісацца на вас",
|
||||
|
@ -508,7 +567,7 @@
|
|||
"notification.mention": "Згадванне",
|
||||
"notification.mentioned_you": "{name} згадаў вас",
|
||||
"notification.moderation-warning.learn_more": "Даведацца больш",
|
||||
"notification.moderation_warning": "Вы атрымалі папярэджанне аб мадэрацыі",
|
||||
"notification.moderation_warning": "Вы атрымалі папярэджанне ад мадэратараў",
|
||||
"notification.moderation_warning.action_delete_statuses": "Некаторыя вашыя допісы былі выдаленыя.",
|
||||
"notification.moderation_warning.action_disable": "Ваш уліковы запіс быў адключаны.",
|
||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Некаторыя з вашых допісаў былі пазначаныя як далікатныя.",
|
||||
|
@ -539,7 +598,7 @@
|
|||
"notification_requests.title": "Адфільтраваныя апавяшчэнні",
|
||||
"notification_requests.view": "Прагляд апавяшчэнняў",
|
||||
"notifications.clear": "Ачысціць апавяшчэнні",
|
||||
"notifications.clear_confirmation": "Вы ўпэўнены, што жадаеце назаўсёды сцерці ўсё паведамленні?",
|
||||
"notifications.clear_confirmation": "Вы ўпэўнены, што хочаце назаўсёды сцерці ўсе свае паведамленні?",
|
||||
"notifications.clear_title": "Ачысціць апавяшчэнні?",
|
||||
"notifications.column_settings.admin.report": "Новыя скаргі:",
|
||||
"notifications.column_settings.admin.sign_up": "Новыя ўваходы:",
|
||||
|
@ -549,7 +608,7 @@
|
|||
"notifications.column_settings.filter_bar.category": "Панэль хуткай фільтрацыі",
|
||||
"notifications.column_settings.follow": "Новыя падпісчыкі:",
|
||||
"notifications.column_settings.follow_request": "Новыя запыты на падпіску:",
|
||||
"notifications.column_settings.group": "Аб'яднаць апавяшчэнні ад падпісчыкаў",
|
||||
"notifications.column_settings.group": "Аб’яднаць апавяшчэнні ад падпісчыкаў",
|
||||
"notifications.column_settings.mention": "Згадванні:",
|
||||
"notifications.column_settings.poll": "Вынікі апытання:",
|
||||
"notifications.column_settings.push": "Push-апавяшчэнні",
|
||||
|
@ -571,13 +630,13 @@
|
|||
"notifications.group": "{count} Апавяшчэнняў",
|
||||
"notifications.mark_as_read": "Пазначыць усе апавяшчэнні як прачытаныя",
|
||||
"notifications.permission_denied": "Апавяшчэнні на працоўным стале недаступныя з-за папярэдне адхіленага запыта праў браўзера",
|
||||
"notifications.permission_denied_alert": "Апавяшчэнні на працоўным стале не могуць быць уключаныя, з-за таго што запыт браўзера быў адхілены",
|
||||
"notifications.permission_denied_alert": "З-за таго, што запыт браўзера быў раней адхілены, немагчыма ўключыць апавяшчэнні на працоўным стале",
|
||||
"notifications.permission_required": "Апавяшчэнні на працоўным стале недаступныя, з-за таго што неабходны дазвол не быў дадзены.",
|
||||
"notifications.policy.accept": "Прыняць",
|
||||
"notifications.policy.accept_hint": "Паказваць у апавяшчэннях",
|
||||
"notifications.policy.drop": "Iгнараваць",
|
||||
"notifications.policy.filter": "Фільтраваць",
|
||||
"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_title": "Новыя ўліковыя запісы",
|
||||
"notifications.policy.filter_not_followers_hint": "Уключаючы людзей, якія падпісаны на вас менш, чым {days, plural, one {# дзень} few {# дні} many {# дзён} other {# дня}}",
|
||||
|
@ -594,13 +653,13 @@
|
|||
"onboarding.follows.done": "Гатова",
|
||||
"onboarding.follows.empty": "На жаль, зараз немагчыма паказаць вынікі. Вы можаце паспрабаваць выкарыстоўваць пошук і праглядзець старонку агляду, каб знайсці людзей, на якіх можна падпісацца, або паўтарыце спробу пазней.",
|
||||
"onboarding.follows.search": "Пошук",
|
||||
"onboarding.follows.title": "Падпішыцеся каб пачаць",
|
||||
"onboarding.follows.title": "Падпішыцеся на некага, каб пачаць",
|
||||
"onboarding.profile.discoverable": "Зрабіць мой профіль бачным",
|
||||
"onboarding.profile.discoverable_hint": "Калі вы звяртаецеся да адкрытасці на Mastodon, вашы паведамленні могуць з'яўляцца ў выніках пошуку і тэндэнцый, а ваш профіль можа быць прапанаваны людзям з такімі ж інтарэсамі.",
|
||||
"onboarding.profile.display_name": "Бачнае імя",
|
||||
"onboarding.profile.display_name_hint": "Ваша поўнае імя або ваш псеўданім…",
|
||||
"onboarding.profile.note": "Біяграфія",
|
||||
"onboarding.profile.note_hint": "Вы можаце @згадаць іншых людзей або выкарыстоўваць #хэштэгі…",
|
||||
"onboarding.profile.note_hint": "Вы можаце @згадваць іншых людзей або выкарыстоўваць #хэштэгі…",
|
||||
"onboarding.profile.save_and_continue": "Захаваць і працягнуць",
|
||||
"onboarding.profile.title": "Налады профілю",
|
||||
"onboarding.profile.upload_avatar": "Загрузіць фота профілю",
|
||||
|
@ -620,6 +679,7 @@
|
|||
"poll_button.remove_poll": "Выдаліць апытанне",
|
||||
"privacy.change": "Змяніць прыватнасць допісу",
|
||||
"privacy.direct.long": "Усе згаданыя ў допісе",
|
||||
"privacy.direct.short": "Асабістае згадванне",
|
||||
"privacy.private.long": "Толькі вашыя падпісчыкі",
|
||||
"privacy.private.short": "Падпісчыкі",
|
||||
"privacy.public.long": "Усе, хто ёсць і каго няма ў Mastodon",
|
||||
|
@ -629,10 +689,10 @@
|
|||
"privacy.unlisted.short": "Ціхі публічны",
|
||||
"privacy_policy.last_updated": "Адноўлена {date}",
|
||||
"privacy_policy.title": "Палітыка канфідэнцыйнасці",
|
||||
"recommended": "Рэкамендуем",
|
||||
"recommended": "Рэкамендаванае",
|
||||
"refresh": "Абнавiць",
|
||||
"regeneration_indicator.please_stand_by": "Калі ласка, пачакайце.",
|
||||
"regeneration_indicator.preparing_your_home_feed": "Рыхтуем вашую стужку…",
|
||||
"regeneration_indicator.please_stand_by": "Пачакайце.",
|
||||
"regeneration_indicator.preparing_your_home_feed": "Рыхтуем вашу галоўную стужку…",
|
||||
"relative_time.days": "{number} д",
|
||||
"relative_time.full.days": "{number, plural, one {# дзень} few {# дні} many {# дзён} other {# дня}} таму",
|
||||
"relative_time.full.hours": "{number, plural, one {# гадзіна} few {# гадзіны} many {# гадзін} other {# гадзіны}} таму",
|
||||
|
@ -649,7 +709,7 @@
|
|||
"reply_indicator.poll": "Апытанне",
|
||||
"report.block": "Заблакіраваць",
|
||||
"report.block_explanation": "Вы перастанеце бачыць допісы гэтага карыстальніка. Ён не зможа сачыць за вамі і бачыць вашы допісы. Ён зможа зразумець, што яго заблакіравалі.",
|
||||
"report.categories.legal": "Права",
|
||||
"report.categories.legal": "Звязанае з правам",
|
||||
"report.categories.other": "Іншае",
|
||||
"report.categories.spam": "Спам",
|
||||
"report.categories.violation": "Змест парушае адно ці некалькі правілаў сервера",
|
||||
|
@ -716,8 +776,8 @@
|
|||
"search_results.accounts": "Профілі",
|
||||
"search_results.all": "Усё",
|
||||
"search_results.hashtags": "Хэштэгі",
|
||||
"search_results.no_results": "Анічога ня знойдзена.",
|
||||
"search_results.no_search_yet": "Паспрабуйце пашукаць допісы, профілі або гэштаґі.",
|
||||
"search_results.no_results": "Няма вынікаў.",
|
||||
"search_results.no_search_yet": "Паспрабуйце пашукаць допісы, профілі або хэштэгі.",
|
||||
"search_results.see_all": "Праглядзець усе",
|
||||
"search_results.statuses": "Допісы",
|
||||
"search_results.title": "Шукаць \"{q}\"",
|
||||
|
@ -738,7 +798,7 @@
|
|||
"status.bookmark": "Дадаць закладку",
|
||||
"status.cancel_reblog_private": "Прыбраць",
|
||||
"status.cannot_reblog": "Гэты пост нельга пашырыць",
|
||||
"status.continued_thread": "Працяг тэмы",
|
||||
"status.continued_thread": "Працяг ланцужка",
|
||||
"status.copy": "Скапіраваць спасылку на допіс",
|
||||
"status.delete": "Выдаліць",
|
||||
"status.detailed_status": "Дэтальны агляд размовы",
|
||||
|
@ -763,6 +823,7 @@
|
|||
"status.mute_conversation": "Ігнараваць размову",
|
||||
"status.open": "Разгарнуць гэты допіс",
|
||||
"status.pin": "Замацаваць у профілі",
|
||||
"status.quote_post_author": "Допіс карыстальніка @{name}",
|
||||
"status.read_more": "Чытаць болей",
|
||||
"status.reblog": "Пашырыць",
|
||||
"status.reblog_private": "Пашырыць з першапачатковай бачнасцю",
|
||||
|
@ -771,7 +832,7 @@
|
|||
"status.reblogs.empty": "Гэты допіс яшчэ ніхто не пашырыў. Калі гэта адбудзецца, гэтых людзей будзе бачна тут.",
|
||||
"status.redraft": "Выдаліць і паправіць",
|
||||
"status.remove_bookmark": "Выдаліць закладку",
|
||||
"status.replied_in_thread": "Адказаў у тэме",
|
||||
"status.replied_in_thread": "Адказаў у ланцужку",
|
||||
"status.replied_to": "Адказаў {name}",
|
||||
"status.reply": "Адказаць",
|
||||
"status.replyAll": "Адказаць у ланцугу",
|
||||
|
@ -791,8 +852,11 @@
|
|||
"subscribed_languages.save": "Захаваць змены",
|
||||
"subscribed_languages.target": "Змяніць мовы падпіскі для {target}",
|
||||
"tabs_bar.home": "Галоўная",
|
||||
"tabs_bar.menu": "Меню",
|
||||
"tabs_bar.notifications": "Апавяшчэнні",
|
||||
"terms_of_service.title": "Умовы абслугоўваньня",
|
||||
"tabs_bar.publish": "Новы допіс",
|
||||
"tabs_bar.search": "Пошук",
|
||||
"terms_of_service.title": "Умовы выкарыстання",
|
||||
"time_remaining.days": "{number, plural, one {застаўся # дзень} few {засталося # дні} many {засталося # дзён} other {засталося # дня}}",
|
||||
"time_remaining.hours": "{number, plural, one {засталася # гадзіна} few {засталося # гадзіны} many {засталося # гадзін} other {засталося # гадзіны}}",
|
||||
"time_remaining.minutes": "{number, plural, one {засталася # хвіліна} few {засталося # хвіліны} many {засталося # хвілін} other {засталося # хвіліны}}",
|
||||
|
@ -818,6 +882,12 @@
|
|||
"video.expand": "Разгарнуць відэа",
|
||||
"video.fullscreen": "Увесь экран",
|
||||
"video.hide": "Схаваць відэа",
|
||||
"video.mute": "Выключыць гук",
|
||||
"video.pause": "Паўза",
|
||||
"video.play": "Прайграць"
|
||||
"video.play": "Прайграць",
|
||||
"video.skip_backward": "Праматаць назад",
|
||||
"video.skip_forward": "Праматаць уперад",
|
||||
"video.unmute": "Уключыць гук",
|
||||
"video.volume_down": "Паменшыць гучнасць",
|
||||
"video.volume_up": "Павялічыць гучнасць"
|
||||
}
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"about.domain_blocks.silenced.title": "Ограничено",
|
||||
"about.domain_blocks.suspended.explanation": "Никакви данни от този сървър няма да се обработват, съхраняват или обменят, правещи невъзможно всяко взаимодействие или комуникация с потребители от тези сървъри.",
|
||||
"about.domain_blocks.suspended.title": "Спряно",
|
||||
"about.language_label": "Език",
|
||||
"about.not_available": "Тази информация не е публична на този сървър.",
|
||||
"about.powered_by": "Децентрализирана социална мрежа, захранвана от {mastodon}",
|
||||
"about.rules": "Правила на сървъра",
|
||||
|
@ -28,6 +29,7 @@
|
|||
"account.edit_profile": "Редактиране на профила",
|
||||
"account.enable_notifications": "Известяване при публикуване от @{name}",
|
||||
"account.endorse": "Представи в профила",
|
||||
"account.familiar_followers_many": "Последвано от {name1}, {name2}, и {othersCount, plural, one {един друг, когото познавате} other {# други, които познавате}}",
|
||||
"account.familiar_followers_one": "Последвано от {name1}",
|
||||
"account.familiar_followers_two": "Последвано от {name1} и {name2}",
|
||||
"account.featured": "Препоръчано",
|
||||
|
@ -40,6 +42,7 @@
|
|||
"account.followers": "Последователи",
|
||||
"account.followers.empty": "Още никой не следва потребителя.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} последовател} other {{counter} последователи}}",
|
||||
"account.followers_you_know_counter": "{counter} познавате",
|
||||
"account.following": "Последвано",
|
||||
"account.following_counter": "{count, plural, one {{counter} последван} other {{counter} последвани}}",
|
||||
"account.follows.empty": "Потребителят още никого не следва.",
|
||||
|
@ -185,7 +188,7 @@
|
|||
"community.column_settings.remote_only": "Само отдалечено",
|
||||
"compose.language.change": "Смяна на езика",
|
||||
"compose.language.search": "Търсене на езици...",
|
||||
"compose.published.body": "Публикувана публикация.",
|
||||
"compose.published.body": "Публикувано.",
|
||||
"compose.published.open": "Отваряне",
|
||||
"compose.saved.body": "Запазена публикация.",
|
||||
"compose_form.direct_message_warning_learn_more": "Още информация",
|
||||
|
@ -215,6 +218,13 @@
|
|||
"confirmations.delete_list.confirm": "Изтриване",
|
||||
"confirmations.delete_list.message": "Наистина ли искате да изтриете завинаги списъка?",
|
||||
"confirmations.delete_list.title": "Изтривате ли списъка?",
|
||||
"confirmations.discard_draft.confirm": "Изхвърляне и продължаване",
|
||||
"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.message": "Не сте запазили промени на описанието или огледа на мултимедията, отхвърляте ли ги?",
|
||||
"confirmations.follow_to_list.confirm": "Последване и добавяне в списък",
|
||||
|
@ -324,9 +334,15 @@
|
|||
"errors.unexpected_crash.copy_stacktrace": "Копиране на трасето на стека в буферната памет",
|
||||
"errors.unexpected_crash.report_issue": "Сигнал за проблем",
|
||||
"explore.suggested_follows": "Хора",
|
||||
"explore.title": "Вървежно",
|
||||
"explore.trending_links": "Новини",
|
||||
"explore.trending_statuses": "Публикации",
|
||||
"explore.trending_tags": "Хаштагове",
|
||||
"featured_carousel.header": "{count, plural, one {закачена публикация} other {закачени публикации}}",
|
||||
"featured_carousel.next": "Напред",
|
||||
"featured_carousel.post": "Публикация",
|
||||
"featured_carousel.previous": "Назад",
|
||||
"featured_carousel.slide": "{index} от {total}",
|
||||
"filter_modal.added.context_mismatch_explanation": "Тази категория филтър не е приложима към контекста, в който достъпвате тази публикация. Ако желаете да филтрирате публикациите в този контекст, трябва да изберете друг филтър.",
|
||||
"filter_modal.added.context_mismatch_title": "Несъвпадащ контекст!",
|
||||
"filter_modal.added.expired_explanation": "Валидността на тази категория филтър е изтекла. Сменете срока на валидност, за да я приложите.",
|
||||
|
@ -405,6 +421,7 @@
|
|||
"hints.profiles.see_more_posts": "Преглед на още публикации на {domain}",
|
||||
"hints.threads.replies_may_be_missing": "Отговори от други сървъри може да липсват.",
|
||||
"hints.threads.see_more": "Преглед на още отговори на {domain}",
|
||||
"home.column_settings.show_quotes": "Показване на цитираното",
|
||||
"home.column_settings.show_reblogs": "Показване на подсилванията",
|
||||
"home.column_settings.show_replies": "Показване на отговорите",
|
||||
"home.hide_announcements": "Скриване на оповестяванията",
|
||||
|
@ -527,8 +544,10 @@
|
|||
"mute_modal.you_wont_see_mentions": "Няма да виждате споменаващите ги публикации.",
|
||||
"mute_modal.you_wont_see_posts": "Още могат да виждат публикациите ви, но вие техните не.",
|
||||
"navigation_bar.about": "Относно",
|
||||
"navigation_bar.account_settings": "Парола и сигурност",
|
||||
"navigation_bar.administration": "Администрация",
|
||||
"navigation_bar.advanced_interface": "Отваряне в разширен уебинтерфейс",
|
||||
"navigation_bar.automated_deletion": "Автоматично изтриване на публикации",
|
||||
"navigation_bar.blocks": "Блокирани потребители",
|
||||
"navigation_bar.bookmarks": "Отметки",
|
||||
"navigation_bar.direct": "Частни споменавания",
|
||||
|
@ -538,13 +557,17 @@
|
|||
"navigation_bar.follow_requests": "Заявки за последване",
|
||||
"navigation_bar.followed_tags": "Последвани хаштагове",
|
||||
"navigation_bar.follows_and_followers": "Последвания и последователи",
|
||||
"navigation_bar.import_export": "Внасяне и изнасяне",
|
||||
"navigation_bar.lists": "Списъци",
|
||||
"navigation_bar.logout": "Излизане",
|
||||
"navigation_bar.moderation": "Модериране",
|
||||
"navigation_bar.more": "Още",
|
||||
"navigation_bar.mutes": "Заглушени потребители",
|
||||
"navigation_bar.opened_in_classic_interface": "Публикации, акаунти и други особени страници се отварят по подразбиране в класическия мрежови интерфейс.",
|
||||
"navigation_bar.preferences": "Предпочитания",
|
||||
"navigation_bar.privacy_and_reach": "Поверителност и обхват",
|
||||
"navigation_bar.search": "Търсене",
|
||||
"navigation_bar.search_trends": "Търсене / Вървежно",
|
||||
"not_signed_in_indicator.not_signed_in": "Трябва ви вход за достъп до ресурса.",
|
||||
"notification.admin.report": "{name} докладва {target}",
|
||||
"notification.admin.report_account": "{name} докладва {count, plural, one {публикация} other {# публикации}} от {target} за {category}",
|
||||
|
@ -771,6 +794,7 @@
|
|||
"report_notification.categories.violation": "Нарушение на правилото",
|
||||
"report_notification.categories.violation_sentence": "нарушение на правило",
|
||||
"report_notification.open": "Отваряне на доклада",
|
||||
"search.clear": "Изчистване на търсенето",
|
||||
"search.no_recent_searches": "Няма скорошни търсения",
|
||||
"search.placeholder": "Търсене",
|
||||
"search.quick_action.account_search": "Съвпадение на профили {x}",
|
||||
|
@ -837,6 +861,13 @@
|
|||
"status.mute_conversation": "Заглушаване на разговора",
|
||||
"status.open": "Разширяване на публикацията",
|
||||
"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.read_more": "Още за четене",
|
||||
"status.reblog": "Подсилване",
|
||||
"status.reblog_private": "Подсилване с оригиналната видимост",
|
||||
|
@ -866,7 +897,10 @@
|
|||
"subscribed_languages.save": "Запазване на промените",
|
||||
"subscribed_languages.target": "Промяна на абонираните езици за {target}",
|
||||
"tabs_bar.home": "Начало",
|
||||
"tabs_bar.menu": "Меню",
|
||||
"tabs_bar.notifications": "Известия",
|
||||
"tabs_bar.publish": "Нова публикация",
|
||||
"tabs_bar.search": "Търсене",
|
||||
"terms_of_service.effective_as_of": "В сила от {date}",
|
||||
"terms_of_service.title": "Условия на услугата",
|
||||
"terms_of_service.upcoming_changes_on": "Предстоящи промени на {date}",
|
||||
|
|
|
@ -219,6 +219,13 @@
|
|||
"confirmations.delete_list.confirm": "Elimina",
|
||||
"confirmations.delete_list.message": "Segur que vols suprimir permanentment aquesta llista?",
|
||||
"confirmations.delete_list.title": "Eliminar la llista?",
|
||||
"confirmations.discard_draft.confirm": "Descarta i continua",
|
||||
"confirmations.discard_draft.edit.cancel": "Continua l'edició",
|
||||
"confirmations.discard_draft.edit.message": "Continuar descartarà tots els canvis que hàgiu fet a la publicació que editeu.",
|
||||
"confirmations.discard_draft.edit.title": "Descartar els canvis a la publicació?",
|
||||
"confirmations.discard_draft.post.cancel": "Reprendre l'esborrany",
|
||||
"confirmations.discard_draft.post.message": "Continuar descartarà la publicació que escriviu.",
|
||||
"confirmations.discard_draft.post.title": "Descartar l'esborrany?",
|
||||
"confirmations.discard_edit_media.confirm": "Descarta",
|
||||
"confirmations.discard_edit_media.message": "Tens canvis no desats en la descripció del contingut o en la previsualització, els vols descartar?",
|
||||
"confirmations.follow_to_list.confirm": "Seguir i afegir a una llista",
|
||||
|
@ -556,6 +563,8 @@
|
|||
"navigation_bar.follows_and_followers": "Seguint i seguidors",
|
||||
"navigation_bar.import_export": "Importació i exportació",
|
||||
"navigation_bar.lists": "Llistes",
|
||||
"navigation_bar.live_feed_local": "Canal en directe (local)",
|
||||
"navigation_bar.live_feed_public": "Canal en directe (públic)",
|
||||
"navigation_bar.logout": "Tanca la sessió",
|
||||
"navigation_bar.moderation": "Moderació",
|
||||
"navigation_bar.more": "Més",
|
||||
|
@ -564,7 +573,10 @@
|
|||
"navigation_bar.preferences": "Preferències",
|
||||
"navigation_bar.privacy_and_reach": "Privacitat i abast",
|
||||
"navigation_bar.search": "Cerca",
|
||||
"navigation_bar.search_trends": "Cerca / En tendència",
|
||||
"navigation_panel.collapse_followed_tags": "Comprimeix el menú d'etiquetes seguides",
|
||||
"navigation_panel.collapse_lists": "Tanca el menú",
|
||||
"navigation_panel.expand_followed_tags": "Expandeix el menú d'etiquetes seguides",
|
||||
"navigation_panel.expand_lists": "Expandeix el menú",
|
||||
"not_signed_in_indicator.not_signed_in": "Cal que iniciïs la sessió per a accedir a aquest recurs.",
|
||||
"notification.admin.report": "{name} ha reportat {target}",
|
||||
|
@ -792,6 +804,7 @@
|
|||
"report_notification.categories.violation": "Violació de norma",
|
||||
"report_notification.categories.violation_sentence": "violació de normes",
|
||||
"report_notification.open": "Obre l'informe",
|
||||
"search.clear": "Esborra la cerca",
|
||||
"search.no_recent_searches": "No hi ha cerques recents",
|
||||
"search.placeholder": "Cerca",
|
||||
"search.quick_action.account_search": "Perfils coincidint amb {x}",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"account.edit_profile": "Redigér profil",
|
||||
"account.enable_notifications": "Giv mig besked, når @{name} laver indlæg",
|
||||
"account.endorse": "Fremhæv på profil",
|
||||
"account.familiar_followers_many": "Følges af {name1}, {name2} og {othersCount, plural, one {# mere, man kender} other {# mere, man kender}}",
|
||||
"account.familiar_followers_many": "Følges af {name1}, {name2} og {othersCount, plural, one {# mere, man kender} other {# mere, du kender}}",
|
||||
"account.familiar_followers_one": "Følges af {name1}",
|
||||
"account.familiar_followers_two": "Følges af {name1} og {name2}",
|
||||
"account.featured": "Fremhævet",
|
||||
|
@ -62,7 +62,7 @@
|
|||
"account.mute_notifications_short": "Sluk for notifikationer",
|
||||
"account.mute_short": "Skjul",
|
||||
"account.muted": "Skjult",
|
||||
"account.muting": "Tavsgørelse",
|
||||
"account.muting": "Skjuler",
|
||||
"account.mutual": "I følger hinanden",
|
||||
"account.no_bio": "Ingen beskrivelse til rådighed.",
|
||||
"account.open_original_page": "Åbn oprindelig side",
|
||||
|
@ -83,7 +83,7 @@
|
|||
"account.unendorse": "Vis ikke på profil",
|
||||
"account.unfollow": "Følg ikke længere",
|
||||
"account.unmute": "Vis @{name} igen",
|
||||
"account.unmute_notifications_short": "Tænd for notifikationer",
|
||||
"account.unmute_notifications_short": "Vis notifikationer igen",
|
||||
"account.unmute_short": "Vis igen",
|
||||
"account_note.placeholder": "Klik for at tilføje notat",
|
||||
"admin.dashboard.daily_retention": "Brugerfastholdelsesrate pr. dag efter tilmelding",
|
||||
|
@ -130,7 +130,7 @@
|
|||
"attachments_list.unprocessed": "(ubehandlet)",
|
||||
"audio.hide": "Skjul lyd",
|
||||
"block_modal.remote_users_caveat": "Serveren {domain} vil blive bedt om at respektere din beslutning. Overholdelse er dog ikke garanteret, da nogle servere kan håndtere blokke forskelligt. Offentlige indlæg kan stadig være synlige for ikke-indloggede brugere.",
|
||||
"block_modal.show_less": "Vis færre",
|
||||
"block_modal.show_less": "Vis mindre",
|
||||
"block_modal.show_more": "Vis flere",
|
||||
"block_modal.they_cant_mention": "Vedkommende kan ikke omtale eller følge dig.",
|
||||
"block_modal.they_cant_see_posts": "Vedkommende kan ikke se dine indlæg, og du vil ikke se vedkommendes.",
|
||||
|
@ -208,9 +208,9 @@
|
|||
"compose_form.publish": "Publicér",
|
||||
"compose_form.reply": "Svar",
|
||||
"compose_form.save_changes": "Opdatér",
|
||||
"compose_form.spoiler.marked": "Fjern emnefelt",
|
||||
"compose_form.spoiler.unmarked": "Tilføj emnefelt",
|
||||
"compose_form.spoiler_placeholder": "Emnefelt (valgfrit)",
|
||||
"compose_form.spoiler.marked": "Fjern indholdsadvarsel",
|
||||
"compose_form.spoiler.unmarked": "Tilføj indholdsadvarsel",
|
||||
"compose_form.spoiler_placeholder": "Indholdsadvarsel (valgfri)",
|
||||
"confirmation_modal.cancel": "Afbryd",
|
||||
"confirmations.block.confirm": "Blokér",
|
||||
"confirmations.delete.confirm": "Slet",
|
||||
|
@ -239,9 +239,9 @@
|
|||
"confirmations.missing_alt_text.secondary": "Læg op alligevel",
|
||||
"confirmations.missing_alt_text.title": "Tilføj alt-tekst?",
|
||||
"confirmations.mute.confirm": "Skjul",
|
||||
"confirmations.redraft.confirm": "Slet og omformulér",
|
||||
"confirmations.redraft.confirm": "Slet og omskriv",
|
||||
"confirmations.redraft.message": "Sikker på, at dette indlæg skal slettes og omskrives? Favoritter og fremhævelser går tabt, og svar til det oprindelige indlæg mister tilknytningen.",
|
||||
"confirmations.redraft.title": "Slet og omformulér indlæg?",
|
||||
"confirmations.redraft.title": "Slet og omskriv indlæg?",
|
||||
"confirmations.remove_from_followers.confirm": "Fjern følger",
|
||||
"confirmations.remove_from_followers.message": "{name} vil ikke længere følge dig. Er du sikker på, at du vil fortsætte?",
|
||||
"confirmations.remove_from_followers.title": "Fjern følger?",
|
||||
|
@ -279,14 +279,14 @@
|
|||
"domain_pill.activitypub_lets_connect": "Det muliggører at forbinde og interagere med folk, ikke kun på Mastodon, men også på tværs af forskellige sociale apps.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub er \"sproget\", som Mastodon taler med andre sociale netværk.",
|
||||
"domain_pill.server": "Server",
|
||||
"domain_pill.their_handle": "Deres greb:",
|
||||
"domain_pill.their_handle": "Deres handle:",
|
||||
"domain_pill.their_server": "Det digitale hjem, hvor alle indlæggene findes.",
|
||||
"domain_pill.their_username": "Entydig identifikator på denne server. Det er muligt at finde brugere med samme brugernavn på forskellige servere.",
|
||||
"domain_pill.username": "Brugernavn",
|
||||
"domain_pill.whats_in_a_handle": "Hvad er der i et greb?",
|
||||
"domain_pill.whats_in_a_handle": "Hvad indeholder et handle?",
|
||||
"domain_pill.who_they_are": "Da et handle fortæller, hvem nogen er, og hvor de er, kan du interagere med folk på tværs af det sociale net af <button>ActivityPub-drevne platforme</button>.",
|
||||
"domain_pill.who_you_are": "Fordi dit handle fortæller, hvem du er, og hvor du er, kan du interagere med folk på tværs af det sociale net af <button>ActivityPub-drevne platforme</button>.",
|
||||
"domain_pill.your_handle": "Dit greb:",
|
||||
"domain_pill.your_handle": "Dit handle:",
|
||||
"domain_pill.your_server": "Dit digitale hjem, hvor alle dine indlæg lever. Synes ikke om den her server? Du kan til enhver tid rykke over på en anden server og beholde dine følgere.",
|
||||
"domain_pill.your_username": "Din entydige identifikator på denne server. Det er muligt at finde brugere med samme brugernavn på forskellige servere.",
|
||||
"embed.instructions": "Indlejr dette indlæg på din hjemmeside ved at kopiere nedenstående kode.",
|
||||
|
@ -329,7 +329,7 @@
|
|||
"empty_column.mutes": "Du har endnu ikke skjult nogle brugere.",
|
||||
"empty_column.notification_requests": "Alt er klar! Der er intet her. Når der modtages nye notifikationer, fremgår de her jævnfør dine indstillinger.",
|
||||
"empty_column.notifications": "Du har endnu ingen notifikationer. Når andre interagerer med dig, vil det fremgå her.",
|
||||
"empty_column.public": "Der er intet her! Skriv noget offentligt eller følg manuelt brugere fra andre servere for at se indhold",
|
||||
"empty_column.public": "Der er ikke noget her! Skriv noget offentligt, eller følg manuelt brugere fra andre servere for at se indhold",
|
||||
"error.unexpected_crash.explanation": "Grundet en fejl i vores kode, eller en netlæser-kompatibilitetsfejl, kunne siden ikke vises korrekt.",
|
||||
"error.unexpected_crash.explanation_addons": "Denne side kunne ikke vises korrekt. Fejlen skyldes sandsynligvis en browsertilføjelse eller automatiske oversættelsesværktøjer.",
|
||||
"error.unexpected_crash.next_steps": "Prøv at opfriske siden. Hjælper dette ikke, kan Mastodon muligvis stadig bruges via en anden netlæser eller app.",
|
||||
|
@ -350,7 +350,7 @@
|
|||
"filter_modal.added.context_mismatch_title": "Kontekstmisforhold!",
|
||||
"filter_modal.added.expired_explanation": "Denne filterkategori er udløbet. Ændr dens udløbsdato, for at anvende den.",
|
||||
"filter_modal.added.expired_title": "Udløbet filter!",
|
||||
"filter_modal.added.review_and_configure": "Gå til {settings_link} for at gennemse og yderligere opsætte denne filterkategori.",
|
||||
"filter_modal.added.review_and_configure": "Gå til {settings_link} for at gennemgå og konfigurere denne filterkategori yderligere.",
|
||||
"filter_modal.added.review_and_configure_title": "Filterindstillinger",
|
||||
"filter_modal.added.settings_link": "indstillingsside",
|
||||
"filter_modal.added.short_explanation": "Dette indlæg er nu føjet til følgende filterkategori: {title}.",
|
||||
|
@ -363,7 +363,7 @@
|
|||
"filter_modal.select_filter.title": "Filtrér dette indlæg",
|
||||
"filter_modal.title.status": "Filtrér et indlæg",
|
||||
"filter_warning.matches_filter": "Matcher filteret “<span>{title}</span>”",
|
||||
"filtered_notifications_banner.pending_requests": "Fra {count, plural, =0 {ingen} one {én person} other {# personer}}, man måske kender",
|
||||
"filtered_notifications_banner.pending_requests": "Fra {count, plural, =0 {ingen} one {én person} other {# personer}}, du måske kender",
|
||||
"filtered_notifications_banner.title": "Filtrerede notifikationer",
|
||||
"firehose.all": "Alle",
|
||||
"firehose.local": "Denne server",
|
||||
|
@ -386,7 +386,7 @@
|
|||
"follow_suggestions.similar_to_recently_followed_longer": "Minder om profiler, du har fulgt for nylig",
|
||||
"follow_suggestions.view_all": "Vis alle",
|
||||
"follow_suggestions.who_to_follow": "Hvem, som skal følges",
|
||||
"followed_tags": "Hashtag, som følges",
|
||||
"followed_tags": "Hashtags, som følges",
|
||||
"footer.about": "Om",
|
||||
"footer.directory": "Profiloversigt",
|
||||
"footer.get_app": "Hent appen",
|
||||
|
@ -414,7 +414,7 @@
|
|||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} indlæg} other {{counter} indlæg}} i dag",
|
||||
"hashtag.feature": "Fremhæv på profil",
|
||||
"hashtag.follow": "Følg hashtag",
|
||||
"hashtag.mute": "Tavsgør #{hashtag}",
|
||||
"hashtag.mute": "Skjul #{hashtag}",
|
||||
"hashtag.unfeature": "Fremhæv ikke på profil",
|
||||
"hashtag.unfollow": "Følg ikke længere hashtag",
|
||||
"hashtags.and_other": "…og {count, plural, one {}other {# flere}}",
|
||||
|
@ -434,7 +434,7 @@
|
|||
"home.pending_critical_update.link": "Se opdateringer",
|
||||
"home.pending_critical_update.title": "Kritisk sikkerhedsopdatering tilgængelig!",
|
||||
"home.show_announcements": "Vis bekendtgørelser",
|
||||
"ignore_notifications_modal.disclaimer": "Mastodon kan ikke informere brugere om, at man har ignoreret deres notifikationer. Ignorerer man notifikationer, forhindrer det ikke selve beskedafsendelsen.",
|
||||
"ignore_notifications_modal.disclaimer": "Mastodon kan ikke informere brugere om, at du har ignoreret deres notifikationer. At ignorere notifikationer forhindrer ikke selve beskederne i at blive sendt.",
|
||||
"ignore_notifications_modal.filter_instead": "Filtrér i stedet",
|
||||
"ignore_notifications_modal.filter_to_act_users": "Du vil stadig kunne acceptere, afvise eller anmelde brugere",
|
||||
"ignore_notifications_modal.filter_to_avoid_confusion": "Filtrering medvirker til at undgå potentiel forvirring",
|
||||
|
@ -492,9 +492,9 @@
|
|||
"keyboard_shortcuts.reply": "Besvar indlægget",
|
||||
"keyboard_shortcuts.requests": "Åbn liste over følgeanmodninger",
|
||||
"keyboard_shortcuts.search": "Fokusér søgebjælke",
|
||||
"keyboard_shortcuts.spoilers": "Vis/skjul emnefelt",
|
||||
"keyboard_shortcuts.spoilers": "Vis/skjul indholdsadvarsel-felt",
|
||||
"keyboard_shortcuts.start": "Åbn \"komme i gang\"-kolonne",
|
||||
"keyboard_shortcuts.toggle_hidden": "Vis/skjul tekst bag emnefelt",
|
||||
"keyboard_shortcuts.toggle_hidden": "Vis/skjul tekst bag indholdsadvarsel",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "Vis/skjul medier",
|
||||
"keyboard_shortcuts.toot": "Påbegynd nyt indlæg",
|
||||
"keyboard_shortcuts.translate": "for at oversætte et indlæg",
|
||||
|
@ -543,10 +543,10 @@
|
|||
"mute_modal.hide_options": "Skjul valgmuligheder",
|
||||
"mute_modal.indefinite": "Indtil jeg vælger at se dem igen",
|
||||
"mute_modal.show_options": "Vis valgmuligheder",
|
||||
"mute_modal.they_can_mention_and_follow": "De kan omtale og følge dig, men du vil ikke se dem.",
|
||||
"mute_modal.they_can_mention_and_follow": "Vedkommende kan nævne og følge dig, men vil ikke blive vist.",
|
||||
"mute_modal.they_wont_know": "De vil ikke vide, at de er blevet skjult.",
|
||||
"mute_modal.title": "Skjul bruger?",
|
||||
"mute_modal.you_wont_see_mentions": "Du vil ikke se indlæg som omtaler dem.",
|
||||
"mute_modal.you_wont_see_mentions": "Indlæg, som nævner vedkommende, vises ikke.",
|
||||
"mute_modal.you_wont_see_posts": "De kan stadig se dine indlæg, men du vil ikke se deres.",
|
||||
"navigation_bar.about": "Om",
|
||||
"navigation_bar.account_settings": "Adgangskode og sikkerhed",
|
||||
|
@ -560,7 +560,7 @@
|
|||
"navigation_bar.favourites": "Favoritter",
|
||||
"navigation_bar.filters": "Skjulte ord",
|
||||
"navigation_bar.follow_requests": "Følgeanmodninger",
|
||||
"navigation_bar.followed_tags": "Hashtag, som følges",
|
||||
"navigation_bar.followed_tags": "Hashtags, som følges",
|
||||
"navigation_bar.follows_and_followers": "Følges og følgere",
|
||||
"navigation_bar.import_export": "Import og eksport",
|
||||
"navigation_bar.lists": "Lister",
|
||||
|
@ -572,7 +572,7 @@
|
|||
"navigation_bar.mutes": "Skjulte brugere",
|
||||
"navigation_bar.opened_in_classic_interface": "Indlæg, konti og visse andre sider åbnes som standard i den klassiske webgrænseflade.",
|
||||
"navigation_bar.preferences": "Præferencer",
|
||||
"navigation_bar.privacy_and_reach": "Fortrolighed og udbredelse",
|
||||
"navigation_bar.privacy_and_reach": "Fortrolighed og rækkevidde",
|
||||
"navigation_bar.search": "Søg",
|
||||
"navigation_bar.search_trends": "Søg/Trender",
|
||||
"navigation_panel.collapse_followed_tags": "Sammenfold menuen Fulgte hashtags",
|
||||
|
@ -686,11 +686,11 @@
|
|||
"notifications.policy.filter_limited_accounts_hint": "Begrænset af servermoderatorer",
|
||||
"notifications.policy.filter_limited_accounts_title": "Modererede konti",
|
||||
"notifications.policy.filter_new_accounts.hint": "Oprettet indenfor {days, plural, one {den seneste dag} other {de seneste # dage}}",
|
||||
"notifications.policy.filter_new_accounts_title": "Ny konti",
|
||||
"notifications.policy.filter_not_followers_hint": "Inklusiv personer, som har fulgt dig {days, plural, one {mindre end én dag} other {færre end # dage}}",
|
||||
"notifications.policy.filter_not_followers_title": "Folk, som ikke følger dig",
|
||||
"notifications.policy.filter_new_accounts_title": "Nye konti",
|
||||
"notifications.policy.filter_not_followers_hint": "Inklusiv personer, som har fulgt dig {days, plural, one {mindre end én dag} other {mindre end # dage}}",
|
||||
"notifications.policy.filter_not_followers_title": "Personer, som ikke følger dig",
|
||||
"notifications.policy.filter_not_following_hint": "Indtil du manuelt godkender dem",
|
||||
"notifications.policy.filter_not_following_title": "Folk, du ikke følger",
|
||||
"notifications.policy.filter_not_following_title": "Personer, du ikke følger",
|
||||
"notifications.policy.filter_private_mentions_hint": "Filtreret, medmindre det er i svar på egen omtale, eller hvis afsenderen følges",
|
||||
"notifications.policy.filter_private_mentions_title": "Uopfordrede private omtaler",
|
||||
"notifications.policy.title": "Håndtér notifikationer fra…",
|
||||
|
@ -830,7 +830,7 @@
|
|||
"search_results.see_all": "Vis alle",
|
||||
"search_results.statuses": "Indlæg",
|
||||
"search_results.title": "Søg efter \"{q}\"",
|
||||
"server_banner.about_active_users": "Folk, som brugte denne server de seneste 30 dage (månedlige aktive brugere)",
|
||||
"server_banner.about_active_users": "Personer, som brugte denne server de seneste 30 dage (månedlige aktive brugere)",
|
||||
"server_banner.active_users": "aktive brugere",
|
||||
"server_banner.administered_by": "Håndteres af:",
|
||||
"server_banner.is_one_of_many": "{domain} er en af de mange uafhængige Mastodon-servere, du kan bruge for at deltage i fediverset.",
|
||||
|
@ -885,10 +885,10 @@
|
|||
"status.reblogged_by": "{name} fremhævede",
|
||||
"status.reblogs": "{count, plural, one {# fremhævelse} other {# fremhævelser}}",
|
||||
"status.reblogs.empty": "Ingen har endnu fremhævet dette indlæg. Når nogen gør, vil det fremgå hér.",
|
||||
"status.redraft": "Slet og omformulér",
|
||||
"status.redraft": "Slet og omskriv",
|
||||
"status.remove_bookmark": "Fjern bogmærke",
|
||||
"status.remove_favourite": "Fjern fra favoritter",
|
||||
"status.replied_in_thread": "Svaret i tråd",
|
||||
"status.replied_in_thread": "Svarede i tråd",
|
||||
"status.replied_to": "Svarede {name}",
|
||||
"status.reply": "Besvar",
|
||||
"status.replyAll": "Svar alle",
|
||||
|
@ -902,7 +902,7 @@
|
|||
"status.translate": "Oversæt",
|
||||
"status.translated_from_with": "Oversat fra {lang} ved brug af {provider}",
|
||||
"status.uncached_media_warning": "Ingen forhåndsvisning",
|
||||
"status.unmute_conversation": "Genaktivér samtale",
|
||||
"status.unmute_conversation": "Vis samtale",
|
||||
"status.unpin": "Frigør fra profil",
|
||||
"subscribed_languages.lead": "Efter ændringen vises kun indlæg på de valgte sprog på din hjem- og listetidslinje. Vælger du ingen, vil du modtage indlæg på alle sprog.",
|
||||
"subscribed_languages.save": "Gem ændringer",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"about.domain_blocks.no_reason_available": "Grund unbekannt",
|
||||
"about.domain_blocks.preamble": "Mastodon erlaubt es dir grundsätzlich, alle Inhalte von allen Nutzer*innen auf allen Servern im Fediverse zu sehen und mit ihnen zu interagieren. Für diesen Server gibt es aber ein paar Ausnahmen.",
|
||||
"about.domain_blocks.silenced.explanation": "Standardmäßig werden von diesem Server keine Inhalte oder Profile angezeigt. Du kannst die Profile und Inhalte aber dennoch sehen, wenn du explizit nach diesen suchst oder diesen folgst.",
|
||||
"about.domain_blocks.silenced.title": "Stummgeschaltet",
|
||||
"about.domain_blocks.silenced.title": "Ausgeblendet",
|
||||
"about.domain_blocks.suspended.explanation": "Es werden keine Daten von diesem Server verarbeitet, gespeichert oder ausgetauscht, sodass eine Interaktion oder Kommunikation mit Nutzer*innen dieses Servers nicht möglich ist.",
|
||||
"about.domain_blocks.suspended.title": "Gesperrt",
|
||||
"about.language_label": "Sprache",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"about.default_locale": "Προεπιλογή",
|
||||
"about.disclaimer": "Το Mastodon είναι ελεύθερο λογισμικό ανοιχτού κώδικα και εμπορικό σήμα της Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Αιτιολογία μη διαθέσιμη",
|
||||
"about.domain_blocks.preamble": "Σε γενικές γραμμές το Mastodon σού επιτρέπει να βλέπεις περιεχόμενο και να αλληλεπιδράς με χρήστες από οποιονδήποτε άλλο διακομιστή σε ένα διασυνδεδεμένο σύμπαν διακομιστών (fediverse). Ακολουθούν οι εξαιρέσεις που ισχύουν για τον συγκεκριμένο διακομιστή.",
|
||||
"about.domain_blocks.preamble": "Σε γενικές γραμμές το Mastodon σου επιτρέπει να βλέπεις περιεχόμενο και να αλληλεπιδράς με χρήστες από οποιονδήποτε άλλο διακομιστή σε ένα διασυνδεδεμένο σύμπαν διακομιστών (fediverse). Ακολουθούν οι εξαιρέσεις που ισχύουν για τον συγκεκριμένο διακομιστή.",
|
||||
"about.domain_blocks.silenced.explanation": "Συνήθως δε θα βλέπεις προφίλ και περιεχόμενο απ' αυτόν τον διακομιστή, εκτός αν κάνεις συγκεκριμένη αναζήτηση ή επιλέξεις να τον ακολουθήσεις.",
|
||||
"about.domain_blocks.silenced.title": "Περιορισμένος",
|
||||
"about.domain_blocks.suspended.explanation": "Τα δεδομένα αυτού του διακομιστή, δε θα επεξεργάζονται, δε θα αποθηκεύονται και δε θα ανταλλάσσονται, καθιστώντας οποιαδήποτε αλληλεπίδραση ή επικοινωνία με χρήστες από αυτόν το διακομιστή αδύνατη.",
|
||||
|
@ -65,7 +65,7 @@
|
|||
"account.muting": "Σίγαση",
|
||||
"account.mutual": "Ακολουθείτε ο ένας τον άλλο",
|
||||
"account.no_bio": "Δεν υπάρχει περιγραφή.",
|
||||
"account.open_original_page": "Ανοικτό",
|
||||
"account.open_original_page": "Άνοιγμα αυθεντικής σελίδας",
|
||||
"account.posts": "Τουτ",
|
||||
"account.posts_with_replies": "Τουτ και απαντήσεις",
|
||||
"account.remove_from_followers": "Κατάργηση {name} από τους ακόλουθους",
|
||||
|
@ -194,9 +194,9 @@
|
|||
"compose.saved.body": "Η ανάρτηση αποθηκεύτηκε.",
|
||||
"compose_form.direct_message_warning_learn_more": "Μάθε περισσότερα",
|
||||
"compose_form.encryption_warning": "Οι δημοσιεύσεις στο Mastodon δεν είναι κρυπτογραφημένες από άκρο σε άκρο. Μη μοιράζεσαι ευαίσθητες πληροφορίες μέσω του Mastodon.",
|
||||
"compose_form.hashtag_warning": "Αυτή η δημοσίευση δεν θα εμφανίζεται κάτω από οποιαδήποτε ετικέτα καθώς δεν είναι δημόσια. Μόνο οι δημόσιες δημοσιεύσεις μπορούν να αναζητηθούν με ετικέτα.",
|
||||
"compose_form.hashtag_warning": "Αυτή η ανάρτηση δεν θα εμφανίζεται κάτω από οποιαδήποτε ετικέτα καθώς δεν είναι δημόσια. Μόνο οι δημόσιες αναρτήσεις μπορούν να αναζητηθούν με ετικέτα.",
|
||||
"compose_form.lock_disclaimer": "Ο λογαριασμός σου δεν είναι {locked}. Οποιοσδήποτε μπορεί να σε ακολουθήσει για να δει τις δημοσιεύσεις σου προς τους ακολούθους σου.",
|
||||
"compose_form.lock_disclaimer.lock": "κλειδωμένο",
|
||||
"compose_form.lock_disclaimer.lock": "κλειδωμένος",
|
||||
"compose_form.placeholder": "Τι σκέφτεσαι;",
|
||||
"compose_form.poll.duration": "Διάρκεια δημοσκόπησης",
|
||||
"compose_form.poll.multiple": "Πολλαπλή επιλογή",
|
||||
|
@ -214,11 +214,18 @@
|
|||
"confirmation_modal.cancel": "Άκυρο",
|
||||
"confirmations.block.confirm": "Αποκλεισμός",
|
||||
"confirmations.delete.confirm": "Διαγραφή",
|
||||
"confirmations.delete.message": "Σίγουρα θες να διαγράψεις αυτή τη δημοσίευση;",
|
||||
"confirmations.delete.message": "Σίγουρα θες να διαγράψεις αυτή την ανάρτηση;",
|
||||
"confirmations.delete.title": "Διαγραφή ανάρτησης;",
|
||||
"confirmations.delete_list.confirm": "Διαγραφή",
|
||||
"confirmations.delete_list.message": "Σίγουρα θες να διαγράψεις οριστικά αυτή τη λίστα;",
|
||||
"confirmations.delete_list.title": "Διαγραφή λίστας;",
|
||||
"confirmations.discard_draft.confirm": "Απόρριψη και συνέχεια",
|
||||
"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.message": "Έχεις μη αποθηκευμένες αλλαγές στην περιγραφή πολυμέσων ή στην προεπισκόπηση, απόρριψη ούτως ή άλλως;",
|
||||
"confirmations.follow_to_list.confirm": "Ακολούθησε και πρόσθεσε στη λίστα",
|
||||
|
@ -230,7 +237,7 @@
|
|||
"confirmations.missing_alt_text.confirm": "Προσθήκη εναλ κειμένου",
|
||||
"confirmations.missing_alt_text.message": "Η ανάρτησή σου περιέχει πολυμέσα χωρίς εναλλακτικό κείμενο. Η προσθήκη περιγραφών βοηθά να γίνει το περιεχόμενό σου προσβάσιμο σε περισσότερους ανθρώπους.",
|
||||
"confirmations.missing_alt_text.secondary": "Δημοσίευση όπως και να ΄χει",
|
||||
"confirmations.missing_alt_text.title": "Προσθήκη alt κειμένου;",
|
||||
"confirmations.missing_alt_text.title": "Προσθήκη εναλλακτικού κειμένου;",
|
||||
"confirmations.mute.confirm": "Αποσιώπηση",
|
||||
"confirmations.redraft.confirm": "Διαγραφή & ξαναγράψιμο",
|
||||
"confirmations.redraft.message": "Σίγουρα θέλεις να σβήσεις αυτή την ανάρτηση και να την ξαναγράψεις; Οι προτιμήσεις και προωθήσεις θα χαθούν και οι απαντήσεις στην αρχική ανάρτηση θα μείνουν ορφανές.",
|
||||
|
@ -269,7 +276,7 @@
|
|||
"domain_block_modal.you_will_lose_num_followers": "Θα χάσετε {followersCount, plural, one {{followersCountDisplay} ακόλουθο} other {{followersCountDisplay} ακόλουθους}} και {followingCount, plural, one {{followingCountDisplay} άτομο που ακολουθείτε} other {{followingCountDisplay} άτομα που ακολουθείτε}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Θα χάσετε όλους τους ακόλουθους και τα άτομα που ακολουθείτε από αυτόν τον διακομιστή.",
|
||||
"domain_block_modal.you_wont_see_posts": "Δεν θα βλέπεις αναρτήσεις ή ειδοποιήσεις από χρήστες σε αυτόν το διακομιστή.",
|
||||
"domain_pill.activitypub_lets_connect": "Σού επιτρέπει να συνδεθείς και να αλληλεπιδράσεις με τους ανθρώπους όχι μόνο στο Mastodon, αλλά και σε διαφορετικές κοινωνικές εφαρμογές.",
|
||||
"domain_pill.activitypub_lets_connect": "Σου επιτρέπει να συνδεθείς και να αλληλεπιδράσεις με τους ανθρώπους όχι μόνο στο Mastodon, αλλά και σε διαφορετικές κοινωνικές εφαρμογές.",
|
||||
"domain_pill.activitypub_like_language": "Το ActivityPub είναι σαν τη γλώσσα Mastodon μιλάει με άλλα κοινωνικά δίκτυα.",
|
||||
"domain_pill.server": "Διακομιστής",
|
||||
"domain_pill.their_handle": "Το πλήρες όνομα χρήστη:",
|
||||
|
@ -315,7 +322,7 @@
|
|||
"empty_column.favourited_statuses": "Δεν έχεις καμία αγαπημένη ανάρτηση ακόμα. Μόλις αγαπήσεις κάποια, θα εμφανιστεί εδώ.",
|
||||
"empty_column.favourites": "Κανείς δεν έχει αγαπήσει αυτή την ανάρτηση ακόμα. Μόλις το κάνει κάποιος, θα εμφανιστεί εδώ.",
|
||||
"empty_column.follow_requests": "Δεν έχεις κανένα αίτημα παρακολούθησης ακόμα. Μόλις λάβεις κάποιο, θα εμφανιστεί εδώ.",
|
||||
"empty_column.followed_tags": "Δεν έχετε παρακολουθήσει ακόμα καμία ετικέτα. Όταν το κάνετε, θα εμφανιστούν εδώ.",
|
||||
"empty_column.followed_tags": "Δεν έχετε ακολουθήσει ακόμα καμία ετικέτα. Όταν το κάνετε, θα εμφανιστούν εδώ.",
|
||||
"empty_column.hashtag": "Δεν υπάρχει ακόμα κάτι για αυτή την ετικέτα.",
|
||||
"empty_column.home": "Η τοπική σου ροή είναι κενή! Πήγαινε στο {public} ή κάνε αναζήτηση για να ξεκινήσεις και να γνωρίσεις άλλους χρήστες.",
|
||||
"empty_column.list": "Δεν υπάρχει τίποτα σε αυτή τη λίστα ακόμα. Όταν τα μέλη της δημοσιεύσουν νέες καταστάσεις, θα εμφανιστούν εδώ.",
|
||||
|
@ -379,7 +386,7 @@
|
|||
"follow_suggestions.similar_to_recently_followed_longer": "Παρόμοια με προφίλ που ακολούθησες πρόσφατα",
|
||||
"follow_suggestions.view_all": "Εμφάνιση όλων",
|
||||
"follow_suggestions.who_to_follow": "Ποιον να ακολουθήσεις",
|
||||
"followed_tags": "Ετικέτες που ακολουθούνται",
|
||||
"followed_tags": "Ακολουθούμενες ετικέτες",
|
||||
"footer.about": "Σχετικά με",
|
||||
"footer.directory": "Κατάλογος προφίλ",
|
||||
"footer.get_app": "Αποκτήστε την εφαρμογή",
|
||||
|
@ -410,7 +417,7 @@
|
|||
"hashtag.mute": "Σίγαση #{hashtag}",
|
||||
"hashtag.unfeature": "Να μην αναδεικνύεται στο προφίλ",
|
||||
"hashtag.unfollow": "Διακοπή παρακολούθησης ετικέτας",
|
||||
"hashtags.and_other": "…και {count, plural, one {}other {# ακόμη}}",
|
||||
"hashtags.and_other": "…και {count, plural, other {# ακόμη}}",
|
||||
"hints.profiles.followers_may_be_missing": "Μπορεί να λείπουν ακόλουθοι για αυτό το προφίλ.",
|
||||
"hints.profiles.follows_may_be_missing": "Άτομα που ακολουθούνται μπορεί να λείπουν απ' αυτό το προφίλ.",
|
||||
"hints.profiles.posts_may_be_missing": "Κάποιες αναρτήσεις από αυτό το προφίλ μπορεί να λείπουν.",
|
||||
|
@ -418,7 +425,7 @@
|
|||
"hints.profiles.see_more_follows": "Δες περισσότερα άτομα που ακολουθούνται στο {domain}",
|
||||
"hints.profiles.see_more_posts": "Δες περισσότερες αναρτήσεις στο {domain}",
|
||||
"hints.threads.replies_may_be_missing": "Απαντήσεις από άλλους διακομιστές μπορεί να λείπουν.",
|
||||
"hints.threads.see_more": "Δες περισσότερες αναρτήσεις στο {domain}",
|
||||
"hints.threads.see_more": "Δες περισσότερες απαντήσεις στο {domain}",
|
||||
"home.column_settings.show_quotes": "Εμφάνιση παραθεμάτων",
|
||||
"home.column_settings.show_reblogs": "Εμφάνιση προωθήσεων",
|
||||
"home.column_settings.show_replies": "Εμφάνιση απαντήσεων",
|
||||
|
@ -449,7 +456,7 @@
|
|||
"interaction_modal.no_account_yet": "Δεν έχεις ακόμη λογαριασμό;",
|
||||
"interaction_modal.on_another_server": "Σε διαφορετικό διακομιστή",
|
||||
"interaction_modal.on_this_server": "Σε αυτόν τον διακομιστή",
|
||||
"interaction_modal.title.favourite": "Favorite {name}'s post\nΠροτίμησε την ανάρτηση της/του {name}",
|
||||
"interaction_modal.title.favourite": "Αγάπησε την ανάρτηση του χρήστη {name}",
|
||||
"interaction_modal.title.follow": "Ακολούθησε {name}",
|
||||
"interaction_modal.title.reblog": "Ενίσχυσε την ανάρτηση του {name}",
|
||||
"interaction_modal.title.reply": "Απάντηση στην ανάρτηση του {name}",
|
||||
|
@ -461,13 +468,13 @@
|
|||
"keyboard_shortcuts.back": "Μετάβαση πίσω",
|
||||
"keyboard_shortcuts.blocked": "Άνοιγμα λίστας αποκλεισμένων χρηστών",
|
||||
"keyboard_shortcuts.boost": "Ενίσχυση ανάρτησης",
|
||||
"keyboard_shortcuts.column": "Στήλη εστίασης",
|
||||
"keyboard_shortcuts.compose": "Περιοχή συγγραφής κειμένου εστίασης",
|
||||
"keyboard_shortcuts.column": "Εστίαση στη στήλη",
|
||||
"keyboard_shortcuts.compose": "Εστίαση στην περιοχή συγγραφής κειμένου",
|
||||
"keyboard_shortcuts.description": "Περιγραφή",
|
||||
"keyboard_shortcuts.direct": "για το άνοιγμα της στήλης ιδιωτικών επισημάνσεων",
|
||||
"keyboard_shortcuts.down": "κίνηση προς τα κάτω στη λίστα",
|
||||
"keyboard_shortcuts.enter": "Εμφάνιση ανάρτησης",
|
||||
"keyboard_shortcuts.favourite": "Αγαπημένη δημοσίευση",
|
||||
"keyboard_shortcuts.down": "Μετακίνηση προς τα κάτω στη λίστα",
|
||||
"keyboard_shortcuts.enter": "Άνοιγμα ανάρτησης",
|
||||
"keyboard_shortcuts.favourite": "Αγάπησε την ανάρτηση",
|
||||
"keyboard_shortcuts.favourites": "Άνοιγμα λίστας αγαπημένων",
|
||||
"keyboard_shortcuts.federated": "Άνοιγμα ροής συναλλαγών",
|
||||
"keyboard_shortcuts.heading": "Συντομεύσεις πληκτρολογίου",
|
||||
|
@ -484,13 +491,13 @@
|
|||
"keyboard_shortcuts.profile": "Άνοιγμα προφίλ συγγραφέα",
|
||||
"keyboard_shortcuts.reply": "Απάντηση στην ανάρτηση",
|
||||
"keyboard_shortcuts.requests": "Άνοιγμα λίστας αιτημάτων ακολούθησης",
|
||||
"keyboard_shortcuts.search": "Γραμμή αναζήτησης εστίασης",
|
||||
"keyboard_shortcuts.search": "Εστίαση στη γραμμή αναζήτησης",
|
||||
"keyboard_shortcuts.spoilers": "Εμφάνιση/απόκρυψη πεδίου CW",
|
||||
"keyboard_shortcuts.start": "Άνοιγμα της στήλης \"Ας ξεκινήσουμε\"",
|
||||
"keyboard_shortcuts.toggle_hidden": "Εμφάνιση/απόκρυψη κειμένου πίσω από το CW",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "Εμφάνιση/απόκρυψη πολυμέσων",
|
||||
"keyboard_shortcuts.toot": "Δημιουργία νέας ανάρτησης",
|
||||
"keyboard_shortcuts.translate": "να μεταφράσει μια δημοσίευση",
|
||||
"keyboard_shortcuts.translate": "για να μεταφραστεί μια ανάρτηση",
|
||||
"keyboard_shortcuts.unfocus": "Αποεστίαση του πεδίου σύνθεσης/αναζήτησης",
|
||||
"keyboard_shortcuts.up": "Μετακίνηση προς τα πάνω στη λίστα",
|
||||
"lightbox.close": "Κλείσιμο",
|
||||
|
@ -553,10 +560,12 @@
|
|||
"navigation_bar.favourites": "Αγαπημένα",
|
||||
"navigation_bar.filters": "Αποσιωπημένες λέξεις",
|
||||
"navigation_bar.follow_requests": "Αιτήματα ακολούθησης",
|
||||
"navigation_bar.followed_tags": "Ετικέτες που ακολουθούνται",
|
||||
"navigation_bar.followed_tags": "Ακολουθούμενες ετικέτες",
|
||||
"navigation_bar.follows_and_followers": "Ακολουθείς και σε ακολουθούν",
|
||||
"navigation_bar.import_export": "Εισαγωγή και εξαγωγή",
|
||||
"navigation_bar.lists": "Λίστες",
|
||||
"navigation_bar.live_feed_local": "Ζωντανή ροή (τοπική)",
|
||||
"navigation_bar.live_feed_public": "Ζωντανή ροή (δημόσια)",
|
||||
"navigation_bar.logout": "Αποσύνδεση",
|
||||
"navigation_bar.moderation": "Συντονισμός",
|
||||
"navigation_bar.more": "Περισσότερα",
|
||||
|
@ -566,9 +575,9 @@
|
|||
"navigation_bar.privacy_and_reach": "Ιδιωτικότητα και προσιτότητα",
|
||||
"navigation_bar.search": "Αναζήτηση",
|
||||
"navigation_bar.search_trends": "Αναζήτηση / Τάσεις",
|
||||
"navigation_panel.collapse_followed_tags": "Σύμπτυξη μενού ετικετών που ακολουθούνται",
|
||||
"navigation_panel.collapse_followed_tags": "Σύμπτυξη μενού ετικετών που ακολουθείτε",
|
||||
"navigation_panel.collapse_lists": "Σύμπτυξη μενού λίστας",
|
||||
"navigation_panel.expand_followed_tags": "Επέκταση μενού ετικετών που ακολουθούνται",
|
||||
"navigation_panel.expand_followed_tags": "Επέκταση μενού ετικετών που ακολουθείτε",
|
||||
"navigation_panel.expand_lists": "Επέκταση μενού λίστας",
|
||||
"not_signed_in_indicator.not_signed_in": "Πρέπει να συνδεθείς για να αποκτήσεις πρόσβαση σε αυτόν τον πόρο.",
|
||||
"notification.admin.report": "Ο/Η {name} ανέφερε τον {target}",
|
||||
|
@ -580,11 +589,11 @@
|
|||
"notification.admin.sign_up.name_and_others": "{name} και {count, plural, one {# ακόμη} other {# ακόμη}} έχουν εγγραφεί",
|
||||
"notification.annual_report.message": "Το #Wrapstodon {year} σε περιμένει! Αποκάλυψε τα στιγμιότυπα της χρονιάς και αξέχαστες στιγμές σου στο Mastodon!",
|
||||
"notification.annual_report.view": "Προβολή #Wrapstodon",
|
||||
"notification.favourite": "{name} favorited your post\n{name} προτίμησε την ανάρτηση σου",
|
||||
"notification.favourite": "{name} αγάπησε την ανάρτηση σου",
|
||||
"notification.favourite.name_and_others_with_link": "{name} και <a>{count, plural, one {# ακόμη} other {# ακόμη}}</a> αγάπησαν την ανάρτησή σου",
|
||||
"notification.favourite_pm": "Ο χρήστης {name} αγάπησε την ιδιωτική σου επισήμανση",
|
||||
"notification.favourite_pm.name_and_others_with_link": "Ο χρήστης {name} και <a>{count, plural, one {# ακόμη} other {# ακόμη}}</a> αγάπησαν την ιδωτική σου επισήμανση",
|
||||
"notification.follow": "Ο/Η {name} σε ακολούθησε",
|
||||
"notification.follow": "Ο χρήστης {name} σε ακολούθησε",
|
||||
"notification.follow.name_and_others": "Ο χρήστης {name} και <a>{count, plural, one {# ακόμη} other {# ακόμη}}</a> σε ακολούθησαν",
|
||||
"notification.follow_request": "Ο/H {name} ζήτησε να σε ακολουθήσει",
|
||||
"notification.follow_request.name_and_others": "{name} και {count, plural, one {# άλλος} other {# άλλοι}} ζήτησαν να σε ακολουθήσουν",
|
||||
|
@ -717,7 +726,7 @@
|
|||
"poll_button.add_poll": "Προσθήκη δημοσκόπησης",
|
||||
"poll_button.remove_poll": "Αφαίρεση δημοσκόπησης",
|
||||
"privacy.change": "Προσαρμογή ιδιωτικότητας ανάρτησης",
|
||||
"privacy.direct.long": "Όλοι όσοι αναφέρθηκαν στη δημοσίευση",
|
||||
"privacy.direct.long": "Όλοι όσοι αναφέρθηκαν στην ανάρτηση",
|
||||
"privacy.direct.short": "Ιδιωτική επισήμανση",
|
||||
"privacy.private.long": "Μόνο οι ακόλουθοί σας",
|
||||
"privacy.private.short": "Ακόλουθοι",
|
||||
|
@ -795,7 +804,8 @@
|
|||
"report_notification.categories.spam_sentence": "ανεπιθύμητα",
|
||||
"report_notification.categories.violation": "Παραβίαση κανόνα",
|
||||
"report_notification.categories.violation_sentence": "παραβίαση κανόνα",
|
||||
"report_notification.open": "Ανοιχτή αναφορά",
|
||||
"report_notification.open": "Άνοιγμα αναφοράς",
|
||||
"search.clear": "Εκκαθάριση αναζήτησης",
|
||||
"search.no_recent_searches": "Καμία πρόσφατη αναζήτηση",
|
||||
"search.placeholder": "Αναζήτηση",
|
||||
"search.quick_action.account_search": "Προφίλ που ταιριάζουν με {x}",
|
||||
|
@ -848,7 +858,7 @@
|
|||
"status.edited_x_times": "Επεξεργάστηκε {count, plural, one {{count} φορά} other {{count} φορές}}",
|
||||
"status.embed": "Απόκτηση κώδικα ενσωμάτωσης",
|
||||
"status.favourite": "Αγαπημένα",
|
||||
"status.favourites": "{count, plural, one {# αγαπημένο} other {# αγαπημένα}}",
|
||||
"status.favourites": "{count, plural, one {αγαπημένο} other {αγαπημένα}}",
|
||||
"status.filter": "Φιλτράρισμα αυτής της ανάρτησης",
|
||||
"status.history.created": "{name} δημιούργησε στις {date}",
|
||||
"status.history.edited": "{name} επεξεργάστηκε στις {date}",
|
||||
|
@ -873,7 +883,7 @@
|
|||
"status.reblog": "Ενίσχυση",
|
||||
"status.reblog_private": "Ενίσχυση με αρχική ορατότητα",
|
||||
"status.reblogged_by": "{name} προώθησε",
|
||||
"status.reblogs": "{count, plural, one {# ενίσχυση} other {# ενισχύσεις}}",
|
||||
"status.reblogs": "{count, plural, one {ενίσχυση} other {ενισχύσεις}}",
|
||||
"status.reblogs.empty": "Κανείς δεν ενίσχυσε αυτή την ανάρτηση ακόμα. Μόλις το κάνει κάποιος, θα εμφανιστεί εδώ.",
|
||||
"status.redraft": "Σβήσε & ξαναγράψε",
|
||||
"status.remove_bookmark": "Αφαίρεση σελιδοδείκτη",
|
||||
|
@ -885,8 +895,8 @@
|
|||
"status.report": "Αναφορά @{name}",
|
||||
"status.sensitive_warning": "Ευαίσθητο περιεχόμενο",
|
||||
"status.share": "Κοινοποίηση",
|
||||
"status.show_less_all": "Δείξε λιγότερα για όλα",
|
||||
"status.show_more_all": "Δείξε περισσότερα για όλα",
|
||||
"status.show_less_all": "Δείξε λιγότερο για όλες",
|
||||
"status.show_more_all": "Δείξε περισσότερο για όλες",
|
||||
"status.show_original": "Εμφάνιση αρχικού",
|
||||
"status.title.with_attachments": "{user} δημοσίευσε {attachmentCount, plural, one {ένα συνημμένο} other {{attachmentCount} συνημμένα}}",
|
||||
"status.translate": "Μετάφραση",
|
||||
|
|
|
@ -219,6 +219,13 @@
|
|||
"confirmations.delete_list.confirm": "Delete",
|
||||
"confirmations.delete_list.message": "Are you sure you want to permanently delete this list?",
|
||||
"confirmations.delete_list.title": "Delete list?",
|
||||
"confirmations.discard_draft.confirm": "Discard and continue",
|
||||
"confirmations.discard_draft.edit.cancel": "Resume editing",
|
||||
"confirmations.discard_draft.edit.message": "Continuing will discard any changes you have made to the post you are currently editing.",
|
||||
"confirmations.discard_draft.edit.title": "Discard changes to your post?",
|
||||
"confirmations.discard_draft.post.cancel": "Resume draft",
|
||||
"confirmations.discard_draft.post.message": "Continuing will discard the post you are currently composing.",
|
||||
"confirmations.discard_draft.post.title": "Discard your draft post?",
|
||||
"confirmations.discard_edit_media.confirm": "Discard",
|
||||
"confirmations.discard_edit_media.message": "You have unsaved changes to the media description or preview, discard them anyway?",
|
||||
"confirmations.follow_to_list.confirm": "Follow and add to list",
|
||||
|
@ -330,6 +337,7 @@
|
|||
"errors.unexpected_crash.copy_stacktrace": "Copy stacktrace to clipboard",
|
||||
"errors.unexpected_crash.report_issue": "Report issue",
|
||||
"explore.suggested_follows": "People",
|
||||
"explore.title": "Trending",
|
||||
"explore.trending_links": "News",
|
||||
"explore.trending_statuses": "Posts",
|
||||
"explore.trending_tags": "Hashtags",
|
||||
|
@ -541,8 +549,10 @@
|
|||
"mute_modal.you_wont_see_mentions": "You won't see posts that mention them.",
|
||||
"mute_modal.you_wont_see_posts": "They can still see your posts, but you won't see theirs.",
|
||||
"navigation_bar.about": "About",
|
||||
"navigation_bar.account_settings": "Password and security",
|
||||
"navigation_bar.administration": "Administration",
|
||||
"navigation_bar.advanced_interface": "Open in advanced web interface",
|
||||
"navigation_bar.automated_deletion": "Automated post deletion",
|
||||
"navigation_bar.blocks": "Blocked users",
|
||||
"navigation_bar.bookmarks": "Bookmarks",
|
||||
"navigation_bar.direct": "Private mentions",
|
||||
|
@ -552,13 +562,23 @@
|
|||
"navigation_bar.follow_requests": "Follow requests",
|
||||
"navigation_bar.followed_tags": "Followed hashtags",
|
||||
"navigation_bar.follows_and_followers": "Follows and followers",
|
||||
"navigation_bar.import_export": "Import and export",
|
||||
"navigation_bar.lists": "Lists",
|
||||
"navigation_bar.live_feed_local": "Live feed (local)",
|
||||
"navigation_bar.live_feed_public": "Live feed (public)",
|
||||
"navigation_bar.logout": "Logout",
|
||||
"navigation_bar.moderation": "Moderation",
|
||||
"navigation_bar.more": "More",
|
||||
"navigation_bar.mutes": "Muted users",
|
||||
"navigation_bar.opened_in_classic_interface": "Posts, accounts, and other specific pages are opened by default in the classic web interface.",
|
||||
"navigation_bar.preferences": "Preferences",
|
||||
"navigation_bar.privacy_and_reach": "Privacy and reach",
|
||||
"navigation_bar.search": "Search",
|
||||
"navigation_bar.search_trends": "Search / Trending",
|
||||
"navigation_panel.collapse_followed_tags": "Collapse followed hashtags menu",
|
||||
"navigation_panel.collapse_lists": "Collapse list menu",
|
||||
"navigation_panel.expand_followed_tags": "Expand followed hashtags menu",
|
||||
"navigation_panel.expand_lists": "Expand list menu",
|
||||
"not_signed_in_indicator.not_signed_in": "You need to sign in to access this resource.",
|
||||
"notification.admin.report": "{name} reported {target}",
|
||||
"notification.admin.report_account": "{name} reported {count, plural, one {one post} other {# posts}} from {target} for {category}",
|
||||
|
@ -785,6 +805,7 @@
|
|||
"report_notification.categories.violation": "Rule violation",
|
||||
"report_notification.categories.violation_sentence": "rule violation",
|
||||
"report_notification.open": "Open report",
|
||||
"search.clear": "Clear search",
|
||||
"search.no_recent_searches": "No recent searches",
|
||||
"search.placeholder": "Search",
|
||||
"search.quick_action.account_search": "Profiles matching {x}",
|
||||
|
@ -887,7 +908,10 @@
|
|||
"subscribed_languages.save": "Save changes",
|
||||
"subscribed_languages.target": "Change subscribed languages for {target}",
|
||||
"tabs_bar.home": "Home",
|
||||
"tabs_bar.menu": "Menu",
|
||||
"tabs_bar.notifications": "Notifications",
|
||||
"tabs_bar.publish": "New Post",
|
||||
"tabs_bar.search": "Search",
|
||||
"terms_of_service.effective_as_of": "Effective as of {date}",
|
||||
"terms_of_service.title": "Terms of Service",
|
||||
"terms_of_service.upcoming_changes_on": "Upcoming changes on {date}",
|
||||
|
|
|
@ -564,8 +564,8 @@
|
|||
"navigation_bar.follows_and_followers": "Cuentas seguidas y seguidores",
|
||||
"navigation_bar.import_export": "Importación y exportación",
|
||||
"navigation_bar.lists": "Listas",
|
||||
"navigation_bar.live_feed_local": "Cronología local",
|
||||
"navigation_bar.live_feed_public": "Cronología pública",
|
||||
"navigation_bar.live_feed_local": "Línea temporal (local)",
|
||||
"navigation_bar.live_feed_public": "Línea temporal (federada)",
|
||||
"navigation_bar.logout": "Cerrar sesión",
|
||||
"navigation_bar.moderation": "Moderación",
|
||||
"navigation_bar.more": "Más",
|
||||
|
@ -858,7 +858,7 @@
|
|||
"status.edited_x_times": "Editado {count, plural, one {{count} vez} other {{count} veces}}",
|
||||
"status.embed": "Obtener código para insertar",
|
||||
"status.favourite": "Marcar como favorito",
|
||||
"status.favourites": "{count, plural, one {# vez marcado como favorito} other {# veces marcado como favorito}}",
|
||||
"status.favourites": "{count, plural, one {vez marcado como favorito} other {veces marcado como favorito}}",
|
||||
"status.filter": "Filtrar este mensaje",
|
||||
"status.history.created": "Creado por {name}, {date}",
|
||||
"status.history.edited": "Editado por {name}, {date}",
|
||||
|
|
|
@ -795,7 +795,7 @@
|
|||
"report.thanks.title_actionable": "Gracias por informar, estudiaremos esto.",
|
||||
"report.unfollow": "Dejar de seguir a @{name}",
|
||||
"report.unfollow_explanation": "Estás siguiendo esta cuenta. Para dejar de ver sus publicaciones en tu página de inicio, deja de seguirla.",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} publicación} other {{count} publicaciones}} adjunta(s)",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} publicación adjunta} other {{count} publicaciones adjuntas}}",
|
||||
"report_notification.categories.legal": "Legal",
|
||||
"report_notification.categories.legal_sentence": "contenido ilegal",
|
||||
"report_notification.categories.other": "Otros",
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
"column.domain_blocks": "Peidetud domeenid",
|
||||
"column.edit_list": "Muuda loendit",
|
||||
"column.favourites": "Lemmikud",
|
||||
"column.firehose": "Laiv lõimed",
|
||||
"column.firehose": "Postitused reaalajas",
|
||||
"column.follow_requests": "Jälgimistaotlused",
|
||||
"column.home": "Kodu",
|
||||
"column.list_members": "Halda loendi liikmeid",
|
||||
|
@ -337,7 +337,7 @@
|
|||
"errors.unexpected_crash.copy_stacktrace": "Kopeeri stacktrace lõikelauale",
|
||||
"errors.unexpected_crash.report_issue": "Teavita veast",
|
||||
"explore.suggested_follows": "Inimesed",
|
||||
"explore.title": "Populaarsust kohuv",
|
||||
"explore.title": "Populaarsust koguv",
|
||||
"explore.trending_links": "Uudised",
|
||||
"explore.trending_statuses": "Postitused",
|
||||
"explore.trending_tags": "Sildid",
|
||||
|
@ -389,7 +389,7 @@
|
|||
"followed_tags": "Jälgitavad märksõnad",
|
||||
"footer.about": "Teave",
|
||||
"footer.directory": "Profiilikataloog",
|
||||
"footer.get_app": "Tõmba äpp",
|
||||
"footer.get_app": "Laadi rakendus",
|
||||
"footer.keyboard_shortcuts": "Kiirklahvid",
|
||||
"footer.privacy_policy": "Isikuandmete kaitse",
|
||||
"footer.source_code": "Lähtekood",
|
||||
|
@ -831,7 +831,7 @@
|
|||
"search_results.statuses": "Postitused",
|
||||
"search_results.title": "Otsi märksõna: {q}",
|
||||
"server_banner.about_active_users": "Inimesed, kes kasutavad seda serverit viimase 30 päeva jooksul (kuu aktiivsed kasutajad)",
|
||||
"server_banner.active_users": "aktiivsed kasutajad",
|
||||
"server_banner.active_users": "aktiivset kasutajaid",
|
||||
"server_banner.administered_by": "Administraator:",
|
||||
"server_banner.is_one_of_many": "{domain} on üks paljudest sõltumatutest Mastodoni serveritest, mida saab fediversumis osalemiseks kasutada.",
|
||||
"server_banner.server_stats": "Serveri statistika:",
|
||||
|
@ -858,7 +858,7 @@
|
|||
"status.edited_x_times": "Muudetud {count, plural, one{{count} kord} other {{count} korda}}",
|
||||
"status.embed": "Hangi manustamiskood",
|
||||
"status.favourite": "Lemmik",
|
||||
"status.favourites": "{count, plural, one {lemmik} other {lemmikud}}",
|
||||
"status.favourites": "{count, plural, one {lemmik} other {lemmikut}}",
|
||||
"status.filter": "Filtreeri seda postitust",
|
||||
"status.history.created": "{name} lõi {date}",
|
||||
"status.history.edited": "{name} muutis {date}",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"about.blocks": "Moderatutako zerbitzariak",
|
||||
"about.contact": "Kontaktua:",
|
||||
"about.default_locale": "Lehenetsia",
|
||||
"about.disclaimer": "Mastodon software libre eta kode irekikoa da, eta Mastodon gGmbH-ren marka erregistratua.",
|
||||
"about.domain_blocks.no_reason_available": "Arrazoia ez dago eskuragarri",
|
||||
"about.domain_blocks.preamble": "Mastodonek orokorrean aukera ematen dizu fedibertsoko beste zerbitzarietako erabiltzaileen edukia ikusi eta haiekin komunikatzeko. Zerbitzari zehatz honi ezarritako salbuespenak hauek dira.",
|
||||
|
@ -8,6 +9,7 @@
|
|||
"about.domain_blocks.silenced.title": "Mugatua",
|
||||
"about.domain_blocks.suspended.explanation": "Ez da zerbitzari honetako daturik prozesatuko, gordeko, edo partekatuko, zerbitzari honetako erabiltzaileekin komunikatzea ezinezkoa eginez.",
|
||||
"about.domain_blocks.suspended.title": "Kanporatua",
|
||||
"about.language_label": "Hizkuntza",
|
||||
"about.not_available": "Zerbitzari honek ez du informazio hau eskuragarri jarri.",
|
||||
"about.powered_by": "{mastodon} erabiltzen duen sare sozial deszentralizatua",
|
||||
"about.rules": "Zerbitzariaren arauak",
|
||||
|
@ -19,13 +21,21 @@
|
|||
"account.block_domain": "Blokeatu {domain} domeinua",
|
||||
"account.block_short": "Blokeatu",
|
||||
"account.blocked": "Blokeatuta",
|
||||
"account.blocking": "Eragotzitakoak",
|
||||
"account.cancel_follow_request": "Baztertu jarraitzeko eskaera",
|
||||
"account.copy": "Kopiatu profilerako esteka",
|
||||
"account.direct": "Aipatu pribatuki @{name}",
|
||||
"account.disable_notifications": "Utzi jakinarazteari @{name} erabiltzaileak argitaratzean",
|
||||
"account.domain_blocking": "Eragotzitako domeinua",
|
||||
"account.edit_profile": "Editatu profila",
|
||||
"account.enable_notifications": "Jakinarazi @{name} erabiltzaileak argitaratzean",
|
||||
"account.endorse": "Nabarmendu profilean",
|
||||
"account.familiar_followers_many": "Jarraitzaileak: {name1}, {name2} eta beste {othersCount, plural, one {ezagun bat} other {# ezagun}}",
|
||||
"account.familiar_followers_one": "{name1}-k jarraitzen du",
|
||||
"account.familiar_followers_two": "{name1}-k eta {name2}-k jarraitzen dute",
|
||||
"account.featured": "Gailenak",
|
||||
"account.featured.accounts": "Profilak",
|
||||
"account.featured.hashtags": "Traolak",
|
||||
"account.featured_tags.last_status_at": "Azken bidalketa {date} datan",
|
||||
"account.featured_tags.last_status_never": "Bidalketarik ez",
|
||||
"account.follow": "Jarraitu",
|
||||
|
@ -33,9 +43,11 @@
|
|||
"account.followers": "Jarraitzaileak",
|
||||
"account.followers.empty": "Ez du inork erabiltzaile hau jarraitzen oraindik.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} jarraitzaile} other {{counter} jarraitzaile}}",
|
||||
"account.followers_you_know_counter": "{counter} ezagutzen dituzu",
|
||||
"account.following": "Jarraitzen",
|
||||
"account.following_counter": "{count, plural, one {{counter} jarraitzen} other {{counter} jarraitzen}}",
|
||||
"account.follows.empty": "Erabiltzaile honek ez du inor jarraitzen oraindik.",
|
||||
"account.follows_you": "Jarraitzen zaitu",
|
||||
"account.go_to_profile": "Joan profilera",
|
||||
"account.hide_reblogs": "Ezkutatu @{name} erabiltzailearen bultzadak",
|
||||
"account.in_memoriam": "Oroimenezkoa.",
|
||||
|
@ -50,18 +62,23 @@
|
|||
"account.mute_notifications_short": "Mututu jakinarazpenak",
|
||||
"account.mute_short": "Mututu",
|
||||
"account.muted": "Mutututa",
|
||||
"account.muting": "Isilarazitakoak",
|
||||
"account.mutual": "Elkar jarraitzen duzue",
|
||||
"account.no_bio": "Ez da deskribapenik eman.",
|
||||
"account.open_original_page": "Ireki jatorrizko orria",
|
||||
"account.posts": "Bidalketa",
|
||||
"account.posts_with_replies": "Bidalketak eta erantzunak",
|
||||
"account.remove_from_followers": "Kendu {name} zure jarraitzaileengandik",
|
||||
"account.report": "Salatu @{name}",
|
||||
"account.requested": "Onarpenaren zain. Egin klik jarraipen-eskaera ezeztatzeko",
|
||||
"account.requested_follow": "{name}-(e)k zu jarraitzeko eskaera egin du",
|
||||
"account.requests_to_follow_you": "Zu jarraitzeko eskaera egin du",
|
||||
"account.share": "Partekatu @{name} erabiltzailearen profila",
|
||||
"account.show_reblogs": "Erakutsi @{name} erabiltzailearen bultzadak",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} bidalketa} other {{counter} bidalketa}}",
|
||||
"account.unblock": "Desblokeatu @{name}",
|
||||
"account.unblock_domain": "Berriz erakutsi {domain}",
|
||||
"account.unblock_domain_short": "Desblokeatu",
|
||||
"account.unblock_short": "Desblokeatu",
|
||||
"account.unendorse": "Ez nabarmendu profilean",
|
||||
"account.unfollow": "Utzi jarraitzeari",
|
||||
|
@ -87,10 +104,13 @@
|
|||
"alt_text_modal.add_text_from_image": "Gehitu testua iruditik",
|
||||
"alt_text_modal.cancel": "Utzi",
|
||||
"alt_text_modal.change_thumbnail": "Aldatu koadro txikia",
|
||||
"alt_text_modal.describe_for_people_with_hearing_impairments": "Deskribatu hau entzumen arazoak dituzten pertsonentzat…",
|
||||
"alt_text_modal.describe_for_people_with_visual_impairments": "Deskribatu hau ikusmen arazoak dituzten pertsonentzat…",
|
||||
"alt_text_modal.done": "Egina",
|
||||
"announcement.announcement": "Iragarpena",
|
||||
"annual_report.summary.followers.followers": "jarraitzaileak",
|
||||
"annual_report.summary.followers.total": "{count} guztira",
|
||||
"annual_report.summary.here_it_is": "Hona hemen zure {year}. urtearen bilduma:",
|
||||
"annual_report.summary.highlighted_post.by_favourites": "egindako bidalketa gogokoena",
|
||||
"annual_report.summary.highlighted_post.by_reblogs": "egindako bidalketa zabalduena",
|
||||
"annual_report.summary.highlighted_post.by_replies": "erantzun gehien izan dituen bidalketa",
|
||||
|
@ -99,6 +119,8 @@
|
|||
"annual_report.summary.most_used_hashtag.most_used_hashtag": "traola erabiliena",
|
||||
"annual_report.summary.most_used_hashtag.none": "Bat ere ez",
|
||||
"annual_report.summary.new_posts.new_posts": "bidalketa berriak",
|
||||
"annual_report.summary.percentile.text": "<topLabel>Horrek jartzen zaitu top </topLabel> <percentage> </percentage>(e)an <bottomLabel> {domain} erabiltzaileen artean </bottomLabel>",
|
||||
"annual_report.summary.percentile.we_wont_tell_bernie": "Bernieri ez diogu ezer esango ;)..",
|
||||
"annual_report.summary.thanks": "Eskerrik asko Mastodonen parte izateagatik!",
|
||||
"attachments_list.unprocessed": "(prozesatu gabe)",
|
||||
"audio.hide": "Ezkutatu audioa",
|
||||
|
@ -192,6 +214,13 @@
|
|||
"confirmations.delete_list.confirm": "Ezabatu",
|
||||
"confirmations.delete_list.message": "Ziur behin betiko ezabatu nahi duzula zerrenda hau?",
|
||||
"confirmations.delete_list.title": "Ezabatu zerrenda?",
|
||||
"confirmations.discard_draft.confirm": "Baztertu eta jarraitu",
|
||||
"confirmations.discard_draft.edit.cancel": "Berrekin edizioari",
|
||||
"confirmations.discard_draft.edit.message": "Jarraitzeak editatzen ari zaren mezuan egindako aldaketak baztertuko ditu.",
|
||||
"confirmations.discard_draft.edit.title": "Baztertu zure argitalpenari egindako aldaketak?",
|
||||
"confirmations.discard_draft.post.cancel": "Zirriborroa berrekin",
|
||||
"confirmations.discard_draft.post.message": "Jarraituz gero, idazten ari zaren sarrera bertan behera geratuko da.",
|
||||
"confirmations.discard_draft.post.title": "Zure argitalpenaren zirriborroa baztertu nahi duzu?",
|
||||
"confirmations.discard_edit_media.confirm": "Baztertu",
|
||||
"confirmations.discard_edit_media.message": "Multimediaren deskribapen edo aurrebistan gorde gabeko aldaketak daude, baztertu nahi dituzu?",
|
||||
"confirmations.follow_to_list.confirm": "Jarraitu eta zerrendan sartu",
|
||||
|
@ -201,12 +230,16 @@
|
|||
"confirmations.logout.message": "Ziur saioa amaitu nahi duzula?",
|
||||
"confirmations.logout.title": "Itxi saioa?",
|
||||
"confirmations.missing_alt_text.confirm": "Gehitu testu alternatiboa",
|
||||
"confirmations.missing_alt_text.message": "Zure argitalpenak \"alt text\"-urik gabeko multimedia edukia dauka. Deskribapenak gehitzeak zure edukia jende gehiagorentzat eskuragarri jartzen laguntzen du.",
|
||||
"confirmations.missing_alt_text.secondary": "Bidali edonola ere",
|
||||
"confirmations.missing_alt_text.title": "Testu alternatiboa gehitu?",
|
||||
"confirmations.mute.confirm": "Mututu",
|
||||
"confirmations.redraft.confirm": "Ezabatu eta berridatzi",
|
||||
"confirmations.redraft.message": "Ziur argitalpen hau ezabatu eta zirriborroa berriro egitea nahi duzula? Gogokoak eta bultzadak galduko dira, eta jatorrizko argitalpenaren erantzunak zurtz geratuko dira.",
|
||||
"confirmations.redraft.title": "Ezabatu eta berridatzi bidalketa?",
|
||||
"confirmations.remove_from_followers.confirm": "Jarraitzailea Kendu",
|
||||
"confirmations.remove_from_followers.message": "{name}-k zu jarraitzeari utziko dio. Seguru zaude jarraitu nahi duzula?",
|
||||
"confirmations.remove_from_followers.title": "Jarraitzailea kendu nahi duzu?",
|
||||
"confirmations.unfollow.confirm": "Utzi jarraitzeari",
|
||||
"confirmations.unfollow.message": "Ziur {name} jarraitzeari utzi nahi diozula?",
|
||||
"confirmations.unfollow.title": "Erabiltzailea jarraitzeari utzi?",
|
||||
|
@ -228,12 +261,14 @@
|
|||
"disabled_account_banner.text": "Zure {disabledAccount} kontua desgaituta dago une honetan.",
|
||||
"dismissable_banner.community_timeline": "Hauek dira {domain} zerbitzarian ostatatutako kontuen bidalketa publiko berrienak.",
|
||||
"dismissable_banner.dismiss": "Baztertu",
|
||||
"dismissable_banner.public_timeline": "Hauek dira {domain}-eko jendeak jarraitzen dituen fedibertsoko erabiltzaileen azken mezu publikoak.",
|
||||
"domain_block_modal.block": "Blokeatu zerbitzaria",
|
||||
"domain_block_modal.block_account_instead": "Blokeatu @{name} bestela",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Zerbitzari honetako jendea zure argitalpen zaharrekin elkarreragin dezake.",
|
||||
"domain_block_modal.they_cant_follow": "Zerbitzari honetako inork ezin zaitu jarraitu.",
|
||||
"domain_block_modal.they_wont_know": "Ez dute jakingo blokeatuak izan direnik.",
|
||||
"domain_block_modal.title": "Domeinua blokeatu nahi duzu?",
|
||||
"domain_block_modal.you_will_lose_relationships": "Instantzia honetatik jarraitzen dituzun jarraitzaile eta pertsona guztiak galduko dituzu.",
|
||||
"domain_block_modal.you_wont_see_posts": "Ez dituzu zerbitzari honetako erabiltzaileen argitalpenik edota jakinarazpenik ikusiko.",
|
||||
"domain_pill.activitypub_lets_connect": "Mastodon-en ez ezik, beste sare sozialen aplikazioetako jendearekin konektatzea eta harremanetan jartzea uzten dizu.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub, Mastodon-ek beste sare sozialekin hitz egiteko erabiltzen duen hizkuntza bezalakoxea da.",
|
||||
|
@ -265,6 +300,9 @@
|
|||
"emoji_button.search_results": "Bilaketaren emaitzak",
|
||||
"emoji_button.symbols": "Sinboloak",
|
||||
"emoji_button.travel": "Bidaiak eta tokiak",
|
||||
"empty_column.account_featured.me": "Oraindik ez duzu ezer nabarmendu. Ba al zenekien gehien erabiltzen dituzun traolak eta baita zure lagunen kontuak ere zure profilean nabarmendu ditzakezula?",
|
||||
"empty_column.account_featured.other": "{acct}-ek ez du ezer nabarmendu oraindik. Ba al zenekien gehien erabiltzen dituzun traolak eta baita zure lagunen kontuak ere zure profilean nabarmendu ditzakezula?",
|
||||
"empty_column.account_featured_other.unknown": "Kontu honek ez du ezer nabarmendu oraindik.",
|
||||
"empty_column.account_hides_collections": "Erabiltzaile honek informazio hau erabilgarri ez egotea aukeratu du.",
|
||||
"empty_column.account_suspended": "Kanporatutako kontua",
|
||||
"empty_column.account_timeline": "Ez dago bidalketarik hemen!",
|
||||
|
@ -293,9 +331,14 @@
|
|||
"errors.unexpected_crash.copy_stacktrace": "Kopiatu irteera arbelera",
|
||||
"errors.unexpected_crash.report_issue": "Eman arazoaren berri",
|
||||
"explore.suggested_follows": "Jendea",
|
||||
"explore.title": "Joerak",
|
||||
"explore.trending_links": "Berriak",
|
||||
"explore.trending_statuses": "Tutak",
|
||||
"explore.trending_tags": "Traolak",
|
||||
"featured_carousel.next": "Hurrengoa",
|
||||
"featured_carousel.post": "Argitaratu",
|
||||
"featured_carousel.previous": "Aurrekoa",
|
||||
"featured_carousel.slide": "{total}-tik {index}",
|
||||
"filter_modal.added.context_mismatch_explanation": "Iragazki-kategoria hau ez zaio aplikatzen bidalketa honetara sartzeko erabili duzun testuinguruari. Bidalketa testuinguru horretan ere iragaztea nahi baduzu, iragazkia editatu beharko duzu.",
|
||||
"filter_modal.added.context_mismatch_title": "Testuingurua ez dator bat!",
|
||||
"filter_modal.added.expired_explanation": "Iragazki kategoria hau iraungi da, eragina izan dezan bere iraungitze-data aldatu beharko duzu.",
|
||||
|
@ -348,6 +391,8 @@
|
|||
"generic.saved": "Gordea",
|
||||
"getting_started.heading": "Menua",
|
||||
"hashtag.admin_moderation": "#{name}-(r)en moderazio-interfazea ireki",
|
||||
"hashtag.browse": "Arakatu bidalketak #{hashtag}(e)n",
|
||||
"hashtag.browse_from_account": "Arakatu @{name}(r)en bidalketak #{hashtag}(e)n",
|
||||
"hashtag.column_header.tag_mode.all": "eta {osagarria}",
|
||||
"hashtag.column_header.tag_mode.any": "edo {osagarria}",
|
||||
"hashtag.column_header.tag_mode.none": "gabe {osagarria}",
|
||||
|
@ -360,7 +405,10 @@
|
|||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} parte-hartzaile} other {{counter} parte-hartzaile}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} argitalpen} other {{counter} argitalpen}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} argitalpen} other {{counter} argitalpen}} gaur",
|
||||
"hashtag.feature": "Nabarmendu profilean",
|
||||
"hashtag.follow": "Jarraitu traolari",
|
||||
"hashtag.mute": "Mututu #{hashtag}",
|
||||
"hashtag.unfeature": "Ez nabarmendu profilean",
|
||||
"hashtag.unfollow": "Utzi traola jarraitzeari",
|
||||
"hashtags.and_other": "…eta {count, plural, one {}other {# gehiago}}",
|
||||
"hints.profiles.followers_may_be_missing": "Baliteke profil honen jarraitzaile guztiak ez agertzea.",
|
||||
|
@ -371,6 +419,7 @@
|
|||
"hints.profiles.see_more_posts": "Ikusi bidalketa gehiago {domain}-(e)n",
|
||||
"hints.threads.replies_may_be_missing": "Baliteke beste zerbitzari batzuen erantzun batzuk ez erakustea.",
|
||||
"hints.threads.see_more": "Ikusi erantzun gehiago {domain}-(e)n",
|
||||
"home.column_settings.show_quotes": "Erakutsi aipamenak",
|
||||
"home.column_settings.show_reblogs": "Erakutsi bultzadak",
|
||||
"home.column_settings.show_replies": "Erakutsi erantzunak",
|
||||
"home.hide_announcements": "Ezkutatu iragarpenak",
|
||||
|
@ -389,6 +438,12 @@
|
|||
"ignore_notifications_modal.not_followers_title": "Jarraitzen ez zaituzten pertsonen jakinarazpenei ez ikusiarena egin?",
|
||||
"ignore_notifications_modal.not_following_title": "Jarraitzen ez dituzun pertsonen jakinarazpenei ez ikusiarena egin?",
|
||||
"ignore_notifications_modal.private_mentions_title": "Eskatu gabeko aipamen pribatuen jakinarazpenei ez ikusiarena egin?",
|
||||
"info_button.label": "Laguntza",
|
||||
"info_button.what_is_alt_text": "<h1>Zer da Alt testua?</h1><p>Alt testuak irudiak deskribatzeko aukera ematen du, ikusmen-urritasunak, banda-zabalera txikiko konexioak edo testuinguru gehigarria nahi duten pertsonentzat.</p><p>Alt testu argi, zehatz eta objektiboen bidez, guztion irisgarritasuna eta ulermena hobetu ditzakezu.</p><ul><li>Hartu elementu garrantzitsuenak</li><li>Laburbildu irudietako testua</li><li>Erabili esaldien egitura erregularra</li><li>Baztertu informazio erredundantea.</li><li>Enfokatu joeretan eta funtsezko elementuetan irudi konplexuetan (diagrametan edo mapetan, adibidez)</li></ul>",
|
||||
"interaction_modal.action.favourite": "Jarraitzeko, zure kontutik atsegindu behar duzu.",
|
||||
"interaction_modal.action.follow": "Jarraitzeko zure kontutik jarraitu behar duzu.",
|
||||
"interaction_modal.action.reply": "Jarraitzeko zure kontutik erantzun behar duzu.",
|
||||
"interaction_modal.action.vote": "Jarraitzeko, zure kontutik bozkatu behar duzu.",
|
||||
"interaction_modal.go": "Joan",
|
||||
"interaction_modal.no_account_yet": "Ez al duzu konturik oraindik?",
|
||||
"interaction_modal.on_another_server": "Beste zerbitzari batean",
|
||||
|
@ -433,11 +488,14 @@
|
|||
"keyboard_shortcuts.toggle_hidden": "testua erakustea/ezkutatzea abisu baten atzean",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "multimedia erakutsi/ezkutatzeko",
|
||||
"keyboard_shortcuts.toot": "Hasi bidalketa berri bat",
|
||||
"keyboard_shortcuts.translate": "bidalketa itzultzeko",
|
||||
"keyboard_shortcuts.unfocus": "testua konposatzeko area / bilaketatik fokua kentzea",
|
||||
"keyboard_shortcuts.up": "zerrendan gora mugitzea",
|
||||
"lightbox.close": "Itxi",
|
||||
"lightbox.next": "Hurrengoa",
|
||||
"lightbox.previous": "Aurrekoa",
|
||||
"lightbox.zoom_in": "Zooma egungo tamainara",
|
||||
"lightbox.zoom_out": "Zooma egokitzeko",
|
||||
"limited_account_hint.action": "Erakutsi profila hala ere",
|
||||
"limited_account_hint.title": "Profil hau ezkutatu egin dute {domain} zerbitzariko moderatzaileek.",
|
||||
"link_preview.author": "Egilea: {name}",
|
||||
|
@ -447,13 +505,24 @@
|
|||
"lists.add_to_list": "Gehitu zerrendara",
|
||||
"lists.add_to_lists": "Gehitu {name} zerrendetara",
|
||||
"lists.create": "Sortu",
|
||||
"lists.create_a_list_to_organize": "Sortu zerrenda berria zure Hasierako jarioa antolatzeko",
|
||||
"lists.create_list": "Sortu zerrenda",
|
||||
"lists.delete": "Ezabatu zerrenda",
|
||||
"lists.done": "Egina",
|
||||
"lists.edit": "Editatu zerrenda",
|
||||
"lists.exclusive": "Ezkutatu kideak Hasieran",
|
||||
"lists.exclusive_hint": "Norbait zerrenda honetan badago, ezkutatu zure Hasierako jariotik mezuak bi aldiz ez ikusteko.",
|
||||
"lists.find_users_to_add": "Bilatu erabiltzaileak gehitzeko",
|
||||
"lists.list_name": "Zerrenda izena",
|
||||
"lists.new_list_name": "Zerrenda izen berria",
|
||||
"lists.no_lists_yet": "Ez duzu zerrendarik oraindik.",
|
||||
"lists.no_members_yet": "Ez duzu kiderik oraindik.",
|
||||
"lists.no_results_found": "Ez da emaitzarik aurkitu.",
|
||||
"lists.remove_member": "Ezabatu",
|
||||
"lists.replies_policy.followed": "Jarraitutako edozein erabiltzaile",
|
||||
"lists.replies_policy.list": "Zerrendako kideak",
|
||||
"lists.replies_policy.none": "Bat ere ez",
|
||||
"lists.save": "Gorde",
|
||||
"lists.search": "Bilatu",
|
||||
"load_pending": "{count, plural, one {elementu berri #} other {# elementu berri}}",
|
||||
"loading_indicator.label": "Kargatzen…",
|
||||
|
@ -469,8 +538,10 @@
|
|||
"mute_modal.you_wont_see_mentions": "Ez duzu ikusiko bera aipatzen duen argitalpenik.",
|
||||
"mute_modal.you_wont_see_posts": "Zure argitalpenak ikus ditzake, baina ez dituzu bereak ikusiko.",
|
||||
"navigation_bar.about": "Honi buruz",
|
||||
"navigation_bar.account_settings": "Pasahitza eta segurtasuna",
|
||||
"navigation_bar.administration": "Administrazioa",
|
||||
"navigation_bar.advanced_interface": "Ireki web interfaze aurreratuan",
|
||||
"navigation_bar.automated_deletion": "Bidalketa automatikoaren ezabaketa",
|
||||
"navigation_bar.blocks": "Blokeatutako erabiltzaileak",
|
||||
"navigation_bar.bookmarks": "Laster-markak",
|
||||
"navigation_bar.direct": "Aipamen pribatuak",
|
||||
|
@ -480,13 +551,19 @@
|
|||
"navigation_bar.follow_requests": "Jarraitzeko eskaerak",
|
||||
"navigation_bar.followed_tags": "Jarraitutako traolak",
|
||||
"navigation_bar.follows_and_followers": "Jarraitutakoak eta jarraitzaileak",
|
||||
"navigation_bar.import_export": "Inportazioa eta esportazioa",
|
||||
"navigation_bar.lists": "Zerrendak",
|
||||
"navigation_bar.live_feed_local": "Zuzeneko jarioa (lokala)",
|
||||
"navigation_bar.live_feed_public": "Zuzeneko jarioa (publikoa)",
|
||||
"navigation_bar.logout": "Amaitu saioa",
|
||||
"navigation_bar.moderation": "Moderazioa",
|
||||
"navigation_bar.more": "Gehiago",
|
||||
"navigation_bar.mutes": "Mutututako erabiltzaileak",
|
||||
"navigation_bar.opened_in_classic_interface": "Argitalpenak, kontuak eta beste orri jakin batzuk lehenespenez irekitzen dira web-interfaze klasikoan.",
|
||||
"navigation_bar.preferences": "Hobespenak",
|
||||
"navigation_bar.privacy_and_reach": "Pribatutasuna eta irismena",
|
||||
"navigation_bar.search": "Bilatu",
|
||||
"navigation_bar.search_trends": "Bilatu / Joera",
|
||||
"not_signed_in_indicator.not_signed_in": "Baliabide honetara sarbidea izateko saioa hasi behar duzu.",
|
||||
"notification.admin.report": "{name} erabiltzaileak {target} salatu du",
|
||||
"notification.admin.report_account": "{name}-(e)k {target}-ren {count, plural, one {bidalketa bat} other {# bidalketa}} salatu zituen {category} delakoagatik",
|
||||
|
@ -497,6 +574,7 @@
|
|||
"notification.admin.sign_up.name_and_others": "{name} eta {count, plural, one {erabiltzaile # gehiago} other {# erabiltzaile gehiago}} erregistratu dira",
|
||||
"notification.favourite": "{name}(e)k zure bidalketa gogoko du",
|
||||
"notification.favourite.name_and_others_with_link": "{name} eta <a>{count, plural, one {erabiltzaile # gehiagok} other {# erabiltzaile gehiagok}}</a> zure bidalketa gogoko dute",
|
||||
"notification.favourite_pm": "{name}-ek zure aipamen pribatua gogokoetan jarri du",
|
||||
"notification.follow": "{name}(e)k jarraitzen dizu",
|
||||
"notification.follow_request": "{name}(e)k zu jarraitzeko eskaera egin du",
|
||||
"notification.follow_request.name_and_others": "{name} eta {count, plural, one {erabiltzaile # gehiagok} other {# erabiltzaile gehiagok}} zu jarraitzeko eskaera egin dute",
|
||||
|
@ -505,6 +583,7 @@
|
|||
"notification.label.private_reply": "Erantzun pribatua",
|
||||
"notification.label.reply": "Erantzuna",
|
||||
"notification.mention": "Aipamena",
|
||||
"notification.mentioned_you": "{name}(e)k aipatu zaitu",
|
||||
"notification.moderation-warning.learn_more": "Informazio gehiago",
|
||||
"notification.moderation_warning": "Moderazio-abisu bat jaso duzu",
|
||||
"notification.moderation_warning.action_delete_statuses": "Argitalpen batzuk kendu dira.",
|
||||
|
@ -551,6 +630,7 @@
|
|||
"notifications.column_settings.filter_bar.category": "Iragazki-barra bizkorra",
|
||||
"notifications.column_settings.follow": "Jarraitzaile berriak:",
|
||||
"notifications.column_settings.follow_request": "Jarraitzeko eskaera berriak:",
|
||||
"notifications.column_settings.group": "Taldea",
|
||||
"notifications.column_settings.mention": "Aipamenak:",
|
||||
"notifications.column_settings.poll": "Inkestaren emaitzak:",
|
||||
"notifications.column_settings.push": "Push jakinarazpenak",
|
||||
|
@ -701,6 +781,7 @@
|
|||
"report_notification.categories.violation": "Arau haustea",
|
||||
"report_notification.categories.violation_sentence": "arau haustea",
|
||||
"report_notification.open": "Ireki salaketa",
|
||||
"search.clear": "Garbitu bilaketa",
|
||||
"search.no_recent_searches": "Duela gutxiko bilaketarik ez",
|
||||
"search.placeholder": "Bilatu",
|
||||
"search.quick_action.account_search": "{x}-(r)ekin bat datozen profilak",
|
||||
|
@ -765,6 +846,8 @@
|
|||
"status.mute_conversation": "Mututu elkarrizketa",
|
||||
"status.open": "Hedatu bidalketa hau",
|
||||
"status.pin": "Finkatu profilean",
|
||||
"status.quote_error.not_found": "Bidalketa hau ezin da erakutsi.",
|
||||
"status.quote_error.pending_approval": "Bidalketa hau egile originalak onartzeko zain dago.",
|
||||
"status.read_more": "Irakurri gehiago",
|
||||
"status.reblog": "Bultzada",
|
||||
"status.reblog_private": "Bultzada jatorrizko hartzaileei",
|
||||
|
@ -793,7 +876,11 @@
|
|||
"subscribed_languages.save": "Gorde aldaketak",
|
||||
"subscribed_languages.target": "Aldatu {target}(e)n harpidetutako hizkuntzak",
|
||||
"tabs_bar.home": "Hasiera",
|
||||
"tabs_bar.menu": "Menua",
|
||||
"tabs_bar.notifications": "Jakinarazpenak",
|
||||
"tabs_bar.publish": "Bidalketa berria",
|
||||
"tabs_bar.search": "Bilatu",
|
||||
"terms_of_service.title": "Zerbitzuaren baldintzak",
|
||||
"time_remaining.days": "{number, plural, one {egun #} other {# egun}} amaitzeko",
|
||||
"time_remaining.hours": "{number, plural, one {ordu #} other {# ordu}} amaitzeko",
|
||||
"time_remaining.minutes": "{number, plural, one {minutu #} other {# minutu}} amaitzeko",
|
||||
|
@ -820,5 +907,9 @@
|
|||
"video.fullscreen": "Pantaila osoa",
|
||||
"video.hide": "Ezkutatu bideoa",
|
||||
"video.pause": "Pausatu",
|
||||
"video.play": "Jo"
|
||||
"video.play": "Jo",
|
||||
"video.skip_forward": "Jauzi aurrerantz",
|
||||
"video.unmute": "Soinua ezarri",
|
||||
"video.volume_down": "Bolumena jaitsi",
|
||||
"video.volume_up": "Bolumena Igo"
|
||||
}
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
"account.mute_notifications_short": "خموشی آگاهیها",
|
||||
"account.mute_short": "خموشی",
|
||||
"account.muted": "خموش",
|
||||
"account.muting": "خموش کرده",
|
||||
"account.muting": "خموشش کردهاید",
|
||||
"account.mutual": "یکدیگر را پی میگیرید",
|
||||
"account.no_bio": "شرحی فراهم نشده.",
|
||||
"account.open_original_page": "گشودن صفحهٔ اصلی",
|
||||
|
@ -129,14 +129,14 @@
|
|||
"annual_report.summary.thanks": "سپاس که بخشی از ماستودون هستید!",
|
||||
"attachments_list.unprocessed": "(پردازش نشده)",
|
||||
"audio.hide": "نهفتن صدا",
|
||||
"block_modal.remote_users_caveat": "ما از کارساز {domain} خواهیم خواست که به تصمیم شما احترام بگذارد. با این حال، تضمینی برای رعایت آن وجود ندارد زیرا برخی کارسازها ممکن است بلوکها را بهطور متفاوتی مدیریت کنند. فرستههای عمومی ممکن است همچنان برای کاربران که وارد نشده قابل مشاهده باشند.",
|
||||
"block_modal.remote_users_caveat": "از کارساز {domain} خواهیم خواست که به تصمیمتان احترام بگذارد. با این حال تضمینی برای رعایتش وجود ندارد؛ زیرا برخی کارسازها ممکن است مسدودی را متفاوت مدیریت کنند. ممکن است فرستههای عمومی همچنان برای کاربران وارد نشده نمایان باشند.",
|
||||
"block_modal.show_less": "نمایش کمتر",
|
||||
"block_modal.show_more": "نمایش بیشتر",
|
||||
"block_modal.they_cant_mention": "نمیتوانند نامتان را برده یا پیتان بگیرند.",
|
||||
"block_modal.they_cant_see_posts": "نمیتوانند فرستههایتان را دیده و فرستههایشان را نمیبینید.",
|
||||
"block_modal.they_will_know": "میتوانند ببینند که مسدود شدهاند.",
|
||||
"block_modal.they_cant_mention": "نمیتواند نامتان را برده یا پیتان بگیرد.",
|
||||
"block_modal.they_cant_see_posts": "نمیتواند فرستههایتان را ببیند و فرستههایش را نمیبینید.",
|
||||
"block_modal.they_will_know": "میتواند ببینند که مسدود شده.",
|
||||
"block_modal.title": "انسداد کاربر؟",
|
||||
"block_modal.you_wont_see_mentions": "فرستههایی که از اون نام برده را نخواهید دید.",
|
||||
"block_modal.you_wont_see_mentions": "فرستههایی که به او اشاره کردهاند را نخواهید دید.",
|
||||
"boost_modal.combo": "دکمهٔ {combo} را بزنید تا دیگر این را نبینید",
|
||||
"boost_modal.reblog": "تقویت فرسته؟",
|
||||
"boost_modal.undo_reblog": "ناتقویت فرسته؟",
|
||||
|
@ -219,6 +219,13 @@
|
|||
"confirmations.delete_list.confirm": "حذف",
|
||||
"confirmations.delete_list.message": "مطمئنید میخواهید این سیاهه را برای همیشه حذف کنید؟",
|
||||
"confirmations.delete_list.title": "حذف سیاهه؟",
|
||||
"confirmations.discard_draft.confirm": "دور انداختن و ادامه",
|
||||
"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.message": "تغییرات ذخیره نشدهای در توضیحات یا پیشنمایش رسانه دارید. همگی نادیده گرفته شوند؟",
|
||||
"confirmations.follow_to_list.confirm": "پیگیری و افزودن به سیاهه",
|
||||
|
@ -262,9 +269,9 @@
|
|||
"dismissable_banner.public_timeline": "اینها جدیدترین فرستههای عمومی از افرادی روی وب اجتماعیند که اعضای {domain} پی میگیرندشان.",
|
||||
"domain_block_modal.block": "انسداد کارساز",
|
||||
"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": "افزارد روی این کارساز میتوانند با فرستههای قدیمیتان تعامل داشته باشند.",
|
||||
"domain_block_modal.they_cant_follow": "هیچکسی از این کارساز نمیتواند پیتان بگیرد.",
|
||||
"domain_block_modal.they_wont_know": "نخواهند دانست که مسدود شدهاند.",
|
||||
"domain_block_modal.they_wont_know": "نخواهد دانست که مسدود شده.",
|
||||
"domain_block_modal.title": "انسداد دامنه؟",
|
||||
"domain_block_modal.you_will_lose_num_followers": "شما {followersCount, plural, one {{followersCountDisplay} پیگیرنده} other {{followersCountDisplay} پیگیرنده}} و {followingCount, plural, one {{followingCountDisplay} فرد پیگرفتهشده} other {{followingCountDisplay} فرد پیگرفتهشده}} را از دست خواهید داد.",
|
||||
"domain_block_modal.you_will_lose_relationships": "شما تمام پیگیرکنندگان و افرادی که از این کارساز پیگیری میکنید را از دست خواهید داد.",
|
||||
|
@ -536,11 +543,11 @@
|
|||
"mute_modal.hide_options": "گزینههای نهفتن",
|
||||
"mute_modal.indefinite": "تا وقتی ناخموشش کنم",
|
||||
"mute_modal.show_options": "نمایش گزینهها",
|
||||
"mute_modal.they_can_mention_and_follow": "میتوانند به شما اشاره کرده و پیتان بگیرند، ولی نخواهید دیدشان.",
|
||||
"mute_modal.they_wont_know": "نخواهند دانست که خموش شدهاند.",
|
||||
"mute_modal.they_can_mention_and_follow": "میتواند به شما اشاره کرده و پیتان بگیرد؛ ولی نخواهید دیدش.",
|
||||
"mute_modal.they_wont_know": "نخواهد دانست که خموش شده.",
|
||||
"mute_modal.title": "خموشی کاربر؟",
|
||||
"mute_modal.you_wont_see_mentions": "فرستههایی که به او اشاره کردهاند را نخواهید دید.",
|
||||
"mute_modal.you_wont_see_posts": "هنوز میتوانند فرستههایتان را ببینند، ولی فرستههایشان را نمیبینید.",
|
||||
"mute_modal.you_wont_see_posts": "همچنان میتواند فرستههایتان را ببینند؛ ولی فرستههایش را نمیبینید.",
|
||||
"navigation_bar.about": "درباره",
|
||||
"navigation_bar.account_settings": "گذرواژه و امنیت",
|
||||
"navigation_bar.administration": "مدیریت",
|
||||
|
@ -557,6 +564,8 @@
|
|||
"navigation_bar.follows_and_followers": "پیگرفتگان و پیگیرندگان",
|
||||
"navigation_bar.import_export": "درونریزی و برونبری",
|
||||
"navigation_bar.lists": "سیاههها",
|
||||
"navigation_bar.live_feed_local": "خوراک زنده (محلی)",
|
||||
"navigation_bar.live_feed_public": "خوراک زنده (عمومی)",
|
||||
"navigation_bar.logout": "خروج",
|
||||
"navigation_bar.moderation": "نظارت",
|
||||
"navigation_bar.more": "بیشتر",
|
||||
|
@ -566,6 +575,10 @@
|
|||
"navigation_bar.privacy_and_reach": "محرمانگی و دسترسی",
|
||||
"navigation_bar.search": "جستوجو",
|
||||
"navigation_bar.search_trends": "جستجو \\ پرطرفدار",
|
||||
"navigation_panel.collapse_followed_tags": "جمع کردن فهرست برچسبهای پیگرفته",
|
||||
"navigation_panel.collapse_lists": "جمع کردن فهرست سیاهه",
|
||||
"navigation_panel.expand_followed_tags": "گسترش فهرست برچسبهای پیگرفته",
|
||||
"navigation_panel.expand_lists": "گسترش فهرست سیاهه",
|
||||
"not_signed_in_indicator.not_signed_in": "برای دسترسی به این منبع باید وارد شوید.",
|
||||
"notification.admin.report": "{name}، {target} را گزارش داد",
|
||||
"notification.admin.report_account": "{name} {count, plural, one {یک پست} other {پست}} از {target} برای {category} را گزارش داد",
|
||||
|
@ -674,7 +687,7 @@
|
|||
"notifications.policy.filter_limited_accounts_title": "حسابهای مدیریت شده",
|
||||
"notifications.policy.filter_new_accounts.hint": "ساخته شده در {days, plural, one {یک} other {#}} روز اخیر",
|
||||
"notifications.policy.filter_new_accounts_title": "حسابهای جدید",
|
||||
"notifications.policy.filter_not_followers_hint": "از جمله کسانی که کمتر از {days, plural, one {یک} other {#}} روز است پیتان میگیرند",
|
||||
"notifications.policy.filter_not_followers_hint": "از جمله کسانی که کمتر از {days, plural, one {یک} other {#}} روز است پیتان میگیرند",
|
||||
"notifications.policy.filter_not_followers_title": "کسانی که شما را دنبال میکنند",
|
||||
"notifications.policy.filter_not_following_hint": "تا به صورت دستی تأییدشان کنید",
|
||||
"notifications.policy.filter_not_following_title": "کسانی که پی نمیگیرید",
|
||||
|
@ -743,7 +756,7 @@
|
|||
"reply_indicator.cancel": "لغو",
|
||||
"reply_indicator.poll": "نظرسنجی",
|
||||
"report.block": "انسداد",
|
||||
"report.block_explanation": "شما فرستههایشان را نخواهید دید. آنها نمیتوانند فرستههایتان را ببینند یا شما را پیبگیرند. آنها میتوانند بگویند که مسدود شدهاند.",
|
||||
"report.block_explanation": "فرستههایش را نخواهید دید. نخواهد توانست فرستههایتان را دیده یا پیتان بگیرد. قادر است تشخیص دهد مسدود شده.",
|
||||
"report.categories.legal": "حقوقی",
|
||||
"report.categories.other": "غیره",
|
||||
"report.categories.spam": "هرزنامه",
|
||||
|
@ -757,7 +770,7 @@
|
|||
"report.forward": "فرستادن به {target}",
|
||||
"report.forward_hint": "این حساب در کارساز دیگری ثبت شده. آیا میخواهید رونوشتی ناشناس از این گزارش به آنجا هم فرستاده شود؟",
|
||||
"report.mute": "خموش",
|
||||
"report.mute_explanation": "شما فرستههای آنها را نخواهید دید. آنها همچنان میتوانند شما را پیبگیرند و فرستههایتان را ببینند و نمیدانند که خموش شدهاند.",
|
||||
"report.mute_explanation": "فرستههایش را نخواهید دید. همچنان خواهد توانست پیتان گرفته و فرستههایتان را ببیند. نخواهد دانست که خموش شده.",
|
||||
"report.next": "بعدی",
|
||||
"report.placeholder": "توضیحات اضافه",
|
||||
"report.reasons.dislike": "من آن را دوست ندارم",
|
||||
|
@ -792,6 +805,7 @@
|
|||
"report_notification.categories.violation": "تخطّی از قانون",
|
||||
"report_notification.categories.violation_sentence": "تخطّی از قانون",
|
||||
"report_notification.open": "گشودن گزارش",
|
||||
"search.clear": "پاکسازی جستوجو",
|
||||
"search.no_recent_searches": "جستوجوی اخیری نیست",
|
||||
"search.placeholder": "جستوجو",
|
||||
"search.quick_action.account_search": "نمایههای جور با {x}",
|
||||
|
@ -858,6 +872,12 @@
|
|||
"status.mute_conversation": "خموشاندن گفتوگو",
|
||||
"status.open": "گسترش این فرسته",
|
||||
"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.read_more": "بیشتر بخوانید",
|
||||
"status.reblog": "تقویت",
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"about.domain_blocks.silenced.title": "Limité",
|
||||
"about.domain_blocks.suspended.explanation": "Aucune donnée de ce serveur ne sera traitée, stockée ou échangée, rendant toute interaction ou communication avec des utilisateurs de ce serveur impossible.",
|
||||
"about.domain_blocks.suspended.title": "Suspendu",
|
||||
"about.language_label": "Langue",
|
||||
"about.not_available": "Cette information n'a pas été rendue disponible sur ce serveur.",
|
||||
"about.powered_by": "Réseau social décentralisé propulsé par {mastodon}",
|
||||
"about.rules": "Règles du serveur",
|
||||
|
@ -20,14 +21,20 @@
|
|||
"account.block_domain": "Bloquer le domaine {domain}",
|
||||
"account.block_short": "Bloquer",
|
||||
"account.blocked": "Bloqué·e",
|
||||
"account.blocking": "Bloquer",
|
||||
"account.cancel_follow_request": "Retirer cette demande d'abonnement",
|
||||
"account.copy": "Copier le lien vers le profil",
|
||||
"account.direct": "Mention privée @{name}",
|
||||
"account.disable_notifications": "Ne plus me notifier quand @{name} publie",
|
||||
"account.domain_blocking": "Bloquer domaine",
|
||||
"account.edit_profile": "Modifier le profil",
|
||||
"account.enable_notifications": "Me notifier quand @{name} publie",
|
||||
"account.endorse": "Inclure sur profil",
|
||||
"account.familiar_followers_many": "Suivi par {name1},{name2}, et {othersCount, plural,one {une personne connue} other {# autres personnel connues}}",
|
||||
"account.familiar_followers_one": "Suivi par {name1}",
|
||||
"account.familiar_followers_two": "Suivi par {name1} et {name2}",
|
||||
"account.featured": "En vedette",
|
||||
"account.featured.accounts": "Profiles",
|
||||
"account.featured.hashtags": "Hashtags",
|
||||
"account.featured_tags.last_status_at": "Dernière publication {date}",
|
||||
"account.featured_tags.last_status_never": "Aucune publication",
|
||||
|
@ -36,9 +43,11 @@
|
|||
"account.followers": "abonné·e·s",
|
||||
"account.followers.empty": "Personne ne suit ce compte pour l'instant.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} abonné·e} other {{counter} abonné·e·s}}",
|
||||
"account.followers_you_know_counter": "Vous connaissez {counter}",
|
||||
"account.following": "Abonné·e",
|
||||
"account.following_counter": "{count, plural, one {{counter} abonnement} other {{counter} abonnements}}",
|
||||
"account.follows.empty": "Ce compte ne suit personne présentement.",
|
||||
"account.follows_you": "Vous suit",
|
||||
"account.go_to_profile": "Voir ce profil",
|
||||
"account.hide_reblogs": "Masquer les boosts de @{name}",
|
||||
"account.in_memoriam": "En souvenir de",
|
||||
|
@ -53,13 +62,17 @@
|
|||
"account.mute_notifications_short": "Rendre les notifications muettes",
|
||||
"account.mute_short": "Rendre muet",
|
||||
"account.muted": "Masqué·e",
|
||||
"account.muting": "Sourdine",
|
||||
"account.mutual": "Vous vous suivez mutuellement",
|
||||
"account.no_bio": "Description manquante.",
|
||||
"account.open_original_page": "Ouvrir la page d'origine",
|
||||
"account.posts": "Publications",
|
||||
"account.posts_with_replies": "Publications et réponses",
|
||||
"account.remove_from_followers": "Retirer {name} des suiveurs",
|
||||
"account.report": "Signaler @{name}",
|
||||
"account.requested": "En attente d’approbation. Cliquez pour annuler la demande",
|
||||
"account.requested_follow": "{name} a demandé à vous suivre",
|
||||
"account.requests_to_follow_you": "Demande a vous suivre",
|
||||
"account.share": "Partager le profil de @{name}",
|
||||
"account.show_reblogs": "Afficher les boosts de @{name}",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} message} other {{counter} messages}}",
|
||||
|
@ -111,7 +124,7 @@
|
|||
"annual_report.summary.most_used_hashtag.most_used_hashtag": "hashtag le plus utilisé",
|
||||
"annual_report.summary.most_used_hashtag.none": "Aucun",
|
||||
"annual_report.summary.new_posts.new_posts": "nouveaux messages",
|
||||
"annual_report.summary.percentile.text": "<topLabel>Cela vous place dans le top</topLabel><pourcentage></percentage><bottomLabel>des utilisateurs de {domain}.</bottomLabel>",
|
||||
"annual_report.summary.percentile.text": "<topLabel>Cela vous place dans le top</topLabel><percentage></percentage><bottomLabel>des utilisateurs de {domain}.</bottomLabel>",
|
||||
"annual_report.summary.percentile.we_wont_tell_bernie": "Nous ne le dirons pas à Bernie.",
|
||||
"annual_report.summary.thanks": "Merci de faire partie de Mastodon!",
|
||||
"attachments_list.unprocessed": "(non traité)",
|
||||
|
@ -206,6 +219,13 @@
|
|||
"confirmations.delete_list.confirm": "Supprimer",
|
||||
"confirmations.delete_list.message": "Voulez-vous vraiment supprimer définitivement cette liste?",
|
||||
"confirmations.delete_list.title": "Supprimer la liste ?",
|
||||
"confirmations.discard_draft.confirm": "Effacer et continuer",
|
||||
"confirmations.discard_draft.edit.cancel": "Retour vers l'éditeur",
|
||||
"confirmations.discard_draft.edit.message": "Continued va perdre les changements que vous avez faits dans le message courant.",
|
||||
"confirmations.discard_draft.edit.title": "Jeter les changements faits au message?",
|
||||
"confirmations.discard_draft.post.cancel": "Retour au brouillon",
|
||||
"confirmations.discard_draft.post.message": "En continuant, vous perdez le message que vous êtes en train d'écrire.",
|
||||
"confirmations.discard_draft.post.title": "Jeter le brouillon de message?",
|
||||
"confirmations.discard_edit_media.confirm": "Rejeter",
|
||||
"confirmations.discard_edit_media.message": "Vous avez des modifications non enregistrées de la description ou de l'aperçu du média, voulez-vous quand même les supprimer?",
|
||||
"confirmations.follow_to_list.confirm": "Suivre et ajouter à la liste",
|
||||
|
@ -222,6 +242,9 @@
|
|||
"confirmations.redraft.confirm": "Supprimer et réécrire",
|
||||
"confirmations.redraft.message": "Êtes-vous sûr·e de vouloir effacer cette publication pour la réécrire? Ses ses mises en favori et boosts seront perdus et ses réponses seront orphelines.",
|
||||
"confirmations.redraft.title": "Supprimer et réécrire le message ?",
|
||||
"confirmations.remove_from_followers.confirm": "Supprimer l'abonné·e",
|
||||
"confirmations.remove_from_followers.message": "{name} cessera de vous suivre. Êtes-vous sûr de vouloir continuer ?",
|
||||
"confirmations.remove_from_followers.title": "Supprimer l'abonné·e ?",
|
||||
"confirmations.unfollow.confirm": "Ne plus suivre",
|
||||
"confirmations.unfollow.message": "Voulez-vous vraiment arrêter de suivre {name}?",
|
||||
"confirmations.unfollow.title": "Se désabonner de l'utilisateur·rice ?",
|
||||
|
@ -283,6 +306,9 @@
|
|||
"emoji_button.search_results": "Résultats",
|
||||
"emoji_button.symbols": "Symboles",
|
||||
"emoji_button.travel": "Voyage et lieux",
|
||||
"empty_column.account_featured.me": "Vous n'avez pas encore mis de contenu en avant. Saviez-vous que vous pouviez mettre en avant les hashtags que vous utilisez le plus, et même les comptes de vos amis sur votre profil ?",
|
||||
"empty_column.account_featured.other": "{acct} n'a pas encore mis de contenu en avant. Saviez-vous que vous pouviez mettre en avant les hashtags que vous utilisez le plus, et même les comptes de vos amis sur votre profil ?",
|
||||
"empty_column.account_featured_other.unknown": "Ce compte n'a mis aucun contenu en avant pour l'instant.",
|
||||
"empty_column.account_hides_collections": "Cet utilisateur·ice préfère ne pas rendre publiques ces informations",
|
||||
"empty_column.account_suspended": "Compte suspendu",
|
||||
"empty_column.account_timeline": "Aucune publication ici!",
|
||||
|
@ -311,9 +337,14 @@
|
|||
"errors.unexpected_crash.copy_stacktrace": "Copier la trace d'appels dans le presse-papier",
|
||||
"errors.unexpected_crash.report_issue": "Signaler un problème",
|
||||
"explore.suggested_follows": "Personnes",
|
||||
"explore.title": "Tendances",
|
||||
"explore.trending_links": "Nouvelles",
|
||||
"explore.trending_statuses": "Messages",
|
||||
"explore.trending_tags": "Hashtags",
|
||||
"featured_carousel.next": "Suivant",
|
||||
"featured_carousel.post": "Poste",
|
||||
"featured_carousel.previous": "Précédent",
|
||||
"featured_carousel.slide": "{index} de {total}",
|
||||
"filter_modal.added.context_mismatch_explanation": "Cette catégorie de filtre ne s'applique pas au contexte dans lequel vous avez accédé à cette publication. Si vous voulez que la publication soit filtrée dans ce contexte également, vous devrez modifier le filtre.",
|
||||
"filter_modal.added.context_mismatch_title": "Incompatibilité du contexte!",
|
||||
"filter_modal.added.expired_explanation": "Cette catégorie de filtre a expiré, vous devrez modifier la date d'expiration pour qu'elle soit appliquée.",
|
||||
|
@ -366,6 +397,8 @@
|
|||
"generic.saved": "Sauvegardé",
|
||||
"getting_started.heading": "Pour commencer",
|
||||
"hashtag.admin_moderation": "Ouvrir l'interface de modération pour #{name}",
|
||||
"hashtag.browse": "Parcourir les posts dans #{hashtag}",
|
||||
"hashtag.browse_from_account": "Parcourir les posts de @{name} dans #{hashtag}",
|
||||
"hashtag.column_header.tag_mode.all": "et {additional}",
|
||||
"hashtag.column_header.tag_mode.any": "ou {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "sans {additional}",
|
||||
|
@ -378,7 +411,10 @@
|
|||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} participant} other {{counter} participants}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} message} other {{counter} messages}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} message} other {{counter} messages}} aujourd’hui",
|
||||
"hashtag.feature": "Mettre en avant sur votre profil",
|
||||
"hashtag.follow": "Suivre ce hashtag",
|
||||
"hashtag.mute": "Mettre #{hashtag} en sourdine",
|
||||
"hashtag.unfeature": "Ne plus mettre en avant sur votre profil",
|
||||
"hashtag.unfollow": "Ne plus suivre ce hashtag",
|
||||
"hashtags.and_other": "…et {count, plural, other {# de plus}}",
|
||||
"hints.profiles.followers_may_be_missing": "Les abonné·e·s à ce profil peuvent être manquant·e·s.",
|
||||
|
@ -389,6 +425,7 @@
|
|||
"hints.profiles.see_more_posts": "Voir plus de messages sur {domain}",
|
||||
"hints.threads.replies_may_be_missing": "Les réponses provenant des autres serveurs pourraient être manquantes.",
|
||||
"hints.threads.see_more": "Afficher plus de réponses sur {domain}",
|
||||
"home.column_settings.show_quotes": "Afficher les citations",
|
||||
"home.column_settings.show_reblogs": "Afficher boosts",
|
||||
"home.column_settings.show_replies": "Afficher réponses",
|
||||
"home.hide_announcements": "Masquer les annonces",
|
||||
|
@ -511,8 +548,10 @@
|
|||
"mute_modal.you_wont_see_mentions": "Vous ne verrez pas les publications qui le mentionne.",
|
||||
"mute_modal.you_wont_see_posts": "Il peut toujours voir vos publications, mais vous ne verrez pas les siennes.",
|
||||
"navigation_bar.about": "À propos",
|
||||
"navigation_bar.account_settings": "Mot de passe et sécurité",
|
||||
"navigation_bar.administration": "Administration",
|
||||
"navigation_bar.advanced_interface": "Ouvrir dans l’interface avancée",
|
||||
"navigation_bar.automated_deletion": "Suppression automatique du message",
|
||||
"navigation_bar.blocks": "Comptes bloqués",
|
||||
"navigation_bar.bookmarks": "Signets",
|
||||
"navigation_bar.direct": "Mention privée",
|
||||
|
@ -522,13 +561,19 @@
|
|||
"navigation_bar.follow_requests": "Demandes d'abonnements",
|
||||
"navigation_bar.followed_tags": "Hashtags suivis",
|
||||
"navigation_bar.follows_and_followers": "Abonnements et abonnés",
|
||||
"navigation_bar.import_export": "Import et export",
|
||||
"navigation_bar.lists": "Listes",
|
||||
"navigation_bar.live_feed_local": "Flux en direct (local)",
|
||||
"navigation_bar.live_feed_public": "Flux en direct (public)",
|
||||
"navigation_bar.logout": "Se déconnecter",
|
||||
"navigation_bar.moderation": "Modération",
|
||||
"navigation_bar.more": "Plus",
|
||||
"navigation_bar.mutes": "Utilisateurs masqués",
|
||||
"navigation_bar.opened_in_classic_interface": "Les messages, les comptes et les pages spécifiques sont ouvertes dans l’interface classique.",
|
||||
"navigation_bar.preferences": "Préférences",
|
||||
"navigation_bar.privacy_and_reach": "Vie privée et visibilité",
|
||||
"navigation_bar.search": "Rechercher",
|
||||
"navigation_bar.search_trends": "Recherche / Tendance",
|
||||
"not_signed_in_indicator.not_signed_in": "Vous devez vous connecter pour accéder à cette ressource.",
|
||||
"notification.admin.report": "{name} a signalé {target}",
|
||||
"notification.admin.report_account": "{name} a signalé {count, plural, one {un message} other {# messages}} de {target} pour {category}",
|
||||
|
@ -821,6 +866,9 @@
|
|||
"status.mute_conversation": "Masquer la conversation",
|
||||
"status.open": "Afficher la publication entière",
|
||||
"status.pin": "Épingler sur profil",
|
||||
"status.quote_error.removed": "Ce message a été retiré par son auteur·ice.",
|
||||
"status.quote_error.unauthorized": "Ce message ne peut pas être affiché car vous n'êtes pas autorisé·e à le voir.",
|
||||
"status.quote_post_author": "Message par {name}",
|
||||
"status.read_more": "En savoir plus",
|
||||
"status.reblog": "Booster",
|
||||
"status.reblog_private": "Booster avec visibilité originale",
|
||||
|
@ -850,7 +898,10 @@
|
|||
"subscribed_languages.save": "Enregistrer les modifications",
|
||||
"subscribed_languages.target": "Changer les langues abonnées pour {target}",
|
||||
"tabs_bar.home": "Accueil",
|
||||
"tabs_bar.menu": "Menu",
|
||||
"tabs_bar.notifications": "Notifications",
|
||||
"tabs_bar.publish": "Nouveau message",
|
||||
"tabs_bar.search": "Chercher",
|
||||
"terms_of_service.effective_as_of": "En vigueur à compter du {date}",
|
||||
"terms_of_service.title": "Conditions d'utilisation",
|
||||
"terms_of_service.upcoming_changes_on": "Modifications à venir le {date}",
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"about.domain_blocks.silenced.title": "Limité",
|
||||
"about.domain_blocks.suspended.explanation": "Aucune donnée de ce serveur ne sera traitée, enregistrée ou échangée, rendant impossible toute interaction ou communication avec les comptes de ce serveur.",
|
||||
"about.domain_blocks.suspended.title": "Suspendu",
|
||||
"about.language_label": "Langue",
|
||||
"about.not_available": "Cette information n'a pas été rendue disponible sur ce serveur.",
|
||||
"about.powered_by": "Réseau social décentralisé propulsé par {mastodon}",
|
||||
"about.rules": "Règles du serveur",
|
||||
|
@ -20,14 +21,20 @@
|
|||
"account.block_domain": "Bloquer le domaine {domain}",
|
||||
"account.block_short": "Bloquer",
|
||||
"account.blocked": "Bloqué·e",
|
||||
"account.blocking": "Bloquer",
|
||||
"account.cancel_follow_request": "Annuler l'abonnement",
|
||||
"account.copy": "Copier le lien vers le profil",
|
||||
"account.direct": "Mention privée @{name}",
|
||||
"account.disable_notifications": "Ne plus me notifier quand @{name} publie quelque chose",
|
||||
"account.domain_blocking": "Bloquer domaine",
|
||||
"account.edit_profile": "Modifier le profil",
|
||||
"account.enable_notifications": "Me notifier quand @{name} publie quelque chose",
|
||||
"account.endorse": "Recommander sur votre profil",
|
||||
"account.familiar_followers_many": "Suivi par {name1},{name2}, et {othersCount, plural,one {une personne connue} other {# autres personnel connues}}",
|
||||
"account.familiar_followers_one": "Suivi par {name1}",
|
||||
"account.familiar_followers_two": "Suivi par {name1} et {name2}",
|
||||
"account.featured": "En vedette",
|
||||
"account.featured.accounts": "Profiles",
|
||||
"account.featured.hashtags": "Hashtags",
|
||||
"account.featured_tags.last_status_at": "Dernier message le {date}",
|
||||
"account.featured_tags.last_status_never": "Aucun message",
|
||||
|
@ -36,9 +43,11 @@
|
|||
"account.followers": "Abonné·e·s",
|
||||
"account.followers.empty": "Personne ne suit cet·te utilisateur·rice pour l’instant.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} abonné·e} other {{counter} abonné·e·s}}",
|
||||
"account.followers_you_know_counter": "Vous connaissez {counter}",
|
||||
"account.following": "Abonnements",
|
||||
"account.following_counter": "{count, plural, one {{counter} abonnement} other {{counter} abonnements}}",
|
||||
"account.follows.empty": "Cet·te utilisateur·rice ne suit personne pour l’instant.",
|
||||
"account.follows_you": "Vous suit",
|
||||
"account.go_to_profile": "Voir le profil",
|
||||
"account.hide_reblogs": "Masquer les partages de @{name}",
|
||||
"account.in_memoriam": "En mémoire de.",
|
||||
|
@ -53,13 +62,17 @@
|
|||
"account.mute_notifications_short": "Désactiver les notifications",
|
||||
"account.mute_short": "Mettre en sourdine",
|
||||
"account.muted": "Masqué·e",
|
||||
"account.muting": "Sourdine",
|
||||
"account.mutual": "Vous vous suivez mutuellement",
|
||||
"account.no_bio": "Aucune description fournie.",
|
||||
"account.open_original_page": "Ouvrir la page d'origine",
|
||||
"account.posts": "Messages",
|
||||
"account.posts_with_replies": "Messages et réponses",
|
||||
"account.remove_from_followers": "Retirer {name} des suiveurs",
|
||||
"account.report": "Signaler @{name}",
|
||||
"account.requested": "En attente d’approbation. Cliquez pour annuler la demande",
|
||||
"account.requested_follow": "{name} a demandé à vous suivre",
|
||||
"account.requests_to_follow_you": "Demande a vous suivre",
|
||||
"account.share": "Partager le profil de @{name}",
|
||||
"account.show_reblogs": "Afficher les partages de @{name}",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} message} other {{counter} messages}}",
|
||||
|
@ -111,7 +124,7 @@
|
|||
"annual_report.summary.most_used_hashtag.most_used_hashtag": "hashtag le plus utilisé",
|
||||
"annual_report.summary.most_used_hashtag.none": "Aucun",
|
||||
"annual_report.summary.new_posts.new_posts": "nouveaux messages",
|
||||
"annual_report.summary.percentile.text": "<topLabel>Cela vous place dans le top</topLabel><pourcentage></percentage><bottomLabel>des utilisateurs de {domain}.</bottomLabel>",
|
||||
"annual_report.summary.percentile.text": "<topLabel>Cela vous place dans le top</topLabel><percentage></percentage><bottomLabel>des utilisateurs de {domain}.</bottomLabel>",
|
||||
"annual_report.summary.percentile.we_wont_tell_bernie": "Nous ne le dirons pas à Bernie.",
|
||||
"annual_report.summary.thanks": "Merci de faire partie de Mastodon!",
|
||||
"attachments_list.unprocessed": "(non traité)",
|
||||
|
@ -175,7 +188,7 @@
|
|||
"community.column_settings.media_only": "Média uniquement",
|
||||
"community.column_settings.remote_only": "Distant seulement",
|
||||
"compose.language.change": "Changer de langue",
|
||||
"compose.language.search": "Rechercher des langues …",
|
||||
"compose.language.search": "Rechercher des langues...",
|
||||
"compose.published.body": "Message Publié.",
|
||||
"compose.published.open": "Ouvrir",
|
||||
"compose.saved.body": "Message enregistré.",
|
||||
|
@ -206,6 +219,13 @@
|
|||
"confirmations.delete_list.confirm": "Supprimer",
|
||||
"confirmations.delete_list.message": "Voulez-vous vraiment supprimer définitivement cette liste ?",
|
||||
"confirmations.delete_list.title": "Supprimer la liste ?",
|
||||
"confirmations.discard_draft.confirm": "Effacer et continuer",
|
||||
"confirmations.discard_draft.edit.cancel": "Retour vers l'éditeur",
|
||||
"confirmations.discard_draft.edit.message": "Continued va perdre les changements que vous avez faits dans le message courant.",
|
||||
"confirmations.discard_draft.edit.title": "Jeter les changements faits au message?",
|
||||
"confirmations.discard_draft.post.cancel": "Retour au brouillon",
|
||||
"confirmations.discard_draft.post.message": "En continuant, vous perdez le message que vous êtes en train d'écrire.",
|
||||
"confirmations.discard_draft.post.title": "Jeter le brouillon de message?",
|
||||
"confirmations.discard_edit_media.confirm": "Rejeter",
|
||||
"confirmations.discard_edit_media.message": "Vous avez des modifications non enregistrées de la description ou de l'aperçu du média, les supprimer quand même ?",
|
||||
"confirmations.follow_to_list.confirm": "Suivre et ajouter à la liste",
|
||||
|
@ -222,6 +242,9 @@
|
|||
"confirmations.redraft.confirm": "Supprimer et ré-écrire",
|
||||
"confirmations.redraft.message": "Voulez-vous vraiment supprimer le message pour le réécrire ? Ses partages ainsi que ses mises en favori seront perdues, et ses réponses seront orphelines.",
|
||||
"confirmations.redraft.title": "Supprimer et réécrire le message ?",
|
||||
"confirmations.remove_from_followers.confirm": "Supprimer l'abonné·e",
|
||||
"confirmations.remove_from_followers.message": "{name} cessera de vous suivre. Êtes-vous sûr de vouloir continuer ?",
|
||||
"confirmations.remove_from_followers.title": "Supprimer l'abonné·e ?",
|
||||
"confirmations.unfollow.confirm": "Ne plus suivre",
|
||||
"confirmations.unfollow.message": "Voulez-vous vraiment vous désabonner de {name} ?",
|
||||
"confirmations.unfollow.title": "Se désabonner de l'utilisateur·rice ?",
|
||||
|
@ -283,6 +306,9 @@
|
|||
"emoji_button.search_results": "Résultats de la recherche",
|
||||
"emoji_button.symbols": "Symboles",
|
||||
"emoji_button.travel": "Voyage et lieux",
|
||||
"empty_column.account_featured.me": "Vous n'avez pas encore mis de contenu en avant. Saviez-vous que vous pouviez mettre en avant les hashtags que vous utilisez le plus, et même les comptes de vos amis sur votre profil ?",
|
||||
"empty_column.account_featured.other": "{acct} n'a pas encore mis de contenu en avant. Saviez-vous que vous pouviez mettre en avant les hashtags que vous utilisez le plus, et même les comptes de vos amis sur votre profil ?",
|
||||
"empty_column.account_featured_other.unknown": "Ce compte n'a mis aucun contenu en avant pour l'instant.",
|
||||
"empty_column.account_hides_collections": "Cet utilisateur·ice préfère ne pas rendre publiques ces informations",
|
||||
"empty_column.account_suspended": "Compte suspendu",
|
||||
"empty_column.account_timeline": "Aucun message ici !",
|
||||
|
@ -311,9 +337,14 @@
|
|||
"errors.unexpected_crash.copy_stacktrace": "Copier la trace d'appels dans le presse-papier",
|
||||
"errors.unexpected_crash.report_issue": "Signaler le problème",
|
||||
"explore.suggested_follows": "Personnes",
|
||||
"explore.title": "Tendances",
|
||||
"explore.trending_links": "Nouvelles",
|
||||
"explore.trending_statuses": "Messages",
|
||||
"explore.trending_tags": "Hashtags",
|
||||
"featured_carousel.next": "Suivant",
|
||||
"featured_carousel.post": "Poste",
|
||||
"featured_carousel.previous": "Précédent",
|
||||
"featured_carousel.slide": "{index} de {total}",
|
||||
"filter_modal.added.context_mismatch_explanation": "Cette catégorie de filtre ne s'applique pas au contexte dans lequel vous avez accédé à ce message. Si vous voulez que le message soit filtré dans ce contexte également, vous devrez modifier le filtre.",
|
||||
"filter_modal.added.context_mismatch_title": "Incompatibilité du contexte !",
|
||||
"filter_modal.added.expired_explanation": "Cette catégorie de filtre a expiré, vous devrez modifier la date d'expiration pour qu'elle soit appliquée.",
|
||||
|
@ -366,6 +397,8 @@
|
|||
"generic.saved": "Sauvegardé",
|
||||
"getting_started.heading": "Pour commencer",
|
||||
"hashtag.admin_moderation": "Ouvrir l'interface de modération pour #{name}",
|
||||
"hashtag.browse": "Parcourir les posts dans #{hashtag}",
|
||||
"hashtag.browse_from_account": "Parcourir les posts de @{name} dans #{hashtag}",
|
||||
"hashtag.column_header.tag_mode.all": "et {additional}",
|
||||
"hashtag.column_header.tag_mode.any": "ou {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "sans {additional}",
|
||||
|
@ -378,7 +411,10 @@
|
|||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} participant} other {{counter} participants}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} message} other {{counter} messages}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} message} other {{counter} messages}} aujourd’hui",
|
||||
"hashtag.feature": "Mettre en avant sur votre profil",
|
||||
"hashtag.follow": "Suivre le hashtag",
|
||||
"hashtag.mute": "Mettre #{hashtag} en sourdine",
|
||||
"hashtag.unfeature": "Ne plus mettre en avant sur votre profil",
|
||||
"hashtag.unfollow": "Ne plus suivre le hashtag",
|
||||
"hashtags.and_other": "…et {count, plural, other {# de plus}}",
|
||||
"hints.profiles.followers_may_be_missing": "Les abonné·e·s à ce profil peuvent être manquant·e·s.",
|
||||
|
@ -389,6 +425,7 @@
|
|||
"hints.profiles.see_more_posts": "Voir plus de messages sur {domain}",
|
||||
"hints.threads.replies_may_be_missing": "Les réponses provenant des autres serveurs pourraient être manquantes.",
|
||||
"hints.threads.see_more": "Afficher plus de réponses sur {domain}",
|
||||
"home.column_settings.show_quotes": "Afficher les citations",
|
||||
"home.column_settings.show_reblogs": "Afficher les partages",
|
||||
"home.column_settings.show_replies": "Afficher les réponses",
|
||||
"home.hide_announcements": "Masquer les annonces",
|
||||
|
@ -511,8 +548,10 @@
|
|||
"mute_modal.you_wont_see_mentions": "Vous ne verrez pas les publications qui le mentionne.",
|
||||
"mute_modal.you_wont_see_posts": "Il peut toujours voir vos publications, mais vous ne verrez pas les siennes.",
|
||||
"navigation_bar.about": "À propos",
|
||||
"navigation_bar.account_settings": "Mot de passe et sécurité",
|
||||
"navigation_bar.administration": "Administration",
|
||||
"navigation_bar.advanced_interface": "Ouvrir dans l’interface avancée",
|
||||
"navigation_bar.automated_deletion": "Suppression automatique du message",
|
||||
"navigation_bar.blocks": "Comptes bloqués",
|
||||
"navigation_bar.bookmarks": "Marque-pages",
|
||||
"navigation_bar.direct": "Mention privée",
|
||||
|
@ -522,13 +561,19 @@
|
|||
"navigation_bar.follow_requests": "Demandes d’abonnement",
|
||||
"navigation_bar.followed_tags": "Hashtags suivis",
|
||||
"navigation_bar.follows_and_followers": "Abonnements et abonnés",
|
||||
"navigation_bar.import_export": "Import et export",
|
||||
"navigation_bar.lists": "Listes",
|
||||
"navigation_bar.live_feed_local": "Flux en direct (local)",
|
||||
"navigation_bar.live_feed_public": "Flux en direct (public)",
|
||||
"navigation_bar.logout": "Déconnexion",
|
||||
"navigation_bar.moderation": "Modération",
|
||||
"navigation_bar.more": "Plus",
|
||||
"navigation_bar.mutes": "Comptes masqués",
|
||||
"navigation_bar.opened_in_classic_interface": "Les messages, les comptes et les pages spécifiques sont ouvertes dans l’interface classique.",
|
||||
"navigation_bar.preferences": "Préférences",
|
||||
"navigation_bar.privacy_and_reach": "Vie privée et visibilité",
|
||||
"navigation_bar.search": "Rechercher",
|
||||
"navigation_bar.search_trends": "Recherche / Tendance",
|
||||
"not_signed_in_indicator.not_signed_in": "Vous devez vous connecter pour accéder à cette ressource.",
|
||||
"notification.admin.report": "{name} a signalé {target}",
|
||||
"notification.admin.report_account": "{name} a signalé {count, plural, one {un message} other {# messages}} de {target} pour {category}",
|
||||
|
@ -821,6 +866,9 @@
|
|||
"status.mute_conversation": "Masquer la conversation",
|
||||
"status.open": "Afficher le message entier",
|
||||
"status.pin": "Épingler sur le profil",
|
||||
"status.quote_error.removed": "Ce message a été retiré par son auteur·ice.",
|
||||
"status.quote_error.unauthorized": "Ce message ne peut pas être affiché car vous n'êtes pas autorisé·e à le voir.",
|
||||
"status.quote_post_author": "Message par {name}",
|
||||
"status.read_more": "En savoir plus",
|
||||
"status.reblog": "Partager",
|
||||
"status.reblog_private": "Partager à l’audience originale",
|
||||
|
@ -850,7 +898,10 @@
|
|||
"subscribed_languages.save": "Enregistrer les modifications",
|
||||
"subscribed_languages.target": "Changer les langues abonnées pour {target}",
|
||||
"tabs_bar.home": "Accueil",
|
||||
"tabs_bar.menu": "Menu",
|
||||
"tabs_bar.notifications": "Notifications",
|
||||
"tabs_bar.publish": "Nouveau message",
|
||||
"tabs_bar.search": "Chercher",
|
||||
"terms_of_service.effective_as_of": "En vigueur à compter du {date}",
|
||||
"terms_of_service.title": "Conditions d'utilisation",
|
||||
"terms_of_service.upcoming_changes_on": "Modifications à venir le {date}",
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
"navigation_bar.follows_and_followers": "Folgers en folgjenden",
|
||||
"navigation_bar.import_export": "Ymportearje en eksportearje",
|
||||
"navigation_bar.lists": "Listen",
|
||||
"navigation_bar.live_feed_local": "Livefeed (lokaal)",
|
||||
"navigation_bar.live_feed_public": "Livefeed (iepenbier)",
|
||||
"navigation_bar.logout": "Ofmelde",
|
||||
"navigation_bar.moderation": "Moderaasje",
|
||||
"navigation_bar.more": "Mear",
|
||||
|
@ -803,6 +805,7 @@
|
|||
"report_notification.categories.violation": "Skeinde regels",
|
||||
"report_notification.categories.violation_sentence": "skeinde regels",
|
||||
"report_notification.open": "Rapport iepenje",
|
||||
"search.clear": "Sykopdracht wiskje",
|
||||
"search.no_recent_searches": "Gjin resinte sykopdrachten",
|
||||
"search.placeholder": "Sykje",
|
||||
"search.quick_action.account_search": "Accounts dy’t oerienkomme mei {x}",
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
"column.domain_blocks": "Àrainnean bacte",
|
||||
"column.edit_list": "Deasaich an liosta",
|
||||
"column.favourites": "Annsachdan",
|
||||
"column.firehose": "An saoghal poblach",
|
||||
"column.firehose": "An saoghal beò",
|
||||
"column.follow_requests": "Iarrtasan leantainn",
|
||||
"column.home": "Dachaigh",
|
||||
"column.list_members": "Stiùir buill na liosta",
|
||||
|
@ -219,6 +219,13 @@
|
|||
"confirmations.delete_list.confirm": "Sguab às",
|
||||
"confirmations.delete_list.message": "A bheil thu cinnteach gu bheil thu airson an liosta seo a sguabadh às gu buan?",
|
||||
"confirmations.delete_list.title": "A bheil thu airson an liosta a sguabadh às?",
|
||||
"confirmations.discard_draft.confirm": "Tilg air falbh ’s lean air adhart",
|
||||
"confirmations.discard_draft.edit.cancel": "Lean air an deasachadh",
|
||||
"confirmations.discard_draft.edit.message": "Ma leanas tu air adhart, thèid atharraichean sam bith a rinn thu air a’ phost a tha thu a’ deasachadh a thilgeil air falbh.",
|
||||
"confirmations.discard_draft.edit.title": "A bheil thu airson na h-atharraichean air a’ phost agad a thilgeil air falbh?",
|
||||
"confirmations.discard_draft.post.cancel": "Lean air an dreachd",
|
||||
"confirmations.discard_draft.post.message": "Ma leanas tu air adhart, thèid am post a tha thu a’ sgrìobhadh a thilgeil air falbh.",
|
||||
"confirmations.discard_draft.post.title": "A bheil thu airson dreachd a’ phuist agad a thilgeil air falbh?",
|
||||
"confirmations.discard_edit_media.confirm": "Tilg air falbh",
|
||||
"confirmations.discard_edit_media.message": "Tha atharraichean gun sàbhaladh agad ann an tuairisgeul no ro-shealladh a’ mheadhain, a bheil thu airson an tilgeil air falbh co-dhiù?",
|
||||
"confirmations.follow_to_list.confirm": "Lean ’s cuir ris an liosta",
|
||||
|
@ -557,6 +564,8 @@
|
|||
"navigation_bar.follows_and_followers": "Dàimhean leantainn",
|
||||
"navigation_bar.import_export": "Ion-phortadh ⁊ às-phortadh",
|
||||
"navigation_bar.lists": "Liostaichean",
|
||||
"navigation_bar.live_feed_local": "An saoghal beò (ionadail)",
|
||||
"navigation_bar.live_feed_public": "An saoghal beò (poblach)",
|
||||
"navigation_bar.logout": "Clàraich a-mach",
|
||||
"navigation_bar.moderation": "Maorsainneachd",
|
||||
"navigation_bar.more": "Barrachd",
|
||||
|
@ -565,7 +574,10 @@
|
|||
"navigation_bar.preferences": "Roghainnean",
|
||||
"navigation_bar.privacy_and_reach": "Prìobhaideachd ’s ruigse",
|
||||
"navigation_bar.search": "Lorg",
|
||||
"navigation_bar.search_trends": "Lorg / A’ treandadh",
|
||||
"navigation_panel.collapse_followed_tags": "Co-theannaich clàr-taice nan tagaichean hais ’gan leantainn",
|
||||
"navigation_panel.collapse_lists": "Co-theannaich clàr-taice na liosta",
|
||||
"navigation_panel.expand_followed_tags": "Leudaich clàr-taice nan tagaichean hais ’gan leantainn",
|
||||
"navigation_panel.expand_lists": "Leudaich clàr-taice na liosta",
|
||||
"not_signed_in_indicator.not_signed_in": "Feumaidh tu clàradh a-steach mus fhaigh thu cothrom air a’ ghoireas seo.",
|
||||
"notification.admin.report": "Rinn {name} gearan mu {target}",
|
||||
|
@ -685,6 +697,7 @@
|
|||
"notifications_permission_banner.enable": "Cuir brathan deasga an comas",
|
||||
"notifications_permission_banner.how_to_control": "Airson brathan fhaighinn nuair nach eil Mastodon fosgailte, cuir na brathan deasga an comas. Tha an smachd agad fhèin air dè na seòrsaichean de chonaltradh a ghineas brathan deasga leis a’ phutan {icon} gu h-àrd nuair a bhios iad air an cur an comas.",
|
||||
"notifications_permission_banner.title": "Na caill dad gu bràth tuilleadh",
|
||||
"onboarding.follows.back": "Air ais",
|
||||
"onboarding.follows.done": "Deiseil",
|
||||
"onboarding.follows.empty": "Gu mì-fhortanach, chan urrainn dhuinn toradh a shealltainn an-dràsta. Feuch gleus an luirg no duilleag an rùrachaidh airson daoine ri leantainn a lorg no feuch ris a-rithist an ceann tamaill.",
|
||||
"onboarding.follows.search": "Lorg",
|
||||
|
@ -792,6 +805,7 @@
|
|||
"report_notification.categories.violation": "Briseadh riaghailte",
|
||||
"report_notification.categories.violation_sentence": "briseadh riaghailte",
|
||||
"report_notification.open": "Fosgail an gearan",
|
||||
"search.clear": "Falamhaich an lorg",
|
||||
"search.no_recent_searches": "Cha do rinn thu lorg o chionn goirid",
|
||||
"search.placeholder": "Lorg",
|
||||
"search.quick_action.account_search": "Pròifilean a fhreagras ri {x}",
|
||||
|
|
|
@ -219,6 +219,13 @@
|
|||
"confirmations.delete_list.confirm": "Elimina",
|
||||
"confirmations.delete_list.message": "Sei sicuro/a di voler eliminare permanentemente questo elenco?",
|
||||
"confirmations.delete_list.title": "Eliminare la lista?",
|
||||
"confirmations.discard_draft.confirm": "Scarta e continua",
|
||||
"confirmations.discard_draft.edit.cancel": "Continua modifica",
|
||||
"confirmations.discard_draft.edit.message": "Continuare scarterà ogni modifica che hai fatto al post che stai attualmente modificando.",
|
||||
"confirmations.discard_draft.edit.title": "Scartare le modifiche al tuo post?",
|
||||
"confirmations.discard_draft.post.cancel": "Continua bozza",
|
||||
"confirmations.discard_draft.post.message": "Continuare scarterà il post che stai attualmente creando.",
|
||||
"confirmations.discard_draft.post.title": "Scartare la tua bozza del post?",
|
||||
"confirmations.discard_edit_media.confirm": "Scarta",
|
||||
"confirmations.discard_edit_media.message": "Hai delle modifiche non salvate alla descrizione o anteprima del media, scartarle comunque?",
|
||||
"confirmations.follow_to_list.confirm": "Segui e aggiungi alla lista",
|
||||
|
@ -557,6 +564,8 @@
|
|||
"navigation_bar.follows_and_followers": "Seguiti e seguaci",
|
||||
"navigation_bar.import_export": "Importa ed esporta",
|
||||
"navigation_bar.lists": "Liste",
|
||||
"navigation_bar.live_feed_local": "Feed live (locale)",
|
||||
"navigation_bar.live_feed_public": "Feed live (pubblico)",
|
||||
"navigation_bar.logout": "Disconnettiti",
|
||||
"navigation_bar.moderation": "Moderazione",
|
||||
"navigation_bar.more": "Altro",
|
||||
|
@ -565,7 +574,10 @@
|
|||
"navigation_bar.preferences": "Preferenze",
|
||||
"navigation_bar.privacy_and_reach": "Privacy e copertura",
|
||||
"navigation_bar.search": "Cerca",
|
||||
"navigation_bar.search_trends": "Cerca / In tendenza",
|
||||
"navigation_panel.collapse_followed_tags": "Comprimi il menù degli hashtag seguiti",
|
||||
"navigation_panel.collapse_lists": "Chiudi il menu elenco",
|
||||
"navigation_panel.expand_followed_tags": "Espandi il menù degli hashtag seguiti",
|
||||
"navigation_panel.expand_lists": "Espandi il menu elenco",
|
||||
"not_signed_in_indicator.not_signed_in": "Devi accedere per consultare questa risorsa.",
|
||||
"notification.admin.report": "{name} ha segnalato {target}",
|
||||
|
@ -793,6 +805,7 @@
|
|||
"report_notification.categories.violation": "Violazione delle regole",
|
||||
"report_notification.categories.violation_sentence": "violazione delle regole",
|
||||
"report_notification.open": "Apri segnalazione",
|
||||
"search.clear": "Cancella ricerca",
|
||||
"search.no_recent_searches": "Nessuna ricerca recente",
|
||||
"search.placeholder": "Cerca",
|
||||
"search.quick_action.account_search": "Profili corrispondenti a {x}",
|
||||
|
|
|
@ -219,6 +219,13 @@
|
|||
"confirmations.delete_list.confirm": "削除",
|
||||
"confirmations.delete_list.message": "本当にこのリストを完全に削除しますか?",
|
||||
"confirmations.delete_list.title": "リストを削除しようとしています",
|
||||
"confirmations.discard_draft.confirm": "破棄して続ける",
|
||||
"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.message": "メディアの説明またはプレビューに保存されていない変更があります。それでも破棄しますか?",
|
||||
"confirmations.follow_to_list.confirm": "フォローしてリストに追加",
|
||||
|
@ -330,6 +337,7 @@
|
|||
"errors.unexpected_crash.copy_stacktrace": "スタックトレースをクリップボードにコピー",
|
||||
"errors.unexpected_crash.report_issue": "問題を報告",
|
||||
"explore.suggested_follows": "ユーザー",
|
||||
"explore.title": "トレンド",
|
||||
"explore.trending_links": "ニュース",
|
||||
"explore.trending_statuses": "投稿",
|
||||
"explore.trending_tags": "ハッシュタグ",
|
||||
|
@ -417,6 +425,7 @@
|
|||
"hints.profiles.see_more_posts": "{domain} でその他の投稿を見る",
|
||||
"hints.threads.replies_may_be_missing": "リモートの返信は表示されない場合があります。",
|
||||
"hints.threads.see_more": "{domain} でその他の返信を見る",
|
||||
"home.column_settings.show_quotes": "引用を表示",
|
||||
"home.column_settings.show_reblogs": "ブースト表示",
|
||||
"home.column_settings.show_replies": "返信表示",
|
||||
"home.hide_announcements": "お知らせを隠す",
|
||||
|
@ -539,8 +548,10 @@
|
|||
"mute_modal.you_wont_see_mentions": "宛先に相手が入っている投稿も閲覧できなくなります。",
|
||||
"mute_modal.you_wont_see_posts": "相手はあなたの投稿を今までどおり閲覧できますが、あなたは相手の投稿を閲覧できなくなります。",
|
||||
"navigation_bar.about": "概要",
|
||||
"navigation_bar.account_settings": "パスワードとセキュリティ",
|
||||
"navigation_bar.administration": "管理",
|
||||
"navigation_bar.advanced_interface": "上級者向けUIに戻る",
|
||||
"navigation_bar.automated_deletion": "投稿の自動削除",
|
||||
"navigation_bar.blocks": "ブロックしたユーザー",
|
||||
"navigation_bar.bookmarks": "ブックマーク",
|
||||
"navigation_bar.direct": "非公開の返信",
|
||||
|
@ -550,13 +561,21 @@
|
|||
"navigation_bar.follow_requests": "フォローリクエスト",
|
||||
"navigation_bar.followed_tags": "フォロー中のハッシュタグ",
|
||||
"navigation_bar.follows_and_followers": "フォロー・フォロワー",
|
||||
"navigation_bar.import_export": "インポートとエクスポート",
|
||||
"navigation_bar.lists": "リスト",
|
||||
"navigation_bar.logout": "ログアウト",
|
||||
"navigation_bar.moderation": "モデレーション",
|
||||
"navigation_bar.more": "もっと見る",
|
||||
"navigation_bar.mutes": "ミュートしたユーザー",
|
||||
"navigation_bar.opened_in_classic_interface": "投稿やプロフィールを直接開いた場合は一時的に標準UIで表示されます。",
|
||||
"navigation_bar.preferences": "ユーザー設定",
|
||||
"navigation_bar.privacy_and_reach": "プライバシーとつながりやすさ",
|
||||
"navigation_bar.search": "検索",
|
||||
"navigation_bar.search_trends": "検索 / トレンド",
|
||||
"navigation_panel.collapse_followed_tags": "フォロー中のハッシュタグメニューを閉じる",
|
||||
"navigation_panel.collapse_lists": "リストメニューを閉じる",
|
||||
"navigation_panel.expand_followed_tags": "フォロー中のハッシュタグメニューを展開",
|
||||
"navigation_panel.expand_lists": "リストメニューを展開",
|
||||
"not_signed_in_indicator.not_signed_in": "この機能を使うにはログインする必要があります。",
|
||||
"notification.admin.report": "{name}さんが{target}さんを通報しました",
|
||||
"notification.admin.report_account": "{name}さんが{target}さんの投稿{count, plural, other {#件}}を「{category}」として通報しました",
|
||||
|
@ -783,6 +802,7 @@
|
|||
"report_notification.categories.violation": "ルール違反",
|
||||
"report_notification.categories.violation_sentence": "ルール違反",
|
||||
"report_notification.open": "通報を開く",
|
||||
"search.clear": "検索をクリア",
|
||||
"search.no_recent_searches": "検索履歴はありません",
|
||||
"search.placeholder": "検索",
|
||||
"search.quick_action.account_search": "{x}に該当するプロフィール",
|
||||
|
@ -885,7 +905,10 @@
|
|||
"subscribed_languages.save": "変更を保存",
|
||||
"subscribed_languages.target": "{target}さんの購読言語を変更します",
|
||||
"tabs_bar.home": "ホーム",
|
||||
"tabs_bar.menu": "メニュー",
|
||||
"tabs_bar.notifications": "通知",
|
||||
"tabs_bar.publish": "新しい投稿",
|
||||
"tabs_bar.search": "検索",
|
||||
"terms_of_service.effective_as_of": "{date}より有効",
|
||||
"terms_of_service.title": "サービス利用規約",
|
||||
"terms_of_service.upcoming_changes_on": "{date}から適用される変更",
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"about.domain_blocks.preamble": "Maṣṭudun s umata yeḍmen-ak ad teẓreḍ agbur, ad tesdemreḍ akked yimseqdacen-nniḍen seg yal aqeddac deg fedivers. Ha-tent-an ɣur-k tsuraf i yellan deg uqeddac-agi.",
|
||||
"about.domain_blocks.silenced.title": "Ɣur-s talast",
|
||||
"about.domain_blocks.suspended.title": "Yettwaḥbes",
|
||||
"about.language_label": "Tutlayt",
|
||||
"about.not_available": "Talɣut-a ur tettwabder ara deg uqeddac-a.",
|
||||
"about.powered_by": "Azeṭṭa inmetti yettwasɣelsen sɣur {mastodon}",
|
||||
"about.rules": "Ilugan n uqeddac",
|
||||
|
@ -115,6 +116,7 @@
|
|||
"column.domain_blocks": "Taɣulin yeffren",
|
||||
"column.edit_list": "Ẓreg tabdart",
|
||||
"column.favourites": "Imenyafen",
|
||||
"column.firehose": "Isuddam usriden",
|
||||
"column.follow_requests": "Isuturen n teḍfeṛt",
|
||||
"column.home": "Agejdan",
|
||||
"column.lists": "Tibdarin",
|
||||
|
@ -223,6 +225,7 @@
|
|||
"empty_column.bookmarked_statuses": "Ulac kra n tsuffeɣt i terniḍ ɣer yismenyifen-ik·im ar tura. Ticki terniḍ yiwet, ad d-tettwasken da.",
|
||||
"empty_column.community": "Tasuddemt tazayezt tadigant n yisallen d tilemt. Aru ihi kra akken ad tt-teččareḍ!",
|
||||
"empty_column.domain_blocks": "Ulac kra n taɣult yettwaffren ar tura.",
|
||||
"empty_column.explore_statuses": "Ulac ayen yellan d anezzuɣ akka tura. Uɣal-d ticki!",
|
||||
"empty_column.follow_requests": "Ulac ɣur-k·m ula yiwen n usuter n teḍfeṛt. Ticki teṭṭfeḍ-d yiwen ad d-yettwasken da.",
|
||||
"empty_column.hashtag": "Ar tura ulac kra n ugbur yesɛan assaɣ ɣer uhacṭag-agi.",
|
||||
"empty_column.home": "Tasuddemt tagejdant n yisallen d tilemt! Ẓer {public} neɣ nadi ad tafeḍ imseqdacen-nniḍen ad ten-ḍefṛeḍ.",
|
||||
|
@ -234,9 +237,14 @@
|
|||
"errors.unexpected_crash.copy_stacktrace": "Nɣel stacktrace ɣef wafus",
|
||||
"errors.unexpected_crash.report_issue": "Mmel ugur",
|
||||
"explore.suggested_follows": "Imdanen",
|
||||
"explore.title": "Inezzaɣ",
|
||||
"explore.trending_links": "Isallen",
|
||||
"explore.trending_statuses": "Tisuffaɣ",
|
||||
"explore.trending_tags": "Ihacṭagen",
|
||||
"featured_carousel.next": "Uḍfiṛ",
|
||||
"featured_carousel.post": "Tasuffeɣt",
|
||||
"featured_carousel.previous": "Uzwir",
|
||||
"featured_carousel.slide": "{index} ɣef {total}",
|
||||
"filter_modal.added.review_and_configure_title": "Iɣewwaṛen n imzizdig",
|
||||
"filter_modal.added.settings_link": "asebter n yiɣewwaṛen",
|
||||
"filter_modal.added.short_explanation": "Tasuffeɣt-a tettwarna ɣer taggayt-a n yimsizdegen: {title}.",
|
||||
|
@ -357,6 +365,7 @@
|
|||
"lists.add_to_list": "Rnu ɣer tebdart",
|
||||
"lists.add_to_lists": "Rnu {name} ɣer tebdarin",
|
||||
"lists.create": "Snulfu-d",
|
||||
"lists.create_list": "Snulfu-d tabdart",
|
||||
"lists.delete": "Kkes tabdart",
|
||||
"lists.done": "Immed",
|
||||
"lists.edit": "Ẓreg tabdart",
|
||||
|
@ -395,12 +404,16 @@
|
|||
"navigation_bar.followed_tags": "Ihacṭagen yettwaḍfaren",
|
||||
"navigation_bar.follows_and_followers": "Imeḍfaṛen akked wid i teṭṭafaṛeḍ",
|
||||
"navigation_bar.lists": "Tibdarin",
|
||||
"navigation_bar.live_feed_local": "Asuddem usrid (adigan)",
|
||||
"navigation_bar.live_feed_public": "Asuddem usrid (azayaz)",
|
||||
"navigation_bar.logout": "Ffeɣ",
|
||||
"navigation_bar.moderation": "Aseɣyed",
|
||||
"navigation_bar.more": "Ugar",
|
||||
"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.preferences": "Imenyafen",
|
||||
"navigation_bar.search": "Nadi",
|
||||
"navigation_bar.search_trends": "Anadi / Anezzuɣ",
|
||||
"not_signed_in_indicator.not_signed_in": "You need to sign in to access this resource.",
|
||||
"notification.admin.report": "Yemla-t-id {name} {target}",
|
||||
"notification.admin.sign_up": "Ijerred {name}",
|
||||
|
@ -505,6 +518,7 @@
|
|||
"recommended": "Yettuwelleh",
|
||||
"refresh": "Smiren",
|
||||
"regeneration_indicator.please_stand_by": "Ttxil rǧu.",
|
||||
"regeneration_indicator.preparing_your_home_feed": "Ha-tt-an tsuddemt-ik·im tagejdant tettwaheggay…",
|
||||
"relative_time.days": "{number}u",
|
||||
"relative_time.full.just_now": "tura kan",
|
||||
"relative_time.hours": "{number}isr",
|
||||
|
@ -545,6 +559,7 @@
|
|||
"report.thanks.title": "Ur tebɣiḍ ara ad twaliḍ aya?",
|
||||
"report.thanks.title_actionable": "Tanemmirt ɣef uneqqis, ad nwali deg waya.",
|
||||
"report.unfollow": "Seḥbes aḍfar n @{name}",
|
||||
"report.unfollow_explanation": "Aql-ik·ikem teṭṭafareḍ amiḍan-a. I wakken ur tettwaliḍ ara akk, akka d asawen, tisuffaɣ-is deg tsuddemt-ik·im tagejdant, ur teṭṭafar ara.",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} n tsuffeɣt} other {{count} n tsuffiɣin}} ttwaqnent",
|
||||
"report_notification.categories.legal": "Azerfan",
|
||||
"report_notification.categories.other": "Ayen nniḍen",
|
||||
|
@ -610,6 +625,7 @@
|
|||
"status.mute_conversation": "Sgugem adiwenni",
|
||||
"status.open": "Semɣeṛ tasuffeɣt-ayi",
|
||||
"status.pin": "Senteḍ-itt deg umaɣnu",
|
||||
"status.quote_post_author": "Izen sɣur {name}",
|
||||
"status.read_more": "Issin ugar",
|
||||
"status.reblog": "Bḍu",
|
||||
"status.reblogged_by": "Yebḍa-tt {name}",
|
||||
|
@ -635,7 +651,10 @@
|
|||
"status.unpin": "Kkes asenteḍ seg umaɣnu",
|
||||
"subscribed_languages.save": "Sekles ibeddilen",
|
||||
"tabs_bar.home": "Agejdan",
|
||||
"tabs_bar.menu": "Umuɣ",
|
||||
"tabs_bar.notifications": "Ilɣa",
|
||||
"tabs_bar.publish": "Tasuffeɣt tamaynut",
|
||||
"tabs_bar.search": "Nadi",
|
||||
"terms_of_service.title": "Tiwtilin n useqdec",
|
||||
"time_remaining.days": "Mazal {number, plural, one {# wass} other {# wussan}}",
|
||||
"time_remaining.hours": "Mazal {number, plural, one {# usarag} other {# yisragen}}",
|
||||
|
@ -643,7 +662,7 @@
|
|||
"time_remaining.moments": "Akuden i d-yeqqimen",
|
||||
"time_remaining.seconds": "Mazal {number, plural, one {# n tasint} other {# n tsinin}} id yugran",
|
||||
"trends.counter_by_accounts": "{count, plural, one {{counter} wemdan} other {{counter} medden}} deg {days, plural, one {ass} other {{days} wussan}} iɛeddan",
|
||||
"trends.trending_now": "Ayen mucaɛen tura",
|
||||
"trends.trending_now": "Anezzuɣ tura",
|
||||
"ui.beforeunload": "Arewway-ik·im ad iruḥ ma yella tefeɣ-d deg Maṣṭudun.",
|
||||
"units.short.billion": "{count}B",
|
||||
"units.short.million": "{count}M",
|
||||
|
|
|
@ -356,6 +356,7 @@
|
|||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} partisipante} other {{counter} partisipantes}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} publikasyon} other {{counter} publikasyones}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} publikasyon} other {{counter} publikasyones}} oy",
|
||||
"hashtag.feature": "Avalia en profil",
|
||||
"hashtag.follow": "Sige etiketa",
|
||||
"hashtag.mute": "Silensia #{hashtag}",
|
||||
"hashtag.unfeature": "No avalia en profil",
|
||||
|
@ -390,6 +391,7 @@
|
|||
"interaction_modal.title.reblog": "Repartaja publikasyon de {name}",
|
||||
"interaction_modal.title.reply": "Arisponde a publikasyon de {name}",
|
||||
"interaction_modal.title.vote": "Vota en la anketa de {name}",
|
||||
"interaction_modal.username_prompt": "Por enshemplo {example}",
|
||||
"intervals.full.days": "{number, plural, one {# diya} other {# diyas}}",
|
||||
"intervals.full.hours": "{number, plural, one {# ora} other {# oras}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minutos}}",
|
||||
|
@ -442,6 +444,7 @@
|
|||
"lists.delete": "Efasa lista",
|
||||
"lists.done": "Fecho",
|
||||
"lists.edit": "Edita lista",
|
||||
"lists.list_name": "Nombre de lista",
|
||||
"lists.new_list_name": "Nombre de mueva lista",
|
||||
"lists.replies_policy.followed": "Kualseker utilizador segido",
|
||||
"lists.replies_policy.list": "Miembros de la lista",
|
||||
|
@ -738,6 +741,7 @@
|
|||
"status.reblogs.empty": "Ainda nadie tiene repartajado esta publikasyon. Kuando algien lo aga, se amostrara aki.",
|
||||
"status.redraft": "Efasa i eskrive de muevo",
|
||||
"status.remove_bookmark": "Kita markador",
|
||||
"status.remove_favourite": "Kita de los favoritos",
|
||||
"status.replied_in_thread": "Arispondo en filo",
|
||||
"status.replied_to": "Arispondio a {name}",
|
||||
"status.reply": "Arisponde",
|
||||
|
@ -758,6 +762,7 @@
|
|||
"subscribed_languages.save": "Guadra trokamientos",
|
||||
"subscribed_languages.target": "Troka linguas abonadas para {target}",
|
||||
"tabs_bar.home": "Linya prinsipala",
|
||||
"tabs_bar.menu": "Menu",
|
||||
"tabs_bar.notifications": "Avizos",
|
||||
"tabs_bar.publish": "Mueva publikasyon",
|
||||
"tabs_bar.search": "Bushkeda",
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
"about.contact": "ਸੰਪਰਕ:",
|
||||
"about.default_locale": "ਮੂਲ",
|
||||
"about.disclaimer": "ਮਸਟੋਡੋਨ ਇੱਕ ਆਜ਼ਾਦ, ਖੁੱਲ੍ਹੇ ਸਰੋਤ ਵਾਲਾ ਸਾਫਟਵੇਅਰ ਹੈ ਅਤੇ Mastodon gGmbH ਦਾ ਮਾਰਕਾ ਹੈ।",
|
||||
"about.domain_blocks.no_reason_available": "ਕਾਰਨ ਮੌਜੂਦ ਨਹੀਂ ਹੈ",
|
||||
"about.domain_blocks.silenced.title": "ਸੀਮਿਤ",
|
||||
"about.domain_blocks.suspended.title": "ਮੁਅੱਤਲ ਕੀਤੀ",
|
||||
"about.domain_blocks.suspended.title": "ਸਸਪੈਂਡ ਕੀਤਾ",
|
||||
"about.language_label": "ਭਾਸ਼ਾ",
|
||||
"about.not_available": "ਇਹ ਜਾਣਕਾਰੀ ਨੂੰ ਇਸ ਸਰਵਰ ਉੱਤੇ ਉਪਲੱਬਧ ਨਹੀਂ ਕੀਤਾ ਗਿਆ ਹੈ।",
|
||||
"about.rules": "ਸਰਵਰ ਨਿਯਮ",
|
||||
"account.account_note_header": "ਨਿੱਜੀ ਨੋਟ",
|
||||
"account.add_or_remove_from_list": "ਸੂਚੀ ਵਿੱਚ ਜੋੜੋ ਜਾਂ ਹਟਾਓ",
|
||||
|
@ -12,21 +16,33 @@
|
|||
"account.block_domain": "{domain} ਡੋਮੇਨ ਉੱਤੇ ਪਾਬੰਦੀ ਲਾਓ",
|
||||
"account.block_short": "ਪਾਬੰਦੀ",
|
||||
"account.blocked": "ਪਾਬੰਦੀਸ਼ੁਦਾ",
|
||||
"account.blocking": "ਪਾਬੰਦੀ ਲਾਉਣੀ",
|
||||
"account.cancel_follow_request": "ਫ਼ਾਲੋ ਕਰਨ ਨੂੰ ਰੱਦ ਕਰੋ",
|
||||
"account.copy": "ਪਰੋਫਾਇਲ ਲਈ ਲਿੰਕ ਕਾਪੀ ਕਰੋ",
|
||||
"account.direct": "ਨਿੱਜੀ ਜ਼ਿਕਰ @{name}",
|
||||
"account.disable_notifications": "ਜਦੋਂ {name} ਕੋਈ ਪੋਸਟ ਕਰੇ ਤਾਂ ਮੈਨੂੰ ਸੂਚਨਾ ਨਾ ਦਿਓ",
|
||||
"account.domain_blocking": "ਡੋਮੇਨ ਉੱਤੇ ਪਾਬੰਦੀ",
|
||||
"account.edit_profile": "ਪਰੋਫਾਈਲ ਨੂੰ ਸੋਧੋ",
|
||||
"account.enable_notifications": "ਜਦੋਂ {name} ਪੋਸਟ ਕਰੇ ਤਾਂ ਮੈਨੂੰ ਸੂਚਨਾ ਦਿਓ",
|
||||
"account.endorse": "ਪਰੋਫਾਇਲ ਉੱਤੇ ਫ਼ੀਚਰ",
|
||||
"account.familiar_followers_one": "{name1} ਵਲੋਂ ਫ਼ਾਲੋ ਕੀਤਾ",
|
||||
"account.familiar_followers_two": "{name1} ਅਤੇ {name2} ਵਲੋਂ ਫ਼ਾਲੋ ਕੀਤਾ",
|
||||
"account.featured": "ਫ਼ੀਚਰ",
|
||||
"account.featured.accounts": "ਪਰੋਫਾਈਲ",
|
||||
"account.featured.hashtags": "ਹੈਸ਼ਟੈਗ",
|
||||
"account.featured_tags.last_status_at": "{date} ਨੂੰ ਆਖਰੀ ਪੋਸਟ",
|
||||
"account.featured_tags.last_status_never": "ਕੋਈ ਪੋਸਟ ਨਹੀਂ",
|
||||
"account.follow": "ਫ਼ਾਲੋ",
|
||||
"account.follow_back": "ਵਾਪਸ ਫਾਲ਼ੋ ਕਰੋ",
|
||||
"account.followers": "ਫ਼ਾਲੋਅਰ",
|
||||
"account.followers.empty": "ਇਸ ਵਰਤੋਂਕਾਰ ਨੂੰ ਹਾਲੇ ਕੋਈ ਫ਼ਾਲੋ ਨਹੀਂ ਕਰਦਾ ਹੈ।",
|
||||
"account.followers_counter": "{count, plural, one {{counter} ਫ਼ਾਲੋਅਰ} other {{counter} ਫ਼ਾਲੋਅਰ}}",
|
||||
"account.followers_you_know_counter": "{counter} ਤੁਸੀਂ ਜਾਣਦੇ ਹੋ",
|
||||
"account.following": "ਫ਼ਾਲੋ ਕੀਤਾ",
|
||||
"account.follows.empty": "ਇਹ ਵਰਤੋਂਕਾਰ ਹਾਲੇ ਕਿਸੇ ਨੂੰ ਫ਼ਾਲੋ ਨਹੀਂ ਕਰਦਾ ਹੈ।",
|
||||
"account.follows_you": "ਤੁਹਾਨੂੰ ਫ਼ਾਲੋ ਕਰਦੇ ਹਨ",
|
||||
"account.go_to_profile": "ਪਰੋਫਾਇਲ ਉੱਤੇ ਜਾਓ",
|
||||
"account.hide_reblogs": "{name} ਵਲੋਂ ਬੂਸਟ ਨੂੰ ਲੁਕਾਓ",
|
||||
"account.joined_short": "ਜੁਆਇਨ ਕੀਤਾ",
|
||||
"account.media": "ਮੀਡੀਆ",
|
||||
"account.mention": "@{name} ਦਾ ਜ਼ਿਕਰ",
|
||||
|
@ -34,6 +50,7 @@
|
|||
"account.mute_notifications_short": "ਨੋਟਫਿਕੇਸ਼ਨਾਂ ਨੂੰ ਮੌਨ ਕਰੋ",
|
||||
"account.mute_short": "ਮੌਨ ਕਰੋ",
|
||||
"account.muted": "ਮੌਨ ਕੀਤੀਆਂ",
|
||||
"account.mutual": "ਤੁਸੀਂ ਇੱਕ ਦੂਜੇ ਨੂੰ ਫ਼ਾਲੋ ਕਰਦੇ ਹੋ",
|
||||
"account.no_bio": "ਕੋਈ ਵਰਣਨ ਨਹੀਂ ਦਿੱਤਾ।",
|
||||
"account.open_original_page": "ਅਸਲ ਸਫ਼ੇ ਨੂੰ ਖੋਲ੍ਹੋ",
|
||||
"account.posts": "ਪੋਸਟਾਂ",
|
||||
|
@ -42,8 +59,10 @@
|
|||
"account.requested": "ਮਨਜ਼ੂਰੀ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ। ਫ਼ਾਲੋ ਬੇਨਤੀਆਂ ਨੂੰ ਰੱਦ ਕਰਨ ਲਈ ਕਲਿੱਕ ਕਰੋ",
|
||||
"account.requested_follow": "{name} ਨੇ ਤੁਹਾਨੂੰ ਫ਼ਾਲੋ ਕਰਨ ਦੀ ਬੇਨਤੀ ਕੀਤੀ ਹੈ",
|
||||
"account.share": "{name} ਦਾ ਪਰੋਫ਼ਾਇਲ ਸਾਂਝਾ ਕਰੋ",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} ਪੋਸਟ} other {{counter} ਪੋਸਟਾਂ}}",
|
||||
"account.unblock": "@{name} ਤੋਂ ਪਾਬੰਦੀ ਹਟਾਓ",
|
||||
"account.unblock_domain": "{domain} ਡੋਮੇਨ ਤੋਂ ਪਾਬੰਦੀ ਹਟਾਓ",
|
||||
"account.unblock_domain_short": "ਪਾਬੰਦੀ ਹਟਾਓ",
|
||||
"account.unblock_short": "ਪਾਬੰਦੀ ਹਟਾਓ",
|
||||
"account.unendorse": "ਪਰੋਫਾਇਲ ਉੱਤੇ ਫ਼ੀਚਰ ਨਾ ਕਰੋ",
|
||||
"account.unfollow": "ਅਣ-ਫ਼ਾਲੋ",
|
||||
|
@ -148,6 +167,8 @@
|
|||
"confirmations.missing_alt_text.secondary": "ਕਿਵੇਂ ਵੀ ਪੋਸਟ ਕਰੋ",
|
||||
"confirmations.mute.confirm": "ਮੌਨ ਕਰੋ",
|
||||
"confirmations.redraft.confirm": "ਹਟਾਓ ਤੇ ਮੁੜ-ਡਰਾਫਟ",
|
||||
"confirmations.remove_from_followers.confirm": "ਫ਼ਾਲੋਅਰ ਨੂੰ ਹਟਾਓ",
|
||||
"confirmations.remove_from_followers.title": "ਫ਼ਾਲੋਅਰ ਨੂੰ ਹਟਾਉਣਾ ਹੈ?",
|
||||
"confirmations.unfollow.confirm": "ਅਣ-ਫ਼ਾਲੋ",
|
||||
"confirmations.unfollow.message": "ਕੀ ਤੁਸੀਂ {name} ਨੂੰ ਅਣ-ਫ਼ਾਲੋ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?",
|
||||
"confirmations.unfollow.title": "ਵਰਤੋਂਕਾਰ ਨੂੰ ਅਣ-ਫ਼ਾਲੋ ਕਰਨਾ ਹੈ?",
|
||||
|
@ -182,7 +203,9 @@
|
|||
"emoji_button.custom": "ਕਸਟਮ",
|
||||
"emoji_button.flags": "ਝੰਡੀਆਂ",
|
||||
"emoji_button.food": "ਖਾਣਾ-ਪੀਣਾ",
|
||||
"emoji_button.label": "ਇਮੋਜੀ ਪਾਓ",
|
||||
"emoji_button.nature": "ਕੁਦਰਤ",
|
||||
"emoji_button.not_found": "ਕੋਈ ਮਿਲਦਾ ਇਮੋਜ਼ੀ ਨਹੀਂ ਲੱਭਿਆ",
|
||||
"emoji_button.objects": "ਇਕਾਈ",
|
||||
"emoji_button.people": "ਲੋਕ",
|
||||
"emoji_button.recent": "ਅਕਸਰ ਵਰਤੇ",
|
||||
|
@ -199,9 +222,15 @@
|
|||
"empty_column.list": "ਇਸ ਸੂਚੀ ਵਿੱਚ ਹਾਲੇ ਕੁਝ ਵੀ ਨਹੀਂ ਹੈ। ਜਦੋਂ ਇਸ ਸੂਚੀ ਦੇ ਮੈਂਬਰ ਨਵੀਆਂ ਪੋਸਟਾਂ ਪਾਉਂਦੇ ਹਨ ਤਾਂ ਉਹ ਇੱਥੇ ਦਿਖਾਈ ਦੇਣਗੀਆਂ।",
|
||||
"errors.unexpected_crash.report_issue": "ਮੁੱਦੇ ਦੀ ਰਿਪੋਰਟ ਕਰੋ",
|
||||
"explore.suggested_follows": "ਲੋਕ",
|
||||
"explore.title": "ਰੁਝਾਨ",
|
||||
"explore.trending_links": "ਖ਼ਬਰਾਂ",
|
||||
"explore.trending_statuses": "ਪੋਸਟਾਂ",
|
||||
"explore.trending_tags": "ਹੈਸ਼ਟੈਗ",
|
||||
"featured_carousel.header": "{count, plural, one {ਟੰਗੀ ਹੋਈ ਪੋਸਟ} other {ਟੰਗੀਆਂ ਹੋਈਆਂ ਪੋਸਟਾਂ}}",
|
||||
"featured_carousel.next": "ਅੱਗੇ",
|
||||
"featured_carousel.post": "ਪੋਸਟ",
|
||||
"featured_carousel.previous": "ਪਿੱਛੇ",
|
||||
"featured_carousel.slide": "{total} ਵਿੱਚੋਂ {index}",
|
||||
"filter_modal.added.expired_title": "ਫਿਲਟਰ ਦੀ ਮਿਆਦ ਪੁੱਗੀ!",
|
||||
"filter_modal.added.review_and_configure_title": "ਫਿਲਟਰ ਸੈਟਿੰਗਾਂ",
|
||||
"filter_modal.added.settings_link": "ਸੈਟਿੰਗਾਂ ਸਫ਼ਾ",
|
||||
|
@ -252,6 +281,8 @@
|
|||
"home.column_settings.show_replies": "ਜਵਾਬਾਂ ਨੂੰ ਵੇਖੋ",
|
||||
"home.hide_announcements": "ਐਲਾਨਾਂ ਨੂੰ ਓਹਲੇ ਕਰੋ",
|
||||
"home.pending_critical_update.link": "ਅੱਪਡੇਟ ਵੇਖੋ",
|
||||
"home.pending_critical_update.title": "ਗੰਭੀਰ ਸੁਰੱਖਿਆ ਅੱਪਡੇਟ ਮੌਜੂਦ ਹੈ!",
|
||||
"home.show_announcements": "ਐਲਾਨਾਂ ਨੂੰ ਵੇਖਾਓ",
|
||||
"ignore_notifications_modal.ignore": "ਨੋਟਫਿਕੇਸ਼ਨਾਂ ਨੂੰ ਅਣਡਿੱਠਾ ਕਰੋ",
|
||||
"info_button.label": "ਮਦਦ",
|
||||
"interaction_modal.go": "ਜਾਓ",
|
||||
|
@ -332,9 +363,12 @@
|
|||
"media_gallery.hide": "ਲੁਕਾਓ",
|
||||
"mute_modal.hide_from_notifications": "ਨੋਟੀਫਿਕੇਸ਼ਨਾਂ ਵਿੱਚੋਂ ਲੁਕਾਓ",
|
||||
"mute_modal.show_options": "ਚੋਣਾਂ ਨੂੰ ਵੇਖਾਓ",
|
||||
"mute_modal.title": "ਵਰਤੋਂਕਾਰ ਨੂੰ ਮੌਨ ਕਰਨਾ ਹੈ?",
|
||||
"navigation_bar.about": "ਇਸ ਬਾਰੇ",
|
||||
"navigation_bar.account_settings": "ਪਾਸਵਰਡ ਅਤੇ ਸੁਰੱਖਿਆ",
|
||||
"navigation_bar.administration": "ਪਰਸ਼ਾਸ਼ਨ",
|
||||
"navigation_bar.advanced_interface": "ਤਕਨੀਕੀ ਵੈੱਬ ਇੰਟਰਫੇਸ ਵਿੱਚ ਖੋਲ੍ਹੋ",
|
||||
"navigation_bar.automated_deletion": "ਆਪਣੇ-ਆਪ ਹਟਾਈ ਪੋਸਟ",
|
||||
"navigation_bar.blocks": "ਪਾਬੰਦੀ ਲਾਏ ਵਰਤੋਂਕਾਰ",
|
||||
"navigation_bar.bookmarks": "ਬੁੱਕਮਾਰਕ",
|
||||
"navigation_bar.direct": "ਨਿੱਜੀ ਜ਼ਿਕਰ",
|
||||
|
@ -346,11 +380,16 @@
|
|||
"navigation_bar.follows_and_followers": "ਫ਼ਾਲੋ ਅਤੇ ਫ਼ਾਲੋ ਕਰਨ ਵਾਲੇ",
|
||||
"navigation_bar.lists": "ਸੂਚੀਆਂ",
|
||||
"navigation_bar.logout": "ਲਾਗ ਆਉਟ",
|
||||
"navigation_bar.more": "ਹੋਰ",
|
||||
"navigation_bar.mutes": "ਮੌਨ ਕੀਤੇ ਵਰਤੋਂਕਾਰ",
|
||||
"navigation_bar.preferences": "ਪਸੰਦਾਂ",
|
||||
"navigation_bar.privacy_and_reach": "ਪਰਦੇਦਾਰੀ ਅਤੇ ਪਹੁੰਚ",
|
||||
"navigation_bar.search": "ਖੋਜੋ",
|
||||
"navigation_bar.search_trends": "ਖੋਜ / ਰੁਝਾਨ",
|
||||
"not_signed_in_indicator.not_signed_in": "ਇਹ ਸਰੋਤ ਵਰਤਣ ਲਈ ਤੁਹਾਨੂੰ ਲਾਗਇਨ ਕਰਨ ਦੀ ਲੋੜ ਹੈ।",
|
||||
"notification.admin.sign_up": "{name} ਨੇ ਸਾਈਨ ਅੱਪ ਕੀਤਾ",
|
||||
"notification.favourite": "{name} ਨੇ ਤੁਹਾਡੀ ਪੋਸਟ ਨੂੰ ਪਸੰਦ ਕੀਤਾ",
|
||||
"notification.favourite_pm": "{name} ਨੇ ਤੁਹਾਡੇ ਨਿੱਜੀ ਜ਼ਿਕਰ ਨੂੰ ਪਸੰਦ ਕੀਤਾ",
|
||||
"notification.follow": "{name} ਨੇ ਤੁਹਾਨੂੰ ਫ਼ਾਲੋ ਕੀਤਾ",
|
||||
"notification.follow.name_and_others": "{name} ਅਤੇ <a>{count, plural, one {# ਹੋਰ} other {# ਹੋਰਾਂ}}</a> ਨੇ ਤੁਹਾਨੂੰ ਫ਼ਾਲੋ ਕੀਤਾ",
|
||||
"notification.follow_request": "{name} ਨੇ ਤੁਹਾਨੂੰ ਫ਼ਾਲੋ ਕਰਨ ਦੀ ਬੇਨਤੀ ਕੀਤੀ ਹੈ",
|
||||
|
@ -365,6 +404,7 @@
|
|||
"notification.moderation_warning.action_silence": "ਤੁਹਾਡੇ ਖਾਤੇ ਨੂੰ ਸੀਮਿਤ ਕੀਤਾ ਗਿਆ ਹੈ।",
|
||||
"notification.moderation_warning.action_suspend": "ਤੁਹਾਡੇ ਖਾਤੇ ਨੂੰ ਮੁਅੱਤਲ ਕੀਤਾ ਗਿਆ ਹੈ।",
|
||||
"notification.reblog": "{name} boosted your status",
|
||||
"notification.relationships_severance_event": "{name} ਨਾਲ ਕਨੈਕਸ਼ਨ ਗੁਆਚੇ",
|
||||
"notification.relationships_severance_event.learn_more": "ਹੋਰ ਜਾਣੋ",
|
||||
"notification.status": "{name} ਨੇ ਹੁਣੇ ਪੋਸਟ ਕੀਤਾ",
|
||||
"notification.update": "{name} ਨੋ ਪੋਸਟ ਨੂੰ ਸੋਧਿਆ",
|
||||
|
@ -540,7 +580,10 @@
|
|||
"status.unpin": "ਪਰੋਫਾਈਲ ਤੋਂ ਲਾਹੋ",
|
||||
"subscribed_languages.save": "ਤਬਦੀਲੀਆਂ ਸੰਭਾਲੋ",
|
||||
"tabs_bar.home": "ਘਰ",
|
||||
"tabs_bar.menu": "ਮੇਨੂ",
|
||||
"tabs_bar.notifications": "ਸੂਚਨਾਵਾਂ",
|
||||
"tabs_bar.publish": "ਨਵੀਂ ਪੋਸਟ",
|
||||
"tabs_bar.search": "ਖੋਜੋ",
|
||||
"terms_of_service.title": "ਸੇਵਾ ਦੀਆਂ ਸ਼ਰਤਾਂ",
|
||||
"time_remaining.days": "{number, plural, one {# ਦਿਨ} other {# ਦਿਨ}} ਬਾਕੀ",
|
||||
"time_remaining.hours": "{number, plural, one {# ਘੰਟਾ} other {# ਘੰਟੇ}} ਬਾਕੀ",
|
||||
|
@ -561,6 +604,9 @@
|
|||
"video.expand": "ਵੀਡੀਓ ਨੂੰ ਫੈਲਾਓ",
|
||||
"video.fullscreen": "ਪੂਰੀ ਸਕਰੀਨ",
|
||||
"video.hide": "ਵੀਡੀਓ ਨੂੰ ਲੁਕਾਓ",
|
||||
"video.mute": "ਮੌਨ",
|
||||
"video.pause": "ਠਹਿਰੋ",
|
||||
"video.play": "ਚਲਾਓ"
|
||||
"video.play": "ਚਲਾਓ",
|
||||
"video.volume_down": "ਅਵਾਜ਼ ਘਟਾਓ",
|
||||
"video.volume_up": "ਅਵਾਜ਼ ਵਧਾਓ"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"about.blocks": "Servidores moderados",
|
||||
"about.contact": "Contato:",
|
||||
"about.default_locale": "Padrão",
|
||||
"about.disclaimer": "Mastodon é um software de código aberto e livre, e uma marca registrada de Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Razão não disponível",
|
||||
"about.domain_blocks.preamble": "O Mastodon geralmente permite que você veja o conteúdo e interaja com usuários de qualquer outro servidor no fediverso. Estas são as exceções deste servidor em específico.",
|
||||
|
@ -8,6 +9,7 @@
|
|||
"about.domain_blocks.silenced.title": "Limitado",
|
||||
"about.domain_blocks.suspended.explanation": "Nenhum dado desse servidor será processado, armazenado ou trocado, impossibilitando qualquer interação ou comunicação com os usuários deste servidor.",
|
||||
"about.domain_blocks.suspended.title": "Suspenso",
|
||||
"about.language_label": "Idioma",
|
||||
"about.not_available": "Esta informação não foi disponibilizada neste servidor.",
|
||||
"about.powered_by": "Redes sociais descentralizadas alimentadas por {mastodon}",
|
||||
"about.rules": "Regras do servidor",
|
||||
|
@ -203,8 +205,8 @@
|
|||
"compose_form.poll.switch_to_multiple": "Permitir múltiplas escolhas",
|
||||
"compose_form.poll.switch_to_single": "Opção única",
|
||||
"compose_form.poll.type": "Estilo",
|
||||
"compose_form.publish": "Publicação",
|
||||
"compose_form.reply": "Resposta",
|
||||
"compose_form.publish": "Publicar",
|
||||
"compose_form.reply": "Responder",
|
||||
"compose_form.save_changes": "Atualização",
|
||||
"compose_form.spoiler.marked": "Com Aviso de Conteúdo",
|
||||
"compose_form.spoiler.unmarked": "Sem Aviso de Conteúdo",
|
||||
|
@ -217,6 +219,11 @@
|
|||
"confirmations.delete_list.confirm": "Excluir",
|
||||
"confirmations.delete_list.message": "Você tem certeza de que deseja excluir esta lista?",
|
||||
"confirmations.delete_list.title": "Excluir lista?",
|
||||
"confirmations.discard_draft.confirm": "Descartar e continuar",
|
||||
"confirmations.discard_draft.edit.cancel": "Continuar editando",
|
||||
"confirmations.discard_draft.edit.message": "Continuar vai descartar quaisquer mudanças feitas ao post sendo editado.",
|
||||
"confirmations.discard_draft.edit.title": "Descartar mudanças no seu post?",
|
||||
"confirmations.discard_draft.post.cancel": "Continuar rascunho",
|
||||
"confirmations.discard_edit_media.confirm": "Descartar",
|
||||
"confirmations.discard_edit_media.message": "Há mudanças não salvas na descrição ou pré-visualização da mídia. Descartar assim mesmo?",
|
||||
"confirmations.follow_to_list.confirm": "Seguir e adicionar à lista",
|
||||
|
|
|
@ -4,17 +4,17 @@
|
|||
"about.default_locale": "по умолчанию",
|
||||
"about.disclaimer": "Mastodon — свободное программное обеспечение с открытым исходным кодом и торговая марка Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Причина не указана",
|
||||
"about.domain_blocks.preamble": "Mastodon обычно позволяет просматривать содержимое и взаимодействовать с пользователями любых других серверов в федивёрсе. Вот исключения, сделанные конкретно для этого сервера.",
|
||||
"about.domain_blocks.silenced.explanation": "Как правило, вы не увидите профили и контент с этого сервера, если специально не будете их искать или не подпишетесь на них.",
|
||||
"about.domain_blocks.preamble": "Обычно Mastodon даёт вам возможность просматривать содержимое с любых других серверов в федивёрсе и взаимодействовать с их пользователями. Вот исключения, сделанные конкретно для этого сервера:",
|
||||
"about.domain_blocks.silenced.explanation": "Как правило, вы не увидите профили и содержимое с этого сервера, если только вы не запросите их с помощью поиска или не подпишетесь на пользователя с этого сервера.",
|
||||
"about.domain_blocks.silenced.title": "Ограничивается",
|
||||
"about.domain_blocks.suspended.explanation": "Никакие данные с этого сервера не будут обрабатываться, храниться или обмениваться, что делает невозможным любое взаимодействие или связь с пользователями с этого сервера.",
|
||||
"about.domain_blocks.suspended.explanation": "Никакие данные с этого сервера не будут обрабатываться, храниться и обмениваться, что делает невозможным любое взаимодействие и связь с пользователями на этом сервере.",
|
||||
"about.domain_blocks.suspended.title": "Заблокирован",
|
||||
"about.language_label": "Язык",
|
||||
"about.not_available": "Эта информация не указана на данном сервере.",
|
||||
"about.not_available": "Администраторы сервера предпочли не раскрывать эту информацию.",
|
||||
"about.powered_by": "Децентрализованная социальная сеть на базе {mastodon}",
|
||||
"about.rules": "Правила сервера",
|
||||
"account.account_note_header": "Личная заметка",
|
||||
"account.add_or_remove_from_list": "Управление списками",
|
||||
"account.add_or_remove_from_list": "Добавить в списки",
|
||||
"account.badges.bot": "Бот",
|
||||
"account.badges.group": "Группа",
|
||||
"account.block": "Заблокировать @{name}",
|
||||
|
@ -25,10 +25,10 @@
|
|||
"account.cancel_follow_request": "Отозвать запрос на подписку",
|
||||
"account.copy": "Копировать ссылку на профиль",
|
||||
"account.direct": "Упомянуть @{name} лично",
|
||||
"account.disable_notifications": "Не уведомлять о постах от @{name}",
|
||||
"account.disable_notifications": "Не уведомлять о постах пользователя @{name}",
|
||||
"account.domain_blocking": "Домен заблокирован",
|
||||
"account.edit_profile": "Редактировать",
|
||||
"account.enable_notifications": "Уведомлять о постах от @{name}",
|
||||
"account.enable_notifications": "Уведомлять о постах пользователя @{name}",
|
||||
"account.endorse": "Рекомендовать в профиле",
|
||||
"account.familiar_followers_many": "В подписках у {name1}, {name2}, и ещё {othersCount, plural, one {# человека, которого вы знаете} other {# человек, которых вы знаете}}",
|
||||
"account.familiar_followers_one": "В подписках у {name1}",
|
||||
|
@ -36,7 +36,7 @@
|
|||
"account.featured": "Рекомендации",
|
||||
"account.featured.accounts": "Профили",
|
||||
"account.featured.hashtags": "Хештеги",
|
||||
"account.featured_tags.last_status_at": "Последний пост {date}",
|
||||
"account.featured_tags.last_status_at": "Последний пост опубликован {date}",
|
||||
"account.featured_tags.last_status_never": "Нет постов",
|
||||
"account.follow": "Подписаться",
|
||||
"account.follow_back": "Подписаться в ответ",
|
||||
|
@ -59,7 +59,7 @@
|
|||
"account.mention": "Упомянуть @{name}",
|
||||
"account.moved_to": "У {name} теперь новая учётная запись:",
|
||||
"account.mute": "Игнорировать @{name}",
|
||||
"account.mute_notifications_short": "Отключить уведомления",
|
||||
"account.mute_notifications_short": "Скрыть уведомления",
|
||||
"account.mute_short": "Игнорировать",
|
||||
"account.muted": "Игнорируется",
|
||||
"account.muting": "Игнорируется",
|
||||
|
@ -83,7 +83,7 @@
|
|||
"account.unendorse": "Не рекомендовать в профиле",
|
||||
"account.unfollow": "Отписаться",
|
||||
"account.unmute": "Не игнорировать @{name}",
|
||||
"account.unmute_notifications_short": "Включить уведомления",
|
||||
"account.unmute_notifications_short": "Показать уведомления",
|
||||
"account.unmute_short": "Не игнорировать",
|
||||
"account_note.placeholder": "Текст заметки",
|
||||
"admin.dashboard.daily_retention": "Уровень удержания пользователей после регистрации, в днях",
|
||||
|
@ -129,10 +129,10 @@
|
|||
"annual_report.summary.thanks": "Спасибо за то, что были вместе с Mastodon!",
|
||||
"attachments_list.unprocessed": "(не обработан)",
|
||||
"audio.hide": "Скрыть аудио",
|
||||
"block_modal.remote_users_caveat": "Мы попросим сервер {domain} уважать ваше решение, однако соблюдение им блокировки не гарантировано, поскольку некоторые серверы могут по-разному обрабатывать запросы. Публичные посты по-прежнему могут быть видны неавторизованным пользователям.",
|
||||
"block_modal.remote_users_caveat": "Мы попросим сервер {domain} уважать ваше решение, однако нельзя гарантировать, что он будет соблюдать блокировку, поскольку некоторые серверы могут по-разному обрабатывать запросы. Публичные посты по-прежнему могут быть видны неавторизованным пользователям.",
|
||||
"block_modal.show_less": "Показать меньше",
|
||||
"block_modal.show_more": "Показать больше",
|
||||
"block_modal.they_cant_mention": "Он не сможет упоминать вас или подписаться на вас.",
|
||||
"block_modal.they_cant_mention": "Он не сможет ни упоминать вас, ни подписаться на вас.",
|
||||
"block_modal.they_cant_see_posts": "Он не сможет видеть ваши посты, а вы не будете видеть его посты.",
|
||||
"block_modal.they_will_know": "Он будет знать, что вы его блокируете.",
|
||||
"block_modal.title": "Заблокировать пользователя?",
|
||||
|
@ -141,21 +141,21 @@
|
|||
"boost_modal.reblog": "Продвинуть пост?",
|
||||
"boost_modal.undo_reblog": "Отменить продвижение?",
|
||||
"bundle_column_error.copy_stacktrace": "Копировать отчёт об ошибке",
|
||||
"bundle_column_error.error.body": "Запрошенная страница не может быть отображена. Это может быть вызвано ошибкой в нашем коде или проблемой совместимости браузера.",
|
||||
"bundle_column_error.error.body": "Запрошенная страница не может быть отображена. Это могло произойти из-за ошибки в нашем коде или из-за проблемы совместимости браузера.",
|
||||
"bundle_column_error.error.title": "О нет!",
|
||||
"bundle_column_error.network.body": "При загрузке этой страницы произошла ошибка. Это может быть вызвано временными проблемами с вашим подключением к интернету или ошибкой на сервере.",
|
||||
"bundle_column_error.network.body": "При загрузке этой страницы произошла ошибка. Она могла быть вызвана временными проблемами либо с вашим подключением к интернету, либо с этим сервером.",
|
||||
"bundle_column_error.network.title": "Ошибка сети",
|
||||
"bundle_column_error.retry": "Попробовать снова",
|
||||
"bundle_column_error.return": "Вернуться на главную",
|
||||
"bundle_column_error.routing.body": "Запрошенная страница не найдена. Вы уверены, что в адресной строке указан правильный URL?",
|
||||
"bundle_column_error.routing.title": "404",
|
||||
"bundle_modal_error.close": "Закрыть",
|
||||
"bundle_modal_error.message": "Что-то пошло не так при загрузке этой страницы.",
|
||||
"bundle_modal_error.message": "Кое-что пошло не так при загрузке этой страницы.",
|
||||
"bundle_modal_error.retry": "Попробовать снова",
|
||||
"closed_registrations.other_server_instructions": "Поскольку Mastodon децентрализован, вы можете зарегистрироваться на другом сервере и всё равно взаимодействовать с этим сервером.",
|
||||
"closed_registrations.other_server_instructions": "Благодаря тому что Mastodon децентрализован, вы можете взаимодействовать с этим сервером, даже если зарегистрируетесь на другом сервере.",
|
||||
"closed_registrations_modal.description": "Зарегистрироваться на {domain} сейчас не выйдет, но имейте в виду, что вам не нужна учётная запись именно на {domain}, чтобы использовать Mastodon.",
|
||||
"closed_registrations_modal.find_another_server": "Найти другой сервер",
|
||||
"closed_registrations_modal.preamble": "Mastodon децентрализован, поэтому независимо от того, где именно вы зарегистрируетесь, вы сможете подписываться и взаимодействовать с кем угодно на этом сервере. Вы даже можете создать свой собственный сервер!",
|
||||
"closed_registrations_modal.preamble": "Mastodon децентрализован, поэтому независимо от того, где именно вы зарегистрируетесь, вы сможете подписываться на кого угодно и взаимодействовать с кем угодно на этом сервере. Вы даже можете создать свой собственный сервер!",
|
||||
"closed_registrations_modal.title": "Регистрация в Mastodon",
|
||||
"column.about": "О проекте",
|
||||
"column.blocks": "Заблокированные пользователи",
|
||||
|
@ -163,14 +163,14 @@
|
|||
"column.community": "Локальная лента",
|
||||
"column.create_list": "Создать список",
|
||||
"column.direct": "Личные упоминания",
|
||||
"column.directory": "Просмотр профилей",
|
||||
"column.directory": "Каталог профилей",
|
||||
"column.domain_blocks": "Заблокированные домены",
|
||||
"column.edit_list": "Редактировать список",
|
||||
"column.favourites": "Избранное",
|
||||
"column.firehose": "Живая лента",
|
||||
"column.follow_requests": "Запросы на подписку",
|
||||
"column.home": "Главная",
|
||||
"column.list_members": "Добавить или удалить из списка",
|
||||
"column.list_members": "Пользователи в списке",
|
||||
"column.lists": "Списки",
|
||||
"column.mutes": "Игнорируемые пользователи",
|
||||
"column.notifications": "Уведомления",
|
||||
|
@ -240,7 +240,7 @@
|
|||
"confirmations.missing_alt_text.title": "Добавить альтернативный текст?",
|
||||
"confirmations.mute.confirm": "Игнорировать",
|
||||
"confirmations.redraft.confirm": "Удалить и исправить",
|
||||
"confirmations.redraft.message": "Вы уверены, что хотите удалить этот пост и создать его заново? Взаимодействия, такие как добавление в избранное или продвижение, будут потеряны, а ответы к оригинальному посту перестанут на него ссылаться.",
|
||||
"confirmations.redraft.message": "Вы уверены, что хотите удалить этот пост и создать его заново? Взаимодействия, такие как добавление в избранное и продвижение, будут потеряны, а ответы к оригинальному посту перестанут на него ссылаться.",
|
||||
"confirmations.redraft.title": "Удалить и создать пост заново?",
|
||||
"confirmations.remove_from_followers.confirm": "Убрать подписчика",
|
||||
"confirmations.remove_from_followers.message": "Пользователь {name} перестанет быть подписан на вас. Продолжить?",
|
||||
|
@ -264,7 +264,7 @@
|
|||
"directory.recently_active": "Недавно активные",
|
||||
"disabled_account_banner.account_settings": "Настройки учётной записи",
|
||||
"disabled_account_banner.text": "Ваша учётная запись {disabledAccount} в настоящее время отключена.",
|
||||
"dismissable_banner.community_timeline": "Это самые новые публичные посты от тех пользователей, чьи учётные записи находятся на сервере {domain}.",
|
||||
"dismissable_banner.community_timeline": "Это самые новые публичные посты от тех пользователей, чьи учётные записи размещены на сервере {domain}.",
|
||||
"dismissable_banner.dismiss": "Закрыть",
|
||||
"dismissable_banner.public_timeline": "Это самые новые публичные посты от всех тех людей в федивёрсе, на которых подписаны пользователи {domain}.",
|
||||
"domain_block_modal.block": "Заблокировать сервер",
|
||||
|
@ -275,9 +275,9 @@
|
|||
"domain_block_modal.title": "Заблокировать домен?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Вы потеряете {followersCount, plural, one {{followersCountDisplay} подписчика} few {{followersCountDisplay} подписчика} other {{followersCountDisplay} подписчиков}} и {followingCount, plural, one {{followingCountDisplay} подписку} few {{followingCountDisplay} подписки} other {{followingCountDisplay} подписок}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Вы потеряете все подписки и всех подписчиков с этого сервера.",
|
||||
"domain_block_modal.you_wont_see_posts": "Вы не будете видеть посты или уведомления от пользователей с этого сервера.",
|
||||
"domain_block_modal.you_wont_see_posts": "Вы не будете видеть посты и уведомления от пользователей с этого сервера.",
|
||||
"domain_pill.activitypub_lets_connect": "Благодаря ему вы можете связываться и взаимодействовать не только с пользователями Mastodon, но и с пользователями других платформ.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub это язык, на котором Mastodon говорит с другими социальными сетями.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub — это язык, на котором Mastodon говорит с другими социальными сетями.",
|
||||
"domain_pill.server": "Сервер",
|
||||
"domain_pill.their_handle": "Адрес пользователя:",
|
||||
"domain_pill.their_server": "Цифровой дом пользователя, где находятся все его посты.",
|
||||
|
@ -319,8 +319,8 @@
|
|||
"empty_column.direct": "Вы ещё не упоминали кого-либо и сами не были ни разу упомянуты лично. Все личные упоминания будут показаны здесь.",
|
||||
"empty_column.domain_blocks": "Заблокированных доменов пока нет.",
|
||||
"empty_column.explore_statuses": "Сейчас нет популярных постов. Проверьте позже!",
|
||||
"empty_column.favourited_statuses": "Вы ещё не добавили ни один пост в избранное. Все добавленные вами в избранное посты будут показаны здесь.",
|
||||
"empty_column.favourites": "Никто ещё не добавил этот пост в избранное. Все пользователи, добавившие этот пост в избранное, будут показаны здесь.",
|
||||
"empty_column.favourited_statuses": "Вы ещё не добавили ни одного поста в избранное. Все добавленные вами в избранное посты будут показаны здесь.",
|
||||
"empty_column.favourites": "Никто ещё не добавил этот пост в избранное. Все пользователи, которые добавят этот пост в избранное, будут показаны здесь.",
|
||||
"empty_column.follow_requests": "Вам ещё не приходили запросы на подписку. Все новые запросы будут показаны здесь.",
|
||||
"empty_column.followed_tags": "Вы ещё не подписались ни на один хештег. Все хештеги, на которые вы подписаны, будут показаны здесь.",
|
||||
"empty_column.hashtag": "С этим хештегом пока ещё никто ничего не опубликовал.",
|
||||
|
@ -346,7 +346,7 @@
|
|||
"featured_carousel.post": "Пост",
|
||||
"featured_carousel.previous": "Предыдущий",
|
||||
"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.expired_explanation": "Этот фильтр истёк. Чтобы он был применён, вам нужно изменить срок действия фильтра.",
|
||||
"filter_modal.added.expired_title": "Истёкший фильтр!",
|
||||
|
@ -358,12 +358,12 @@
|
|||
"filter_modal.select_filter.context_mismatch": "не применяется в этом контексте",
|
||||
"filter_modal.select_filter.expired": "истёкший",
|
||||
"filter_modal.select_filter.prompt_new": "Новый фильтр: {name}",
|
||||
"filter_modal.select_filter.search": "Поиск или название нового фильтра",
|
||||
"filter_modal.select_filter.search": "Поиск (или введите название нового фильтра)",
|
||||
"filter_modal.select_filter.subtitle": "Используйте существующий фильтр или создайте новый",
|
||||
"filter_modal.select_filter.title": "Фильтровать этот пост",
|
||||
"filter_modal.title.status": "Фильтровать пост",
|
||||
"filter_warning.matches_filter": "Соответствует фильтру «<span>{title}</span>»",
|
||||
"filtered_notifications_banner.pending_requests": "От {count, plural, =0 {не знакомых вам людей} one {# человека, которого вы можете знать} other {# человек, которых вы можете знать}}",
|
||||
"filtered_notifications_banner.pending_requests": "От {count, plural, =0 {незнакомых вам людей} one {# человека, которого вы можете знать} other {# человек, которых вы можете знать}}",
|
||||
"filtered_notifications_banner.title": "Отфильтрованные уведомления",
|
||||
"firehose.all": "Всё вместе",
|
||||
"firehose.local": "Этот сервер",
|
||||
|
@ -413,18 +413,18 @@
|
|||
"hashtag.counter_by_uses": "{count, plural, one {{counter} пост} few {{counter} поста} other {{counter} постов}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} пост} few {{counter} поста} other {{counter} постов}} сегодня",
|
||||
"hashtag.feature": "Рекомендовать в профиле",
|
||||
"hashtag.follow": "Подписаться на новые посты",
|
||||
"hashtag.follow": "Подписаться на хештег",
|
||||
"hashtag.mute": "Игнорировать #{hashtag}",
|
||||
"hashtag.unfeature": "Не рекомендовать в профиле",
|
||||
"hashtag.unfollow": "Отписаться от новых постов",
|
||||
"hashtag.unfollow": "Отписаться от хештега",
|
||||
"hashtags.and_other": "…и {count, plural, other {ещё #}}",
|
||||
"hints.profiles.followers_may_be_missing": "Некоторые подписчики этого профиля могут отсутствовать.",
|
||||
"hints.profiles.follows_may_be_missing": "Некоторые подписки этого профиля могут отсутствовать.",
|
||||
"hints.profiles.posts_may_be_missing": "Некоторые посты в этом профиле могут отсутствовать.",
|
||||
"hints.profiles.followers_may_be_missing": "Некоторые подписчики этого профиля могут здесь отсутствовать.",
|
||||
"hints.profiles.follows_may_be_missing": "Некоторые подписки этого профиля могут здесь отсутствовать.",
|
||||
"hints.profiles.posts_may_be_missing": "Некоторые посты в этом профиле могут здесь отсутствовать.",
|
||||
"hints.profiles.see_more_followers": "Перейдите на {domain}, чтобы увидеть всех подписчиков",
|
||||
"hints.profiles.see_more_follows": "Перейдите на {domain}, чтобы увидеть все подписки",
|
||||
"hints.profiles.see_more_posts": "Перейдите на {domain}, чтобы увидеть все посты",
|
||||
"hints.threads.replies_may_be_missing": "Некоторые ответы с других серверов могут отсутствовать.",
|
||||
"hints.threads.replies_may_be_missing": "Некоторые ответы с других серверов могут здесь отсутствовать.",
|
||||
"hints.threads.see_more": "Перейдите на {domain}, чтобы увидеть все ответы",
|
||||
"home.column_settings.show_quotes": "Показывать цитирования",
|
||||
"home.column_settings.show_reblogs": "Показывать продвижения",
|
||||
|
@ -466,7 +466,7 @@
|
|||
"intervals.full.hours": "{number, plural, one {# час} few {# часа} other {# часов}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# минута} few {# минуты} other {# минут}}",
|
||||
"keyboard_shortcuts.back": "перейти назад",
|
||||
"keyboard_shortcuts.blocked": "открыть список заблокированных",
|
||||
"keyboard_shortcuts.blocked": "открыть список заблокированных пользователей",
|
||||
"keyboard_shortcuts.boost": "продвинуть пост",
|
||||
"keyboard_shortcuts.column": "фокус на одном из столбцов",
|
||||
"keyboard_shortcuts.compose": "фокус на поле ввода",
|
||||
|
@ -483,7 +483,7 @@
|
|||
"keyboard_shortcuts.legend": "показать эту справку",
|
||||
"keyboard_shortcuts.local": "перейти к локальной ленте",
|
||||
"keyboard_shortcuts.mention": "упомянуть автора поста",
|
||||
"keyboard_shortcuts.muted": "открыть список игнорируемых",
|
||||
"keyboard_shortcuts.muted": "открыть список игнорируемых пользователей",
|
||||
"keyboard_shortcuts.my_profile": "перейти к своему профилю",
|
||||
"keyboard_shortcuts.notifications": "перейти к уведомлениям",
|
||||
"keyboard_shortcuts.open_media": "открыть медиа",
|
||||
|
@ -546,7 +546,7 @@
|
|||
"mute_modal.they_can_mention_and_follow": "Он сможет упоминать вас и подписаться на вас, но вы этого не увидите.",
|
||||
"mute_modal.they_wont_know": "Он не будет знать, что вы его игнорируете.",
|
||||
"mute_modal.title": "Игнорировать пользователя?",
|
||||
"mute_modal.you_wont_see_mentions": "Вы не увидите посты, которые его упоминают.",
|
||||
"mute_modal.you_wont_see_mentions": "Вы не будете видеть посты, упоминающие его.",
|
||||
"mute_modal.you_wont_see_posts": "Он по-прежнему сможет видеть ваши посты, но вы не будете видеть его посты.",
|
||||
"navigation_bar.about": "О проекте",
|
||||
"navigation_bar.account_settings": "Пароль и безопасность",
|
||||
|
@ -607,9 +607,9 @@
|
|||
"notification.moderation_warning": "Модераторы вынесли вам предупреждение",
|
||||
"notification.moderation_warning.action_delete_statuses": "Некоторые ваши посты были удалены.",
|
||||
"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_sensitive": "С этого момента все ваши новые посты будут отмечены как контент деликатного характера.",
|
||||
"notification.moderation_warning.action_sensitive": "С этого момента все ваши новые посты будут отмечены как содержимое деликатного характера.",
|
||||
"notification.moderation_warning.action_silence": "Ваша учётная запись была ограничена.",
|
||||
"notification.moderation_warning.action_suspend": "Ваша учётная запись была заблокирована.",
|
||||
"notification.own_poll": "Ваш опрос завершился",
|
||||
|
@ -617,10 +617,10 @@
|
|||
"notification.reblog": "{name} продвинул(а) ваш пост",
|
||||
"notification.reblog.name_and_others_with_link": "{name} и ещё <a>{count, plural, one {# пользователь} few {# пользователя} other {# пользователей}}</a> продвинули ваш пост",
|
||||
"notification.relationships_severance_event": "Разорвана связь с {name}",
|
||||
"notification.relationships_severance_event.account_suspension": "Администратор сервера {from} заблокировал сервер {target}, поэтому вы больше не сможете получать обновления от людей с этого сервера или взаимодействовать с ними.",
|
||||
"notification.relationships_severance_event.domain_block": "Администратор сервера {from} заблокировал сервер {target}, где размещены учётные записи у {followersCount} ваших подписчиков и {followingCount, plural, one {# пользователя, на которого вы подписаны} other {# пользователей, на которых вы подписаны}}.",
|
||||
"notification.relationships_severance_event.account_suspension": "Администратор сервера {from} заблокировал сервер {target}, поэтому вы больше не сможете получать обновления от людей с этого сервера и взаимодействовать с ними.",
|
||||
"notification.relationships_severance_event.domain_block": "Администратор сервера {from} заблокировал сервер {target}, где размещены учётные записи {followersCount} ваших подписчиков и {followingCount, plural, one {# пользователя, на которого вы подписаны} other {# пользователей, на которых вы подписаны}}.",
|
||||
"notification.relationships_severance_event.learn_more": "Узнать больше",
|
||||
"notification.relationships_severance_event.user_domain_block": "Вы заблокировали сервер {target}, где размещены учётные записи у {followersCount} ваших подписчиков и {followingCount, plural, one {# пользователя, на которого вы подписаны} other {# пользователей, на которых вы подписаны}}.",
|
||||
"notification.relationships_severance_event.user_domain_block": "Вы заблокировали сервер {target}, где размещены учётные записи {followersCount} ваших подписчиков и {followingCount, plural, one {# пользователя, на которого вы подписаны} other {# пользователей, на которых вы подписаны}}.",
|
||||
"notification.status": "{name} опубликовал(а) новый пост",
|
||||
"notification.update": "{name} отредактировал(а) пост",
|
||||
"notification_requests.accept": "Принять",
|
||||
|
@ -691,11 +691,11 @@
|
|||
"notifications.policy.filter_not_followers_title": "Люди, не подписанные на вас",
|
||||
"notifications.policy.filter_not_following_hint": "Пока вы не одобрите их вручную",
|
||||
"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.title": "Управление уведомлениями",
|
||||
"notifications_permission_banner.enable": "Включить уведомления",
|
||||
"notifications_permission_banner.how_to_control": "Чтобы получать уведомления, даже когда Mastodon закрыт, включите уведомления на рабочем столе. После того как вы их включите, вы сможете тонко настроить, о каких видах взаимодействий вы будете оповещены через уведомления на рабочем столе, нажав на кнопку {icon} выше.",
|
||||
"notifications_permission_banner.how_to_control": "Чтобы получать уведомления, даже когда Mastodon закрыт, включите уведомления на рабочем столе. После того как вы их включите, вы сможете тонко настроить виды взаимодействий, о которых вы будете оповещены через уведомления на рабочем столе, нажав на кнопку {icon} выше.",
|
||||
"notifications_permission_banner.title": "Будьте в курсе происходящего",
|
||||
"onboarding.follows.back": "Назад",
|
||||
"onboarding.follows.done": "Готово",
|
||||
|
@ -707,7 +707,7 @@
|
|||
"onboarding.profile.display_name": "Отображаемое имя",
|
||||
"onboarding.profile.display_name_hint": "Ваше полное имя или псевдоним…",
|
||||
"onboarding.profile.note": "О себе",
|
||||
"onboarding.profile.note_hint": "Вы можете @упоминать других людей или использовать #хештеги…",
|
||||
"onboarding.profile.note_hint": "Вы можете @упоминать других людей, а также использовать #хештеги…",
|
||||
"onboarding.profile.save_and_continue": "Сохранить и продолжить",
|
||||
"onboarding.profile.title": "Создайте свой профиль",
|
||||
"onboarding.profile.upload_avatar": "Загрузить фото профиля",
|
||||
|
@ -733,7 +733,7 @@
|
|||
"privacy.public.long": "Для кого угодно в интернете",
|
||||
"privacy.public.short": "Публичный",
|
||||
"privacy.unlisted.additional": "Похоже на «Публичный» за исключением того, что пост не появится ни в живых лентах, ни в лентах хештегов, ни в разделе «Актуальное», ни в поиске Mastodon, даже если вы разрешили поиск по своим постам в настройках профиля.",
|
||||
"privacy.unlisted.long": "Меньше алгоритмических фанфар",
|
||||
"privacy.unlisted.long": "Без продвижения алгоритмами",
|
||||
"privacy.unlisted.short": "Тихий публичный",
|
||||
"privacy_policy.last_updated": "Последнее обновление: {date}",
|
||||
"privacy_policy.title": "Политика конфиденциальности",
|
||||
|
@ -741,22 +741,22 @@
|
|||
"refresh": "Обновить",
|
||||
"regeneration_indicator.please_stand_by": "Пожалуйста, подождите.",
|
||||
"regeneration_indicator.preparing_your_home_feed": "Готовим вашу ленту…",
|
||||
"relative_time.days": "{number} д",
|
||||
"relative_time.days": "{number} д.",
|
||||
"relative_time.full.days": "{number, plural, one {# день} many {# дней} other {# дня}} назад",
|
||||
"relative_time.full.hours": "{number, plural, one {# час} many {# часов} other {# часа}} назад",
|
||||
"relative_time.full.just_now": "только что",
|
||||
"relative_time.full.minutes": "{number, plural, one {# минуту} many {# минут} other {# минуты}} назад",
|
||||
"relative_time.full.seconds": "{number, plural, one {# секунду} many {# секунд} other {# секунды}} назад",
|
||||
"relative_time.hours": "{number} ч",
|
||||
"relative_time.hours": "{number} ч.",
|
||||
"relative_time.just_now": "только что",
|
||||
"relative_time.minutes": "{number} мин",
|
||||
"relative_time.seconds": "{number} с",
|
||||
"relative_time.minutes": "{number} мин.",
|
||||
"relative_time.seconds": "{number} с.",
|
||||
"relative_time.today": "сегодня",
|
||||
"reply_indicator.attachments": "{count, plural, one {# вложение} few {# вложения} other {# вложений}}",
|
||||
"reply_indicator.cancel": "Отмена",
|
||||
"reply_indicator.poll": "Опрос",
|
||||
"report.block": "Заблокировать",
|
||||
"report.block_explanation": "Вы не будете видеть посты этого пользователя. Этот пользователь не сможет видеть ваши посты и не сможет подписаться на вас. Пользователь будет знать, что вы его блокируете.",
|
||||
"report.block_explanation": "Вы не будете видеть посты этого пользователя. Этот пользователь не сможет ни видеть ваши посты, ни подписаться на вас. Пользователь будет знать, что вы его блокируете.",
|
||||
"report.categories.legal": "Нарушение закона",
|
||||
"report.categories.other": "Другое",
|
||||
"report.categories.spam": "Спам",
|
||||
|
@ -780,7 +780,7 @@
|
|||
"report.reasons.other": "Другое",
|
||||
"report.reasons.other_description": "Проблема не соответствует ни одной категории",
|
||||
"report.reasons.spam": "Это спам",
|
||||
"report.reasons.spam_description": "Вредоносные ссылки, фальшивая активность (накрутка) или повторяющиеся однообразные ответы",
|
||||
"report.reasons.spam_description": "Вредоносные ссылки, фальшивая активность или повторяющиеся однообразные ответы",
|
||||
"report.reasons.violation": "Нарушаются правила сервера",
|
||||
"report.reasons.violation_description": "Выберите, если знаете, что подобное нарушает определённые правила",
|
||||
"report.rules.subtitle": "Выберите все подходящие варианты",
|
||||
|
@ -826,7 +826,7 @@
|
|||
"search_results.all": "Все",
|
||||
"search_results.hashtags": "Хештеги",
|
||||
"search_results.no_results": "Ничего не найдено.",
|
||||
"search_results.no_search_yet": "Попробуйте поискать посты, профили или хэштеги.",
|
||||
"search_results.no_search_yet": "Попробуйте поискать посты, профили или хештеги.",
|
||||
"search_results.see_all": "Показать все",
|
||||
"search_results.statuses": "Посты",
|
||||
"search_results.title": "Поиск \"{q}\"",
|
||||
|
@ -836,7 +836,7 @@
|
|||
"server_banner.is_one_of_many": "{domain} — это один из многих независимых серверов Mastodon, которые вы можете использовать, чтобы присоединиться к сети Fediverse.",
|
||||
"server_banner.server_stats": "Статистика сервера:",
|
||||
"sign_in_banner.create_account": "Зарегистрироваться",
|
||||
"sign_in_banner.follow_anyone": "Подписывайтесь на кого угодно в федивёрсе и читайте ленту в хронологическом порядке. Никаких алгоритмов, рекламы или кликбейта.",
|
||||
"sign_in_banner.follow_anyone": "Подписывайтесь на кого угодно в федивёрсе и читайте ленту в хронологическом порядке. Никаких алгоритмов, рекламы и кликбейта.",
|
||||
"sign_in_banner.mastodon_is": "Mastodon — лучший способ быть в курсе всего происходящего.",
|
||||
"sign_in_banner.sign_in": "Войти",
|
||||
"sign_in_banner.sso_redirect": "Вход/Регистрация",
|
||||
|
@ -847,7 +847,7 @@
|
|||
"status.bookmark": "Добавить в закладки",
|
||||
"status.cancel_reblog_private": "Отменить продвижение",
|
||||
"status.cannot_reblog": "Этот пост не может быть продвинут",
|
||||
"status.continued_thread": "Продолжение треда",
|
||||
"status.continued_thread": "Продолжение предыдущего поста",
|
||||
"status.copy": "Скопировать ссылку на пост",
|
||||
"status.delete": "Удалить",
|
||||
"status.detailed_status": "Подробный просмотр обсуждения",
|
||||
|
@ -860,8 +860,8 @@
|
|||
"status.favourite": "Добавить в избранное",
|
||||
"status.favourites": "{count, plural, one {звёздочка} few {звёздочки} other {звёздочек}}",
|
||||
"status.filter": "Фильтровать этот пост",
|
||||
"status.history.created": "{name} создал(а) {date}",
|
||||
"status.history.edited": "{name} отредактировал(а) {date}",
|
||||
"status.history.created": "{name} создал(а) пост {date}",
|
||||
"status.history.edited": "{name} отредактировал(а) пост {date}",
|
||||
"status.load_more": "Загрузить ещё",
|
||||
"status.media.open": "Нажмите, чтобы открыть.",
|
||||
"status.media.show": "Нажмите, чтобы показать",
|
||||
|
@ -874,13 +874,17 @@
|
|||
"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.read_more": "Читать далее",
|
||||
"status.reblog": "Продвинуть",
|
||||
"status.reblog_private": "Продвинуть для своей аудитории",
|
||||
"status.reblogged_by": "{name} продвинул(а)",
|
||||
"status.reblogs": "{count, plural, one {продвижение} few {продвижения} other {продвижений}}",
|
||||
"status.reblogs.empty": "Никто ещё не продвинул этот пост. Все пользователи, продвинувшие этот пост, будут показаны здесь.",
|
||||
"status.reblogs.empty": "Никто ещё не продвинул этот пост. Все пользователи, которые продвинут этот пост, будут показаны здесь.",
|
||||
"status.redraft": "Удалить и исправить",
|
||||
"status.remove_bookmark": "Убрать из закладок",
|
||||
"status.remove_favourite": "Убрать из избранного",
|
||||
|
@ -900,7 +904,7 @@
|
|||
"status.uncached_media_warning": "Предварительный просмотр недоступен",
|
||||
"status.unmute_conversation": "Не игнорировать обсуждение",
|
||||
"status.unpin": "Открепить от профиля",
|
||||
"subscribed_languages.lead": "Посты лишь на выбранных языках будут появляться в вашей домашней ленте и в списках после изменения. Снимите выбор, чтобы получать посты на всех языках.",
|
||||
"subscribed_languages.lead": "Посты лишь на выбранных языках будут появляться в вашей домашней ленте и списках после изменения. Снимите выбор, чтобы получать посты на всех языках.",
|
||||
"subscribed_languages.save": "Сохранить изменения",
|
||||
"subscribed_languages.target": "Изменить языки подписки для {target}",
|
||||
"tabs_bar.home": "Главная",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"account.edit_profile": "Upraviť profil",
|
||||
"account.enable_notifications": "Zapnúť upozornenia na príspevky od @{name}",
|
||||
"account.endorse": "Zobraziť na vlastnom profile",
|
||||
"account.featured": "Zviditeľnené",
|
||||
"account.featured.accounts": "Profily",
|
||||
"account.featured.hashtags": "Hashtagy",
|
||||
"account.featured_tags.last_status_at": "Posledný príspevok dňa {date}",
|
||||
|
|
|
@ -220,6 +220,12 @@
|
|||
"confirmations.delete_list.message": "Är du säker på att du vill radera denna lista permanent?",
|
||||
"confirmations.delete_list.title": "Ta bort listan?",
|
||||
"confirmations.discard_draft.confirm": "Släng bort och fortsätt",
|
||||
"confirmations.discard_draft.edit.cancel": "Fortsätt redigera",
|
||||
"confirmations.discard_draft.edit.message": "Fortsätter du, kommer ändringarna till inlägget att förkastas.",
|
||||
"confirmations.discard_draft.edit.title": "Vill du förkasta ändringarna i inlägget?",
|
||||
"confirmations.discard_draft.post.cancel": "Återuppta utkast",
|
||||
"confirmations.discard_draft.post.message": "Fortsätter du, kommer inlägget du skriver att förkastas.",
|
||||
"confirmations.discard_draft.post.title": "Vill du förkasta utkastet?",
|
||||
"confirmations.discard_edit_media.confirm": "Kasta",
|
||||
"confirmations.discard_edit_media.message": "Du har osparade ändringar till mediabeskrivningen eller förhandsgranskningen, kasta bort dem ändå?",
|
||||
"confirmations.follow_to_list.confirm": "Följ och lägg till i listan",
|
||||
|
@ -558,6 +564,8 @@
|
|||
"navigation_bar.follows_and_followers": "Följer och följare",
|
||||
"navigation_bar.import_export": "Importera och exportera",
|
||||
"navigation_bar.lists": "Listor",
|
||||
"navigation_bar.live_feed_local": "Direkt flöde (lokalt)",
|
||||
"navigation_bar.live_feed_public": "Direkt flöde (publikt)",
|
||||
"navigation_bar.logout": "Logga ut",
|
||||
"navigation_bar.moderation": "Moderering",
|
||||
"navigation_bar.more": "Fler",
|
||||
|
@ -797,6 +805,7 @@
|
|||
"report_notification.categories.violation": "Regelöverträdelse",
|
||||
"report_notification.categories.violation_sentence": "regelöverträdelse",
|
||||
"report_notification.open": "Öppna rapport",
|
||||
"search.clear": "Rensa sökning",
|
||||
"search.no_recent_searches": "Inga sökningar nyligen",
|
||||
"search.placeholder": "Sök",
|
||||
"search.quick_action.account_search": "Profiler som matchar {x}",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"about.blocks": "เซิร์ฟเวอร์ที่ได้รับการกลั่นกรอง",
|
||||
"about.contact": "ติดต่อ:",
|
||||
"about.default_locale": "ค่าเริ่มต้น",
|
||||
"about.disclaimer": "Mastodon เป็นซอฟต์แวร์เสรี โอเพนซอร์ส และเครื่องหมายการค้าของ Mastodon gGmbH",
|
||||
"about.domain_blocks.no_reason_available": "เหตุผลไม่พร้อมใช้งาน",
|
||||
"about.domain_blocks.preamble": "โดยทั่วไป Mastodon อนุญาตให้คุณดูเนื้อหาจากและโต้ตอบกับผู้ใช้จากเซิร์ฟเวอร์อื่นใดในจักรวาลสหพันธ์ นี่คือข้อยกเว้นที่ทำขึ้นในเซิร์ฟเวอร์นี้โดยเฉพาะ",
|
||||
|
@ -8,6 +9,7 @@
|
|||
"about.domain_blocks.silenced.title": "จำกัดอยู่",
|
||||
"about.domain_blocks.suspended.explanation": "จะไม่ประมวลผล จัดเก็บ หรือแลกเปลี่ยนข้อมูลจากเซิร์ฟเวอร์นี้ ทำให้การโต้ตอบหรือการสื่อสารใด ๆ กับผู้ใช้จากเซิร์ฟเวอร์นี้เป็นไปไม่ได้",
|
||||
"about.domain_blocks.suspended.title": "ระงับอยู่",
|
||||
"about.language_label": "ภาษา",
|
||||
"about.not_available": "ไม่ได้ทำให้ข้อมูลนี้พร้อมใช้งานในเซิร์ฟเวอร์นี้",
|
||||
"about.powered_by": "สื่อสังคมแบบกระจายศูนย์ที่ขับเคลื่อนโดย {mastodon}",
|
||||
"about.rules": "กฎของเซิร์ฟเวอร์",
|
||||
|
@ -19,14 +21,18 @@
|
|||
"account.block_domain": "ปิดกั้นโดเมน {domain}",
|
||||
"account.block_short": "ปิดกั้น",
|
||||
"account.blocked": "ปิดกั้นอยู่",
|
||||
"account.blocking": "กำลังปิดกั้น",
|
||||
"account.cancel_follow_request": "ยกเลิกการติดตาม",
|
||||
"account.copy": "คัดลอกลิงก์ไปยังโปรไฟล์",
|
||||
"account.direct": "กล่าวถึง @{name} แบบส่วนตัว",
|
||||
"account.disable_notifications": "หยุดแจ้งเตือนฉันเมื่อ @{name} โพสต์",
|
||||
"account.domain_blocking": "โดเมน",
|
||||
"account.domain_blocking": "กำลังปิดกั้นโดเมน",
|
||||
"account.edit_profile": "แก้ไขโปรไฟล์",
|
||||
"account.enable_notifications": "แจ้งเตือนฉันเมื่อ @{name} โพสต์",
|
||||
"account.endorse": "แสดงในโปรไฟล์",
|
||||
"account.featured": "น่าสนใจ",
|
||||
"account.featured.accounts": "โปรไฟล์",
|
||||
"account.featured.hashtags": "แฮชแท็ก",
|
||||
"account.featured_tags.last_status_at": "โพสต์ล่าสุดเมื่อ {date}",
|
||||
"account.featured_tags.last_status_never": "ไม่มีโพสต์",
|
||||
"account.follow": "ติดตาม",
|
||||
|
@ -37,6 +43,7 @@
|
|||
"account.following": "กำลังติดตาม",
|
||||
"account.following_counter": "{count, plural, other {{counter} กำลังติดตาม}}",
|
||||
"account.follows.empty": "ผู้ใช้นี้ยังไม่ได้ติดตามใคร",
|
||||
"account.follows_you": "ติดตามคุณ",
|
||||
"account.go_to_profile": "ไปยังโปรไฟล์",
|
||||
"account.hide_reblogs": "ซ่อนการดันจาก @{name}",
|
||||
"account.in_memoriam": "เพื่อระลึกถึง",
|
||||
|
@ -51,6 +58,7 @@
|
|||
"account.mute_notifications_short": "ซ่อนการแจ้งเตือน",
|
||||
"account.mute_short": "ซ่อน",
|
||||
"account.muted": "ซ่อนอยู่",
|
||||
"account.muting": "กำลังซ่อน",
|
||||
"account.no_bio": "ไม่ได้ให้คำอธิบาย",
|
||||
"account.open_original_page": "เปิดหน้าดั้งเดิม",
|
||||
"account.posts": "โพสต์",
|
||||
|
@ -305,9 +313,14 @@
|
|||
"errors.unexpected_crash.copy_stacktrace": "คัดลอกการติดตามสแตกไปยังคลิปบอร์ด",
|
||||
"errors.unexpected_crash.report_issue": "รายงานปัญหา",
|
||||
"explore.suggested_follows": "ผู้คน",
|
||||
"explore.title": "กำลังนิยม",
|
||||
"explore.trending_links": "ข่าว",
|
||||
"explore.trending_statuses": "โพสต์",
|
||||
"explore.trending_tags": "แฮชแท็ก",
|
||||
"featured_carousel.next": "ถัดไป",
|
||||
"featured_carousel.post": "โพสต์",
|
||||
"featured_carousel.previous": "ก่อนหน้า",
|
||||
"featured_carousel.slide": "{index} จาก {total}",
|
||||
"filter_modal.added.context_mismatch_explanation": "หมวดหมู่ตัวกรองนี้ไม่นำไปใช้กับบริบทที่คุณได้เข้าถึงโพสต์นี้ หากคุณต้องการกรองโพสต์ในบริบทนี้ด้วย คุณจะต้องแก้ไขตัวกรอง",
|
||||
"filter_modal.added.context_mismatch_title": "บริบทไม่ตรงกัน!",
|
||||
"filter_modal.added.expired_explanation": "หมวดหมู่ตัวกรองนี้หมดอายุแล้ว คุณจะต้องเปลี่ยนวันหมดอายุสำหรับหมวดหมู่เพื่อนำไปใช้",
|
||||
|
@ -372,7 +385,10 @@
|
|||
"hashtag.counter_by_accounts": "{count, plural, other {{counter} ผู้มีส่วนร่วม}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, other {{counter} โพสต์}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, other {{counter} โพสต์}}วันนี้",
|
||||
"hashtag.feature": "แสดงในโปรไฟล์",
|
||||
"hashtag.follow": "ติดตามแฮชแท็ก",
|
||||
"hashtag.mute": "ซ่อน #{hashtag}",
|
||||
"hashtag.unfeature": "ไม่แสดงในโปรไฟล์",
|
||||
"hashtag.unfollow": "เลิกติดตามแฮชแท็ก",
|
||||
"hashtags.and_other": "…และอีก {count, plural, other {# เพิ่มเติม}}",
|
||||
"hints.profiles.followers_may_be_missing": "ผู้ติดตามสำหรับโปรไฟล์นี้อาจขาดหายไป",
|
||||
|
@ -504,8 +520,10 @@
|
|||
"mute_modal.you_wont_see_mentions": "คุณจะไม่เห็นโพสต์ที่กล่าวถึงเขา",
|
||||
"mute_modal.you_wont_see_posts": "เขายังคงสามารถเห็นโพสต์ของคุณ แต่คุณจะไม่เห็นโพสต์ของเขา",
|
||||
"navigation_bar.about": "เกี่ยวกับ",
|
||||
"navigation_bar.account_settings": "รหัสผ่านและความปลอดภัย",
|
||||
"navigation_bar.administration": "การดูแล",
|
||||
"navigation_bar.advanced_interface": "เปิดในส่วนติดต่อเว็บขั้นสูง",
|
||||
"navigation_bar.automated_deletion": "การลบโพสต์แบบอัตโนมัติ",
|
||||
"navigation_bar.blocks": "ผู้ใช้ที่ปิดกั้นอยู่",
|
||||
"navigation_bar.bookmarks": "ที่คั่นหน้า",
|
||||
"navigation_bar.direct": "การกล่าวถึงแบบส่วนตัว",
|
||||
|
@ -515,12 +533,15 @@
|
|||
"navigation_bar.follow_requests": "คำขอติดตาม",
|
||||
"navigation_bar.followed_tags": "แฮชแท็กที่ติดตาม",
|
||||
"navigation_bar.follows_and_followers": "การติดตามและผู้ติดตาม",
|
||||
"navigation_bar.import_export": "การนำเข้าและการส่งออก",
|
||||
"navigation_bar.lists": "รายการ",
|
||||
"navigation_bar.logout": "ออกจากระบบ",
|
||||
"navigation_bar.moderation": "การกลั่นกรอง",
|
||||
"navigation_bar.more": "เพิ่มเติม",
|
||||
"navigation_bar.mutes": "ผู้ใช้ที่ซ่อนอยู่",
|
||||
"navigation_bar.opened_in_classic_interface": "จะเปิดโพสต์, บัญชี และหน้าที่เฉพาะเจาะจงอื่น ๆ เป็นค่าเริ่มต้นในส่วนติดต่อเว็บแบบคลาสสิก",
|
||||
"navigation_bar.preferences": "การกำหนดลักษณะ",
|
||||
"navigation_bar.privacy_and_reach": "ความเป็นส่วนตัวและการเข้าถึง",
|
||||
"navigation_bar.search": "ค้นหา",
|
||||
"not_signed_in_indicator.not_signed_in": "คุณจำเป็นต้องเข้าสู่ระบบเพื่อเข้าถึงทรัพยากรนี้",
|
||||
"notification.admin.report": "{name} ได้รายงาน {target}",
|
||||
|
@ -747,6 +768,7 @@
|
|||
"report_notification.categories.violation": "การละเมิดกฎ",
|
||||
"report_notification.categories.violation_sentence": "การละเมิดกฎ",
|
||||
"report_notification.open": "รายงานที่เปิด",
|
||||
"search.clear": "ล้างการค้นหา",
|
||||
"search.no_recent_searches": "ไม่มีการค้นหาล่าสุด",
|
||||
"search.placeholder": "ค้นหา",
|
||||
"search.quick_action.account_search": "โปรไฟล์ที่ตรงกับ {x}",
|
||||
|
@ -812,6 +834,7 @@
|
|||
"status.mute_conversation": "ซ่อนการสนทนา",
|
||||
"status.open": "ขยายโพสต์นี้",
|
||||
"status.pin": "ปักหมุดในโปรไฟล์",
|
||||
"status.quote_post_author": "โพสต์โดย {name}",
|
||||
"status.read_more": "อ่านเพิ่มเติม",
|
||||
"status.reblog": "ดัน",
|
||||
"status.reblog_private": "ดันด้วยการมองเห็นดั้งเดิม",
|
||||
|
@ -841,7 +864,10 @@
|
|||
"subscribed_languages.save": "บันทึกการเปลี่ยนแปลง",
|
||||
"subscribed_languages.target": "เปลี่ยนภาษาที่บอกรับสำหรับ {target}",
|
||||
"tabs_bar.home": "หน้าแรก",
|
||||
"tabs_bar.menu": "เมนู",
|
||||
"tabs_bar.notifications": "การแจ้งเตือน",
|
||||
"tabs_bar.publish": "โพสต์ใหม่",
|
||||
"tabs_bar.search": "ค้นหา",
|
||||
"terms_of_service.title": "เงื่อนไขการให้บริการ",
|
||||
"time_remaining.days": "เหลืออีก {number, plural, other {# วัน}}",
|
||||
"time_remaining.hours": "เหลืออีก {number, plural, other {# ชั่วโมง}}",
|
||||
|
|
|
@ -458,6 +458,8 @@
|
|||
"navigation_bar.favourites": "ijo pona",
|
||||
"navigation_bar.filters": "nimi len",
|
||||
"navigation_bar.lists": "kulupu lipu",
|
||||
"navigation_bar.logout": "o weka tan sijelo",
|
||||
"navigation_bar.moderation": "nasin lawa",
|
||||
"navigation_bar.mutes": "sina wile ala kute e jan ni",
|
||||
"navigation_bar.preferences": "wile sina",
|
||||
"navigation_bar.search": "o alasa",
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
"alert.rate_limited.message": "Vui lòng thử lại sau {retry_time, time, medium}.",
|
||||
"alert.rate_limited.title": "Vượt giới hạn",
|
||||
"alert.unexpected.message": "Đã xảy ra lỗi không mong muốn.",
|
||||
"alert.unexpected.title": "Ốiii!",
|
||||
"alert.unexpected.title": "Ốii!",
|
||||
"alt_text_badge.title": "Văn bản thay thế",
|
||||
"alt_text_modal.add_alt_text": "Thêm văn bản thay thế",
|
||||
"alt_text_modal.add_text_from_image": "Thêm văn bản từ ảnh",
|
||||
|
@ -276,7 +276,7 @@
|
|||
"domain_block_modal.you_will_lose_num_followers": "Bạn sẽ mất {followersCount, plural, other {{followersCountDisplay} người theo dõi}} và {followingCount, plural, other {{followingCountDisplay} người bạn theo dõi}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Bạn sẽ mất tất cả người theo dõi và những người bạn theo dõi từ máy chủ này.",
|
||||
"domain_block_modal.you_wont_see_posts": "Bạn không còn thấy tút hoặc thông báo từ thành viên máy chủ này.",
|
||||
"domain_pill.activitypub_lets_connect": "Nó cho phép bạn kết nối và tương tác với mọi người không chỉ trên Mastodon mà còn trên các ứng dụng xã hội khác.",
|
||||
"domain_pill.activitypub_lets_connect": "Nó cho phép bạn kết nối và tương tác với mọi người, không chỉ trên Mastodon mà còn trên các nền tảng khác.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub giống như ngôn ngữ Mastodon giao tiếp với các mạng xã hội khác.",
|
||||
"domain_pill.server": "Máy chủ",
|
||||
"domain_pill.their_handle": "Địa chỉ Mastodon:",
|
||||
|
|
|
@ -218,6 +218,9 @@
|
|||
"confirmations.delete_list.confirm": "删除",
|
||||
"confirmations.delete_list.message": "确定要永久删除此列表吗?",
|
||||
"confirmations.delete_list.title": "确定要删除列表?",
|
||||
"confirmations.discard_draft.confirm": "放弃并继续",
|
||||
"confirmations.discard_draft.edit.cancel": "恢复编辑",
|
||||
"confirmations.discard_draft.post.cancel": "恢复草稿",
|
||||
"confirmations.discard_edit_media.confirm": "丢弃",
|
||||
"confirmations.discard_edit_media.message": "你还有未保存的媒体描述或预览修改,仍要丢弃吗?",
|
||||
"confirmations.follow_to_list.confirm": "关注并添加到列表",
|
||||
|
@ -534,8 +537,10 @@
|
|||
"mute_modal.you_wont_see_mentions": "你看不到提及对方的嘟文。",
|
||||
"mute_modal.you_wont_see_posts": "对方可以看到你的嘟文,但是你看不到对方的。",
|
||||
"navigation_bar.about": "关于",
|
||||
"navigation_bar.account_settings": "密码与安全",
|
||||
"navigation_bar.administration": "管理",
|
||||
"navigation_bar.advanced_interface": "在高级网页界面中打开",
|
||||
"navigation_bar.automated_deletion": "自动删除嘟文",
|
||||
"navigation_bar.blocks": "已屏蔽的用户",
|
||||
"navigation_bar.bookmarks": "书签",
|
||||
"navigation_bar.direct": "私下提及",
|
||||
|
|
|
@ -375,7 +375,7 @@
|
|||
"follow_suggestions.dismiss": "不再顯示",
|
||||
"follow_suggestions.featured_longer": "{domain} 團隊精選",
|
||||
"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.most_followed": "這個個人檔案是 {domain} 中最受歡迎的帳號之一。",
|
||||
"follow_suggestions.hints.most_interactions": "這個個人檔案最近於 {domain} 受到非常多關注。",
|
||||
|
|
|
@ -126,6 +126,9 @@ export function createAccountFromServerJSON(serverJSON: ApiAccountJSON) {
|
|||
? accountJSON.username
|
||||
: accountJSON.display_name;
|
||||
|
||||
const accountNote =
|
||||
accountJSON.note && accountJSON.note !== '<p></p>' ? accountJSON.note : '';
|
||||
|
||||
return AccountFactory({
|
||||
...accountJSON,
|
||||
moved: moved?.id,
|
||||
|
@ -142,8 +145,8 @@ export function createAccountFromServerJSON(serverJSON: ApiAccountJSON) {
|
|||
escapeTextContentForBrowser(displayName),
|
||||
emojiMap,
|
||||
),
|
||||
note_emojified: emojify(accountJSON.note, emojiMap),
|
||||
note_plain: unescapeHTML(accountJSON.note),
|
||||
note_emojified: emojify(accountNote, emojiMap),
|
||||
note_plain: unescapeHTML(accountNote),
|
||||
url:
|
||||
accountJSON.url.startsWith('http://') ||
|
||||
accountJSON.url.startsWith('https://')
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
}
|
||||
|
||||
// Change the background colors of statuses
|
||||
.focusable:focus {
|
||||
.focusable:focus-visible {
|
||||
background: lighten($white, 4%);
|
||||
}
|
||||
|
||||
|
|
|
@ -939,6 +939,7 @@ body > [data-popper-placement] {
|
|||
line-height: 20px;
|
||||
letter-spacing: 0.1px;
|
||||
color: $highlight-text-color;
|
||||
background-color: var(--input-background-color);
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
@ -1856,7 +1857,10 @@ body > [data-popper-placement] {
|
|||
}
|
||||
|
||||
.status__quote {
|
||||
--quote-margin: 36px;
|
||||
// --status-gutter-width is currently only set inside of
|
||||
// .notification-ungrouped, so everywhere else this will fall back
|
||||
// to the pixel values
|
||||
--quote-margin: var(--status-gutter-width, 36px);
|
||||
|
||||
position: relative;
|
||||
margin-block-start: 16px;
|
||||
|
@ -1867,7 +1871,7 @@ body > [data-popper-placement] {
|
|||
border: var(--nested-card-border);
|
||||
|
||||
@container (width > 460px) {
|
||||
--quote-margin: 56px;
|
||||
--quote-margin: var(--status-gutter-width, 56px);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2848,7 +2852,6 @@ a.account__display-name {
|
|||
&__pane {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
pointer-events: none;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
min-width: 285px;
|
||||
|
@ -2860,7 +2863,6 @@ a.account__display-name {
|
|||
&__inner {
|
||||
position: fixed;
|
||||
width: 285px;
|
||||
pointer-events: auto;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
@ -3874,16 +3876,18 @@ a.account__display-name {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
width: 100%;
|
||||
padding: 12px;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
padding: 12px;
|
||||
text-decoration: none;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: $secondary-text-color;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
border-left: 4px solid transparent;
|
||||
box-sizing: border-box;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
|
@ -10816,21 +10820,23 @@ noscript {
|
|||
}
|
||||
}
|
||||
|
||||
.status {
|
||||
.status:not(.status--is-quote) {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
|
||||
&__avatar {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.status__wrapper-direct {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
$icon-margin: 48px; // 40px avatar + 8px gap
|
||||
.status {
|
||||
// 40px avatar + 8px gap
|
||||
--status-gutter-width: 48px;
|
||||
}
|
||||
|
||||
.status--is-quote {
|
||||
--status-gutter-width: 0;
|
||||
}
|
||||
|
||||
.status__content,
|
||||
.status__action-bar,
|
||||
|
@ -10844,16 +10850,16 @@ noscript {
|
|||
.hashtag-bar,
|
||||
.content-warning,
|
||||
.filter-warning {
|
||||
margin-inline-start: $icon-margin;
|
||||
width: calc(100% - $icon-margin);
|
||||
margin-inline-start: var(--status-gutter-width);
|
||||
width: calc(100% - var(--status-gutter-width));
|
||||
}
|
||||
|
||||
.more-from-author {
|
||||
width: calc(100% - $icon-margin + 2px);
|
||||
width: calc(100% - var(--status-gutter-width) + 2px);
|
||||
}
|
||||
|
||||
.status__content__read-more-button {
|
||||
margin-inline-start: $icon-margin;
|
||||
margin-inline-start: var(--status-gutter-width);
|
||||
}
|
||||
|
||||
.notification__report {
|
||||
|
|
|
@ -49,6 +49,8 @@ class Fasp::Request
|
|||
end
|
||||
|
||||
def validate!(response)
|
||||
raise Mastodon::UnexpectedResponseError, response if response.code >= 400
|
||||
|
||||
content_digest_header = response.headers['content-digest']
|
||||
raise Mastodon::SignatureVerificationError, 'content-digest missing' if content_digest_header.blank?
|
||||
raise Mastodon::SignatureVerificationError, 'content-digest does not match' if content_digest_header != content_digest(response.body)
|
||||
|
|
|
@ -196,6 +196,8 @@ class SignedRequest
|
|||
return if body_digest == received_digest
|
||||
|
||||
raise Mastodon::SignatureVerificationError, "Invalid Digest value. Computed SHA-256 digest: #{body_digest}; given: #{received_digest}"
|
||||
rescue Starry::ParseError
|
||||
raise Mastodon::MalformedHeaderError, 'Content-Digest could not be parsed. It does not contain a valid RFC8941 dictionary.'
|
||||
end
|
||||
|
||||
def created_time
|
||||
|
|
|
@ -138,10 +138,7 @@ class Account < ApplicationRecord
|
|||
scope :partitioned, -> { order(Arel.sql('row_number() over (partition by domain)')) }
|
||||
scope :without_instance_actor, -> { where.not(id: INSTANCE_ACTOR_ID) }
|
||||
scope :recent, -> { reorder(id: :desc) }
|
||||
scope :bots, -> { where(actor_type: AUTOMATED_ACTOR_TYPES) }
|
||||
scope :non_automated, -> { where.not(actor_type: AUTOMATED_ACTOR_TYPES) }
|
||||
scope :groups, -> { where(actor_type: 'Group') }
|
||||
scope :alphabetic, -> { order(domain: :asc, username: :asc) }
|
||||
scope :matches_uri_prefix, ->(value) { where(arel_table[:uri].matches("#{sanitize_sql_like(value)}/%", false, true)).or(where(uri: value)) }
|
||||
scope :matches_username, ->(value) { where('lower((username)::text) LIKE lower(?)', "#{value}%") }
|
||||
scope :matches_display_name, ->(value) { where(arel_table[:display_name].matches("#{value}%")) }
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
class Admin::AccountAction
|
||||
include ActiveModel::Model
|
||||
include ActiveModel::Attributes
|
||||
include AccountableConcern
|
||||
include Authorization
|
||||
|
||||
|
@ -20,7 +21,10 @@ class Admin::AccountAction
|
|||
:report_id,
|
||||
:warning_preset_id
|
||||
|
||||
attr_reader :warning, :send_email_notification, :include_statuses
|
||||
attr_reader :warning
|
||||
|
||||
attribute :include_statuses, :boolean, default: true
|
||||
attribute :send_email_notification, :boolean, default: true
|
||||
|
||||
alias send_email_notification? send_email_notification
|
||||
alias include_statuses? include_statuses
|
||||
|
@ -28,23 +32,8 @@ class Admin::AccountAction
|
|||
validates :type, :target_account, :current_account, presence: true
|
||||
validates :type, inclusion: { in: TYPES }
|
||||
|
||||
def initialize(attributes = {})
|
||||
@send_email_notification = true
|
||||
@include_statuses = true
|
||||
|
||||
super
|
||||
end
|
||||
|
||||
def send_email_notification=(value)
|
||||
@send_email_notification = ActiveModel::Type::Boolean.new.cast(value)
|
||||
end
|
||||
|
||||
def include_statuses=(value)
|
||||
@include_statuses = ActiveModel::Type::Boolean.new.cast(value)
|
||||
end
|
||||
|
||||
def save!
|
||||
raise ActiveRecord::RecordInvalid, self unless valid?
|
||||
def save
|
||||
return false unless valid?
|
||||
|
||||
ApplicationRecord.transaction do
|
||||
process_action!
|
||||
|
@ -54,6 +43,12 @@ class Admin::AccountAction
|
|||
|
||||
process_notification!
|
||||
process_queue!
|
||||
|
||||
true
|
||||
end
|
||||
|
||||
def save!
|
||||
raise ActiveRecord::RecordInvalid, self unless save
|
||||
end
|
||||
|
||||
def report
|
||||
|
@ -185,7 +180,7 @@ class Admin::AccountAction
|
|||
@reports ||= if type == 'none'
|
||||
with_report? ? [report] : []
|
||||
else
|
||||
Report.where(target_account: target_account).unresolved
|
||||
target_account.targeted_reports.unresolved
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
class Admin::StatusBatchAction
|
||||
include ActiveModel::Model
|
||||
include ActiveModel::Attributes
|
||||
include AccountableConcern
|
||||
include Authorization
|
||||
|
||||
|
@ -9,11 +10,7 @@ class Admin::StatusBatchAction
|
|||
:status_ids, :report_id,
|
||||
:text
|
||||
|
||||
attr_reader :send_email_notification
|
||||
|
||||
def send_email_notification=(value)
|
||||
@send_email_notification = ActiveModel::Type::Boolean.new.cast(value)
|
||||
end
|
||||
attribute :send_email_notification, :boolean
|
||||
|
||||
def save!
|
||||
process_action!
|
||||
|
|
|
@ -128,7 +128,7 @@ class Form::AccountBatch
|
|||
|
||||
# Suspending a single account closes their associated reports, so
|
||||
# mass-suspending would be consistent.
|
||||
Report.where(target_account: account).unresolved.find_each do |report|
|
||||
account.targeted_reports.unresolved.find_each do |report|
|
||||
authorize(report, :update?)
|
||||
log_action(:resolve, report)
|
||||
report.resolve!(current_account)
|
||||
|
|
|
@ -31,7 +31,7 @@ class Quote < ApplicationRecord
|
|||
belongs_to :quoted_account, class_name: 'Account', optional: true
|
||||
|
||||
before_validation :set_accounts
|
||||
|
||||
before_validation :set_activity_uri, only: :create, if: -> { account.local? && quoted_account&.remote? }
|
||||
validates :activity_uri, presence: true, if: -> { account.local? && quoted_account&.remote? }
|
||||
validate :validate_visibility
|
||||
|
||||
|
@ -69,4 +69,8 @@ class Quote < ApplicationRecord
|
|||
|
||||
errors.add(:quoted_status_id, :visibility_mismatch)
|
||||
end
|
||||
|
||||
def set_activity_uri
|
||||
self.activity_uri = [ActivityPub::TagManager.instance.uri_for(account), '/quote_requests/', SecureRandom.uuid].join
|
||||
end
|
||||
end
|
||||
|
|
|
@ -7,7 +7,7 @@ class ActivityPub::QuoteRequestSerializer < ActivityPub::Serializer
|
|||
attribute :virtual_object, key: :object
|
||||
|
||||
def id
|
||||
object.activity_uri || [ActivityPub::TagManager.instance.uri_for(object.target_account), '#quote_requests/', object.id].join
|
||||
object.activity_uri
|
||||
end
|
||||
|
||||
def type
|
||||
|
|
|
@ -66,6 +66,7 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
|
|||
update_interaction_policies!
|
||||
update_poll!(allow_significant_changes: false)
|
||||
queue_poll_notifications!
|
||||
update_quote_approval!
|
||||
update_counts!
|
||||
end
|
||||
end
|
||||
|
@ -270,6 +271,23 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
|
|||
end
|
||||
end
|
||||
|
||||
# This method is only concerned with approval and skips other meaningful changes,
|
||||
# as it is used instead of `update_quote!` in implicit updates
|
||||
def update_quote_approval!
|
||||
quote_uri = @status_parser.quote_uri
|
||||
return unless quote_uri.present? && @status.quote.present?
|
||||
|
||||
quote = @status.quote
|
||||
return if quote.quoted_status.present? && ActivityPub::TagManager.instance.uri_for(quote.quoted_status) != quote_uri
|
||||
|
||||
approval_uri = @status_parser.quote_approval_uri
|
||||
approval_uri = nil if unsupported_uri_scheme?(approval_uri)
|
||||
|
||||
quote.update(approval_uri: approval_uri, state: :pending, legacy: @status_parser.legacy_quote?) if quote.approval_uri != @status_parser.quote_approval_uri
|
||||
|
||||
fetch_and_verify_quote!(quote, quote_uri)
|
||||
end
|
||||
|
||||
def update_quote!
|
||||
quote_uri = @status_parser.quote_uri
|
||||
|
||||
|
|
|
@ -297,7 +297,7 @@ class DeleteAccountService < BaseService
|
|||
end
|
||||
|
||||
def reported_status_ids
|
||||
@reported_status_ids ||= Report.where(target_account: @account).unresolved.pluck(:status_ids).flatten.uniq
|
||||
@reported_status_ids ||= @account.targeted_reports.unresolved.pluck(:status_ids).flatten.uniq
|
||||
end
|
||||
|
||||
def associations_for_destruction
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
.fields-group
|
||||
= f.input :date_of_birth,
|
||||
as: :date_of_birth,
|
||||
hint: t('simple_form.hints.user.date_of_birth', count: Setting.min_age.to_i),
|
||||
hint: t('simple_form.hints.user.date_of_birth', count: Setting.min_age.to_i, domain: site_hostname),
|
||||
required: true,
|
||||
wrapper: :with_block_label
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
shared:
|
||||
enabled: <%= ENV.fetch('CACHE_BUSTER_ENABLED', 'false') == 'true' %>
|
||||
secret_header: <%= ENV.fetch('CACHE_BUSTER_SECRET_HEADER', nil) %>
|
||||
secret: <%= ENV.fetch('CACHE_BUSTER_SECRET', nil) %>
|
||||
secret_header: <%= ENV.fetch('CACHE_BUSTER_SECRET_HEADER', nil)&.to_json %>
|
||||
secret: <%= ENV.fetch('CACHE_BUSTER_SECRET', nil)&.to_json %>
|
||||
http_method: <%= ENV.fetch('CACHE_BUSTER_HTTP_METHOD', 'GET') %>
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
# keys are added here.
|
||||
production:
|
||||
delivery_method: <%= ENV.fetch('SMTP_DELIVERY_METHOD', 'smtp') %>
|
||||
from_address: <%= ENV.fetch('SMTP_FROM_ADDRESS', 'notifications@localhost') %>
|
||||
reply_to: <%= ENV.fetch('SMTP_REPLY_TO', nil) %>
|
||||
return_path: <%= ENV.fetch('SMTP_RETURN_PATH', nil) %>
|
||||
from_address: <%= ENV.fetch('SMTP_FROM_ADDRESS', 'notifications@localhost')&.to_json %>
|
||||
reply_to: <%= ENV.fetch('SMTP_REPLY_TO', nil)&.to_json %>
|
||||
return_path: <%= ENV.fetch('SMTP_RETURN_PATH', nil)&.to_json %>
|
||||
smtp_settings:
|
||||
port: <%= ENV.fetch('SMTP_PORT', nil) %>
|
||||
address: <%= ENV.fetch('SMTP_SERVER', nil) %>
|
||||
user_name: <%= ENV.fetch('SMTP_LOGIN', nil) %>
|
||||
password: <%= ENV.fetch('SMTP_PASSWORD', nil) %>
|
||||
address: <%= ENV.fetch('SMTP_SERVER', nil)&.to_json %>
|
||||
user_name: <%= ENV.fetch('SMTP_LOGIN', nil)&.to_json %>
|
||||
password: <%= ENV.fetch('SMTP_PASSWORD', nil)&.to_json %>
|
||||
domain: <%= ENV.fetch('SMTP_DOMAIN', ENV.fetch('LOCAL_DOMAIN', nil)) %>
|
||||
authentication: <%= ENV.fetch('SMTP_AUTH_METHOD', 'plain') %>
|
||||
ca_file: <%= ENV.fetch('SMTP_CA_FILE', '/etc/ssl/certs/ca-certificates.crt') %>
|
||||
|
@ -22,9 +22,9 @@ production:
|
|||
bulk_mail:
|
||||
smtp_settings:
|
||||
port: <%= ENV.fetch('BULK_SMTP_PORT', nil) %>
|
||||
address: <%= ENV.fetch('BULK_SMTP_SERVER', nil) %>
|
||||
user_name: <%= ENV.fetch('BULK_SMTP_LOGIN', nil) %>
|
||||
password: <%= ENV.fetch('BULK_SMTP_PASSWORD', nil) %>
|
||||
address: <%= ENV.fetch('BULK_SMTP_SERVER', nil)&.to_json %>
|
||||
user_name: <%= ENV.fetch('BULK_SMTP_LOGIN', nil)&.to_json %>
|
||||
password: <%= ENV.fetch('BULK_SMTP_PASSWORD', nil)&.to_json %>
|
||||
domain: <%= ENV.fetch('BULK_SMTP_DOMAIN', ENV.fetch('LOCAL_DOMAIN', nil)) %>
|
||||
authentication: <%= ENV.fetch('BULK_SMTP_AUTH_METHOD', 'plain') %>
|
||||
ca_file: <%= ENV.fetch('BULK_SMTP_CA_FILE', '/etc/ssl/certs/ca-certificates.crt') %>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Rails.application.config.to_prepare do
|
||||
custom_css = begin
|
||||
Setting.custom_css
|
||||
rescue ActiveRecord::AdapterError # Running without a database, not migrated, no connection, etc
|
||||
rescue # Running without a cache, database, not migrated, no connection, etc
|
||||
nil
|
||||
end
|
||||
|
||||
|
|
|
@ -18,9 +18,13 @@ ar:
|
|||
attributes:
|
||||
domain:
|
||||
invalid: ليس بإسم نطاق صالح
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} ليس إسم نطاق صالح"
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
fields:
|
||||
fields_with_values_missing_labels: يحتوي على قيم مع تسميات مفقودة
|
||||
username:
|
||||
invalid: يجب فقط أن يحتوي على حروف، وأرقام، وخطوط سفلية
|
||||
reserved: محجوز
|
||||
|
@ -36,12 +40,23 @@ ar:
|
|||
attributes:
|
||||
data:
|
||||
malformed: معتل
|
||||
list_account:
|
||||
attributes:
|
||||
account_id:
|
||||
taken: موجود مسبقاً على القائمة
|
||||
must_be_following: يجب أن يكون حساباً تتابعه
|
||||
status:
|
||||
attributes:
|
||||
reblog:
|
||||
taken: المنشور موجود مِن قبل
|
||||
terms_of_service:
|
||||
attributes:
|
||||
effective_date:
|
||||
too_soon: مبكر للغاية، يجب أن يكون بعد %{date}
|
||||
user:
|
||||
attributes:
|
||||
date_of_birth:
|
||||
below_limit: دون الحد العمري
|
||||
email:
|
||||
blocked: يستخدم مزوّد بريد إلكتروني غير مسموح به
|
||||
unreachable: يبدو أنه لا وجود له
|
||||
|
|
|
@ -15,6 +15,9 @@ be:
|
|||
user/invite_request:
|
||||
text: Прычына
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: не з’яўляецца сапраўдным даменным імем
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
@ -37,7 +40,7 @@ be:
|
|||
attributes:
|
||||
account_id:
|
||||
taken: ужо ў спісе
|
||||
must_be_following: мусіць быць падпісаным уліковым запісам
|
||||
must_be_following: мусіць быць карыстальнікам у вашых падпісках
|
||||
status:
|
||||
attributes:
|
||||
reblog:
|
||||
|
|
|
@ -49,8 +49,14 @@ en-GB:
|
|||
attributes:
|
||||
reblog:
|
||||
taken: of post already exists
|
||||
terms_of_service:
|
||||
attributes:
|
||||
effective_date:
|
||||
too_soon: is too soon, must be later than %{date}
|
||||
user:
|
||||
attributes:
|
||||
date_of_birth:
|
||||
below_limit: is below the age limit
|
||||
email:
|
||||
blocked: uses a disallowed e-mail provider
|
||||
unreachable: does not seem to exist
|
||||
|
|
|
@ -49,8 +49,14 @@ eu:
|
|||
attributes:
|
||||
reblog:
|
||||
taken: mezu honentzat bazegoen aurretik
|
||||
terms_of_service:
|
||||
attributes:
|
||||
effective_date:
|
||||
too_soon: goizegi da, %{date} baino geroagokoa izan behar da
|
||||
user:
|
||||
attributes:
|
||||
date_of_birth:
|
||||
below_limit: adinaren mugaren azpitik dago
|
||||
email:
|
||||
blocked: onartu gabeko e-posta hornitzaile bat erabiltzen du
|
||||
unreachable: dirudienez ez da existitzen
|
||||
|
|
|
@ -3,7 +3,7 @@ fr:
|
|||
activerecord:
|
||||
attributes:
|
||||
poll:
|
||||
expires_at: Date de fin
|
||||
expires_at: Date d'expiration
|
||||
options: Choix
|
||||
user:
|
||||
agreement: Contrat de service
|
||||
|
|
|
@ -29,9 +29,12 @@ ar:
|
|||
two: منشورَيْن
|
||||
zero: لا منشورات
|
||||
posts_tab_heading: المنشورات
|
||||
self_follow_error: لا يمكنك متابعة حسابك الخاص
|
||||
admin:
|
||||
account_actions:
|
||||
action: تنفيذ الإجراء
|
||||
already_silenced: هذا الحساب محدود بالفعل.
|
||||
already_suspended: هذا الحساب مفصول مسبقاً.
|
||||
title: اتخاذ إجراء إشراف على %{acct}
|
||||
account_moderation_notes:
|
||||
create: اترك ملاحظة
|
||||
|
@ -66,6 +69,7 @@ ar:
|
|||
demote: إنزال الدور الوظيفي
|
||||
destroyed_msg: بيانات حساب %{username} الآن في قائمة الانتظار ليتم حذفها قريباً
|
||||
disable: تجميد
|
||||
disable_sign_in_token_auth: تعطيل مصادقة رمز البريد الإلكتروني
|
||||
disable_two_factor_authentication: تعطيل المصادقة بخطوتين
|
||||
disabled: معطَّل
|
||||
display_name: عرض الاسم
|
||||
|
@ -74,6 +78,7 @@ ar:
|
|||
email: البريد الإلكتروني
|
||||
email_status: حالة البريد الإلكتروني
|
||||
enable: تفعيل
|
||||
enable_sign_in_token_auth: تمكين مصادقة رمز البريد الإلكتروني
|
||||
enabled: مفعَّل
|
||||
enabled_msg: تم إلغاء تجميد حساب %{username}
|
||||
followers: المتابِعون
|
||||
|
@ -142,6 +147,7 @@ ar:
|
|||
resubscribe: إعادة الاشتراك
|
||||
role: الدور
|
||||
search: البحث
|
||||
search_same_email_domain: مستخدمون آخرون لديهم نفس نطاق البريد الإلكتروني
|
||||
search_same_ip: مستخدِمون آخرون بنفس الـ IP
|
||||
security: الأمان
|
||||
security_measures:
|
||||
|
@ -182,33 +188,45 @@ ar:
|
|||
approve_appeal: الموافقة على الطعن
|
||||
approve_user: الموافقة على المستخدم
|
||||
assigned_to_self_report: أسند التقرير
|
||||
change_email_user: تغيير البريد الإلكتروني للمستخدم
|
||||
change_role_user: تم تغيير الرتبه للمستخدم
|
||||
confirm_user: تأكيد المستخدم
|
||||
create_account_warning: إنشاء تحذير
|
||||
create_announcement: إنشاء إعلان
|
||||
create_canonical_email_block: إنشاء حظر لبريد إلكتروني
|
||||
create_custom_emoji: إنشاء إيموجي مخصص
|
||||
create_domain_allow: إنشاء نطاق المسموح به
|
||||
create_domain_block: إنشاء حظر لنطاق
|
||||
create_email_domain_block: إنشاء حظر نطاق بريد إلكتروني
|
||||
create_ip_block: إنشاء قاعدة IP جديدة
|
||||
create_relay: إنشاء خادم ترحيل
|
||||
create_unavailable_domain: إنشاء نطاق غير متوفر
|
||||
create_user_role: انشاء دور
|
||||
demote_user: إنزال رتبة المستخدم
|
||||
destroy_announcement: احذف الإعلان
|
||||
destroy_canonical_email_block: إلغاء حظر لبريد إلكتروني
|
||||
destroy_custom_emoji: احذف الإيموجي المخصص
|
||||
destroy_domain_allow: حذف النطاق المسموح به
|
||||
destroy_domain_block: إزالة حظر النطاق
|
||||
destroy_email_domain_block: إلغاء حظر نطاق بريد إلكتروني
|
||||
destroy_instance: تنظيف النطاق
|
||||
destroy_ip_block: حذف قاعدة IP
|
||||
destroy_relay: حذف خادم الترحيل
|
||||
destroy_status: حذف المنشور
|
||||
destroy_unavailable_domain: حذف نطاق غير متوفر
|
||||
destroy_user_role: حذف الدور
|
||||
disable_2fa_user: تعطيل 2FA
|
||||
disable_custom_emoji: تعطيل الإيموجي المخصص
|
||||
disable_relay: تعطيل خادم الترحيل
|
||||
disable_sign_in_token_auth_user: تعطيل مصادقة رمز البريد الإلكتروني للمستخدم
|
||||
disable_user: تعطيل المستخدم
|
||||
enable_custom_emoji: تفعيل الإيموجي المخصص
|
||||
enable_relay: تفعيل خادم الترحيل
|
||||
enable_sign_in_token_auth_user: تمكين مصادقة رمز البريد الإلكتروني للمستخدم
|
||||
enable_user: تفعيل المستخدم
|
||||
memorialize_account: جعل الحساب تذكاريا
|
||||
promote_user: ترقية المستخدم
|
||||
publish_terms_of_service: نشر شروط الخدمة
|
||||
reject_appeal: رفض الطعن
|
||||
reject_user: ارفض المستخدم
|
||||
remove_avatar_user: احذف الصورة الرمزية
|
||||
|
@ -235,36 +253,50 @@ ar:
|
|||
approve_appeal_html: وافق %{name} على استئناف الطعن بشأن قرار الإشراف من %{target}
|
||||
approve_user_html: وافق %{name} على تسجيل %{target}
|
||||
assigned_to_self_report_html: قام %{name} بإسناد التقرير %{target} لأنفسهم
|
||||
change_email_user_html: غيّر %{name} عنوان البريد الإلكتروني للمستخدم %{target}
|
||||
change_role_user_html: قام %{name} بإنشاء قاعدة للـIP %{target}
|
||||
confirm_user_html: "%{name} قد قام بتأكيد عنوان البريد الإلكتروني لـ %{target}"
|
||||
create_account_warning_html: قام %{name} بإرسال تحذير إلى %{target}
|
||||
create_announcement_html: قام %{name} بإنشاء إعلان جديد %{target}
|
||||
create_canonical_email_block_html: قام %{name} بحظر البريد الإلكتروني برمز تشفير %{target}
|
||||
create_custom_emoji_html: "%{name} قام برفع إيموجي جديد %{target}"
|
||||
create_domain_allow_html: قام %{name} بإضافة النطاق %{target} إلى القائمة البيضاء
|
||||
create_domain_block_html: "%{name} قام بحجب نطاق %{target}"
|
||||
create_email_domain_block_html: قام %{name} بحظر نطاق البريد الإلكتروني %{target}
|
||||
create_ip_block_html: قام %{name} بإنشاء قاعدة للـIP %{target}
|
||||
create_relay_html: قام %{name} بإنشاء خادم ترحيل %{target}
|
||||
create_unavailable_domain_html: قام %{name} بتوقيف التوصيل للنطاق %{target}
|
||||
create_user_role_html: "%{name} أنشأ رتبه %{target}"
|
||||
demote_user_html: قام %{name} بخفض الرتبة الوظيفية لـ%{target}
|
||||
destroy_announcement_html: قام %{name} بحذف الإعلان %{target}
|
||||
destroy_canonical_email_block_html: قام %{name} برفع الحظر عن البريد الإلكتروني برمز التشفير %{target}
|
||||
destroy_custom_emoji_html: قام %{name} بتحديث الإيموجي %{target}
|
||||
destroy_domain_allow_html: قام %{name} بمنع الاتحاد مع النطاق %{target}
|
||||
destroy_domain_block_html: قام %{name} برفع الحظر عن النطاق %{target}
|
||||
destroy_email_domain_block_html: قام %{name} برفع الحظر عن نطاق البريد الإلكتروني %{target}
|
||||
destroy_instance_html: "%{name} قام بحجب نطاق %{target}"
|
||||
destroy_ip_block_html: قام %{name} بحذف قاعدة للـIP %{target}
|
||||
destroy_relay_html: قام %{name} بحذف خادم ترحيل %{target}
|
||||
destroy_status_html: قام %{name} بحذف منشور من %{target}
|
||||
destroy_unavailable_domain_html: قام %{name} باستئناف التوصيل للنطاق %{target}
|
||||
destroy_user_role_html: "%{name} أنشأ رتبه %{target}"
|
||||
disable_2fa_user_html: قام %{name} بتعطيل المصادقة بخطوتين للمستخدم %{target}
|
||||
disable_custom_emoji_html: قام %{name} بتعطيل الإيموجي %{target}
|
||||
disable_relay_html: قام %{name} بتعطيل خادم ترحيل %{target}
|
||||
disable_sign_in_token_auth_user_html: قام %{name} بتعطيل مصادقة رمز البريد الإلكتروني لـ %{target}
|
||||
disable_user_html: قام %{name} بتعطيل تسجيل الدخول للمستخدم %{target}
|
||||
enable_custom_emoji_html: قام %{name} بتنشيط الإيموجي %{target}
|
||||
enable_relay_html: قام %{name} بتفعيل خادم ترحيل %{target}
|
||||
enable_sign_in_token_auth_user_html: قام %{name} بتعطيل مصادقة رمز البريد الإلكتروني لـ %{target}
|
||||
enable_user_html: قام %{name} بتنشيط تسجيل الدخول للمستخدم %{target}
|
||||
memorialize_account_html: قام %{name} بتحويل حساب %{target} إلى صفحة تذكارية
|
||||
promote_user_html: قام %{name} بترويج المستخدم %{target}
|
||||
publish_terms_of_service_html: نشر %{name} تحديقات لشروط الخدمة
|
||||
reject_appeal_html: وافق %{name} على استئناف قرار الاعتدال من %{target}
|
||||
reject_user_html: رفض %{name} تسجيل %{target}
|
||||
remove_avatar_user_html: قام %{name} بإزالة صورة %{target} الرمزية
|
||||
reopen_report_html: قام %{name} بإعادة فتح الشكوى %{target}
|
||||
resend_user_html: قام %{name} بإعادة إرسال بريد الإلكتروني للتأكيد لـ%{target}
|
||||
reset_password_user_html: قام %{name} بإعادة تعيين كلمة مرور المستخدم %{target}
|
||||
resolve_report_html: قام %{name} بمعالجة الشكوى %{target}
|
||||
sensitive_account_html: قام %{name} بوضع علامة حساس على محتوى %{target}
|
||||
|
@ -279,6 +311,7 @@ ar:
|
|||
update_custom_emoji_html: قام %{name} بتحديث الإيموجي %{target}
|
||||
update_domain_block_html: قام %{name} بتحديث كتلة النطاق %{target}
|
||||
update_ip_block_html: قام %{name} بإنشاء قاعدة للـIP %{target}
|
||||
update_report_html: قام %{name} بتحديث التقرير %{target}
|
||||
update_status_html: قام %{name} بتحديث منشور من %{target}
|
||||
update_user_role_html: "%{name} تغيير رتبه %{target}"
|
||||
deleted_account: حذف الحساب
|
||||
|
@ -288,6 +321,7 @@ ar:
|
|||
title: سِجلّ التفتيش و المعاينة
|
||||
unavailable_instance: "(اسم النطاق غير متوفر)"
|
||||
announcements:
|
||||
back: العودة إلى الإعلانات
|
||||
destroyed_msg: تم حذف الإعلان بنجاح!
|
||||
edit:
|
||||
title: تعديل الإعلان
|
||||
|
@ -296,6 +330,10 @@ ar:
|
|||
new:
|
||||
create: إنشاء إعلان
|
||||
title: إعلان جديد
|
||||
preview:
|
||||
disclaimer: بما أن المستخدمين لا يمكنهم اختيار توقفها، يجب أن تقتصر إشعارات البريد الإلكتروني على الإعلانات العامة مثل خرق في البيانات الخاصة أو إشعارات إغلاق الخادم.
|
||||
explanation_html: 'سيتم إرسال البريد الإلكتروني إلى <strong>%{display_count} مستخدمين</strong>. سيتم تضمين النص التالي في البريد الإلكتروني:'
|
||||
title: معاينة إشعار الإعلان
|
||||
publish: نشر
|
||||
published_msg: تم نشر الإعلان بنجاح!
|
||||
scheduled_for: بُرمِج على %{time}
|
||||
|
@ -444,6 +482,7 @@ ar:
|
|||
other: "%{count} محاولات تسجيل في آخر أسبوع"
|
||||
two: "%{count} محاولتا تسجيل في آخر أسبوع"
|
||||
zero: "%{count} محاولة تسجيل في آخر أسبوع"
|
||||
created_msg: تم حظر نطاق البريد الإلكتروني بنجاح
|
||||
delete: حذف
|
||||
dns:
|
||||
types:
|
||||
|
@ -452,8 +491,12 @@ ar:
|
|||
new:
|
||||
create: إضافة نطاق
|
||||
resolve: العثور على عنوان النطاق
|
||||
title: حظر نطاق بريد إلكتروني جديد
|
||||
no_email_domain_block_selected: لم يطرأ أي تغيير على أي نطاق بريد بما أنه لم يتم اختيار أي نطاق
|
||||
not_permitted: غير مسموح به
|
||||
resolved_dns_records_hint_html: اسم النطاق يعود إلى نطاقات MX التالية، والتي مسؤولة عن قبول البريد إلكتروني. حظر نطاق MX سيمنع التسجيل من أية بريد إلكتروني بنفس نطاق الـMX، حتى وإن النطاق المرئي مختلف. <strong>انتبه ألا تحظر مزودي البريد الإلكتروني الأكبر.</strong>
|
||||
resolved_through_html: الحصول على العنوان من خلال %{domain}
|
||||
title: النطاقات البريد الإلكتروني المحظورة
|
||||
export_domain_allows:
|
||||
new:
|
||||
title: استيراد قامة النطاقات المسموحة
|
||||
|
@ -469,6 +512,36 @@ ar:
|
|||
new:
|
||||
title: استيراد قامة النطاقات المحظورة
|
||||
no_file: لم يتم تحديد أيّ ملف
|
||||
fasp:
|
||||
debug:
|
||||
callbacks:
|
||||
created_at: أنشئ في
|
||||
delete: حذف
|
||||
ip: عنوان IP
|
||||
request_body: جسم الطلب
|
||||
title: تصحيح رجوع المكالمات
|
||||
providers:
|
||||
active: نشط
|
||||
base_url: قاعدة الرابط
|
||||
callback: رد الاتصال
|
||||
delete: حذف
|
||||
edit: تعديل المزود
|
||||
finish_registration: اكتمال عملية التسجيل
|
||||
name: الاسم
|
||||
providers: المزودون
|
||||
public_key_fingerprint: بصمة المفتاح العام
|
||||
registration_requested: التسجيل مطلوب
|
||||
registrations:
|
||||
confirm: تأكيد
|
||||
description: لقد حصلت على تسجيل من FASP. ارفضه إذا لم تطلبه. إذا كنت قد شرعت في ذلك، قارن الاسم وبصمة المفتاح بعناية قبل تأكيد التسجيل.
|
||||
reject: رفض
|
||||
title: تأكيد تسجيل FASP
|
||||
save: حفظ
|
||||
select_capabilities: تحديد القدرات
|
||||
sign_in: تسجيل الدخول
|
||||
status: الحالة
|
||||
title: مقدمو الخدمة الإضافية الفدرالية
|
||||
title: FASP
|
||||
follow_recommendations:
|
||||
description_html: "<strong>تساعد اقتراحات المتابعة المستخدمين في العثور بسرعة على محتوى مثير للاهتمام</strong>. عندما لا يتفاعل المستخدم مع الآخرين بشكل كافي لتشكيل اقتراحات متابعة مخصصة له، تظهر هذه الاقتراحات بدلاً من ذلك. يُعاد حسابهم بشكل يومي من مزيج حسابات لديها أكثر التفاعلات وأكثر عدد من المتابعين المحليين للغة معينة."
|
||||
language: للغة
|
||||
|
@ -478,6 +551,9 @@ ar:
|
|||
title: اقتراحات المتابعة
|
||||
unsuppress: إستعادة إقتراحات المتابعة
|
||||
instances:
|
||||
audit_log:
|
||||
title: سجلات المراجعة الحديثة
|
||||
view_all: عرض سجلات المراجعة الكاملة
|
||||
availability:
|
||||
description_html:
|
||||
few: إذا فشل التسليم إلى النطاق لمدة <strong>%{count} أيام</strong> دون نجاح، لن تتم أي محاولات أخرى للتسليم إلا إذا تم الاستلام النطاق <em>من</em>.
|
||||
|
@ -546,6 +622,13 @@ ar:
|
|||
all: كافتها
|
||||
limited: محدود
|
||||
title: الإشراف
|
||||
moderation_notes:
|
||||
create: إضافة ملاحظة المشرفين
|
||||
created_msg: تم إنشاء ملاحظة المشرفين بنجاح!
|
||||
description_html: اعرض الملاحظات واتركها للمشرفين الآخرين ولنفسك في المستقبل
|
||||
destroyed_msg: تم حذف ملاحظة المشرفين بنجاح!
|
||||
placeholder: معلومات عن هذا الخادم، أو الإجراءات المتخذة، أو أي شيء آخر سيساعدك على الإشراف على هذا الخادم في المستقبل.
|
||||
title: ملاحظات المشرفين
|
||||
private_comment: تعليق خاص
|
||||
public_comment: تعليق للعلن
|
||||
purge: تطهير
|
||||
|
@ -622,7 +705,11 @@ ar:
|
|||
suspend_description_html: سيُمنع الوصول إلى الحساب وجميع محتوياته وتُحذف تدريجياً، وسيكون التفاعل معه مستحيلاً. بالإمكان عكس مفعول ذلك في غضون 30 يوماً. يغلق جميع التبليغات ضد الحساب.
|
||||
actions_description_html: حدد الإجراء الذي يجب عليك اتخاذه لحل هذا التقرير. إذا اتخذت إجراء عقابيا ضد الحساب المبلغ عنه، فسيتم إرسال إشعار عبر البريد الإلكتروني إليهم، باستثناء عند اختيار فئة <strong>spam</strong>.
|
||||
actions_description_remote_html: حدّد الإجراءات التي يتعين اتخاذها لحل هذا التقرير. هذا سيؤثر فقط على كيفية اتصال <strong>خادمك</strong> بهذا الحساب البعيد والتعامل مع محتوياته.
|
||||
actions_no_posts: هذا التقرير لا يحتوي على أي مشاركات مرتبطة لحذفها
|
||||
add_to_report: أضف المزيد إلى التقرير
|
||||
already_suspended_badges:
|
||||
local: تم فصله مسبقاً على هذا الخادم
|
||||
remote: تم فصله مسبقاً على الخادم الخاص به
|
||||
are_you_sure: هل أنت متأكد ؟
|
||||
assign_to_self: اسنده لي
|
||||
assigned: المشرف المُسنَد
|
||||
|
@ -659,6 +746,7 @@ ar:
|
|||
report: 'الشكوى #%{id}'
|
||||
reported_account: حساب مُبلّغ عنه
|
||||
reported_by: أبلغ عنه من طرف
|
||||
reported_with_application: تم الإبلاغ باستخدام تطبيق
|
||||
resolved: معالجة
|
||||
resolved_msg: تمت معالجة الشكوى بنجاح!
|
||||
skip_to_actions: تخطي إلى الإجراءات
|
||||
|
@ -681,6 +769,7 @@ ar:
|
|||
delete_data_html: حذف ملف <strong>@%{acct}</strong> الشخصي بمحتواه بعد 30 يوماً من الآن ما لم يُلغَ تعليق الحساب
|
||||
preview_preamble_html: 'سوف يتلقى <strong>@%{acct}</strong> تحذيرا يحتوي على ما يلي:'
|
||||
record_strike_html: تسجيل عقوبة ضد <strong>@%{acct}</strong> لمساعدتك في أخذ إجراءات إضافية في حال انتهاكات مستقبلية من طرف هذا الحساب
|
||||
send_email_html: إرسال رسالة تحذير <strong>@%{acct}</strong>
|
||||
warning_placeholder: مبررات إضافية اختيارية لإجراء الإشراف.
|
||||
target_origin: مصدر الحساب المبلغ عنه
|
||||
title: الشكاوى
|
||||
|
@ -728,6 +817,7 @@ ar:
|
|||
manage_appeals: إدارة الطعون
|
||||
manage_appeals_description: يسمح للمستخدمين بمراجعة الطعون المقدمة ضد إجراءات الإشراف
|
||||
manage_blocks: إدارة الحظر
|
||||
manage_blocks_description: السماح للمستخدمين بحظر مقدمي خدمات البريد الإلكتروني وعناوين IP
|
||||
manage_custom_emojis: إدارة الرموز التعبيريّة المخصصة
|
||||
manage_custom_emojis_description: السماح للمستخدمين بإدارة الرموز التعبيريّة المخصصة على الخادم
|
||||
manage_federation: إدارة الفديرالية
|
||||
|
@ -745,6 +835,7 @@ ar:
|
|||
manage_taxonomies: إدارة التصنيفات
|
||||
manage_taxonomies_description: السماح للمستخدمين بمراجعة المحتوى المتداول وتحديث إعدادات الوسم
|
||||
manage_user_access: إدارة وصول المستخدم
|
||||
manage_user_access_description: يسمح للمستخدمين بتعطيل المصادقة الثنائية المستخدمين الآخرين، تغيير عنوان البريد الإلكتروني الخاص بهم، وإعادة تعيين كلمة المرور الخاصة بهم
|
||||
manage_users: إدارة المستخدمين
|
||||
manage_users_description: يسمح للمستخدمين بعرض تفاصيل المستخدمين الآخرين وتنفيذ إجراءات الإشراف ضدهم
|
||||
manage_webhooks: إدارة الـWebhooks
|
||||
|
@ -758,17 +849,26 @@ ar:
|
|||
title: الأدوار
|
||||
rules:
|
||||
add_new: إضافة قاعدة
|
||||
add_translation: إضافة ترجمة
|
||||
delete: حذف
|
||||
description_html: بينما يدعي معظم الناس أنهم قرأوا شروط الخدمة ووافقوا عليها، فإن الناس عادةً لا يقرأون إلا بعد حدوث مشكلة. <strong>اجعل من الأسهل رؤية قواعد خادمك بلمحة عن طريق تزويدهم في قائمة النقاط المدورة.</strong> حاول إبقاء القواعد الفردية قصيرة وبسيطة، ولكن لا تحاول أن تُقسمها إلى العديد من العناصر المنفصلة أيضا.
|
||||
edit: تعديل القانون
|
||||
empty: لم يتم تحديد قواعد الخادم بعد.
|
||||
move_down: نقل للأسفل
|
||||
move_up: نقل للأعلى
|
||||
title: قوانين الخادم
|
||||
translation: ترجمة
|
||||
translations: الترجمات
|
||||
translations_explanation: يمكنك اختيارياً إضافة ترجمات للقواعد. سيتم عرض القيمة الافتراضية إذا لم تتوفر نسخة مترجمة. الرجاء التأكد دائمًا من أن أي ترجمة متوفرة متزامنة مع القيمة الافتراضية.
|
||||
settings:
|
||||
about:
|
||||
manage_rules: إدارة قواعد الخادم
|
||||
preamble: قدم معلومات متعمقة عن كيفية إدارة عمل الخادم، والإشراف، والتمويل.
|
||||
rules_hint: هناك منطقة مخصصة للقواعد التي يتوقع من المستخدمين التقيد بها.
|
||||
title: عن
|
||||
allow_referrer_origin:
|
||||
desc: عندما ينقر المستخدمون على روابط إلى مواقع خارجية، قد يرسل المتصفح عنوان خادم ماستدون الخاص بك كمرجع. قم بتعطيل هذا إذا كان هذا سيحدد المستخدمين بشكل فريد، على سبيل المثال إذا كان هذا خادم ماستدون شخصي.
|
||||
title: السماح للمواقع الخارجية برؤية خادم ماستدون الخاص بك كمصدر حركة مرور
|
||||
appearance:
|
||||
preamble: تخصيص واجهة الويب لماستدون.
|
||||
title: المظهر
|
||||
|
@ -788,6 +888,7 @@ ar:
|
|||
discovery:
|
||||
follow_recommendations: اتبع التوصيات
|
||||
preamble: يُعد إتاحة رؤية المحتوى المثير للاهتمام أمرًا ضروريًا لجذب مستخدمين جدد قد لا يعرفون أي شخص في Mastodon. تحكم في كيفية عمل ميزات الاكتشاف المختلفة على خادمك الخاص.
|
||||
privacy: الخصوصية
|
||||
profile_directory: دليل الصفحات التعريفية
|
||||
public_timelines: الخيوط الزمنية العامة
|
||||
publish_statistics: نشر الإحصائيات
|
||||
|
@ -798,6 +899,7 @@ ar:
|
|||
disabled: لا أحد
|
||||
users: للمستخدمين المتصلين محليا
|
||||
registrations:
|
||||
moderation_recommandation: الرجاء التأكد من أن لديك فريق إشراف كافي وفعال قبل فتح التسجيلات للجميع!
|
||||
preamble: تحكّم في مَن الذي يمكنه إنشاء حساب على خادمك الخاص.
|
||||
title: التسجيلات
|
||||
registrations_mode:
|
||||
|
@ -805,6 +907,7 @@ ar:
|
|||
approved: طلب الموافقة لازم عند إنشاء حساب
|
||||
none: لا أحد يمكنه إنشاء حساب
|
||||
open: يمكن للجميع إنشاء حساب
|
||||
warning_hint: نوصي باستخدام "الموافقة المطلوبة للتسجيل" إلا إذا كنت واثقا من أن فريق الإشراف الخاص بك يمكنه التعامل مع الرسائل غير المرغوب فيها والتسجيلات الخبيثة في الوقت المناسب.
|
||||
security:
|
||||
authorized_fetch: يتطلّب المصادقة مِن الخوادم الفديرالية
|
||||
authorized_fetch_hint: إن طلب المصادقة من الخوادم الموحدة يتيح تنفيذًا أكثر صرامة للكتل على مستوى المستخدم وعلى مستوى الخادم. ومع ذلك، يأتي هذا على حساب عقوبة الأداء، ويقلل من مدى وصول ردودك، وقد يؤدي إلى حدوث مشكلات في التوافق مع بعض الخدمات الموحدة. بالإضافة إلى ذلك، لن يمنع هذا الجهات الفاعلة المخصصة من جلب منشوراتك وحساباتك العامة.
|
||||
|
@ -816,6 +919,7 @@ ar:
|
|||
destroyed_msg: تم حذف التحميل مِن الموقع بنجاح!
|
||||
software_updates:
|
||||
critical_update: حَرِج - يرجى التحديث في أقرب وقت ممكن
|
||||
description: من المستحسَن إبقاء تثبيت ماستدون الخاص بك محدثا للاستفادة من أحدث التصحيحات والميزات. إضافةً إلى ذلك، فهو مهمّ جدا تحديث ماستدون أحيانًا في الوقت المناسب لتجنب المسائل الأمنية. لهذه الأسباب، يقوم ماستدون بالتحقق من التحديثات كل 30 دقيقة، وسيتم إعلامك وفقا لتفضيلات إشعارات البريد الإلكتروني الخاصة بك.
|
||||
documentation_link: معرفة المزيد
|
||||
release_notes: ملخصات الإصدار
|
||||
title: التحديثات المتوفرة
|
||||
|
@ -831,6 +935,7 @@ ar:
|
|||
back_to_account: العودة إلى صفحة الحساب
|
||||
back_to_report: العودة إلى صفحة التقرير
|
||||
batch:
|
||||
add_to_report: 'إضافة إلى التقرير #%{id}'
|
||||
remove_from_report: إزالة من التقرير
|
||||
report: إبلاغ
|
||||
contents: المحتوى
|
||||
|
@ -842,12 +947,17 @@ ar:
|
|||
media:
|
||||
title: الوسائط
|
||||
metadata: البيانات الوصفية
|
||||
no_history: هذا المنشور لم يتم تعديله
|
||||
no_status_selected: لم يطرأ أي تغيير على أي منشور بما أنه لم يتم اختيار أي واحد
|
||||
open: افتح المنشور
|
||||
original_status: المنشور الأصلي
|
||||
reblogs: المعاد تدوينها
|
||||
replied_to_html: تم الرد على %{acct_link}
|
||||
status_changed: عُدّل المنشور
|
||||
status_title: منشور من قبل %{name}
|
||||
title: منشورات الحساب - @%{name}
|
||||
trending: المتداولة
|
||||
view_publicly: رؤية الجزء العلني
|
||||
visibility: مدى الظهور
|
||||
with_media: تحتوي على وسائط
|
||||
strikes:
|
||||
|
@ -865,6 +975,8 @@ ar:
|
|||
system_checks:
|
||||
database_schema_check:
|
||||
message_html: هناك عمليات هجرة معلقة لقواعد البيانات. يرجى تشغيلها لضمان تصرف التطبيق كما هو متوقع
|
||||
elasticsearch_analysis_index_mismatch:
|
||||
message_html: إعدادات محلل فهرس Elasticserch قديمة. الرجاء تشغيل<code>tootctl search deploy --only-mapping --only=%{value}</code>
|
||||
elasticsearch_health_red:
|
||||
message_html: مجموعة Elasticsearch غير صحية (الحالة الحمراء)، ميزات البحث غير متوفرة
|
||||
elasticsearch_health_yellow:
|
||||
|
@ -889,6 +1001,9 @@ ar:
|
|||
message_html: لم تقم بتحديد أي قواعد خادم.
|
||||
sidekiq_process_check:
|
||||
message_html: لا توجد عملية Sidekiq قيد التشغيل لقائمة الانتظار %{value}. يرجى مراجعة إعدادات Sidekiq الخاصة بك
|
||||
software_version_check:
|
||||
action: الاطلاع على التحديثات المتوفرة
|
||||
message_html: يتوفر تحديث لماستدون.
|
||||
software_version_critical_check:
|
||||
action: الاطلاع على التحديثات المتوفرة
|
||||
message_html: هناك تحديث هام لماستدون، يرجى التحديث في أسرع وقت ممكن.
|
||||
|
@ -903,24 +1018,72 @@ ar:
|
|||
message_html: "<strong>تم تكوين مخزن الكائنات الخاص بك بشكل خاطئ. خصوصية المستخدمين في خطر.</strong>"
|
||||
tags:
|
||||
moderation:
|
||||
not_trendable: لا يمكن أن يصبح رائج
|
||||
not_usable: لا يمكن استخدامه
|
||||
pending_review: في انتظار المراجعة
|
||||
review_requested: تم طلب المراجعة
|
||||
reviewed: تمت مراجعته
|
||||
title: الحالة
|
||||
trendable: يمكن أن يصبح رائج
|
||||
unreviewed: غير مراجع
|
||||
usable: قابل للاستخدام
|
||||
name: الاسم
|
||||
newest: الأحدث
|
||||
oldest: الأقدم
|
||||
open: رؤية الجزء العلني
|
||||
reset: إعادة التعيين
|
||||
review: حالة المراجعة
|
||||
search: البحث
|
||||
title: الوسوم
|
||||
updated_msg: تم تحديث إعدادات الوسوم بنجاح
|
||||
terms_of_service:
|
||||
back: العودة إلى شروط الخدمة
|
||||
changelog: ماذا تغير
|
||||
create: استخدم خاصتك
|
||||
current: الإصدار الحالي
|
||||
draft: مسودة
|
||||
generate: استخدام قالب
|
||||
generates:
|
||||
action: توليد
|
||||
chance_to_review_html: "<strong>لن يتم نشر شروط الخدمة التي تم إنشاؤها تلقائياً.</strong> سيكون لديك فرصة لمراجعة النتائج. يرجى ملء التفاصيل اللازمة للمتابعة."
|
||||
explanation_html: إن قالب شروط الخدمة مقدمة لأغراض معرفية فقط، ولا ينبغي تفسيرها على أنها مشورة قانونية بشأن أي موضوع. يرجى التشاور مع مستشاريك القانونيين حول وضعك والأسئلة القانونية التي لديك.
|
||||
title: إعداد شروط الخدمة
|
||||
going_live_on_html: نشط، ابتداءاً من %{date}
|
||||
history: السجل
|
||||
live: نشط
|
||||
no_history: لا توجد تغييرات مسجلة على شروط الخدمة حتى الآن.
|
||||
no_terms_of_service_html: ليس لديك حاليا أي شروط خدمة مهيئة. الغرض من شروط الخدمة هو توفير الوضوح وحمايتك من المسؤوليات المحتملة في المنازعات مع المستخدمين.
|
||||
notified_on_html: تم إشعار المستخدمين بتاريخ %{date}
|
||||
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} رسائل بريد إلكتروني
|
||||
two: إرسال %{display_count} رسالة بريد إلكتروني
|
||||
zero: إرسال %{display_count} رسالة بريد إلكتروني
|
||||
title: معاينة إشعار شروط الخدمة
|
||||
publish: نشر
|
||||
published_on_html: منشورة في %{date}
|
||||
save_draft: حفظ المسودة
|
||||
title: شروط الخدمة
|
||||
title: الإدارة
|
||||
trends:
|
||||
allow: السماح
|
||||
approved: مصادق عليه
|
||||
confirm_allow: هل أنت متأكد من أنك تريد السماح بالعلامات المحددة؟
|
||||
confirm_disallow: هل أنت متأكد من أنك تريد عدم السماح بالعلامات المحددة؟
|
||||
disallow: رفض
|
||||
links:
|
||||
allow: السماح بالرابط
|
||||
allow_provider: السماح للناشر
|
||||
confirm_allow: هل أنت متأكد من أنك تريد السماح بالروابط المحددة؟
|
||||
confirm_allow_provider: هل أنت متأكد من أنك تريد السماح للمزودين المحددين؟
|
||||
confirm_disallow: هل أنت متأكد من أنك تريد عدم السماح بالروابط المحددة؟
|
||||
confirm_disallow_provider: هل أنت متأكد من أنك تريد عدم السماح بالمزودين المحددين؟
|
||||
description_html: هذه هي الروابط التي يتم حاليا مشاركتها بشكل كبير عن طريق الحسابات التي يرى الخادم الخاص بك المشاركات منها. يمكن أن يساعد مستخدميك في معرفة ما يحدث في العالم. لا تعرض روابط علنا حتى توافق على الناشر. يمكنك أيضًا السماح أو رفض بالروابط فردياً.
|
||||
disallow: رفض الرابط
|
||||
disallow_provider: عدم السماح للناشر
|
||||
|
@ -948,6 +1111,10 @@ ar:
|
|||
statuses:
|
||||
allow: السماح بالمنشور
|
||||
allow_account: السماح للناشر
|
||||
confirm_allow: هل أنت متأكد من أنك تريد السماح بالحالات المحددة؟
|
||||
confirm_allow_account: هل أنت متأكد من أنك تريد السماح بالحسابات المحددة؟
|
||||
confirm_disallow: هل أنت متأكد من أنك تريد عدم السماح بالحالات المحددة؟
|
||||
confirm_disallow_account: هل أنت متأكد من أنك تريد منع الحسابات المحددة؟
|
||||
description_html: هذه هي المنشورات التي يعرفها خادمك التي يتم حاليا مشاركتها وتفضيلها كثيرا في الوقت الراهن. يمكن أن تساعد المستخدمين الجدد والعائدين للعثور على المزيد من الأشخاص للمتابعة. ولا تُعرض أي منشورات علناً حتى توافق على كاتبها، ويسمح الكاتب باقتراح حسابه للآخرين. يمكنك أيضًا السماح أو الرفض بالمنشورات فردياً.
|
||||
disallow: رفض المنشور
|
||||
disallow_account: رفض الناشر
|
||||
|
@ -1021,6 +1188,9 @@ ar:
|
|||
title: الويب هوك
|
||||
webhook: رابط ويب
|
||||
admin_mailer:
|
||||
auto_close_registrations:
|
||||
body: بسبب نقص نشاط المشرفين مؤخراً، تم تحويل التسجيلات على %{instance} تلقائياً إلى أن تتطلب مراجعة يدوية، لمنع استخدام %{instance} كمنصة للجهات الفاعلة السيئة المحتملة. يمكنك تبديله مرة أخرى إلى التسجيلات المفتوحة في أي وقت.
|
||||
subject: التسجيلات ل %{instance} تم تحويلها تلقائياً إلى طلب الموافقة
|
||||
new_appeal:
|
||||
actions:
|
||||
delete_statuses: لحذف منشوراتهم
|
||||
|
@ -1096,6 +1266,7 @@ ar:
|
|||
hint_html: شيء واحد آخر! نحن بحاجة إلى التأكّد من أنك إنسان (حتى نتمكن من تتفادي البريد المزعج!). حل رمز CAPTCHA أدناه وانقر فوق "متابعة".
|
||||
title: التحقق من الأمان
|
||||
confirmations:
|
||||
awaiting_review: تمّ تأكيد عنوان بريدك الإلكتروني! مشرفي %{domain} يعاينونَ تسجيلكَ حاليًا. ستتلقى بريدًا إلكترونيًا إن تَمّ قُبولك!
|
||||
awaiting_review_title: التسجيل الخاص بك قيد المُعاينة
|
||||
clicking_this_link: اضغط على هذا الرابط
|
||||
login_link: تسجيل الدخول
|
||||
|
@ -1103,6 +1274,7 @@ ar:
|
|||
redirect_to_app_html: كان من المفترض إعادة توجيهك إلى تطبيق <strong>%{app_name}</strong>. إن لم يحدث ذلك، حاول %{clicking_this_link} أو العودة يدويًا إلى التطبيق.
|
||||
registration_complete: اكتمل تسجيل حسابك على %{domain} الآن!
|
||||
welcome_title: أهلاً بك، %{name}!
|
||||
wrong_email_hint: إذا كان عنوان البريد الإلكتروني غير صحيح، يمكنك تغييره في إعدادات الحساب.
|
||||
delete_account: احذف الحساب
|
||||
delete_account_html: إن كنت ترغب في حذف حسابك يُمكنك <a href="%{path}">المواصلة هنا</a>. سوف يُطلَبُ منك التأكيد قبل الحذف.
|
||||
description:
|
||||
|
@ -1145,6 +1317,7 @@ ar:
|
|||
set_new_password: إدخال كلمة مرور جديدة
|
||||
setup:
|
||||
email_below_hint_html: قم بفحص مجلد البريد المزعج الخاص بك، أو قم بطلب آخر. يمكنك تصحيح عنوان بريدك الإلكتروني إن كان خاطئا.
|
||||
email_settings_hint_html: انقر على الرابط الذي أرسلناه إلى %{email} لبدء استخدام ماستدون. سننتظرك لتقوم بذلك.
|
||||
link_not_received: ألم تحصل على رابط؟
|
||||
new_confirmation_instructions_sent: سوف تتلقى رسالة بريد إلكتروني جديدة مع رابط التأكيد في غضون بضع دقائق!
|
||||
title: تحقَّق من بريدك الوارِد
|
||||
|
@ -1153,6 +1326,7 @@ ar:
|
|||
title: تسجيل الدخول إلى %{domain}
|
||||
sign_up:
|
||||
manual_review: عمليات التسجيل في %{domain} تمر عبر المراجعة اليدوية من قبل مشرفينا. لمساعدتنا في معالجة إنشاء حسابك، اكتب نَبْذَة عن نفسك ولماذا تريد حسابًا على %{domain}.
|
||||
preamble: مع حساب على خادم ماستدون هذا، ستتمكن من متابعة أي شخص آخر على الشبكة الفدرالية، بغض النظر عن المكان الذي يستضيف حسابهم.
|
||||
title: دعنا نجهّز %{domain}.
|
||||
status:
|
||||
account_status: حالة الحساب
|
||||
|
@ -1164,10 +1338,15 @@ ar:
|
|||
view_strikes: عرض العقوبات السابقة المُطَبَّقة ضد حسابك
|
||||
too_fast: تم إرسال النموذج بسرعة كبيرة، حاول مرة أخرى.
|
||||
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:
|
||||
example_title: عينة نص
|
||||
hint_html: هل تكتب أخبار أو مقالات مدونة خارج ماستدون؟ تحكم في كيف تنسب إليك عندما يتم مشاركتها على ماستدون.
|
||||
instructions: 'تأكد من أن هذه التعليمات البرمجية موجودة في الـHTML الخاص بمقالتك:'
|
||||
more_from_html: المزيد من %{name}
|
||||
s_blog: مدونة %{name}
|
||||
then_instructions: ثم أضف اسم نطاق موقع النشر في الحقل أدناه.
|
||||
title: إسناد المؤلف
|
||||
challenge:
|
||||
confirm: واصل
|
||||
|
@ -1393,6 +1572,92 @@ ar:
|
|||
merge_long: الإبقاء علي التسجيلات الحالية وإضافة الجديدة
|
||||
overwrite: إعادة الكتابة
|
||||
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>.
|
||||
two: أنت على وشك <strong>استبدال قائمة الحظر</strong> بما يصل إلى <strong>%{count} من الحسابات</strong> من <strong>%{filename}</strong>.
|
||||
zero: أنت على وشك <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>.
|
||||
two: أنت على وشك <strong>استبدال إشاراتك المرجعية</strong> بما يصل إلى <strong>%{count} من المنشورات</strong> من <strong>%{filename}</strong>.
|
||||
zero: أنت على وشك <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>.
|
||||
two: أنت على وشك <strong>استبدال قائمة حظر النطاقات</strong> بما يصل إلى <strong>%{count} من النطاقات</strong> من <strong>%{filename}</strong>.
|
||||
zero: أنت على وشك <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>.
|
||||
two: أنت على وشك <strong>متابعة</strong> ما يصل إلى <strong>%{count} من الحسابات</strong> من <strong>%{filename}</strong> و<strong>التوقف عن متابعة أي شخص آخر</strong>.
|
||||
zero: أنت على وشك <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> سوف تُضاف إلى قوائم جديدة.
|
||||
two: إنّك بصدد <strong>استبدال قوائمك</strong> بمحتوى مِلَفّ <strong>%{filename}</strong>. ما يُقارِب <strong>%{count} حسابًا</strong> سوف تُضاف إلى قوائم جديدة.
|
||||
zero: إنّك بصدد <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>.
|
||||
two: أنت على وشك <strong>استبدال قائمة الحسابات المكتومة</strong> بما يصل إلى <strong>%{count} من الحسابات</strong> من <strong>%{filename}</strong>.
|
||||
zero: أنت على وشك <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>.
|
||||
two: أنت على وشك <strong>حظر</strong> ما يصل إلى <strong>%{count} من الحسابات</strong> من <strong>%{filename}</strong>.
|
||||
zero: أنت على وشك <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>.
|
||||
two: أنت على وشك إضافة ما يصل إلى <strong>%{count} من المنشورات</strong> من <strong>%{filename}</strong> إلى <strong>إشاراتك المرجعية</strong>.
|
||||
zero: أنت على وشك إضافة ما يصل إلى <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>.
|
||||
two: أنت على وشك <strong>حظر</strong> ما يصل إلى <strong>%{count} من النطاقات</strong> من <strong>%{filename}</strong>.
|
||||
zero: أنت على وشك <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>.
|
||||
two: أنت على وشك <strong>متابعة</strong> ما يصل إلى <strong>%{count} من الحسابات</strong> من <strong>%{filename}</strong>.
|
||||
zero: أنت على وشك <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>. سيتم إنشاء قوائم جديدة في حالة عدم وجود قائمة للإضافة إليها.
|
||||
two: أنت على وشك إضافة ما يصل إلى <strong>%{count} حسابات</strong> من <strong>%{filename}</strong> إلى <strong>قوائمك</strong>. سيتم إنشاء قوائم جديدة في حالة عدم وجود قائمة للإضافة إليها.
|
||||
zero: أنت على وشك إضافة ما يصل إلى <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>.
|
||||
two: أنت على وشك <strong>كتم</strong> ما يصل إلى <strong>%{count} من الحسابات</strong> من <strong>%{filename}</strong>.
|
||||
zero: أنت على وشك <strong>كتم</strong> ما يصل إلى <strong>%{count} من الحسابات</strong> من <strong>%{filename}</strong>.
|
||||
preface: بإمكانك استيراد بيانات قد قُمتَ بتصديرها مِن مثيل خادم آخَر، كقوائم المستخدِمين الذين كنتَ تتابِعهم أو قُمتَ بحظرهم.
|
||||
recent_imports: الاستيرادات الحديثة
|
||||
states:
|
||||
|
@ -1467,13 +1732,21 @@ ar:
|
|||
unsubscribe:
|
||||
action: نعم، ألغِ الاشتراك
|
||||
complete: غير مشترك
|
||||
confirmation_html: هل أنت متأكد أنك تريد إلغاء الاشتراك عن تلقي %{type} لماستدون على %{domain} إلى بريدك الإلكتروني %{email}؟ يمكنك دائمًا إعادة الاشتراك من <a href="%{settings_path}">إعدادات إشعارات البريد الإلكتروني</a>.
|
||||
emails:
|
||||
notification_emails:
|
||||
favourite: إرسال إشعارات التفضيلات بالبريد الإلكتروني
|
||||
follow: إرسال إشعارات المتابعة بالبريد الإلكتروني
|
||||
follow_request: إرسال إشعارات الطلبات بالبريد الإلكتروني
|
||||
mention: إشعارات رسائل البريد عندما يَذكُرك أحدهم
|
||||
reblog: رسائل البريد الخاصة بالمنشورات المعاد نشرها
|
||||
resubscribe_html: إذا قمت بإلغاء الاشتراك عن طريق الخطأ، يمكنك إعادة الاشتراك من <a href="%{settings_path}">إعدادات إشعارات البريد الإلكتروني</a>.
|
||||
success_html: لن تتلقّ بعد الآن %{type} لماستدون مِن %{domain} على بريدك الإلكتروني %{email}.
|
||||
title: إلغاء الاشتراك
|
||||
media_attachments:
|
||||
validations:
|
||||
images_and_video: ليس بالإمكان إرفاق فيديو في منشور يحتوي مسبقا على صور
|
||||
not_found: لم يتم العثور على الوسيط %{ids} أو هو مضاف مسبقاً لمنشور آخر
|
||||
not_ready: لا يمكن إرفاق الملفات التي لم يتم معالجتها بعد. أعد المحاولة بعد لحظات!
|
||||
too_many: لا يمكن إرفاق أكثر من 4 ملفات
|
||||
migrations:
|
||||
|
@ -1551,6 +1824,7 @@ ar:
|
|||
subject: قام %{name} بتحرير منشور
|
||||
notifications:
|
||||
administration_emails: إشعارات البريد الإلكتروني الإدارية
|
||||
email_events: الأحداث للإشعارات عبر البريد الإلكتروني
|
||||
email_events_hint: 'اختر الأحداث التي تريد أن تصِلَك اشعارات عنها:'
|
||||
number:
|
||||
human:
|
||||
|
@ -1644,6 +1918,7 @@ ar:
|
|||
scheduled_statuses:
|
||||
over_daily_limit: لقد تجاوزتَ حد الـ %{limit} منشورات مُبَرمَجة مسموح بها اليوم
|
||||
over_total_limit: لقد بلغت حد الـ %{limit} مِن المنشورات المبرمَجة
|
||||
too_soon: يجب أن يكون التاريخ في المستقبل
|
||||
self_destruct:
|
||||
lead_html: للأسف، سيتم إغلاق <strong>%{domain}</strong> بشكل دائم. إذا كان لديك حساب هناك، لن تكون قادرًا على الاستمرار في استخدامه، غير أنه يمكنك طلب نسخة احتياطية لبياناتك.
|
||||
title: سيُغلق هذا الخادم أبوابه
|
||||
|
@ -1703,6 +1978,7 @@ ar:
|
|||
delete: حذف الحسابات
|
||||
development: التطوير
|
||||
edit_profile: تعديل الصفحة التعريفية
|
||||
export: تصدير
|
||||
featured_tags: الوسوم الشائعة
|
||||
import: استيراد
|
||||
import_and_export: استيراد وتصدير
|
||||
|
@ -1718,10 +1994,15 @@ ar:
|
|||
webauthn_authentication: مفاتيح الأمان
|
||||
severed_relationships:
|
||||
download: تنزيل (%{count})
|
||||
event_type:
|
||||
account_suspension: فصل الحساب (%{target_name})
|
||||
domain_block: فصل الخادم (%{target_name})
|
||||
user_domain_block: قمت بحظر %{target_name}
|
||||
lost_followers: المتابعون المفقودون
|
||||
lost_follows: المتابعات المفقودة
|
||||
preamble: بحجبكم اسم نطاق قد تخسرون متابَعاتٍ، و كذلك إذا قرّر مديرو الخادوم حظر خادوم ما. و في هذه الحالات يكون بوسعكم تنزيل قائمة بالصلات المبتورة لمعاينتها، مع القدرة على استيرادها إلى خادوم آخر.
|
||||
purged: حذف مدير خادومكم المعلومات عن هذا الخادوم.
|
||||
type: حدث
|
||||
statuses:
|
||||
attached:
|
||||
audio:
|
||||
|
@ -1765,6 +2046,10 @@ ar:
|
|||
limit: لقد بلغت الحد الأقصى للمنشورات المثبتة
|
||||
ownership: لا يمكن تثبيت منشور نشره شخص آخر
|
||||
reblog: لا يمكن تثبيت إعادة نشر
|
||||
quote_policies:
|
||||
followers: المتابعين والمستخدمين المذكورين
|
||||
nobody: المستخدمين المذكورين فقط
|
||||
public: الجميع
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: مباشرة
|
||||
|
@ -1818,6 +2103,11 @@ ar:
|
|||
does_not_match_previous_name: لا يطابق الإسم السابق
|
||||
terms_of_service:
|
||||
title: شروط الخدمة
|
||||
terms_of_service_interstitial:
|
||||
future_preamble_html: نحن نقوم ببعض التغييرات على شروط خدمتنا، والتي ستكون فعالة بدءاً من <strong>%{date}</strong>. ونحن نشجعكم على استعراض الشروط الجديدة.
|
||||
past_preamble_html: لقد غيرنا شروط خدمتنا منذ زيارتكم الأخيرة. نشجعكم على مراجعة الشروط المحدثة.
|
||||
review_link: مراجعة شروط الخدمة
|
||||
title: شروط خدمة النطاق %{domain} ستتغير
|
||||
themes:
|
||||
contrast: ماستدون (تباين عالٍ)
|
||||
default: ماستدون (داكن)
|
||||
|
@ -1849,6 +2139,10 @@ ar:
|
|||
recovery_instructions_html: إن فقدت الوصول إلى هاتفك، يمكنك استخدام أحد رموز الاسترداد أدناه لاستعادة الوصول إلى حسابك. <strong>حافظ على رموز الاسترداد بأمان</strong>. يمكنك ، على سبيل المثال ، طباعتها وتخزينها مع مستندات أخرى هامة.
|
||||
webauthn: مفاتيح الأمان
|
||||
user_mailer:
|
||||
announcement_published:
|
||||
description: 'يقوم مديرو %{domain} بإصدار إعلان:'
|
||||
subject: إعلان الخدمة
|
||||
title: إعلان الخدمة خاص بـ%{domain}
|
||||
appeal_approved:
|
||||
action: إعدادات الحساب
|
||||
explanation: تمت الموافقة على استئناف السجل ضد حسابك في %{strike_date} الذي قدمته في %{appeal_date}. حسابك مرة أخرى في حالة جيدة.
|
||||
|
@ -1879,6 +2173,13 @@ ar:
|
|||
subject: تم النفاذ عبر حسابك من خلال عنوان إيبي جديد
|
||||
title: تسجيل دخول جديد
|
||||
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}
|
||||
subject: تحديثات على شروط الخدمة خاصتنا
|
||||
subtitle: شروط خدمة النطاق %{domain} ستتغير
|
||||
title: تحديث مهم
|
||||
warning:
|
||||
appeal: تقديم طعن
|
||||
|
@ -1937,6 +2238,14 @@ ar:
|
|||
follows_subtitle: اتبع الحسابات المشهورة
|
||||
follows_title: مَن عليك متابعته
|
||||
follows_view_more: متابعة المزيد من الأشخاص
|
||||
hashtags_recent_count:
|
||||
few: "%{people} أشخاص في اليومين الماضيين"
|
||||
many: "%{people} أشخاص في اليومين الماضيين"
|
||||
one: "%{people} شخص في اليومين الماضيين"
|
||||
other: "%{people} أشخاص في اليومين الماضيين"
|
||||
two: "%{people} شخص في اليومين الماضيين"
|
||||
zero: "%{people} شخص في اليومين الماضيين"
|
||||
hashtags_subtitle: استكشف ما رائج خلال اليومين الماضيين
|
||||
hashtags_title: الوسوم الرائجة
|
||||
hashtags_view_more: عرض المزيد من الوسوم الرائجة
|
||||
post_action: إنشاء
|
||||
|
|
|
@ -18,7 +18,7 @@ be:
|
|||
link_verified_on: Права ўласнасці на гэтую спасылку праверана %{date}
|
||||
nothing_here: Тут нічога няма!
|
||||
pin_errors:
|
||||
following: Вы павінны быць падпісаны на чалавека, якога жадаеце рэкамендаваць
|
||||
following: Трэба падпісацца на чалавека, якога вы хочаце рэкамендаваць
|
||||
posts:
|
||||
few: Допісы
|
||||
many: Допісаў
|
||||
|
@ -28,6 +28,8 @@ be:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Выканаць дзеянне
|
||||
already_silenced: Гэты ўліковы запіс ужо абмежаваны.
|
||||
already_suspended: Гэты ўліковы запіс ужо прыпынены.
|
||||
title: Мадэраваць %{acct}
|
||||
account_moderation_notes:
|
||||
create: Пакінуць нататку
|
||||
|
@ -107,7 +109,7 @@ be:
|
|||
no_role_assigned: Роля не прызначана
|
||||
not_subscribed: Не падпісаны
|
||||
pending: Чакае праверкі
|
||||
perform_full_suspension: Выключыць
|
||||
perform_full_suspension: Прыпыніць
|
||||
previous_strikes: Ранейшыя скаргі
|
||||
previous_strikes_description_html:
|
||||
few: Гэты ўліковы запіс мае <strong>%{count}</strong> скаргі.
|
||||
|
@ -164,7 +166,7 @@ be:
|
|||
unconfirmed_email: Непацверджаны адрас эл. пошты
|
||||
undo_sensitized: Прыбраць прымусовую пазнаку далікатнасці
|
||||
undo_silenced: Адмяніць ліміт
|
||||
undo_suspension: Разблакаваць карыстальніка
|
||||
undo_suspension: Разблакіраваць карыстальніка
|
||||
unsilenced_msg: З уліковага запісу %{username} зняты абмежаванні
|
||||
unsubscribe: Адпісацца
|
||||
unsuspended_msg: Уліковы запіс %{username} адноўлены
|
||||
|
@ -189,7 +191,7 @@ be:
|
|||
create_domain_block: Стварыць даменны блок
|
||||
create_email_domain_block: Стварыць даменны блок электроннай пошты
|
||||
create_ip_block: Стварыць IP правіла
|
||||
create_relay: Стварыць паўтор
|
||||
create_relay: Стварыць рэтранслятар
|
||||
create_unavailable_domain: Стварыць недаступны Дамен
|
||||
create_user_role: Стварыць ролю
|
||||
demote_user: Панізіць карыстальніка
|
||||
|
@ -201,22 +203,22 @@ be:
|
|||
destroy_email_domain_block: Выдаліць даменны блок электроннай пошты
|
||||
destroy_instance: Вычысціць дамен
|
||||
destroy_ip_block: Выдаліць IP правіла
|
||||
destroy_relay: Выдаліць паўтор
|
||||
destroy_relay: Выдаліць рэтранслятар
|
||||
destroy_status: Выдаліць допіс
|
||||
destroy_unavailable_domain: Выдаліць недаступны дамен
|
||||
destroy_user_role: Выдаліць ролю
|
||||
disable_2fa_user: Адключыць двухэтапнае спраўджанне
|
||||
disable_custom_emoji: Адключыць адвольныя эмодзі
|
||||
disable_relay: Выключыць паўтор
|
||||
disable_relay: Выключыць рэтранслятар
|
||||
disable_sign_in_token_auth_user: Адключыць аўтарызацыю праз электронную пошту для карыстальніка
|
||||
disable_user: Адключыць карыстальніка
|
||||
enable_custom_emoji: Уключыць адвольныя эмодзі
|
||||
enable_relay: Уключыць паўтор
|
||||
enable_relay: Уключыць рэтранслятар
|
||||
enable_sign_in_token_auth_user: Уключыць аўтарызацыю праз электронную пошту для карыстальніка
|
||||
enable_user: Уключыць карыстальніка
|
||||
memorialize_account: Запомніць уліковы запіс
|
||||
promote_user: Павысіць правы Карыстальніка
|
||||
publish_terms_of_service: Апублікаваць Умовы выкарыстаньня
|
||||
publish_terms_of_service: Апублікаваць умовы выкарыстання
|
||||
reject_appeal: Адхіліць абскарджанне
|
||||
reject_user: Адмовіць карыстальніку
|
||||
remove_avatar_user: Выдаліць аватар
|
||||
|
@ -226,13 +228,13 @@ be:
|
|||
resolve_report: Вырашыць скаргу
|
||||
sensitive_account: Уліковы запіс прымусова пазначаны як далікатны
|
||||
silence_account: Абмежаваць уліковы запіс
|
||||
suspend_account: Выключыць уліковы запіс
|
||||
suspend_account: Прыпыніць уліковы запіс
|
||||
unassigned_report: Прыбраць прызначэнне скаргі
|
||||
unblock_email_account: Разблакіраваць электронны адрас
|
||||
unsensitive_account: Прымусовая пазнака далікатнасці прыбраная
|
||||
unsilence_account: Уліковы запіс больш не абмежаваны
|
||||
unsuspend_account: Аднавіць уліковы запіс
|
||||
update_announcement: Абнавіць аб'яву
|
||||
update_announcement: Абнавіць аб’яву
|
||||
update_custom_emoji: Абнавіць адвольныя эмодзі
|
||||
update_domain_block: Актуалізаваць блакіроўку дамена
|
||||
update_ip_block: Абнавіць IP правіла
|
||||
|
@ -254,34 +256,34 @@ be:
|
|||
create_domain_block_html: "%{name} заблакіраваў дамен %{target}"
|
||||
create_email_domain_block_html: "%{name} заблакіраваў дамен эл. пошты %{target}"
|
||||
create_ip_block_html: "%{name} стварыў правіла для IP %{target}"
|
||||
create_relay_html: "%{name} стварыў(-а) паўтор %{target}"
|
||||
create_relay_html: "%{name} стварыў(-ла) рэтранслятар %{target}"
|
||||
create_unavailable_domain_html: "%{name} прыпыніў дастаўку да дамена %{target}"
|
||||
create_user_role_html: "%{name} зрабіў ролю %{target}"
|
||||
demote_user_html: "%{name} прыбраў карыстальніка %{target}"
|
||||
destroy_announcement_html: "%{name} выдаліў аб'яву %{target}"
|
||||
destroy_canonical_email_block_html: "%{name} разблакіраваў эл. пошту з хэшам %{target}"
|
||||
destroy_custom_emoji_html: "%{name} выдаліў(а) эмоджі %{target}"
|
||||
destroy_domain_allow_html: "%{name} зняў дазвол на аб'яднанне з даменам %{target}\n"
|
||||
destroy_custom_emoji_html: "%{name} выдаліў(-ла) эмодзі %{target}"
|
||||
destroy_domain_allow_html: "%{name} зняў(-ла) дазвол на аб’яднанне з даменам %{target}"
|
||||
destroy_domain_block_html: "%{name} разблакаваў дамен %{target}"
|
||||
destroy_email_domain_block_html: "%{name} разблакіраваў дамен эл. пошты %{target}"
|
||||
destroy_instance_html: "%{name} цалкам прыбраў дамен %{target}"
|
||||
destroy_ip_block_html: "%{name} выдаліў правіла для IP %{target}"
|
||||
destroy_relay_html: "%{name} выдаліў(-ла) паўтор %{target}"
|
||||
destroy_relay_html: "%{name} выдаліў(-ла) рэтранслятар %{target}"
|
||||
destroy_status_html: "%{name} выдаліў допіс %{target}"
|
||||
destroy_unavailable_domain_html: "%{name} дазволіў працягнуць адпраўку на дамен %{target}"
|
||||
destroy_user_role_html: "%{name} выдаліў ролю %{target}"
|
||||
disable_2fa_user_html: "%{name} амяніў абавязковую двухфактарную верыфікацыю для карыстальніка %{target}"
|
||||
disable_custom_emoji_html: "%{name} заблакіраваў эмодзі %{target}"
|
||||
disable_relay_html: "%{name} выключыў(-ла) паўтор %{target}"
|
||||
disable_relay_html: "%{name} выключыў(-ла) рэтранслятар %{target}"
|
||||
disable_sign_in_token_auth_user_html: "%{name} адключыў уваход праз эл. пошту для %{target}"
|
||||
disable_user_html: "%{name} адключыў уваход для карыстальніка %{target}"
|
||||
enable_custom_emoji_html: "%{name} уключыў эмодзі %{target}"
|
||||
enable_relay_html: "%{name} уключыў(-ла) паўтор %{target}"
|
||||
enable_relay_html: "%{name} уключыў(-ла) рэтранслятар %{target}"
|
||||
enable_sign_in_token_auth_user_html: "%{name} уключыў уваход праз эл. пошту для %{target}"
|
||||
enable_user_html: "%{name} уключыў уваход для карыстальніка %{target}"
|
||||
memorialize_account_html: Карыстальнік %{name} пераключыў уліковы запіс %{target} у старонку памяці
|
||||
promote_user_html: "%{name} павысіў карыстальніка %{target}"
|
||||
publish_terms_of_service_html: "%{name} апублікаваў абнаўленьне ўмоваў абслугоўваньня"
|
||||
publish_terms_of_service_html: "%{name} апублікаваў(-ла) абнаўленні ва ўмовах выкарыстання"
|
||||
reject_appeal_html: "%{name} адхіліў запыт на абскарджанне %{target}"
|
||||
reject_user_html: "%{name} адхіліў рэгістрацыю з %{target}"
|
||||
remove_avatar_user_html: "%{name} выдаліў аватар %{target}"
|
||||
|
@ -291,13 +293,13 @@ be:
|
|||
resolve_report_html: "%{name} вырашыў скаргу %{target}"
|
||||
sensitive_account_html: "%{name} адзначыў медыя %{target} як далікатнае"
|
||||
silence_account_html: "%{name} абмежаваў уліковы запіс %{target}"
|
||||
suspend_account_html: Уліковы запіс %{target} выключаны %{name}
|
||||
suspend_account_html: Уліковы запіс %{target} прыпынены %{name}
|
||||
unassigned_report_html: "%{name} знял(а) прызначэнне скаргі %{target}"
|
||||
unblock_email_account_html: "%{name} разблакіраваў эл. пошту %{target}"
|
||||
unsensitive_account_html: "%{name} зняў адзнаку далікатнае з медыя %{target}"
|
||||
unsilence_account_html: "%{name} зняў ліміт з уліковага запісу %{target}"
|
||||
unsuspend_account_html: Уліковы запіс %{target} адноўлены %{name}
|
||||
update_announcement_html: "%{name} абнавіў аб'яву %{target}"
|
||||
update_announcement_html: "%{name} абнавіў(-ла) аб’яву %{target}"
|
||||
update_custom_emoji_html: "%{name} абнавіў эмодзі %{target}"
|
||||
update_domain_block_html: "%{name} абнавіў блакіроўку дамена для %{target}"
|
||||
update_ip_block_html: "%{name} змяніў правіла для IP %{target}"
|
||||
|
@ -311,7 +313,7 @@ be:
|
|||
title: Аўдыт
|
||||
unavailable_instance: "(імя дамена недаступнае)"
|
||||
announcements:
|
||||
destroyed_msg: Аб'ява паспяхова выдалена!
|
||||
destroyed_msg: Аб’ява выдалена!
|
||||
edit:
|
||||
title: Рэдагаваць абвестку
|
||||
empty: Не знайдзена ніводнай абвесткі
|
||||
|
@ -325,26 +327,26 @@ be:
|
|||
scheduled_msg: Аб'ява запланавана да публікацыі!
|
||||
title: Аб'явы
|
||||
unpublish: Зняць з публікацыі
|
||||
unpublished_msg: Аб'ява паспяхова схована!
|
||||
updated_msg: Аб'ява паспяхова адноўлена!
|
||||
unpublished_msg: Аб’ява схавана!
|
||||
updated_msg: Аб’ява абноўлена!
|
||||
critical_update_pending: Чакаецца абнаўленне
|
||||
custom_emojis:
|
||||
assign_category: Прызначыць катэгорыю
|
||||
by_domain: Дамен
|
||||
copied_msg: Лакальная копія эмодзі паспяхова створана
|
||||
copied_msg: Створана лакальная копія эмодзі
|
||||
copy: Скапіраваць
|
||||
copy_failed_msg: Немагчыма зрабіць лакальную копію гэтага эмодзі
|
||||
create_new_category: Стварыць новую катэгорыю
|
||||
created_msg: Эмодзі паспяхова створана!
|
||||
delete: Выдаліць
|
||||
destroyed_msg: Смайлік паспяхова прыбраны!
|
||||
destroyed_msg: Уласнае эмодзі знішчана!
|
||||
disable: Адключыць
|
||||
disabled: Адключана
|
||||
disabled_msg: Смайлік паспяхова адключаны
|
||||
emoji: Эмодзі
|
||||
enable: Уключыць
|
||||
enabled: Уключана
|
||||
enabled_msg: Смайлік паспяхова ўключаны
|
||||
enabled_msg: Эмодзі паспяхова ўключана
|
||||
image_hint: PNG або GIF да %{size}
|
||||
list: Паказваць
|
||||
listed: Паказваецца
|
||||
|
@ -423,7 +425,7 @@ be:
|
|||
domain: Дамен
|
||||
edit: Рэдагаваць блакіраванне дамену
|
||||
existing_domain_block: Вы ўжо налажылі стражэйшыя абмежаванні на %{name}.
|
||||
existing_domain_block_html: Вы ўжо налажылі стражэйшыя абмежаванні на %{name}, спачатку вам неабходна <a href="%{unblock_url}">разблакаваць гэты акаўнт</a>.
|
||||
existing_domain_block_html: Вы ўжо наклалі больш строгія абмежаванні на %{name}, спачатку вам трэба <a href="%{unblock_url}">разблакіраваць гэты ўліковы запіс</a>.
|
||||
export: Экспарт
|
||||
import: Імпарт
|
||||
new:
|
||||
|
@ -433,7 +435,7 @@ be:
|
|||
desc_html: "<strong>Абмежаванне</strong> зробіць допісы людзей з гэтага дамену нябачнымі для тых, хто на іх не падпісаны. <strong>Выключэнне</strong> выдаліць усё змесціва, медыя і даныя профіляў дамену з вашага серверу. <strong>«Нічога»</strong> проста адхіліць медыя файлы."
|
||||
noop: Пуста
|
||||
silence: Абмежаваць
|
||||
suspend: Выключыць
|
||||
suspend: Прыпыніць
|
||||
title: Новы блок дамену
|
||||
no_domain_block_selected: Блакіроўкі даменаў не былі змененыя, таму што ні адзін з іх не быў выбраны
|
||||
not_permitted: Вам забаронена выконваць гэта дзеянне
|
||||
|
@ -478,7 +480,7 @@ be:
|
|||
no_file: Файл не выбраны
|
||||
export_domain_blocks:
|
||||
import:
|
||||
description_html: Вы збіраецеся імпартаваць спіс даменных блокаў. Калі ласка, праглядзіце гэты спіс вельмі ўважліва, асабліва калі вы асабіста не з'яўляецеся аўтарам гэтага спісу.
|
||||
description_html: Вы збіраецеся імпартаваць спіс даменных блокаў. Праглядзіце гэты спіс вельмі ўважліва, асабліва калі вы асабіста не з’яўляецеся аўтарам гэтага спіса.
|
||||
existing_relationships_warning: Наяўныя зносіны
|
||||
private_comment_description_html: 'Каб дапамагчы вам адсочваць, адкуль паходзяць імпартаваныя блокі, імпартаваныя блокі будуць створаны з наступным прыватным каментарыем: <q>%{comment}</q>'
|
||||
private_comment_template: Імпартавана з %{source} %{date}
|
||||
|
@ -487,6 +489,26 @@ be:
|
|||
new:
|
||||
title: Імпарт блакіровак дамену
|
||||
no_file: Файл не выбраны
|
||||
fasp:
|
||||
debug:
|
||||
callbacks:
|
||||
delete: Выдаліць
|
||||
ip: IP-адрас
|
||||
providers:
|
||||
active: Актыўны
|
||||
base_url: Базавы URL-адрас
|
||||
delete: Выдаліць
|
||||
edit: Рэдагаваць пастаўшчыка
|
||||
finish_registration: Завяршыць рэгістрацыю
|
||||
name: Назва
|
||||
providers: Пастаўшчыкі
|
||||
public_key_fingerprint: Лічбавы адбітак публічнага ключа
|
||||
registrations:
|
||||
confirm: Пацвердзіць
|
||||
reject: Адхіліць
|
||||
save: Захаваць
|
||||
sign_in: Увайсці
|
||||
title: FASP
|
||||
follow_recommendations:
|
||||
description_html: "<strong>Рэкамендацыі падпісак, дапамогаюць новым карыстальнікам хутка знайсці цікавы кантэнт</strong>. Калі карыстальнік недастаткова ўзаемадзейнічаў з іншымі, каб сфарміраваць персанальныя рэкамендацыі прытрымлівацца, замест гэтага рэкамендуюцца гэтыя ўліковыя запісы. Яны штодзённа пераразлічваюцца з сумесі ўліковых запісаў з самымі апошнімі ўзаемадзеяннямі і найбольшай колькасцю мясцовых падпісчыкаў для дадзенай мовы."
|
||||
language: Для мовы
|
||||
|
@ -527,7 +549,7 @@ be:
|
|||
reject_media: Адхіліць мультымедыя
|
||||
reject_reports: Адхіліць справаздачы
|
||||
silence: Ліміт
|
||||
suspend: Выключыць
|
||||
suspend: Прыпыніць
|
||||
policy: Палітыка
|
||||
reason: Публічная прычына
|
||||
title: Палітыкі кантэнту
|
||||
|
@ -561,6 +583,11 @@ be:
|
|||
all: Усе
|
||||
limited: Абмежаваныя
|
||||
title: Мадэрацыя
|
||||
moderation_notes:
|
||||
create: Дадаць нататку мадэратара
|
||||
created_msg: Нататка мадэратара для экзэмпляра сервера створана!
|
||||
destroyed_msg: Нататка мадэратара экзэмпляра сервера выдалена!
|
||||
title: Нататкі мадэратараў
|
||||
private_comment: Прыватны каментарый
|
||||
public_comment: Публічны каментарый
|
||||
purge: Ачысціць
|
||||
|
@ -601,7 +628,7 @@ be:
|
|||
relays:
|
||||
add_new: Дадаць новы рэтранслятар
|
||||
delete: Выдаліць
|
||||
description_html: "<strong>Федэрацыйны рэтранслятар</strong> - гэта прамежкавы сервер, які абменьваецца вялікімі аб'ёмамі публічных паведамленняў паміж серверамі, якія падпісваюцца і публікуюць на ім. <strong>Гэта можа дапамагчы малым і сярэднім серверам выяўляць кантэнт з fediverse</strong>, для чаго лакальным карыстальнікам у адваротным выпадку трэба было б уручную сачыць за іншымі людзьмі на аддаленых серверах."
|
||||
description_html: "<strong>Федэрацыйны рэтранслятар</strong> - гэта прамежкавы сервер, які абменьваецца вялікімі аб’ёмамі публічных паведамленняў паміж серверамі, якія падпісваюцца і робяць публікацыі на ім. <strong>Гэта можа дапамагчы малым і сярэднім серверам выяўляць змесціва з fediverse</strong>, бо ў іншым выпадку лакальным карыстальнікам трэба было б уручную сачыць за іншымі людзьмі на аддаленых серверах."
|
||||
disable: Адключыць
|
||||
disabled: Адключана
|
||||
enable: Уключыць
|
||||
|
@ -635,11 +662,11 @@ be:
|
|||
suspend_description_html: Уліковы запіс і ўсё яго змесціва будзе недаступна і ў далейшым выдалены, узаемадзеянне з ім будзе немагчыма. Магчыма адмяніць на працягу 30 дзён. Закрывае ўсе скаргі на гэты ўліковы запіс.
|
||||
actions_description_html: Вырашыце, якія дзеянні распачаць, каб вырашыць гэтую скаргу. Калі вы прымеце меры пакарання ў дачыненні да ўліковага запісу, пра які паведамляецца, ім будзе адпраўлена апавяшчэнне па электроннай пошце, за выключэннем выпадкаў, калі выбрана катэгорыя <strong>Спам</strong>.
|
||||
actions_description_remote_html: Вырашыце як паступіць з гэтай скаргай. Гэта паўплывае толькі на тое як <strong>ваш</strong> сервер звязваецца з аддалёным уліковым запісам і апрацоўвае яго кантэнт.
|
||||
actions_no_posts: У гэтай скаргі няма зьвязаных паведамленьняў для выдаленьня
|
||||
actions_no_posts: Да гэтай скаргі не прывязаны допісы да выдалення
|
||||
add_to_report: Дадаць яшчэ дэталяў да скаргі
|
||||
already_suspended_badges:
|
||||
local: Ужо прыпынена на гэтым сэрвэры
|
||||
remote: Ужо прыпынена на іх сэрвэры
|
||||
local: Ужо прыпынена на гэтым серверы
|
||||
remote: Ужо прыпынена на іх серверы
|
||||
are_you_sure: Вы ўпэўнены?
|
||||
assign_to_self: Прызначыць мне
|
||||
assigned: Прызначаны мадэратар
|
||||
|
@ -668,7 +695,7 @@ be:
|
|||
delete: Выдаліць
|
||||
placeholder: Апішыце, якія дзеянні былі зроблены, або любыя іншыя звязаныя абнаўленні...
|
||||
title: Нататкі
|
||||
notes_description_html: Праглядвайце і пакідайце нататкі іншым мадэратарам і сабе ў будучыні
|
||||
notes_description_html: Праглядайце і пакідайце нататкі для іншых мадэратараў і сябе ў будучыні
|
||||
processed_msg: 'Скарга #%{id} паспяхова апрацавана'
|
||||
quick_actions_description_html: 'Выканайце хуткае дзеянне або пракруціце ўніз, каб убачыць змесціва, на якое пададзена скарга:'
|
||||
remote_user_placeholder: аддалены карыстальнік з %{instance}
|
||||
|
@ -738,12 +765,12 @@ be:
|
|||
delete_user_data_description: Дазваляе карыстальнікам без затрымкі выдаляць даныя іншых карыстальнікаў
|
||||
invite_users: Запрашэнне карыстальнікаў
|
||||
invite_users_description: Дазваляе запрашаць новых людзей на сервер
|
||||
manage_announcements: Кіраванне аб'явамі
|
||||
manage_announcements_description: Дазваляе кіраваць аб'явамі на серверы
|
||||
manage_announcements: Кіраванне аб’явамі
|
||||
manage_announcements_description: Дазваляе кіраваць аб’явамі на серверы
|
||||
manage_appeals: Кіраванне апеляцыямі
|
||||
manage_appeals_description: Дазваляе карыстальнікам разглядаць апеляцыі на дзеянні мадэратара
|
||||
manage_blocks: Кіраванне блакіроўкамі
|
||||
manage_blocks_description: Дазваляе блакаваць пэўныя паштовыя правайдэры і IP адрасы
|
||||
manage_blocks_description: Дазваляе блакіраваць пэўных пастаўшчыкоў паслуг электроннай пошты і IP адрасы
|
||||
manage_custom_emojis: Кіраванне адвольнымі эмодзі
|
||||
manage_custom_emojis_description: Дазваляе кіраваць адвольнымі эмодзі на серверы
|
||||
manage_federation: Кіраваць федэрацыяй
|
||||
|
@ -775,11 +802,14 @@ be:
|
|||
title: Ролі
|
||||
rules:
|
||||
add_new: Дадаць правіла
|
||||
add_translation: Дадаць пераклад
|
||||
delete: Выдаліць
|
||||
description_html: Большасць сцвярджаюць, што прачыталі ўмовы абслугоўвання і згаджаюцца з імі, але звычайна людзі не чытаюць іх да канца, пакуль не ўзнікне праблема. <strong>Таму зрабіце правілы вашага сервера простымі з першага погляду, прадставіўшы іх у выглядзе маркіраванага спісу.</strong> Старайцеся рабіць правілы кароткімі і простымі, але не разбіваць іх на шмат асобных пунктаў.
|
||||
edit: Рэдагаваць правіла
|
||||
empty: Правілы сервера яшчэ не вызначаны.
|
||||
title: Правілы сервера
|
||||
translation: Пераклад
|
||||
translations: Пераклады
|
||||
settings:
|
||||
about:
|
||||
manage_rules: Кіраваць правіламі сервера
|
||||
|
@ -793,7 +823,7 @@ be:
|
|||
preamble: Брэндынг вашага сервера адрознівае яго ад іншых сервераў у сетцы. Гэтая інфармацыя можа адлюстроўвацца ў розных асяроддзях, напрыклад, у вэб-інтэрфейсе Mastodon, уласных праграмах, у папярэднім праглядзе спасылак на іншых вэб-сайтах і ў праграмах абмену паведамленнямі і гэтак далей. Па гэтай прычыне лепш трымаць гэтую інфармацыю яснай, кароткай і сціслай.
|
||||
title: Брэндынг
|
||||
captcha_enabled:
|
||||
desc_html: Гэта функцыянальнасць залежыць ад знешніх скрыптоў hCaptcha, што можа быць праблемай бяспекі і прыватнасці. Акрамя таго, <strong>гэта можа зрабіць працэс рэгістрацыі значна менш даступным для некаторых людзей, асабліва інвалідаў</strong>. Па гэтых прычынах, калі ласка, разгледзьце альтэрнатыўныя меры, такія як рэгістрацыя на аснове зацвярджэння або запрашэння.
|
||||
desc_html: Гэта функцыянальнасць залежыць ад знешніх скрыптоў hCaptcha, што можа быць праблемай бяспекі і прыватнасці. Акрамя таго, <strong>гэта можыць зменшыць даступнасць працэсу рэгістрацыі для некаторых людзей (асабліва інвалідаў)</strong>. Па гэтых прычынах, разгледзьце альтэрнатыўныя меры, такія як рэгістрацыя на аснове зацвярджэння або запрашэння.
|
||||
title: Патрабаваць ад новых карыстальнікаў рашэння CAPTCHA для пацверджання іх уліковага запісу
|
||||
content_retention:
|
||||
danger_zone: Небяспечная зона
|
||||
|
@ -805,11 +835,12 @@ be:
|
|||
discovery:
|
||||
follow_recommendations: Выконвайце рэкамендацыі
|
||||
preamble: Прадстаўленне цікавага кантэнту дапамагае прыцягнуць новых карыстальнікаў, якія могуць не ведаць нікога на Mastodon. Кантралюйце працу розных функцый выяўлення на вашым серверы.
|
||||
privacy: Прыватнасць
|
||||
profile_directory: Дырэкторыя профіляў
|
||||
public_timelines: Публічная паслядоўнасць публікацый
|
||||
publish_statistics: Апублікаваць статыстыку
|
||||
title: Выяўленне
|
||||
trends: Актуальныя
|
||||
trends: Трэнды
|
||||
domain_blocks:
|
||||
all: Для ўсіх
|
||||
disabled: Нікому
|
||||
|
@ -854,7 +885,7 @@ be:
|
|||
add_to_report: 'Дадаць да скаргі #%{id}'
|
||||
remove_from_report: Выдаліць са справаздачы
|
||||
report: Справаздача
|
||||
contents: Зьмест
|
||||
contents: Змест
|
||||
deleted: Выдалены
|
||||
favourites: Упадабаныя
|
||||
history: Гісторыя версій
|
||||
|
@ -863,7 +894,7 @@ be:
|
|||
media:
|
||||
title: Медыя
|
||||
metadata: Метаданыя
|
||||
no_history: Гэты пост не рэдагаваўся
|
||||
no_history: Гэты допіс не рэдагаваўся
|
||||
no_status_selected: Ніводная публікацыя не была зменена, бо ніводная не была выбрана
|
||||
open: Адкрыць допіс
|
||||
original_status: Зыходны допіс
|
||||
|
@ -872,7 +903,7 @@ be:
|
|||
status_changed: Допіс зменены
|
||||
status_title: Допіс карыстальніка @%{name}
|
||||
title: Допісы карыстальніка - @%{name}
|
||||
trending: Папулярныя
|
||||
trending: Трэндавае
|
||||
view_publicly: Глядзець публічна
|
||||
visibility: Бачнасць
|
||||
with_media: З медыя
|
||||
|
@ -890,13 +921,13 @@ be:
|
|||
appeal_rejected: Абскарджанне адхілена
|
||||
system_checks:
|
||||
database_schema_check:
|
||||
message_html: Ёсць незавершаныя міграцыі базы дадзеных. Калі ласка, запусціце іх, каб пераканацца, што дадатак паводзіць сябе належным чынам
|
||||
message_html: Ёсць незавершаныя міграцыі базы даных. Запусціце іх, каб пераканацца, што праграма паводзіць сябе належным чынам
|
||||
elasticsearch_health_red:
|
||||
message_html: Кластар Elasticsearch нездаровы (чырвоны статус), функцыі пошуку недаступныя
|
||||
elasticsearch_health_yellow:
|
||||
message_html: Кластар Elasticsearch нездаровы (жоўты статус), магчыма, неабходна высветліць прычыну
|
||||
elasticsearch_index_mismatch:
|
||||
message_html: Супастаўленне індэксаў Elasticsearch састарэла. Калі ласка, выканайце каманду <code>tootctl search deploy --only=%{value}</code>
|
||||
message_html: Супастаўленне індэксаў Elasticsearch састарэла. Выканайце каманду <code>tootctl search deploy --only=%{value}</code>
|
||||
elasticsearch_preset:
|
||||
action: Падрабязней у дакументацыі
|
||||
message_html: Ваш кластар Elasticsearch мае больш за адзін вузел, але Mastodon не наладжаны на іх выкарыстанне.
|
||||
|
@ -906,7 +937,7 @@ be:
|
|||
elasticsearch_reset_chewy:
|
||||
message_html: Ваш сістэмны індэкс Elasticsearch састарэлы з-за змены налад. Для яго абнаўлення выканайце каманду <code>tootctl search deploy --reset-chewy</code>.
|
||||
elasticsearch_running_check:
|
||||
message_html: Немагчыма падключыцца да Elasticsearch. Калі ласка, праверце, што ён запушчаны, або адключыце паўнатэкставы пошук
|
||||
message_html: Немагчыма падключыцца да Elasticsearch. Праверце, што ён запушчаны, або адключыце пошук па ўсім тэксце
|
||||
elasticsearch_version_check:
|
||||
message_html: 'Несумяшчальная версія Elasticsearch: %{value}'
|
||||
version_comparison: Elasticsearch %{running_version} выяўлены, але патрабуецца %{required_version}
|
||||
|
@ -916,11 +947,11 @@ be:
|
|||
sidekiq_process_check:
|
||||
message_html: Не працуе працэс Sidekiq для %{value} чаргі. Калі ласка праверце вашу канфігурацыю Sidekiq
|
||||
software_version_check:
|
||||
action: Праверыць наяўнасьць абнаўленьняў
|
||||
message_html: Даступна абнаўленьне Mastodon.
|
||||
action: Праверыць наяўнасць абнаўленняў
|
||||
message_html: Даступна абнаўленне Mastodon.
|
||||
software_version_critical_check:
|
||||
action: Прагледзець даступныя абнаўленні
|
||||
message_html: Даступна крытычнае абнаўленне Mastodon, калі ласка, зрабіце абнаўленне як мага хутчэй.
|
||||
message_html: Даступна крытычнае абнаўленне Mastodon, абнавіцеся як мага хутчэй.
|
||||
software_version_patch_check:
|
||||
action: Прагледзець даступныя абнаўленні
|
||||
message_html: Даступна абнаўленне Mastodon з выпраўленнем памылак.
|
||||
|
@ -932,13 +963,13 @@ be:
|
|||
message_html: "<strong>Ваша сховішча не наладжана. Прыватнасць карыстальнікаў пад пагрозай.</strong>"
|
||||
tags:
|
||||
moderation:
|
||||
not_trendable: Не ў трэндзе
|
||||
not_trendable: Не можа трапіць у трэнды
|
||||
not_usable: Непрыгодныя
|
||||
pending_review: Чакае праверкі
|
||||
review_requested: Патрабуюць прагледжвання
|
||||
reviewed: Прагледжаныя
|
||||
title: Стан
|
||||
trendable: У трэндзе
|
||||
trendable: Можа трапіць у трэнды
|
||||
unreviewed: Непрагледжаныя
|
||||
usable: Прыгодныя
|
||||
name: Назва
|
||||
|
@ -951,18 +982,26 @@ be:
|
|||
title: Хэштэгі
|
||||
updated_msg: Налады хэштэгаў паспяхова змененыя
|
||||
terms_of_service:
|
||||
back: Вернуцца да ўмоваў абслугоўваньня
|
||||
changelog: Што зьмянілася
|
||||
create: Выкарыстоўвайце свой уласны
|
||||
current: Цякучы
|
||||
back: Вернуцца да ўмоў выкарыстання
|
||||
changelog: Што змянілася
|
||||
create: Выкарыстоўвайце свой тэкст
|
||||
current: Бягучыя
|
||||
draft: Чарнавік
|
||||
generate: Выкарыстаць шаблон
|
||||
generates:
|
||||
action: Зґенераваць
|
||||
action: Згенерыраваць
|
||||
history: Гісторыя
|
||||
live: Дзейнічае
|
||||
notify_users: Апавясціць карыстальнікаў
|
||||
publish: Апублікаваць
|
||||
published_on_html: Апублікавана %{date}
|
||||
save_draft: Захаваць чарнавік
|
||||
title: Умовы выкарыстання
|
||||
title: Адміністрацыя
|
||||
trends:
|
||||
allow: Дазволіць
|
||||
approved: Пацверджаны
|
||||
confirm_allow: Вы ўпэўнены, што хочаце дазволіць выбраныя тэгі?
|
||||
disallow: Забараніць
|
||||
links:
|
||||
allow: Дазволіць спасылка
|
||||
|
@ -978,15 +1017,15 @@ be:
|
|||
many: Абагулілі %{count} чалавек за апошні тыдзень
|
||||
one: Абагуліў адзін чалавек за апошні тыдзень
|
||||
other: Абагулілі %{count} чалавек за апошні тыдзень
|
||||
title: Актуальныя спасылкі
|
||||
title: Трэндавыя спасылкі
|
||||
usage_comparison: Выкарыстоўвалася %{today} разоў сёння, у параўнанні з %{yesterday} учора
|
||||
not_allowed_to_trend: Забаронена выходзіць у актуальныя
|
||||
not_allowed_to_trend: Забаронена выходзіць у трэнды
|
||||
only_allowed: Толькі дазволенае
|
||||
pending_review: Чакае праверкі
|
||||
preview_card_providers:
|
||||
allowed: Спасылкі ад гэтага выдаўца не будуць у трэндзе
|
||||
description_html: Спасылкі з гэтых даменаў часта абагульняюцца на вашым серверы. Спасылкі не трапяць у публічныя трэнды, калі дамен спасылкі не ўхвалены. Вашае ўхваленне (ці адхіленне) распаўсюдзіцца на субдамены.
|
||||
rejected: Спасылкі ад гэтага выдаўца не будуць у трэнде
|
||||
rejected: Спасылкі ад гэтага выдаўца не будуць у трэндзе
|
||||
title: Выдаўцы
|
||||
rejected: Адхілена
|
||||
statuses:
|
||||
|
@ -1002,7 +1041,7 @@ be:
|
|||
many: Пашыраны або ўпадабаны %{friendly_count} разоў
|
||||
one: Пашыраны або ўпадабаны %{friendly_count} раз
|
||||
other: Пашыраны або ўпадабаны %{friendly_count} разоў
|
||||
title: Актуальныя допісы
|
||||
title: Трэндавыя допісы
|
||||
tags:
|
||||
current_score: Бягучы рэзультат %{score}
|
||||
dashboard:
|
||||
|
@ -1015,11 +1054,11 @@ be:
|
|||
listable: Можа быць прапанавана
|
||||
no_tag_selected: Ніводны тэг не быў зменены, бо ніводны не быў выбраны
|
||||
not_listable: Не будзе прапанавана
|
||||
not_trendable: Не з'явіцца ў трэндах
|
||||
not_trendable: Не з’явіцца сярод трэндаў
|
||||
not_usable: Немагчыма выкарыстаць
|
||||
peaked_on_and_decaying: На піку %{date}, зараз спадае
|
||||
title: Актуальныя хэштэгі
|
||||
trendable: Можа з'явіцца сярод трэндаў
|
||||
trendable: Можа з’явіцца сярод трэндаў
|
||||
trending_rank: 'Папулярнае #%{rank}'
|
||||
usable: Магчыма выкарыстаць
|
||||
usage_comparison: Выкарыстоўвалася %{today} разоў сёння, у параўнанні з %{yesterday} учора
|
||||
|
@ -1029,7 +1068,7 @@ be:
|
|||
one: Выкарыстаў адзін чалавек за апошні тыдзень
|
||||
other: Выкарысталі %{count} чалавек за апошні тыдзень
|
||||
title: Рэкамендацыі і трэнды
|
||||
trending: Папулярныя
|
||||
trending: Трэндавае
|
||||
warning_presets:
|
||||
add_new: Дадаць новы
|
||||
delete: Выдаліць
|
||||
|
@ -1070,7 +1109,7 @@ be:
|
|||
none: папярэджанне
|
||||
sensitive: пазначыць уліковы запіс як далікатны
|
||||
silence: абмежаваць уліковы запіс
|
||||
suspend: выключыць уліковы запіс
|
||||
suspend: каб прыпыніць гэты ўліковы запіс
|
||||
body: "%{target} абскарджвае рашэнне мадэратара %{action_taken_by} ад %{date}, якая была %{type}. Яны напісалі:"
|
||||
next_steps: Вы можаце ўхваліць апеляцыю каб адмяніць рашэнне мадэратараў ці ігнараваць яе.
|
||||
subject: "%{username} абскарджвае рашэнне мадэратараў на %{instance}"
|
||||
|
@ -1090,12 +1129,12 @@ be:
|
|||
new_trends:
|
||||
body: 'Гэтыя элементы трэба праверыць, перш чым публікаваць:'
|
||||
new_trending_links:
|
||||
title: Папулярныя спасылкі
|
||||
title: Трэндавыя спасылкі
|
||||
new_trending_statuses:
|
||||
title: Папулярныя допісы
|
||||
title: Трэндавыя допісы
|
||||
new_trending_tags:
|
||||
title: Папулярныя хэштэгі
|
||||
subject: Новае ў папулярным для разгляду %{instance}
|
||||
title: Трэндавыя хэштэгі
|
||||
subject: Новыя трэнды да прагляду %{instance}
|
||||
aliases:
|
||||
add_new: Стварыць псеўданім
|
||||
created_msg: Створаны новы псеўданім. Цяпер вы можаце пачаць пераход са старога ўліковага запісу.
|
||||
|
@ -1147,7 +1186,7 @@ be:
|
|||
welcome_title: Вітаем, %{name}!
|
||||
wrong_email_hint: Калі гэты адрас электроннай пошты памылковы, вы можаце змяніць яго ў наладах уліковага запісу.
|
||||
delete_account: Выдаліць уліковы запіс
|
||||
delete_account_html: Калі вы жадаеце выдаліць ваш уліковы запіс, можаце <a href="%{path}">працягнуць тут</a>. Ад вас будзе запатрабавана пацвярджэнне.
|
||||
delete_account_html: Калі вы жадаеце выдаліць свой уліковы запіс, вы можаце <a href="%{path}">працягнуць тут</a>. Ад вас спатрэбіцца пацвярджэнне.
|
||||
description:
|
||||
prefix_invited_by_user: "@%{name} запрашае вас далучыцца да гэтага сервера ў Mastodon!"
|
||||
prefix_sign_up: Зарэгістравацца ў Mastodon сёння!
|
||||
|
@ -1166,7 +1205,7 @@ be:
|
|||
or_log_in_with: Або ўвайсці з дапамогай
|
||||
progress:
|
||||
confirm: Пацвердзіць email
|
||||
details: Вашы дадзеныя
|
||||
details: Вашы даныя
|
||||
review: Наш водгук
|
||||
rules: Прыняць правілы
|
||||
providers:
|
||||
|
@ -1207,6 +1246,10 @@ be:
|
|||
view_strikes: Праглядзець мінулыя папярэджанні для вашага ўліковага запісу
|
||||
too_fast: Форма адпраўлена занадта хутка, паспрабуйце яшчэ раз.
|
||||
use_security_key: Выкарыстаеце ключ бяспекі
|
||||
author_attribution:
|
||||
example_title: Прыклад тэксту
|
||||
s_blog: Блог %{name}
|
||||
title: Пазначэнне аўтарства
|
||||
challenge:
|
||||
confirm: Працягнуць
|
||||
hint_html: "<strong>Парада:</strong> Мы не будзем запытваць ваш пароль зноўку на працягу наступнай гадзіны."
|
||||
|
@ -1276,7 +1319,7 @@ be:
|
|||
none: Папярэджанне
|
||||
sensitive: Пазначэнне ўліковага запісу як далікатнага
|
||||
silence: Абмежаванне ўліковага запісу
|
||||
suspend: Выключэнне ўліковага запісу
|
||||
suspend: Прыпыненне ўліковага запісу
|
||||
your_appeal_approved: Ваша абскарджанне было ўхвалена
|
||||
your_appeal_pending: Вы адправілі апеляцыю
|
||||
your_appeal_rejected: Ваша абскарджанне было адхілена
|
||||
|
@ -1398,10 +1441,10 @@ be:
|
|||
other: Выберыце %{count} элементаў, якія адпавядаюць вашаму пошуку.
|
||||
today: сёння
|
||||
validation_errors:
|
||||
few: Штосьці пакуль не зусім правільна! Калі ласка, праглядзіце %{count} памылкі ніжэй
|
||||
many: Штосьці пакуль не зусім правільна! Калі ласка, праглядзіце %{count} памылак ніжэй
|
||||
one: Штосьці пакуль не зусім правільна! Калі ласка, праглядзіце памылку ніжэй
|
||||
other: Штосьці пакуль не зусім правільна! Калі ласка, праглядзіце %{count} памылак ніжэй
|
||||
few: Штосьці тут пакуль не сыходзіцца! Праглядзіце %{count} памылкі ніжэй
|
||||
many: Штосьці тут пакуль не сыходзіцца! Праглядзіце %{count} памылак ніжэй
|
||||
one: Штосьці тут пакуль не сыходзіцца! Праглядзіце памылку ніжэй
|
||||
other: Штосьці тут пакуль не сыходзіцца! Праглядзіце %{count} памылак ніжэй
|
||||
imports:
|
||||
errors:
|
||||
empty: Пусты CSV файл
|
||||
|
@ -1413,7 +1456,7 @@ be:
|
|||
imported: Імпартавана
|
||||
mismatched_types_warning: Здаецца, вы выбралі няправільны тып для гэтага імпарту, праверце яшчэ раз.
|
||||
modes:
|
||||
merge: Аб'яднаць
|
||||
merge: Аб’яднаць
|
||||
merge_long: Захаваць існуючыя запісы і дадаць новыя
|
||||
overwrite: Перазапісаць
|
||||
overwrite_long: Замяніць бягучыя запісы на новыя
|
||||
|
@ -1489,7 +1532,7 @@ be:
|
|||
unsubscribe:
|
||||
action: Так, адпісацца
|
||||
complete: Адпісаны
|
||||
confirmation_html: Вы ўпэўнены, што жадаеце адмовіцца ад %{type} з Mastodon на дамене %{domain} на вашу электронную пошту %{email}? Вы заўсёды можаце паўторна падпісацца у <a href="%{settings_path}">наладах апавяшчэнняў па электроннай пошце</a>.
|
||||
confirmation_html: Вы ўпэўнены, што жадаеце адмовіцца ад атрымання %{type} з Mastodon на дамене %{domain} на сваю электронную пошту %{email}? Вы заўсёды можаце паўторна падпісацца ў <a href="%{settings_path}">наладах апавяшчэнняў па электроннай пошце</a>.
|
||||
emails:
|
||||
notification_emails:
|
||||
favourite: апавяшчэнні на пошту пра упадабанае
|
||||
|
@ -1529,7 +1572,7 @@ be:
|
|||
set_redirect: Задаць перанакіраванне
|
||||
warning:
|
||||
backreference_required: Спачатку трэба наладзіць зваротнае спасыланне новага ўліковага запісу на бягучы
|
||||
before: 'Перш чым працягнуць, калі ласка, уважліва прачытайце гэтыя заўвагі:'
|
||||
before: 'Перш чым працягнуць, уважліва прачытайце гэтыя заўвагі:'
|
||||
cooldown: Пасля «пераезду» будзе перыяд чакання, на працягу якога вы не зможаце зноў «пераехаць»
|
||||
disabled_account: Пасля гэтага ваш бягучы ўліковы запіс не будзе цалкам даступны. Аднак у вас будзе доступ да экспарту даных, а таксама да паўторнай актывацыі.
|
||||
followers: Гэтае дзеянне будзе «пераносіць» усіх падпісчыкаў з бягучага ўліковага запісу на новы
|
||||
|
@ -1642,9 +1685,9 @@ be:
|
|||
title: Вы пакідаеце %{instance}.
|
||||
relationships:
|
||||
activity: Актыўнасць ул. запісу
|
||||
confirm_follow_selected_followers: Вы ўпэўнены, што жадаеце падпісацца на выбраных падпісчыкаў?
|
||||
confirm_remove_selected_followers: Вы ўпэўнены, што жадаеце выдаліць выбраных падпісчыкаў?
|
||||
confirm_remove_selected_follows: Вы ўпэўнены, што жадаеце выдаліць выбраныя падпіскі?
|
||||
confirm_follow_selected_followers: Вы ўпэўнены, што хочаце падпісацца на выбраных падпісчыкаў?
|
||||
confirm_remove_selected_followers: Вы ўпэўнены, што хочаце выдаліць выбраных падпісчыкаў?
|
||||
confirm_remove_selected_follows: Вы ўпэўнены, што хочаце выдаліць выбраныя падпіскі?
|
||||
dormant: Занядбаны
|
||||
follow_failure: Вы не можаце падпісацца на некаторыя акаўнты.
|
||||
follow_selected_followers: Падпісацца на выбраных падпісчыкаў
|
||||
|
@ -1674,6 +1717,7 @@ be:
|
|||
scheduled_statuses:
|
||||
over_daily_limit: Вы перавысілі ліміт ў %{limit} запланаваных на сёння допісаў
|
||||
over_total_limit: Вы перавысілі ліміт ў %{limit} запланаваных допісаў
|
||||
too_soon: дата публікацыі мусіць быць у будучыні
|
||||
self_destruct:
|
||||
lead_html: На жаль, дамен <strong>%{domain}</strong> зачыняецца назаўсёды. Калі ў вас быў уліковы запіс, вы не зможаце працягваць выкарыстоўваць яго, але вы ўсё яшчэ можаце запытаць рэзервовае капіраванне вашых даных.
|
||||
title: Гэты сервер зачыняецца
|
||||
|
@ -1789,10 +1833,14 @@ be:
|
|||
in_reply_not_found: Здаецца, допіс, на які вы спрабуеце адказаць, не існуе.
|
||||
over_character_limit: перавышаная колькасць сімвалаў у %{max}
|
||||
pin_errors:
|
||||
direct: Допісы, бачныя толькі згаданым карыстальнікам, не могуць быць замацаваныя
|
||||
direct: Допісы, бачныя толькі згаданым карыстальнікам, нельга замацаваць
|
||||
limit: Вы ўжо замацавалі максімальную колькасць допісаў
|
||||
ownership: Немагчыма замацаваць чужы допіс
|
||||
reblog: Немагчыма замацаваць пашырэнне
|
||||
quote_policies:
|
||||
followers: Падпісчыкі і згаданыя карыстальнікі
|
||||
nobody: Толькі згаданыя карыстальнікі
|
||||
public: Усе
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Асабіста
|
||||
|
@ -1845,7 +1893,7 @@ be:
|
|||
tags:
|
||||
does_not_match_previous_name: не супадае з папярэднім імям
|
||||
terms_of_service:
|
||||
title: Умовы абслугоўваньня
|
||||
title: Умовы выкарыстання
|
||||
themes:
|
||||
contrast: Mastodon (высокі кантраст)
|
||||
default: Mastodon (цёмная)
|
||||
|
@ -1874,7 +1922,7 @@ be:
|
|||
otp: Праграма аўтэнтыфікацыі
|
||||
recovery_codes: Абнавіць коды аднаўлення
|
||||
recovery_codes_regenerated: Новыя коды аднаўлення паспяхова створаныя
|
||||
recovery_instructions_html: Калі раптам вы страціце доступ да вашага тэлефона, вы можаце скарыстацца адным з кодаў аднаўлення ніжэй каб аднавіць доступ да вашага ўліковага запісу. <strong>Захоўвайце іх у бяспечным месцы</strong>. Напрыклад, вы можаце раздрукаваць іх і захоўваць разам з іншымі важнымі дакументамі.
|
||||
recovery_instructions_html: Калі раптам вы страціце доступ да свайго тэлефона, вы можаце скарыстаць адзін з кодаў аднаўлення ніжэй каб аднавіць доступ да свайго ўліковага запісу. <strong>Захоўвайце іх у бяспечным месцы</strong>. Напрыклад, вы можаце раздрукаваць іх і захоўваць разам з іншымі важнымі дакументамі.
|
||||
webauthn: Ключы бяспекі
|
||||
user_mailer:
|
||||
appeal_approved:
|
||||
|
@ -1895,10 +1943,10 @@ be:
|
|||
title: Ваш архіў можна спампаваць
|
||||
failed_2fa:
|
||||
details: 'Вось падрабязнасці ўваходу:'
|
||||
explanation: Хтосьці спрабаваў увайсці ў ваш уліковы запіс, але ўвёў няправільны другі фактар аўтэнтыфікацыі.
|
||||
explanation: Хтосьці спрабаваў увайсці ў ваш уліковы запіс, але ўвёў няправільны часовы пароль.
|
||||
further_actions_html: Калі гэта не вы, мы рэкамендуем неадкладна %{action}, бо ён можа быць скампраметаваны.
|
||||
subject: Збой аўтэнтыфікацыі па другім фактары
|
||||
title: Няўдалая аўтэнтыфікацыя па другім фактары
|
||||
subject: Збой двухфактарнай аўтэнтыфікацыі
|
||||
title: Двухфактарная аўтэнтыфікацыя не ўдалася
|
||||
suspicious_sign_in:
|
||||
change_password: змяніць свой пароль
|
||||
details: 'Вось падрабязнасці ўваходу:'
|
||||
|
@ -1906,6 +1954,9 @@ be:
|
|||
further_actions_html: Калі гэта былі не вы, раім вам неадкладна %{action}, а таксама ўключыць двухфактарную аўтэнтыфікацыю, каб захаваць бяспеку вашага ўліковага запісу.
|
||||
subject: У вас уліковы запіс зайшлі з новага IP-адрасу
|
||||
title: Новы ўваход
|
||||
terms_of_service_changed:
|
||||
sign_off: Каманда %{domain}
|
||||
title: Важнае абнаўленне
|
||||
warning:
|
||||
appeal: Падаць апеляцыю
|
||||
appeal_description: "Калі вы лічыце гэта памылкай, вы можаце падаць апеляцыю \nсупрацоўнікам %{instance}."
|
||||
|
@ -1936,7 +1987,7 @@ be:
|
|||
none: Папярэджанне
|
||||
sensitive: Уліковыя запісы, пазначаныя як далікатныя
|
||||
silence: Уліковы запіс абмежаваны
|
||||
suspend: Уліковы запіс выключаны
|
||||
suspend: Уліковы запіс прыпынены
|
||||
welcome:
|
||||
apps_android_action: Спампаваць з Google Play
|
||||
apps_ios_action: Спампваваць з App Store
|
||||
|
@ -1968,9 +2019,9 @@ be:
|
|||
many: "%{people} чалавек за апошнія 2 дні"
|
||||
one: "%{people} чалавек за апошнія 2 дні"
|
||||
other: "%{people} чалавека за апошнія 2 дні"
|
||||
hashtags_subtitle: Даведайцеся што было папулярна ў апошнія 2 дні
|
||||
hashtags_subtitle: Даведайцеся што было ў трэндзе за апошнія 2 дні
|
||||
hashtags_title: Папулярныя хэштэгі
|
||||
hashtags_view_more: Прагледзець іншыя папулярныя хэштэгі
|
||||
hashtags_view_more: Прагледзець іншыя трэндавыя хэштэгі
|
||||
post_action: Стварыць
|
||||
post_step: Скажыце ўсім прывітанне з дапамогай тэксту, фатаграфій, відэа і апытанняў.
|
||||
post_title: Стварыце свой першы допіс
|
||||
|
@ -1983,7 +2034,7 @@ be:
|
|||
follow_limit_reached: Вы не можаце падпісацца на большую колькасць людзей чым %{limit}
|
||||
go_to_sso_account_settings: Перайдзіце ў налады ідэнтыфікацыі вашага ўліковага запісу
|
||||
invalid_otp_token: Няправільны код двухфактарнай аўтэнтыфікацыі
|
||||
otp_lost_help_html: Калі вы страцілі доступ да абодвух, вы можаце скарыстацца %{email}
|
||||
otp_lost_help_html: Калі вы страцілі доступ да абодвух, вы можаце звязацца з намі праз %{email}
|
||||
rate_limited: Занадта шмат спробаў аўтэнтыфікацыі, паспрабуйце пазней.
|
||||
seamless_external_login: Вы ўвайшлі праз знешні сэрвіс, таму налады пароля і эл. пошты недаступныя.
|
||||
signed_in_as: 'Увайшлі як:'
|
||||
|
|
|
@ -566,6 +566,13 @@ bg:
|
|||
all: Всичко
|
||||
limited: Ограничено
|
||||
title: Mодериране
|
||||
moderation_notes:
|
||||
create: Добавяне на бележка за модериране
|
||||
created_msg: Успешно създадена бележка за модериране на екземпляр!
|
||||
description_html: Прегледайте и оставете бележки за други модератори и за вас в бъдеще
|
||||
destroyed_msg: Успешно изтрита бележка за модериране на екземпляр!
|
||||
placeholder: Сведенията за този екземпляр, предприети действия, или всичко друго, което ще ви помогне да модерирате този екземпляр в бъдеще.
|
||||
title: Бележки за модериране
|
||||
private_comment: Личен коментар
|
||||
public_comment: Публичен коментар
|
||||
purge: Чистка
|
||||
|
@ -774,11 +781,16 @@ bg:
|
|||
title: Роли
|
||||
rules:
|
||||
add_new: Добавяне на правило
|
||||
add_translation: Добавяне на превод
|
||||
delete: Изтриване
|
||||
description_html: Дори повечето хора да отбелязват, че са прочели и са съгласни с условията на услугата, обикновено хората не ги четат, докато не се сблъскат с проблем. <strong>Улеснете четенето на правилата за сървъра си, представяйки ги като списък с точки.</strong> Опитайте да се придържате към кратки и прости правила, но не ги разпилявайте в премного точки.
|
||||
edit: Промяна на правило
|
||||
empty: Още няма определени правила на сървъра.
|
||||
move_down: Преместване надолу
|
||||
move_up: Преместване нагоре
|
||||
title: Сървърни правила
|
||||
translation: Превод
|
||||
translations: Преводи
|
||||
settings:
|
||||
about:
|
||||
manage_rules: Управление на правилата на сървъра
|
||||
|
@ -804,6 +816,7 @@ bg:
|
|||
discovery:
|
||||
follow_recommendations: Препоръки за следване
|
||||
preamble: За потребители, които са нови и не познават никого в Mastodon, показването на интересно съдържание е ключово. Настройте начина, по който различни функции по откриване на съдържание работят на вашия сървър.
|
||||
privacy: Поверителност
|
||||
profile_directory: Указател на профила
|
||||
public_timelines: Публични хронологии
|
||||
publish_statistics: Публикуване на статистиката
|
||||
|
@ -890,6 +903,8 @@ bg:
|
|||
system_checks:
|
||||
database_schema_check:
|
||||
message_html: Има миграции на базата данни, които чакат да бъдат изпълнени. Моля, изпълнете ги, за да осигурите изправността на приложението
|
||||
elasticsearch_analysis_index_mismatch:
|
||||
message_html: Настройките за анализиращия индекс Elasticsearch са остарели. Пуснете <code>tootctl search deploy --only-mapping --only=%{value}</code>
|
||||
elasticsearch_health_red:
|
||||
message_html: Клъстерът Elasticsearch е нездрав (червено състояние), функциите за търсене не са налични
|
||||
elasticsearch_health_yellow:
|
||||
|
@ -1841,6 +1856,10 @@ bg:
|
|||
limit: Вече сте закачили максималния брой публикации
|
||||
ownership: Публикация на някого другиго не може да бъде закачена
|
||||
reblog: Раздуване не може да бъде закачано
|
||||
quote_policies:
|
||||
followers: Последователи и споменати потребители
|
||||
nobody: Само споменатите потребители
|
||||
public: Всеки
|
||||
title: "%{name}: „%{quote}“"
|
||||
visibilities:
|
||||
direct: Директно
|
||||
|
@ -1894,6 +1913,11 @@ bg:
|
|||
does_not_match_previous_name: не съвпада с предишното име
|
||||
terms_of_service:
|
||||
title: Условия на услугата
|
||||
terms_of_service_interstitial:
|
||||
future_preamble_html: Правим някои промени в условията на услугата ни, което ще влезе в сила на <strong>%{date}</strong>. Насърчаваме ви да разгледате обновените условия.
|
||||
past_preamble_html: Променихме условията на услугата ни от последното ви посещение. Насърчаваме ви да разгледате обновените условия.
|
||||
review_link: Разглеждане на условията на услугата
|
||||
title: Условията на услугата на %{domain} се променят
|
||||
themes:
|
||||
contrast: Mastodon (висок контраст)
|
||||
default: Mastodon (тъмно)
|
||||
|
|
|
@ -578,6 +578,12 @@ ca:
|
|||
all: Totes
|
||||
limited: Limitades
|
||||
title: Moderació
|
||||
moderation_notes:
|
||||
create: Afegeix una nota de moderació
|
||||
created_msg: S'ha creat la nota de moderació d'instància.
|
||||
description_html: Mireu i deixeu notes per als altres moderadors i per a un mateix
|
||||
destroyed_msg: S'ha esborrat la nota de moderació d'instància.
|
||||
title: Notes de moderació
|
||||
private_comment: Comentari privat
|
||||
public_comment: Comentari públic
|
||||
purge: Purga
|
||||
|
@ -803,6 +809,8 @@ ca:
|
|||
preamble: Proporciona informació detallada sobre com funciona, com es modera i com es financia el servidor.
|
||||
rules_hint: Hi ha un àrea dedicada a les normes a les que s'espera que els teus usuaris s'hi adhereixin.
|
||||
title: Quant a
|
||||
allow_referrer_origin:
|
||||
title: Permeteu que llocs externs vegin el vostre servidor de Mastodon com a font de trànsit
|
||||
appearance:
|
||||
preamble: Personalitza l'interfície web de Mastodon.
|
||||
title: Aparença
|
||||
|
@ -1474,6 +1482,28 @@ ca:
|
|||
lists_html:
|
||||
one: Esteu a punt de <strong>reemplaçar les vostres llistes</strong> amb contactes de <strong>%{filename}</strong>. S'afegirà <strong>%{count} compte</strong> a les noves llistes.
|
||||
other: Esteu a punt de <strong>reemplaçar les vostres llistes</strong> amb contactes de <strong>%{filename}</strong>. S'afegiran fins a <strong>%{count} comptes</strong> a les noves llistes.
|
||||
muting_html:
|
||||
one: Esteu a punt de <strong>reemplaçar la vostra llista de comptes silenciats</strong> amb fins a <strong>%{count} compte</strong> de <strong>%{filename}</strong>.
|
||||
other: Esteu a punt de <strong>reemplaçar la vostra llista de comptes silenciats</strong> amb fins a <strong>%{count} comptes</strong> de <strong>%{filename}</strong>.
|
||||
preambles:
|
||||
blocking_html:
|
||||
one: Esteu a punt de <strong>blocar</strong> fins a <strong>%{count} compte</strong> de <strong>%{filename}</strong>.
|
||||
other: Esteu a punt de <strong>blocar</strong> fins a <strong>%{count} comptes</strong> de <strong>%{filename}</strong>.
|
||||
bookmarks_html:
|
||||
one: Esteu a punt d'afegir fins a <strong>%{count} publicació</strong> de <strong>%{filename}</strong> als vostres <strong>marcadors</strong>.
|
||||
other: Esteu a punt d'afegir fins a <strong>%{count} publicacions</strong> de <strong>%{filename}</strong> als vostres <strong>marcadors</strong>.
|
||||
domain_blocking_html:
|
||||
one: Esteu a punt de <strong>blocar</strong> fins a <strong>%{count} domini</strong> de <strong>%{filename}</strong>.
|
||||
other: Esteu a punt de <strong>blocar</strong> fins a <strong>%{count} dominis</strong> de <strong>%{filename}</strong>.
|
||||
following_html:
|
||||
one: Esteu a punt de <strong>seguir</strong> fins a <strong>%{count} compte</strong> de <strong>%{filename}</strong>.
|
||||
other: Esteu a punt de <strong>seguir</strong> fins a <strong>%{count} comptes</strong> de <strong>%{filename}</strong>.
|
||||
lists_html:
|
||||
one: Esteu a punt d'afegir <strong>%{count} compte</strong> de <strong>%{filename}</strong> a les vostres <strong>llistes</strong>. Es crearan noves llistes si no n'hi ha cap on afegir-lo.
|
||||
other: Esteu a punt d'afegir <strong>%{count} comptes</strong> de <strong>%{filename}</strong> a les vostres <strong>llistes</strong>. Es crearan noves llistes si no n'hi ha cap on afegir-los.
|
||||
muting_html:
|
||||
one: Esteu a punt de <strong>silenciar</strong> fins a <strong>%{count} compte</strong> de <strong>%{filename}</strong>.
|
||||
other: Esteu a punt de <strong>silenciar</strong> fins a <strong>%{count} comptes</strong> de <strong>%{filename}</strong>.
|
||||
preface: Pots importar algunes les dades que has exportat des d'un altre servidor, com ara el llistat de les persones que estàs seguint o bloquejant.
|
||||
recent_imports: Importacions recents
|
||||
states:
|
||||
|
|
|
@ -1590,7 +1590,7 @@ cy:
|
|||
domain_blocking_html:
|
||||
few: Rydych ar fin <strong>amnewid eich rhestr rhwystro parthau </strong> gyda hyd at <strong>%{count} parth</strong> o <strong>%{filename}</strong>.
|
||||
many: Rydych ar fin <strong>amnewid eich rhestr rhwystro parthau </strong> gyda hyd at <strong>%{count} parth</strong> o <strong>%{filename}</strong>.
|
||||
one: Rydych ar fin <strong>disodli eich rhestr blociau parth</strong> gyda hyd at <strong>%{count} parth</strong> o <strong>%{filename}</strong>.
|
||||
one: Rydych ar fin <strong>amnewid eich rhestr blociau parth</strong> gyda hyd at <strong>%{count} parth</strong> o <strong>%{filename}</strong>.
|
||||
other: Rydych ar fin <strong>amnewid eich rhestr rhwystro parthau </strong> gyda hyd at <strong>%{count} parth</strong> o <strong>%{filename}</strong>.
|
||||
two: Rydych ar fin <strong>amnewid eich rhestr rhwystro parthau </strong> gyda hyd at <strong>%{count} parth</strong> o <strong>%{filename}</strong.
|
||||
zero: Rydych ar fin <strong>amnewid eich rhestr rhwystro parthau </strong> gyda hyd at <strong>%{count} parth</strong> o <strong>%{filename}</strong>.
|
||||
|
|
|
@ -360,7 +360,7 @@ da:
|
|||
shortcode_hint: Mindst 2 tegn, kun alfanumeriske og understregstegn
|
||||
title: Tilpassede emojier
|
||||
uncategorized: Ukategoriseret
|
||||
unlist: Fjern fra oplistning
|
||||
unlist: Fjern fra liste
|
||||
unlisted: Ikke oplistet
|
||||
update_failed_msg: Kunne ikke opdatere denne emoji
|
||||
updated_msg: Emoji er opdateret!
|
||||
|
@ -653,7 +653,7 @@ da:
|
|||
mark_as_sensitive_description_html: Medierne i det anmeldte indlæg markeres som sensitive, og en advarsel (strike) registreres mhp. eskalering ved evt. fremtidige overtrædelser fra samme konto.
|
||||
other_description_html: Se flere muligheder for at kontrollere kontoens adfærd og tilpasse kommunikationen til den anmeldte konto.
|
||||
resolve_description_html: Ingen foranstaltninger træffes mod den anmeldte konto, ingen advarsel (strike) registreres og anmeldelsen lukkes.
|
||||
silence_description_html: Kontoen vil kun være synlig for følgerene eller dem, som manuelt slå den op, hvilket markant begrænser dens udbredelse. Kan altid omgøres. Lukker alle indrapporteringer af kontoen.
|
||||
silence_description_html: Kontoen vil kun være synlig for dem, der allerede følger den eller manuelt slår den op, hvilket alvorligt begrænser dens rækkevidde. Kan altid omgøres. Lukker alle indrapporteringer af denne konto.
|
||||
suspend_description_html: Kontoen inkl. alt indhold utilgængeliggøres og interaktion umuliggøres, og den slettes på et tidspunkt. Kan omgøres inden for 30 dage. Lukker alle indrapporteringer af kontoen.
|
||||
actions_description_html: Afgør, hvilke foranstaltning, der skal træffes for at løse denne anmeldelse. Ved en straffende foranstaltning mod den anmeldte konto, fremsendes en e-mailnotifikation, undtagen når kategorien <strong>Spam</strong> er valgt.
|
||||
actions_description_remote_html: Fastslå en nødvendig handling mhp. at løse denne anmeldelse. Dette vil kun påvirke <strong>din</strong> servers kommunikation med, og indholdshåndtering for, fjernkontoen.
|
||||
|
@ -1006,7 +1006,7 @@ da:
|
|||
one: Send %{display_count} e-mail
|
||||
other: Send %{display_count} e-mails
|
||||
title: Forhåndsvis Tjenestevilkår-underretning
|
||||
publish: Udgiv
|
||||
publish: Publicér
|
||||
published_on_html: Udgivet pr. %{date}
|
||||
save_draft: Gem udkast
|
||||
title: Tjenestevilkår
|
||||
|
@ -1266,8 +1266,8 @@ da:
|
|||
user_privacy_agreement_html: Jeg accepterer <a href="%{privacy_policy_path}" target="_blank">fortrolighedspolitikken</a>
|
||||
author_attribution:
|
||||
example_title: Eksempeltekst
|
||||
hint_html: Skriver du nyheder eller blogartikler uden for Mastodon? Styr, hvordan man bliver krediteret, når disse deles på Mastodon.
|
||||
instructions: 'Sørg for, at denne kode er i artikelens HTML:'
|
||||
hint_html: Skriver du nyheder eller blogartikler uden for Mastodon? Styr, hvordan du bliver krediteret, når de bliver delt på Mastodon.
|
||||
instructions: 'Sørg for, at denne kode er i din artikels HTML:'
|
||||
more_from_html: Flere fra %{name}
|
||||
s_blog: "%{name}s blog"
|
||||
then_instructions: Tilføj dernæst publikationsdomænenavnet i feltet nedenfor.
|
||||
|
@ -1347,7 +1347,7 @@ da:
|
|||
your_appeal_rejected: Din appel er afvist
|
||||
edit_profile:
|
||||
basic_information: Oplysninger
|
||||
hint_html: "<strong>Tilpas hvad folk ser på din offentlige profil og ved siden af dine indlæg.</strong> Andre personer vil mere sandsynligt følge dig tilbage og interagere med dig, når du har en udfyldt profil og et profilbillede."
|
||||
hint_html: "<strong>Tilpas, hvad folk ser på din offentlige profil og ved siden af dine indlæg.</strong> Andre personer er mere tilbøjelige til at følge dig tilbage og interagere med dig, når du har en udfyldt profil og et profilbillede."
|
||||
other: Andre
|
||||
errors:
|
||||
'400': Din indsendte anmodning er ugyldig eller fejlbehæftet.
|
||||
|
@ -1479,14 +1479,14 @@ da:
|
|||
one: Man er ved at <strong>erstatte sin domænesortliste</strong> med <strong>%{count} domæne</strong> fra <strong>%{filename}</strong>.
|
||||
other: Man er ved at <strong>erstatte sin domænesortliste</strong> med op til <strong>%{count} domæner</strong> fra <strong>%{filename}</strong>.
|
||||
following_html:
|
||||
one: Man er ved at <strong>følge</strong> <strong>%{count} konto</strong> fra <strong>%{filename}</strong> og <strong>stoppe med at følge andre</strong>.
|
||||
other: Man er ved at <strong>følge</strong> <strong>%{count} konti</strong> fra <strong>%{filename}</strong> og <strong>stoppe med at følge andre</strong>.
|
||||
one: Du er ved at <strong>følge</strong> <strong>%{count} konto</strong> fra <strong>%{filename}</strong> og <strong>stoppe med at følge andre</strong>.
|
||||
other: Du er ved at <strong>følge</strong> <strong>%{count} konti</strong> fra <strong>%{filename}</strong> og <strong>stoppe med at følge andre</strong>.
|
||||
lists_html:
|
||||
one: Man er ved at <strong>erstatte sine lister</strong> med indhold fra <strong>%{filename}</strong>. <strong>%{count} konto</strong> føjes til nye lister.
|
||||
other: Man er ved at <strong>erstatte sine lister</strong> med indhold fra <strong>%{filename}</strong>. Op til <strong>%{count} konti</strong> føjes til nye lister.
|
||||
muting_html:
|
||||
one: Man er ved at <strong>sin liste over en tavsgjort konto</strong> med <strong>%{count} konto</strong> fra <strong>%{filename}</strong>.
|
||||
other: Du er ved at <strong>erstatte din liste over skjulte kontoer</strong> med op til <strong>%{count} kontoer</strong> fra <strong>%{filename}</strong>.
|
||||
one: Du er ved at <strong>erstatte din liste over en skjult konto</strong> med op til <strong>%{count} konto</strong> fra <strong>%{filename}</strong>.
|
||||
other: Du er ved at <strong>erstatte din liste over skjulte konti</strong> med op til <strong>%{count} konti</strong> fra <strong>%{filename}</strong>.
|
||||
preambles:
|
||||
blocking_html:
|
||||
one: Man er ved at <strong>blokere</strong> <strong>%{count} konto</strong> fra <strong>%{filename}</strong>.
|
||||
|
@ -1504,8 +1504,8 @@ da:
|
|||
one: Man er ved at tilføje <strong>%{count} konto</strong> fra <strong>%{filename}</strong> til sine <strong>lister</strong>. Nye lister oprettes, hvis der ikke findes nogen liste at tilføje til.
|
||||
other: Man er ved at tilføje <strong>%{count} konti</strong> fra <strong>%{filename}</strong> til sine <strong>lister</strong>. Nye lister oprettes, hvis der ikke findes nogen liste at tilføje til.
|
||||
muting_html:
|
||||
one: Man er ved at <strong>tavsgøre</strong> <strong>%{count} konto</strong> fra <strong>%{filename}</strong>.
|
||||
other: Du er ved at <strong>skjule</strong> op til <strong>%{count} kontoer</strong> fra <strong>%{filename}</strong>.
|
||||
one: Du er ved at <strong>skjule</strong> op til <strong>%{count} konto</strong> fra <strong>%{filename}</strong>.
|
||||
other: Du er ved at <strong>skjule</strong> op til <strong>%{count} konti</strong> fra <strong>%{filename}</strong>.
|
||||
preface: Du kan importere data, du har eksporteret fra en anden server, såsom en liste over folk du følger eller blokerer.
|
||||
recent_imports: Seneste importer
|
||||
states:
|
||||
|
@ -1522,18 +1522,18 @@ da:
|
|||
domain_blocking: Importerer blokerede konti
|
||||
following: Importerer fulgte konti
|
||||
lists: Import af lister
|
||||
muting: Importerer skjulte kontoer
|
||||
muting: Importerer skjulte konti
|
||||
type: Importtype
|
||||
type_groups:
|
||||
constructive: Følger og Bogmærker
|
||||
destructive: Blokerede og skjulte kontoer
|
||||
destructive: Blokerede og skjulte konti
|
||||
types:
|
||||
blocking: Blokeringsliste
|
||||
bookmarks: Bogmærker
|
||||
domain_blocking: Domæneblokeringsliste
|
||||
following: Liste over fulgte
|
||||
lists: Lister
|
||||
muting: Tavsgørelsesliste
|
||||
muting: Liste over skjulte
|
||||
upload: Upload
|
||||
invites:
|
||||
delete: Deaktivér
|
||||
|
@ -1628,7 +1628,7 @@ da:
|
|||
title: Moderation
|
||||
move_handler:
|
||||
carry_blocks_over_text: Denne bruger er flyttet fra %{acct}, som du har haft blokeret.
|
||||
carry_mutes_over_text: Denne bruger er flyttet fra %{acct}, som du har haft skjult.
|
||||
carry_mutes_over_text: Denne bruger flyttede fra %{acct}, som du havde skjult.
|
||||
copy_account_note_text: 'Denne bruger er flyttet fra %{acct}, hvor dine tidligere noter om dem var:'
|
||||
navigation:
|
||||
toggle_menu: Åbn/luk menu
|
||||
|
@ -1713,12 +1713,12 @@ da:
|
|||
privacy:
|
||||
hint_html: "<strong>Tilpas hvordan din profil og dine indlæg kan findes.</strong> En række funktioner i Mastodon kan hjælpe dig med at nå ud til et bredere publikum, hvis du aktiverer dem. Tjek indstillingerne herunder for at sikre, at de passer til dit brugsscenarie."
|
||||
privacy: Privatliv
|
||||
privacy_hint_html: Styr, hvor meget der ønskes synliggjort til gavn for andre. Folk finder interessante profiler og apps ved at tjekke andres følgere ud, samt se hvilke apps de sender fra, men dine præferencer ønskes muligvis ikke synliggjort.
|
||||
reach: Udbredelse
|
||||
privacy_hint_html: Styr, hvor meget du vil afsløre til gavn for andre. Folk opdager interessante profiler og apps ved at gennemse andres følgere og se, hvilke apps de sender fra, men du foretrækker måske at holde det skjult.
|
||||
reach: Rækkevidde
|
||||
reach_hint_html: Indstil om du vil blive opdaget og fulgt af nye mennesker. Ønsker du, at dine indlæg skal vises på Udforsk-siden? Ønsker du, at andre skal se dig i deres følg-anbefalinger? Ønsker du at acceptere alle nye følgere automatisk, eller vil du have detaljeret kontrol over hver og en?
|
||||
search: Søg
|
||||
search: Søgning
|
||||
search_hint_html: Indstil hvordan du vil findes. Ønsker du, at folk skal finde dig gennem hvad du har skrevet offentligt? Vil du have folk udenfor Mastodon til at finde din profil, når de søger på nettet? Vær opmærksom på, at det ikke kan garanteres at dine offentlige indlæg er udelukket fra alle søgemaskiner.
|
||||
title: Fortrolighed og udbredelse
|
||||
title: Fortrolighed og rækkevidde
|
||||
privacy_policy:
|
||||
title: Privatlivspolitik
|
||||
reactions:
|
||||
|
@ -1832,7 +1832,7 @@ da:
|
|||
profile: Offentlig profil
|
||||
relationships: Følger og følgere
|
||||
severed_relationships: Afbrudte forhold
|
||||
statuses_cleanup: Auto-indlægssletning
|
||||
statuses_cleanup: Automatiseret sletning af indlæg
|
||||
strikes: Moderationsadvarsler
|
||||
two_factor_authentication: Tofaktorgodkendelse
|
||||
webauthn_authentication: Sikkerhedsnøgler
|
||||
|
@ -1885,8 +1885,8 @@ da:
|
|||
private_long: Vis kun til følgere
|
||||
public: Offentlig
|
||||
public_long: Kan ses af alle
|
||||
unlisted: Ulistet
|
||||
unlisted_long: Kan ses af alle, men listes på offentlige tidslinjer
|
||||
unlisted: Ikke oplistet
|
||||
unlisted_long: Kan ses af alle, men vises ikke på offentlige tidslinjer
|
||||
statuses_cleanup:
|
||||
enabled: Slet automatisk gamle indlæg
|
||||
enabled_hint: Sletter automatisk dine indlæg, når disse når en bestemt alder, medmindre de matcher en af undtagelserne nedenfor
|
||||
|
@ -1905,9 +1905,9 @@ da:
|
|||
keep_polls: Behold afstemninger
|
||||
keep_polls_hint: Sletter ingen af dine afstemninger
|
||||
keep_self_bookmark: Behold bogmærkede indlæg
|
||||
keep_self_bookmark_hint: Sletter ikke egne indlæg, såfremt de er bogmærket
|
||||
keep_self_bookmark_hint: Sletter ikke dine egne indlæg, hvis du har bogmærket dem
|
||||
keep_self_fav: Behold favoritmarkerede indlæg
|
||||
keep_self_fav_hint: Sletter ikke egne indlæg, såfremt de er favoritmarkeret
|
||||
keep_self_fav_hint: Sletter ikke dine egne indlæg, hvis du har favoritmarkeret dem
|
||||
min_age:
|
||||
'1209600': 2 uger
|
||||
'15778476': 6 måneder
|
||||
|
@ -1919,9 +1919,9 @@ da:
|
|||
'7889238': 3 måneder
|
||||
min_age_label: Alderstærskel
|
||||
min_favs: Behold indlæg favoritmarkeret mindst
|
||||
min_favs_hint: Sletter ingen egne indlæg, som har modtaget minimum dette antal favoritmarkeringer. Lad stå tomt for at slette indlæg uanset favoritmarkeringer
|
||||
min_favs_hint: Sletter ingen af dine egne indlæg, som har modtaget minimum dette antal favoritmarkeringer. Lad stå tom for at slette indlæg uanset antal favoritmarkeringer
|
||||
min_reblogs: Behold indlæg fremhævet mindst
|
||||
min_reblogs_hint: Sletter ingen af egne indlæg, som er fremhævet flere end dette antal gange. Lad stå tomt for at ignorere denne tærskel under sletning
|
||||
min_reblogs_hint: Sletter ingen af dine egne indlæg, som er fremhævet flere end dette antal gange. Lad stå tom for at slette indlæg uanset antallet af fremhævelser
|
||||
stream_entries:
|
||||
sensitive_content: Sensitivt indhold
|
||||
strikes:
|
||||
|
@ -2091,7 +2091,7 @@ da:
|
|||
verification:
|
||||
extra_instructions_html: <strong>Tip:</strong> Linket på din hjemmeside kan være usynligt. Den vigtige del er <code>rel="me"</code> , som forhindrer impersonation på websteder med brugergenereret indhold. Du kan endda bruge et <code>link</code> tag i overskriften på siden i stedet for <code>a</code>, men HTML skal være tilgængelig uden at udføre JavaScript.
|
||||
here_is_how: Sådan gør du
|
||||
hint_html: "<strong>Bekræftelse af din identitet på Mastodon er for alle.</strong> Baseret på åbne webstandarder, nu og for evigt gratis. Alt du behøver er en personlig hjemmeside, som folk genkende dig ved. Når du linker til denne hjemmeside fra din profil, vi vil kontrollere, at hjemmesiden linker tilbage til din profil og vise en visuel indikator på det."
|
||||
hint_html: "<strong>Verificering af din identitet på Mastodon er for alle.</strong> Baseret på åbne webstandarder, nu og for altid gratis. Alt, hvad du behøver, er en personlig hjemmeside, som folk kender dig fra. Når du linker til denne hjemmeside fra din profil, kontrollerer vi, at hjemmesiden linker tilbage til din profil, og viser en visuel indikator på den."
|
||||
instructions_html: Kopier og indsæt koden nedenfor i HTML på din hjemmeside. Tilføj derefter adressen på din hjemmeside i et af de ekstra felter på din profil på fanen "Redigér profil" og gem ændringer.
|
||||
verification: Bekræftelse
|
||||
verified_links: Dine bekræftede links
|
||||
|
|
|
@ -1940,7 +1940,7 @@ de:
|
|||
contrast: Mastodon (Hoher Kontrast)
|
||||
default: Mastodon (Dunkel)
|
||||
mastodon-light: Mastodon (Hell)
|
||||
system: Automatisch (mit System synchronisieren)
|
||||
system: Automatisch (wie Betriebssystem)
|
||||
time:
|
||||
formats:
|
||||
default: "%d. %b %Y, %H:%M Uhr"
|
||||
|
|
|
@ -4,7 +4,7 @@ be:
|
|||
confirmations:
|
||||
confirmed: Адрас вашай электроннай пошты паспяхова пацверджаны.
|
||||
send_instructions: Цягам некалькіх хвілін вы атрымаеце ліст з інструкцыямі, каб пацвердзіць вашую электронную пошту. Калі ласка, зазірніце ў папку са спамам, калі не знойдзеце ліст.
|
||||
send_paranoid_instructions: Калі адрас вашай электроннай пошты існуе ў нашай базе дадзеных, цягам некалькіх хвілін вы атрымаеце ліст з інструкцыямі, каб пацвердзіць вашую электронную пошту. Калі ласка, зазірніце ў папку са спамам, калі не знойдзеце ліст.
|
||||
send_paranoid_instructions: Калі адрас вашай электроннай пошты існуе ў нашай базе даных, на працягу некалькіх хвілін вы атрымаеце ліст з інструкцыямі, каб пацвердзіць вашу электронную пошту. Калі вы не знойдзеце ліст, праверце папку са спамам.
|
||||
failure:
|
||||
already_authenticated: Вы ўжо ўвайшлі.
|
||||
inactive: Ваш уліковы запіс яшчэ не актываваны.
|
||||
|
@ -15,25 +15,25 @@ be:
|
|||
omniauth_user_creation_failure: Памылка пры стварэнні ўліковага запісу для гэтай асобы.
|
||||
pending: Ваш уліковы запіс яшчэ разглядаецца.
|
||||
timeout: Ваш сеанс скончыўся. Каб працягнуць, увайдзіце яшчэ раз.
|
||||
unauthenticated: Вам патрэбна зайсьці альбо зарэгістравацца, каб працягнуць
|
||||
unauthenticated: Каб працягнуць, вам трэба ўвайсці або зарэгістравацца.
|
||||
unconfirmed: Вы павінны пацвердзіць свой адрас электроннай пошты, перш чым працягнуць
|
||||
mailer:
|
||||
confirmation_instructions:
|
||||
action: Пацвердзіць адрас электроннай пошты
|
||||
action_with_app: Пацвердзіць і вярнуцца да %{app}
|
||||
explanation: Вы стварылі ўліковы запіс на %{host} з гэтым адрасам электроннай пошты. Вам спатрэбіцца ўсяго адзін клік, каб пацвердзіць яго. Калі гэта былі не вы, то проста праігнаруйце гэты ліст.
|
||||
explanation_when_pending: Вы падалі заяўку на запрашэнне на %{host} з гэтым адрасам электроннай пошты. Як толькі вы пацвердзіце свой адрас электроннай пошты, мы разгледзім вашу заяўку. Вы можаце ўвайсці, каб змяніць свае дадзеныя або выдаліць свой уліковы запіс, але вы не можаце атрымаць доступ да большасці функцый, пакуль ваш уліковы запіс не будзе зацверджаны. Калі ваша заяўка будзе адхілена, вашы даныя будуць выдалены, таму ад вас не спатрэбіцца ніякіх дадатковых дзеянняў. Калі гэта былі не вы, ігнаруйце гэты ліст
|
||||
explanation_when_pending: Вы падалі заяўку на запрашэнне ў %{host} з гэтага адрасу электроннай пошты. Як толькі вы пацвердзіце свой адрас электроннай пошты, мы разгледзім вашу заяўку. Вы можаце ўвайсці, каб змяніць свае даныя або выдаліць свой уліковы запіс, але вы не атрымаеце доступ да большасці функцый, пакуль ваш уліковы запіс не будзе зацверджаны. Калі ваша заяўка будзе адхілена, вашы даныя будуць выдалены, таму ад вас не спатрэбіцца ніякіх дадатковых дзеянняў. Калі гэта былі не вы, ігнаруйце гэты ліст.
|
||||
extra_html: Таксама азнаёмцеся з <a href="%{terms_path}">правіламі сервера</a> і <a href="%{policy_path}">нашымі ўмовамі абслугоўвання</a>.
|
||||
subject: 'Mastodon: Інструкцыі па пацвярджэнні для %{instance}'
|
||||
title: Праверце адрас электроннай пошты
|
||||
email_changed:
|
||||
explanation: Адрас электроннай пошты для вашага ўліковага запісу будзе зменены на
|
||||
extra: Калі вы не змянялі сваю электронную пошту, хутчэй за ўсё, нехта атрымаў доступ да вашага ўліковага запісу. Калі ласка, неадкладна змяніце свой пароль або звярніцеся да адміністратара сервера, калі вы заблакаваны з вашага ўліковага запісу
|
||||
extra: Калі вы не змянялі сваю электронную пошту, хутчэй за ўсё, нехта атрымаў доступ да вашага ўліковага запісу. Неадкладна змяніце свой пароль або звярніцеся да адміністратара сервера, калі вы заблакіраваны са свайго ўліковага запісу.
|
||||
subject: 'Mastodon: адрас электроннай пошты зменены'
|
||||
title: Новы адрас электроннай пошты
|
||||
password_change:
|
||||
explanation: Пароль для вашага ўліковага запісу быў зменены
|
||||
extra: Калі вы не змянялі свой пароль, верагодна, нехта атрымаў доступ да вашага ўліковага запісу. Калі ласка, неадкладна змяніце свой пароль або звярніцеся да адміністратара сервера, калі вы заблакаваны з вашага ўліковага запісу
|
||||
extra: Калі вы не змянялі свой пароль, імаверна, нехта атрымаў доступ да вашага ўліковага запісу. Неадкладна змяніце свой пароль або звярніцеся да адміністратара сервера, калі вы заблакіраваны са свайго ўліковага запісу.
|
||||
subject: 'Mastodon: пароль зменены'
|
||||
title: Пароль зменены
|
||||
reconfirmation_instructions:
|
||||
|
@ -88,13 +88,13 @@ be:
|
|||
success: Паспяховая аўтэнтыфікацыя з %{kind} уліковага запісу.
|
||||
passwords:
|
||||
no_token: Вы не можаце атрымаць доступ да гэтай старонкі не з ліста аднаўлення пароля. Калі вы ўсе ж такі перайшлі па спасылцы ў лісце аднаўлення пароля, упэўніцеся, што яна поўная.
|
||||
send_instructions: Калі ваш электроны адрас існуе ў нашай базе дадзеных, вы атрымаеце спасылку для аднаўлення пароля на свой электроны адрас праз пару хвілін. Калі ласка, праверце вашу тэчку са спамам, калі вы не атрымалі такі ліст.
|
||||
send_paranoid_instructions: Калі ваш электроны адрас існуе ў нашай базе дадзеных, вы атрымаеце спасылку для аднаўлення пароля на свой электроны адрас праз пару хвілін. Калі ласка, праверце вашу тэчку са спамам, калі вы не атрымалі такі ліст.
|
||||
send_instructions: Калі ваш электроны адрас існуе ў нашай базе даных, вы атрымаеце спасылку для аднаўлення пароля на сваю электронную пошту праз пару хвілін. Калі вы не атрымалі гэты ліст, праверце папку са спамам.
|
||||
send_paranoid_instructions: Калі ваш электроны адрас існуе ў нашай базе даных, вы атрымаеце спасылку для аднаўлення пароля на сваю электронную пошту праз пару хвілін. Калі вы не атрымалі гэты ліст, праверце папку са спамам.
|
||||
updated: Ваш пароль быў паспяхова зменены. Вы ўвайшлі ў сістэму.
|
||||
updated_not_active: Ваш пароль быў паспяхова зменены.
|
||||
registrations:
|
||||
destroyed: Пакуль! Ваш уліковы запіс быў паспяхова выдалены. Мы спадзяваемся хутка ўбачыць вас зноў.
|
||||
update_needs_confirmation: Вы паспяхова абнавілі свой уліковы запіс, аднак, нам неабходна пацвердзіць ваш новы адрас электроннай пошты. Калі ласка, праверце вашу пошту і перайдзіце па спасылцы для пацверджання вашага новага адраса электроннай пошты. Праверце тэчку са спамам, калі вы не атрымалі такі ліст.
|
||||
update_needs_confirmation: Вы паспяхова абнавілі свой уліковы запіс, аднак, нам неабходна пацвердзіць ваш новы адрас электроннай пошты. Праверце вашу пошту і перайдзіце па спасылцы для пацвярджэння свайго новага адраса электроннай пошты. Калі вы не атрымалі гэты ліст, праверце папку са спамам.
|
||||
updated: Ваш уліковы запіс быў паспяхова абноўлены.
|
||||
sessions:
|
||||
already_signed_out: Выхад паспяховы.
|
||||
|
@ -103,7 +103,7 @@ be:
|
|||
unlocks:
|
||||
send_instructions: Вы атрымаеце ліст з інструкцыямі па разблакаванні вашага ўліковага запісу цягам некалькіх хвілін. Праверце тэчку са спамам, калі вы не атрымалі такі ліст.
|
||||
send_paranoid_instructions: Калі ваш уліковы запіс існуе, вы атрымаеце ліст з інструкцыямі па яго разблакаванні цягам некалькіх хвілін. Праверце тэчку са спамам, калі вы не атрымалі такі ліст.
|
||||
unlocked: Ваш уліковы запіс быў паспяхова разблакаваны. Калі ласка, увайдзіце, каб працягнуць
|
||||
unlocked: Ваш уліковы запіс быў разблакіраваны. Увайдзіце, каб працягнуць.
|
||||
errors:
|
||||
messages:
|
||||
already_confirmed: ужо пацверджана, паспрабуйце ўвайсці
|
||||
|
|
|
@ -29,7 +29,7 @@ el:
|
|||
email_changed:
|
||||
explanation: 'Αλλάζεις τη διεύθυνση email για τον λογαριασμό σου στην:'
|
||||
extra: Αν δεν άλλαξες εσύ το email σου, ίσως κάποιος να έχει αποκτήσει πρόσβαση στο λογαριασμό σου. Παρακαλούμε άλλαξε το συνθηματικό σου άμεσα ή επικοινώνησε με τον διαχειριστή του κόμβου σου αν έχεις κλειδωθεί απ' έξω.
|
||||
subject: 'Mastodon: Αλλαγή διεύθυνσης email'
|
||||
subject: 'Mastodon: Το email άλλαξε'
|
||||
title: Νέα διεύθυνση email
|
||||
password_change:
|
||||
explanation: Το συνθηματικό του λογαριασμού σου άλλαξε.
|
||||
|
|
|
@ -4,14 +4,14 @@ ru:
|
|||
confirmations:
|
||||
confirmed: Ваш адрес электронной почты успешно подтверждён.
|
||||
send_instructions: В течение нескольких минут вы получите письмо с инструкциями по подтверждению адреса электронной почты. Если письмо не приходит, проверьте папку «Спам».
|
||||
send_paranoid_instructions: Если на ваш адрес электронной почты зарегистрирована учётная запись, то в течение нескольких минут вы получите письмо с инструкциями по его подтверждению. Если письмо не приходит, проверьте папку «Спам».
|
||||
send_paranoid_instructions: В течение нескольких минут вы получите письмо с инструкциями по его подтверждению, при условии что на ваш адрес электронной почты зарегистрирована учётная запись. Если письмо не приходит, проверьте папку «Спам».
|
||||
failure:
|
||||
already_authenticated: Вы уже авторизованы.
|
||||
inactive: Ваша учётная запись ещё не активирована.
|
||||
invalid: "%{authentication_keys} или пароль введены неверно."
|
||||
invalid: "%{authentication_keys} или пароль введён неверно."
|
||||
last_attempt: У вас осталась последняя попытка ввода пароля до блокировки учётной записи.
|
||||
locked: Ваша учётная запись заблокирована.
|
||||
not_found_in_database: "%{authentication_keys} или пароль введены неверно."
|
||||
not_found_in_database: "%{authentication_keys} или пароль введён неверно."
|
||||
omniauth_user_creation_failure: Не удалось создать учётную запись с помощью выбранного способа идентификации.
|
||||
pending: Ваша заявка на регистрацию всё ещё рассматривается.
|
||||
timeout: Ваш сеанс закончился. Пожалуйста, войдите снова.
|
||||
|
@ -22,29 +22,29 @@ ru:
|
|||
action: Подтвердить
|
||||
action_with_app: Подтвердить и вернуться в %{app}
|
||||
explanation: Вы создали учётную запись на сайте %{host}, используя этот адрес электронной почты. Остался лишь один шаг для её активации. Если это сделали не вы, просто проигнорируйте это письмо.
|
||||
explanation_when_pending: Вы подали заявку, чтобы создать учётную запись на сайте %{host}, используя этот адрес электронной почты. После того как вы его подтвердите, мы начнём рассматривать вашу заявку. До тех пор вы сможете войти на сайт только для того, чтобы редактировать данные своей учётной записи или удалить её. Если ваша заявка будет отклонена, все данные будут автоматически удалены, от вас не потребуется никаких дополнительных действий. Если заявку подали не вы, пожалуйста, проигнорируйте это письмо.
|
||||
explanation_when_pending: Вы подали заявку, чтобы создать учётную запись на сайте %{host}, используя этот адрес электронной почты. После того как вы его подтвердите, мы начнём рассматривать вашу заявку. До тех пор вы сможете войти на сайт только для того, чтобы редактировать данные своей учётной записи или удалить её. При условии что ваша заявка будет отклонена, все данные будут автоматически удалены, от вас не потребуется никаких дополнительных действий. Если заявку подали не вы, просто проигнорируйте это письмо.
|
||||
extra_html: Пожалуйста, также ознакомьтесь с <a href="%{terms_path}">правилами сервера</a> и <a href="%{policy_path}">политикой конфиденциальности</a>.
|
||||
subject: 'Mastodon: Инструкции по подтверждению учётной записи на %{instance}'
|
||||
title: Подтверждение адреса электронной почты
|
||||
email_changed:
|
||||
explanation: 'Ваш адрес электронной почты будет изменён на:'
|
||||
extra: Если вы не меняли адрес электронной почты, возможно, кто-то получил доступ к вашей учётной записи. Пожалуйста, немедленно смените пароль или свяжитесь с администратором сервера, если вы уже потеряли к ней доступ.
|
||||
extra: Если вы не меняли адрес электронной почты, возможно кто-то получил доступ к вашей учётной записи. Если вы уже потеряли к ней доступ, пожалуйста немедленно смените пароль или свяжитесь с администратором сервера.
|
||||
subject: 'Mastodon: Адрес электронной почты изменён'
|
||||
title: Адрес электронной почты изменён
|
||||
password_change:
|
||||
explanation: Ваш пароль был изменён.
|
||||
extra: Если вы не меняли пароль, возможно, кто-то получил доступ к вашей учётной записи. Пожалуйста, немедленно смените пароль или свяжитесь с администратором сервера, если вы уже потеряли к ней доступ.
|
||||
extra: Если вы не меняли пароль, возможно кто-то получил доступ к вашей учётной записи. Если вы уже потеряли к ней доступ, пожалуйста немедленно смените пароль или свяжитесь с администратором сервера.
|
||||
subject: 'Mastodon: Пароль изменён'
|
||||
title: Пароль изменён
|
||||
reconfirmation_instructions:
|
||||
explanation: Чтобы завершить изменение адреса электронной почты, подтвердите новый адрес.
|
||||
extra: Если запрос инициировали не вы, пожалуйста, проигнорируйте это письмо. Новый адрес не будет привязан к учётной записи, пока вы не перейдёте по ссылке выше.
|
||||
extra: Если запрос инициировали не вы, пожалуйста проигнорируйте это письмо. Новый адрес не будет привязан к учётной записи, пока вы не перейдёте по ссылке выше.
|
||||
subject: 'Mastodon: Подтвердите новый адрес электронной почты на %{instance}'
|
||||
title: Подтверждение адреса электронной почты
|
||||
reset_password_instructions:
|
||||
action: Сменить пароль
|
||||
explanation: Вы запросили новый пароль для вашей учётной записи.
|
||||
extra: Если вы не запрашивали изменение пароля, проигнорируйте это письмо. Ваш пароль не будет изменён, пока вы не перейдёте по ссылке и не введёте новый пароль.
|
||||
extra: Если вы не запрашивали изменение пароля, пожалуйста проигнорируйте это письмо. Ваш пароль не будет изменён, пока вы не перейдёте по ссылке и не введёте новый пароль.
|
||||
subject: 'Mastodon: Инструкции по восстановлению пароля'
|
||||
title: Восстановление пароля
|
||||
two_factor_disabled:
|
||||
|
@ -87,9 +87,9 @@ ru:
|
|||
failure: Вы не можете войти под учётной записью %{kind}, так как «%{reason}».
|
||||
success: Вход выполнен под учётной записью %{kind}.
|
||||
passwords:
|
||||
no_token: Доступ к этой странице возможен только по ссылке из письма о восстановлении пароля. Если вы перешли по такой ссылке, пожалуйста, убедитесь, что вы скопировали всю ссылку целиком.
|
||||
no_token: Доступ к этой странице возможен только по ссылке из письма о восстановлении пароля. Если вы перешли по такой ссылке, пожалуйста убедитесь, что вы скопировали всю ссылку целиком.
|
||||
send_instructions: Если на ваш адрес электронной почты зарегистрирована учётная запись, то в течение нескольких минут вы получите письмо с инструкциями по восстановлению пароля. Если письмо не приходит, проверьте папку «Спам».
|
||||
send_paranoid_instructions: Если на ваш адрес электронной почты зарегистрирована учётная запись, то в течение нескольких минут вы получите письмо с инструкциями по восстановлению пароля. Если письмо не приходит, проверьте папку «Спам».
|
||||
send_paranoid_instructions: В течение нескольких минут вы получите письмо с инструкциями по восстановлению пароля, при условии что на ваш адрес электронной почты зарегистрирована учётная запись. Если письмо не приходит, проверьте папку «Спам».
|
||||
updated: Ваш пароль изменён. Теперь вы авторизованы.
|
||||
updated_not_active: Ваш пароль изменён.
|
||||
registrations:
|
||||
|
@ -102,7 +102,7 @@ ru:
|
|||
signed_out: Выход выполнен.
|
||||
unlocks:
|
||||
send_instructions: В течение нескольких минут вы получите письмо с инструкциями по разблокировке учётной записи. Если письмо не приходит, проверьте папку «Спам».
|
||||
send_paranoid_instructions: Если ваша учётная запись существует, то в течение нескольких минут вы получите письмо с инструкциями по её разблокировке. Если письмо не приходит, проверьте папку «Спам».
|
||||
send_paranoid_instructions: В течение нескольких минут вы получите письмо с инструкциями по разблокировке вашей учётной записи, при условии что она существует. Если письмо не приходит, проверьте папку «Спам».
|
||||
unlocked: Ваша учётная запись разблокирована. Теперь вы можете войти.
|
||||
errors:
|
||||
messages:
|
||||
|
|
|
@ -49,14 +49,14 @@ vi:
|
|||
title: Đổi lại mật khẩu
|
||||
two_factor_disabled:
|
||||
explanation: Đăng nhập bây giờ chỉ có thể sử dụng địa chỉ email và mật khẩu.
|
||||
subject: 'Mastodon: Xác minh 2 bước đã bị vô hiệu hóa'
|
||||
subtitle: Xác minh hai bước cho tài khoản của bạn đã bị vô hiệu hóa.
|
||||
title: Vô hiệu hóa xác minh 2 bước
|
||||
subject: 'Mastodon: Xác thực 2 bước đã bị vô hiệu hóa'
|
||||
subtitle: Xác thực 2 bước cho tài khoản của bạn đã bị vô hiệu hóa.
|
||||
title: Vô hiệu hóa xác thực 2 bước
|
||||
two_factor_enabled:
|
||||
explanation: Cần có mã token được tạo bởi ứng dụng TOTP được ghép nối để đăng nhập.
|
||||
subject: 'Mastodon: Kích hoạt xác minh 2 bước'
|
||||
subtitle: Xác minh hai bước đã được bật cho tài khoản của bạn.
|
||||
title: Kích hoạt xác minh 2 bước
|
||||
subject: 'Mastodon: Kích hoạt xác thực 2 bước'
|
||||
subtitle: Xác thực 2 bước đã được bật cho tài khoản của bạn.
|
||||
title: Kích hoạt xác thực 2 bước
|
||||
two_factor_recovery_codes_changed:
|
||||
explanation: Các mã khôi phục trước đó đã bị vô hiệu hóa và thay bằng mã mới.
|
||||
subject: 'Mastodon: Mã khôi phục xác thực hai yếu tố đã được tạo lại'
|
||||
|
@ -74,18 +74,18 @@ vi:
|
|||
subject: 'Mastodon: Xóa khóa bảo mật'
|
||||
title: Một trong những khóa bảo mật của bạn vừa bị xóa
|
||||
webauthn_disabled:
|
||||
explanation: Xác minh bằng khóa bảo mật đã bị vô hiệu hóa đối với tài khoản của bạn.
|
||||
explanation: Xác thực bằng khóa bảo mật đã bị vô hiệu hóa đối với tài khoản của bạn.
|
||||
extra: Hiện tại, bạn chỉ có thể đăng nhập bằng cách sử dụng mã token được tạo bởi ứng dụng TOTP được ghép nối.
|
||||
subject: 'Mastodon: Vô hiệu hóa xác thực bằng khóa bảo mật'
|
||||
title: Đã vô hiệu hóa khóa bảo mật
|
||||
webauthn_enabled:
|
||||
explanation: Khóa bảo mật đã được bật cho tài khoản của bạn.
|
||||
extra: Hiện bạn đã có thể dùng khóa bảo mật để đăng nhập.
|
||||
subject: 'Mastodon: Kích hoạt xác minh bằng khóa bảo mật'
|
||||
subject: 'Mastodon: Kích hoạt xác thực bằng khóa bảo mật'
|
||||
title: Đã kích hoạt khóa bảo mật
|
||||
omniauth_callbacks:
|
||||
failure: Không thể xác minh bạn từ %{kind} bởi vì "%{reason}".
|
||||
success: Xác minh tài khoản %{kind} thành công.
|
||||
failure: Không thể xác thực bạn từ %{kind} bởi vì "%{reason}".
|
||||
success: Xác thực tài khoản %{kind} thành công.
|
||||
passwords:
|
||||
no_token: Bạn chỉ có thể truy cập trang này khi nhận được email khôi phục mật khẩu. Nếu vẫn không được, vui lòng chắc chắn rằng bạn đã dùng chính xác URL được cung cấp.
|
||||
send_instructions: Nếu địa chỉ email của bạn tồn tại trong cơ sở dữ liệu của chúng tôi, bạn sẽ nhận được liên kết khôi phục mật khẩu sau vài phút. Xin kiểm tra thư rác nếu như bạn không thấy email này.
|
||||
|
|
|
@ -60,6 +60,7 @@ ar:
|
|||
error:
|
||||
title: حدث هناك خطأ
|
||||
new:
|
||||
prompt_html: "%{client_name} يريد صلاحية الوصول إلى حسابك. <strong>اقبل الطلب فقط في حال معرفتك بالمصدر وتثق به</strong>"
|
||||
review_permissions: مراجعة الصلاحيات
|
||||
title: إذن بالتصريح
|
||||
show:
|
||||
|
@ -82,6 +83,7 @@ ar:
|
|||
access_denied: لقد رفض مالك المَورِدِ أو تصريح السيرفر طلبك.
|
||||
credential_flow_not_configured: فشل تدفق بيانات اعتماد كلمة سر مالك المورد بسبب عدم تهيئة Doorkeeper.configure.resource_owner_from_credentials.
|
||||
invalid_client: فشلت المصادقة مع العميل لأنه العميل مجهول أو لغياب المصادقة ضمن العميل أو أنّ أسلوب المصادقة غير مدعومة.
|
||||
invalid_code_challenge_method: يجب أن تكون طريقة تحدي الكود S256، البسيط غير مدعوم.
|
||||
invalid_grant: إنّ التصريح المقدَّم غير صالح، سواء انتهت مدة صلاحيته أو تم إلغاؤه أو أنه لا يتطابق مع عنوان إعادة التحويل في طلب التصريح أو أنّ هذا التصريح قد تم تقديمه لعميل آخر.
|
||||
invalid_redirect_uri: إنّ عنوان إعادة التحويل غير صالح.
|
||||
invalid_request:
|
||||
|
@ -165,6 +167,7 @@ ar:
|
|||
admin:write:reports: اتخاذ إجراءات إشراف على الإبلاغات
|
||||
crypto: استخدم التشفير من الطرف إلى نهاية الطرف
|
||||
follow: تعديل علاقات الحساب
|
||||
profile: السماح بالقراءة فقط لمعلومات ملفك الشخصي
|
||||
push: تلقي إشعاراتك
|
||||
read: قراءة كافة بيانات حسابك
|
||||
read:accounts: معاينة معلومات الحساب
|
||||
|
|
|
@ -89,7 +89,7 @@ be:
|
|||
missing_param: 'Адсутнічае абавязковы параметр: %{value}.'
|
||||
request_not_authorized: Запыт павінен быць аўтарызаваны. Абавязковы параметр для запыту аўтарызацыі адсутнічае або несапраўдны.
|
||||
unknown: У запыце адсутнічае абавязковы параметр, уключае значэнне параметра, якое не падтрымліваецца, альбо ён сфарміраваны іншым няправільным чынам.
|
||||
invalid_resource_owner: Прадстаўленыя ўліковыя дадзеныя ўладальніка рэсурсу несапраўдныя або немагчыма знайсці ўладальніка рэсурсу
|
||||
invalid_resource_owner: Пададзеныя ўліковыя даныя ўладальніка рэсурсу несапраўдныя або ўладальніка рэсурсу немагчыма знайсці
|
||||
invalid_scope: Запытаная вобласць абмежаванняў несапраўдная, невядомая альбо няправільная.
|
||||
invalid_token:
|
||||
expired: Тэрмін дзеяння токена доступу скончыўся
|
||||
|
@ -148,7 +148,7 @@ be:
|
|||
application:
|
||||
title: Патрабуецца аўтарызацыя OAuth
|
||||
scopes:
|
||||
admin:read: чытаць усе дадзеныя на серверы
|
||||
admin:read: чытаць усе даныя на серверы
|
||||
admin:read:accounts: чытаць канфідэнцыйную інфармацыю ўсіх акаўнтаў
|
||||
admin:read:canonical_email_blocks: чытаць канфідэнцыйную інфармацыю ўсіх кананічных блокаў электроннай пошты
|
||||
admin:read:domain_allows: чытаць канфідэнцыйную інфармацыю ўсіх дазволеных даменаў
|
||||
|
|
|
@ -29,7 +29,7 @@ cs:
|
|||
edit:
|
||||
title: Upravit aplikaci
|
||||
form:
|
||||
error: A jéje! Zkontrolujte ve formuláři případné chyby
|
||||
error: A jéje! Zkontrolujte formulář pro případné chyby
|
||||
help:
|
||||
native_redirect_uri: Pro místní testy použijte %{native_redirect_uri}
|
||||
redirect_uri: Jedno URI na každý řádek
|
||||
|
|
|
@ -130,11 +130,11 @@ da:
|
|||
crypto: Ende-til-ende kryptering
|
||||
favourites: Favoritter
|
||||
filters: Filtre
|
||||
follow: Fulgte, skjjulte og blokerede kontoer
|
||||
follow: Fulgte, skjulte og blokerede konti
|
||||
follows: Følger
|
||||
lists: Lister
|
||||
media: Medievedhæftninger
|
||||
mutes: Skjulte kontoer
|
||||
mutes: Skjulte
|
||||
notifications: Notifikationer
|
||||
profile: Din Mastodon-profil
|
||||
push: Push-notifikationer
|
||||
|
@ -177,7 +177,7 @@ da:
|
|||
read:filters: se dine filtre
|
||||
read:follows: se dine følger
|
||||
read:lists: se dine lister
|
||||
read:mutes: se dine skjulte kontoer
|
||||
read:mutes: se dine skjulte konti
|
||||
read:notifications: se dine notifikationer
|
||||
read:reports: se dine anmeldelser
|
||||
read:search: søg på dine vegne
|
||||
|
|
|
@ -83,6 +83,7 @@ eu:
|
|||
access_denied: Baliabidearen jabeak edo baimenaren zerbitzariak eskaera ukatu du.
|
||||
credential_flow_not_configured: Baliabidearen jabearen pasahitza kredentzialen fluxuak huts egin du Doorkeeper.configure.resource_owner_from_credentials konfiguratu gabe dagoelako.
|
||||
invalid_client: Bezeroaren autentifikazioak huts egin du bezero ezezaguna delako, ez delako bezero autentifikazioa txertatu, edo autentifikazio metodoa ez delako onartzen.
|
||||
invalid_code_challenge_method: Kodearen erronka metodoa S256 izan behar da, arrunta ez da onartzen.
|
||||
invalid_grant: Emandako baimena baliogabea da, iraungi edo indargabetu da, ez dator bat baimen-eskaeran erabilitako birbideratze URI-arekin edo beste bezero batek sortu du.
|
||||
invalid_redirect_uri: Sartutako birbideratze URI-a baliogabea da.
|
||||
invalid_request:
|
||||
|
|
|
@ -82,7 +82,7 @@ ru:
|
|||
messages:
|
||||
access_denied: Владелец ресурса или сервер авторизации ответил отказом на ваш запрос.
|
||||
credential_flow_not_configured: Процесс Resource Owner Password Credentials завершился неудачей, поскольку параметр конфигурации Doorkeeper.configure.resource_owner_from_credentials не был задан.
|
||||
invalid_client: 'Не удалось аутентифицировать клиент по одной из следующих причин: неизвестный клиент; отсутствует аутентификация клиента; неподдерживаемый метод аутентификации.'
|
||||
invalid_client: 'Не удалось аутентифицировать клиент по одной из следующих причин: неизвестный клиент, отсутствует аутентификация клиента, неподдерживаемый метод аутентификации.'
|
||||
invalid_code_challenge_method: Функция хеширования для механизма PKCE должна быть установлена в значение S256, метод PLAIN не поддерживается.
|
||||
invalid_grant: Предоставленное разрешение на авторизацию либо недействительно, либо истекло, либо отозвано, либо не соответствует использованному в запросе на авторизацию URI перенаправления, либо было выдано для другого клиента.
|
||||
invalid_redirect_uri: Предоставленный URI перенаправления недействителен.
|
||||
|
@ -97,7 +97,7 @@ ru:
|
|||
revoked: Токен доступа был отозван
|
||||
unknown: Токен доступа недействителен
|
||||
resource_owner_authenticator_not_configured: Поиск владельца ресурса завершился неудачей, поскольку параметр конфигурации Doorkeeper.configure.resource_owner_authenticator не был задан.
|
||||
server_error: На сервере авторизации произошла непредвиденная ошибка, не позволившая ему выполнить запрос.
|
||||
server_error: На сервере авторизации произошла непредвиденная ошибка, которая не позволила ему выполнить запрос.
|
||||
temporarily_unavailable: Сервер авторизации в данный момент не может выполнить запрос по причине временной перегрузки или технического обслуживания.
|
||||
unauthorized_client: Клиент не авторизован для выполнения этого запроса с использованием этого метода.
|
||||
unsupported_grant_type: Тип разрешения на авторизацию не поддерживается сервером авторизации.
|
||||
|
@ -167,23 +167,23 @@ ru:
|
|||
admin:write:reports: осуществлять модерацию применительно к жалобам
|
||||
crypto: использовать сквозное шифрование
|
||||
follow: вносить изменения в отношения с другими пользователями
|
||||
profile: читать исключительно сведения о вашем профиле
|
||||
profile: иметь доступ исключительно к данным профиля пользователя
|
||||
push: получать push-уведомления
|
||||
read: читать данные вашей учётной записи
|
||||
read: иметь доступ ко всем данным учётной записи
|
||||
read:accounts: иметь доступ к информации об учётных записях
|
||||
read:blocks: иметь доступ к вашим блокировкам
|
||||
read:bookmarks: иметь доступ к вашим закладкам
|
||||
read:favourites: иметь доступ к списку постов, которые вы добавили в избранное
|
||||
read:filters: иметь доступ к вашим фильтрам
|
||||
read:follows: иметь доступ к вашим подпискам
|
||||
read:lists: иметь доступ к вашим спискам
|
||||
read:mutes: иметь доступ к списку пользователей, которых вы игнорируете
|
||||
read:notifications: иметь доступ к вашим уведомлениям
|
||||
read:reports: иметь доступ к вашим жалобам
|
||||
read:blocks: иметь доступ к блокировкам
|
||||
read:bookmarks: иметь доступ к закладкам
|
||||
read:favourites: иметь доступ к списку избранных постов
|
||||
read:filters: иметь доступ к фильтрам
|
||||
read:follows: иметь доступ к подпискам
|
||||
read:lists: иметь доступ к спискам
|
||||
read:mutes: иметь доступ к списку игнорируемых пользователей
|
||||
read:notifications: иметь доступ к уведомлениям
|
||||
read:reports: иметь доступ к жалобам
|
||||
read:search: использовать поиск
|
||||
read:statuses: иметь доступ ко всем постам
|
||||
write: вносить изменения во все данные вашей учётной записи
|
||||
write:accounts: вносить изменения в ваш профиль
|
||||
write: вносить изменения во все данные учётной записи
|
||||
write:accounts: редактировать профиль
|
||||
write:blocks: блокировать учётные записи и домены
|
||||
write:bookmarks: добавлять посты в закладки
|
||||
write:conversations: игнорировать и удалять беседы
|
||||
|
|
|
@ -218,7 +218,7 @@ el:
|
|||
reject_appeal: Απόρριψη Έφεσης
|
||||
reject_user: Απόρριψη Χρήστη
|
||||
remove_avatar_user: Αφαίρεση Άβαταρ
|
||||
reopen_report: Ξανάνοιγμα Ανααφοράς
|
||||
reopen_report: Ξανάνοιγμα Αναφοράς
|
||||
resend_user: Επαναποστολή του email επιβεβαίωσης
|
||||
reset_password_user: Επαναφορά Συνθηματικού
|
||||
resolve_report: Επίλυση Αναφοράς
|
||||
|
@ -553,8 +553,8 @@ el:
|
|||
dashboard:
|
||||
instance_accounts_dimension: Λογαριασμοί με τους περισσότερους ακόλουθους
|
||||
instance_accounts_measure: αποθηκευμένοι λογαριασμοί
|
||||
instance_followers_measure: οι ακόλουθοί μας εκεί
|
||||
instance_follows_measure: οι ακόλουθοί τους εδώ
|
||||
instance_followers_measure: οι ακόλουθοι μας εκεί
|
||||
instance_follows_measure: οι ακόλουθοι τους εδώ
|
||||
instance_languages_dimension: Κορυφαίες γλώσσες
|
||||
instance_media_attachments_measure: αποθηκευμένα συνημμένα πολυμέσων
|
||||
instance_reports_measure: αναφορές γι' αυτές
|
||||
|
@ -578,6 +578,13 @@ el:
|
|||
all: Όλα
|
||||
limited: Περιορισμένα
|
||||
title: Συντονισμός
|
||||
moderation_notes:
|
||||
create: Προσθήκη Σημείωσης Συντονισμού
|
||||
created_msg: Επιτυχής δημιουργία σημείωσης συντονισμού οντότητας!
|
||||
description_html: Δες και άφησε σημειώσεις για άλλους συντονιστές και τον μελλοντικό εαυτό σου
|
||||
destroyed_msg: Η σημείωση συντονισμού οντότητας διαγράφτηκε επιτυχώς!
|
||||
placeholder: Πληροφορίες σχετικά μ' αυτή την οντότητα, ενέργειες που έχουν ληφθεί ή οτιδήποτε άλλο θα σε βοηθήσει να συντονίσεις αυτή την οντότητα στο μέλλον.
|
||||
title: Σημειώσεις Συντονισμού
|
||||
private_comment: Ιδιωτικό σχόλιο
|
||||
public_comment: Δημόσιο σχόλιο
|
||||
purge: Εκκαθάριση
|
||||
|
@ -885,7 +892,7 @@ el:
|
|||
title: Πολυμέσα
|
||||
metadata: Μεταδεδομένα
|
||||
no_history: Αυτή η ανάρτηση δεν έχει επεξεργαστεί
|
||||
no_status_selected: Καμία δημοσίευση δεν άλλαξε αφού καμία δεν ήταν επιλεγμένη
|
||||
no_status_selected: Καμία ανάρτηση δεν άλλαξε αφού καμία δεν ήταν επιλεγμένη
|
||||
open: Άνοιγμα ανάρτησης
|
||||
original_status: Αρχική ανάρτηση
|
||||
reblogs: Αναδημοσιεύσεις
|
||||
|
@ -1045,7 +1052,7 @@ el:
|
|||
confirm_disallow: Σίγουρα θες να απορρίψεις τις επιλεγμένες καταστάσεις;
|
||||
confirm_disallow_account: Σίγουρα θες να απορρίψεις τους επιλεγμένους λογαριασμούς;
|
||||
description_html: Αυτές είναι αναρτήσεις για τις οποίες ο διακομιστής σας γνωρίζει ότι κοινοποιούνται και αρέσουν πολύ αυτή τη περίοδο. Μπορεί να βοηθήσει νέους και χρήστες που επιστρέφουν, να βρουν περισσότερα άτομα να ακολουθήσουν. Καμία ανάρτηση δεν εμφανίζεται δημόσια μέχρι να εγκρίνεις τον συντάκτη και ο συντάκτης να επιτρέπει ο λογαριασμός του να προτείνεται και σε άλλους. Μπορείς επίσης να επιτρέψεις ή να απορρίψεις μεμονωμένες δημοσιεύσεις.
|
||||
disallow: Να μην επιτρέπεται η δημοσίευση
|
||||
disallow: Να μην επιτρέπεται η ανάρτηση
|
||||
disallow_account: Να μην επιτρέπεται ο συντάκτης
|
||||
no_status_selected: Καμία δημοφιλής ανάρτηση δεν άλλαξε αφού καμία δεν επιλέχθηκε
|
||||
not_discoverable: Ο συντάκτης δεν έχει επιλέξει να είναι ανακαλύψιμος
|
||||
|
@ -1087,7 +1094,7 @@ el:
|
|||
webhooks:
|
||||
add_new: Προσθήκη σημείου τερματισμού
|
||||
delete: Διαγραφή
|
||||
description_html: Ένα <strong>webhook</strong> επιτρέπει στο Mastodon να στείλει <strong>ειδοποιήσεις πραγματικού χρόνου</strong> σχετικά με επιλεγμένα γεγονότα στη δική σου εφαρμογή, ώστε η εφαρμογή σας να μπορεί <strong>να προκαλέσει αντιδράσεις αυτόματα</strong>.
|
||||
description_html: Ένα <strong>webhook</strong> επιτρέπει στο Mastodon να στείλει <strong>ειδοποιήσεις πραγματικού χρόνου</strong> σχετικά με επιλεγμένα γεγονότα στη δική σου εφαρμογή, ώστε η εφαρμογή σου να μπορεί <strong>να προκαλέσει αντιδράσεις αυτόματα</strong>.
|
||||
disable: Απενεργοποίηση
|
||||
disabled: Απενεργοποιημένα
|
||||
edit: Επεξεργασία σημείου τερματισμού
|
||||
|
@ -1151,7 +1158,7 @@ el:
|
|||
remove: Αποσύνδεση ψευδώνυμου
|
||||
appearance:
|
||||
advanced_web_interface: Προηγμένη διεπαφή ιστού
|
||||
advanced_web_interface_hint: 'Αν θέλεις να χρησιμοποιήσεις ολόκληρο το πλάτος της οθόνης σου, η προηγμένη λειτουργία χρήσης σου επιτρέπει να ορίσεις πολλαπλές στύλες ώστε να βλέπεις ταυτόχρονα όση πληροφορία θέλεις: Την αρχική ροή, τις ειδοποιήσεις, την ροή συναλλαγών και όσες λίστες και ετικέτες θέλεις.'
|
||||
advanced_web_interface_hint: 'Αν θέλεις να χρησιμοποιήσεις ολόκληρο το πλάτος της οθόνης σου, η προηγμένη λειτουργία χρήσης σου επιτρέπει να ορίσεις πολλαπλές στήλες ώστε να βλέπεις ταυτόχρονα όση πληροφορία θέλεις: Την αρχική ροή, τις ειδοποιήσεις, την ροή συναλλαγών και όσες λίστες και ετικέτες θέλεις.'
|
||||
animations_and_accessibility: Εφέ κινήσεων και προσβασιμότητα
|
||||
confirmation_dialogs: Ερωτήσεις επιβεβαίωσης
|
||||
discovery: Ανακάλυψη
|
||||
|
@ -1675,7 +1682,7 @@ el:
|
|||
trillion: Τρις
|
||||
otp_authentication:
|
||||
code_hint: Για να συνεχίσεις, γράψε τον κωδικό που δημιούργησε η εφαρμογή πιστοποίησης
|
||||
description_html: Αν ενεργοποιήσεις την <strong>ταυτοποίηση δύο παραγόντων</strong> χρησιμοποιώντας εφαρμογή ταυτοποίησης, για να συνδεθείς θα πρέπει να έχεις το τηλέφωνό σου, που θα σού δημιουργήσει κλειδιά εισόδου.
|
||||
description_html: Αν ενεργοποιήσεις την <strong>ταυτοποίηση δύο παραγόντων</strong> χρησιμοποιώντας εφαρμογή ταυτοποίησης, για να συνδεθείς θα πρέπει να έχεις το τηλέφωνό σου, που θα σου δημιουργήσει κλειδιά εισόδου για να τα εισάγεις.
|
||||
enable: Ενεργοποίηση
|
||||
instructions_html: "<strong>Σάρωσε αυτόν τον κωδικό QR με την εφαρμογή Google Authenticator ή κάποια άλλη αντίστοιχη στο τηλέφωνό σου</strong>. Από εδώ και στο εξής, η εφαρμογή θα δημιουργεί κλειδιά που θα πρέπει να εισάγεις όταν συνδέεσαι."
|
||||
manual_instructions: 'Αν δεν μπορείς να σαρώσεις τον κωδικό QR και χρειάζεσαι να τον εισάγεις χειροκίνητα, ορίστε η μυστική φράση σε μορφή κειμένου:'
|
||||
|
@ -2012,7 +2019,7 @@ el:
|
|||
delete_statuses: Μερικές από τις αναρτήσεις σου έχουν βρεθεί να παραβιάζουν μία ή περισσότερες οδηγίες κοινότητας και έχουν συνεπώς αφαιρεθεί από τους συντονιστές του %{instance}.
|
||||
disable: Δεν μπορείς πλέον να χρησιμοποιήσεις τον λογαριασμό σου, αλλά το προφίλ σου και άλλα δεδομένα παραμένουν άθικτα. Μπορείς να ζητήσεις ένα αντίγραφο ασφαλείας των δεδομένων σου, να αλλάξεις τις ρυθμίσεις του λογαριασμού σου ή να διαγράψεις τον λογαριασμό σου.
|
||||
mark_statuses_as_sensitive: Μερικές από τις αναρτήσεις σου έχουν επισημανθεί ως ευαίσθητες από τους συντονιστές του %{instance}. Αυτό σημαίνει ότι οι άνθρωποι θα πρέπει να πατήσουν τα πολυμέσα στις αναρτήσεις πριν εμφανιστεί μια προεπισκόπηση. Μπορείς να επισημάνεις τα πολυμέσα ως ευαίσθητα όταν δημοσιεύεις στο μέλλον.
|
||||
sensitive: Από δω και στο εξής, όλα τα μεταφορτωμένα αρχεία πολυμέσων σου θα επισημανθούν ως ευαίσθητα και κρυμμένα πίσω από μια προειδοποίηση -πατήστε για εμφάνιση.
|
||||
sensitive: Από δω και στο εξής, όλα τα μεταφορτωμένα αρχεία πολυμέσων σου θα επισημανθούν ως ευαίσθητα και κρυμμένα πίσω από μια προειδοποίηση που πρέπει να πατηθεί.
|
||||
silence: Μπορείς ακόμα να χρησιμοποιείς τον λογαριασμό σου, αλλά μόνο άτομα που σε ακολουθούν ήδη θα δουν τις αναρτήσεις σου σε αυτόν τον διακομιστή και μπορεί να αποκλειστείς από διάφορες δυνατότητες ανακάλυψης. Ωστόσο, οι άλλοι μπορούν ακόμα να σε ακολουθήσουν με μη αυτόματο τρόπο.
|
||||
suspend: Δε μπορείς πλέον να χρησιμοποιήσεις τον λογαριασμό σου και το προφίλ σου και άλλα δεδομένα δεν είναι πλέον προσβάσιμα. Μπορείς ακόμα να συνδεθείς για να αιτηθείς αντίγραφο των δεδομένων σου μέχρι να αφαιρεθούν πλήρως σε περίπου 30 μέρες αλλά, θα διατηρήσουμε κάποια βασικά δεδομένα για να σε αποτρέψουμε να παρακάμψεις την αναστολή.
|
||||
reason: 'Αιτιολογία:'
|
||||
|
@ -2045,7 +2052,7 @@ el:
|
|||
edit_profile_title: Εξατομίκευση του προφίλ σου
|
||||
explanation: Μερικές συμβουλές για να ξεκινήσεις
|
||||
feature_action: Μάθε περισσότερα
|
||||
feature_audience: Το Mastodon σού παρέχει μια μοναδική δυνατότητα διαχείρισης του κοινού σου χωρίς μεσάζοντες. Το Mastodon όταν αναπτύσσεται στη δική σου υποδομή σού επιτρέπει να ακολουθείς και να ακολουθείσαι από οποιονδήποτε άλλο συνδεδεμένο διακομιστή Mastodon και κανείς δεν τον ελέγχει, εκτός από σένα.
|
||||
feature_audience: Το Mastodon σου παρέχει μια μοναδική δυνατότητα διαχείρισης του κοινού σου χωρίς μεσάζοντες. Το Mastodon όταν αναπτύσσεται στη δική σου υποδομή σου επιτρέπει να ακολουθείς και να ακολουθείσαι από οποιονδήποτε άλλο συνδεδεμένο διακομιστή Mastodon και κανείς δεν τον ελέγχει, εκτός από σένα.
|
||||
feature_audience_title: Χτίσε το κοινό σου με σιγουριά
|
||||
feature_control: Εσύ ξέρεις καλύτερα τι θες να βλέπεις στην αρχική σου ροή. Δεν υπάρχουν αλγόριθμοι ή διαφημίσεις για να σπαταλάς το χρόνο σου. Ακολούθησε οποιονδήποτε σε οποιονδήποτε διακομιστή Mastodon από έναν λογαριασμό και δες τις αναρτήσεις τους με χρονολογική σειρά και κάνε τη δική σου γωνιά του ίντερνετ, λίγο πιο προσωπική.
|
||||
feature_control_title: Διατήρησε τον έλεγχο της ροής σου
|
||||
|
|
|
@ -309,6 +309,7 @@ en-GB:
|
|||
title: Audit log
|
||||
unavailable_instance: "(domain name unavailable)"
|
||||
announcements:
|
||||
back: Back to announcements
|
||||
destroyed_msg: Announcement successfully deleted!
|
||||
edit:
|
||||
title: Edit announcement
|
||||
|
@ -317,6 +318,10 @@ en-GB:
|
|||
new:
|
||||
create: Create announcement
|
||||
title: New announcement
|
||||
preview:
|
||||
disclaimer: As users cannot opt out of them, email notifications should be limited to important announcements such as personal data breach or server closure notifications.
|
||||
explanation_html: 'The email will be sent to <strong>%{display_count} users</strong>. The following text will be included in the e-mail:'
|
||||
title: Preview announcement notification
|
||||
publish: Publish
|
||||
published_msg: Announcement successfully published!
|
||||
scheduled_for: Scheduled for %{time}
|
||||
|
@ -475,6 +480,36 @@ en-GB:
|
|||
new:
|
||||
title: Import domain blocks
|
||||
no_file: No file selected
|
||||
fasp:
|
||||
debug:
|
||||
callbacks:
|
||||
created_at: Created at
|
||||
delete: Delete
|
||||
ip: IP address
|
||||
request_body: Request body
|
||||
title: Debug Callbacks
|
||||
providers:
|
||||
active: Active
|
||||
base_url: Base URL
|
||||
callback: Callback
|
||||
delete: Delete
|
||||
edit: Edit Provider
|
||||
finish_registration: Finish registration
|
||||
name: Name
|
||||
providers: Providers
|
||||
public_key_fingerprint: Public key fingerprint
|
||||
registration_requested: Registration requested
|
||||
registrations:
|
||||
confirm: Confirm
|
||||
description: You received a registration from a FASP. Reject it if you did not initiate this. If you initiated this, carefully compare name and key fingerprint before confirming the registration.
|
||||
reject: Reject
|
||||
title: Confirm FASP Registration
|
||||
save: Save
|
||||
select_capabilities: Select Capabilities
|
||||
sign_in: Sign In
|
||||
status: Status
|
||||
title: Fediverse Auxiliary Service Providers
|
||||
title: FASP
|
||||
follow_recommendations:
|
||||
description_html: "<strong>Follow recommendations help new users quickly find interesting content</strong>. When a user has not interacted with others enough to form personalised follow recommendations, these accounts are recommended instead. They are re-calculated on a daily basis from a mix of accounts with the highest recent engagements and highest local follower counts for a given language."
|
||||
language: For language
|
||||
|
@ -543,6 +578,13 @@ en-GB:
|
|||
all: All
|
||||
limited: Limited
|
||||
title: Moderation
|
||||
moderation_notes:
|
||||
create: Add Moderation Note
|
||||
created_msg: Instance moderation note successfully created!
|
||||
description_html: View and leave notes for other moderators and your future self
|
||||
destroyed_msg: Instance moderation note successfully deleted!
|
||||
placeholder: Information about this instance, actions taken, or anything else that will help you moderate this instance in the future.
|
||||
title: Moderation Notes
|
||||
private_comment: Private comment
|
||||
public_comment: Public comment
|
||||
purge: Purge
|
||||
|
@ -751,17 +793,26 @@ en-GB:
|
|||
title: Roles
|
||||
rules:
|
||||
add_new: Add rule
|
||||
add_translation: Add translation
|
||||
delete: Delete
|
||||
description_html: While most claim to have read and agree to the terms of service, usually people do not read through until after a problem arises. <strong>Make it easier to see your server's rules at a glance by providing them in a flat bullet point list.</strong> Try to keep individual rules short and simple, but try not to split them up into many separate items either.
|
||||
edit: Edit rule
|
||||
empty: No server rules have been defined yet.
|
||||
move_down: Move down
|
||||
move_up: Move up
|
||||
title: Server rules
|
||||
translation: Translation
|
||||
translations: Translations
|
||||
translations_explanation: You can optionally add translations for the rules. The default value will be shown if no translated version is available. Please always ensure any provided translation is in sync with the default value.
|
||||
settings:
|
||||
about:
|
||||
manage_rules: Manage server rules
|
||||
preamble: Provide in-depth information about how the server is operated, moderated, funded.
|
||||
rules_hint: There is a dedicated area for rules that your users are expected to adhere to.
|
||||
title: About
|
||||
allow_referrer_origin:
|
||||
desc: When your users click links to external sites, their browser may send the address of your Mastodon server as the referrer. Disable this if this would uniquely identify your users, e.g. if this is a personal Mastodon server.
|
||||
title: Allow external sites to see your Mastodon server as a traffic source
|
||||
appearance:
|
||||
preamble: Customise Mastodon's web interface.
|
||||
title: Appearance
|
||||
|
@ -781,6 +832,7 @@ en-GB:
|
|||
discovery:
|
||||
follow_recommendations: Follow recommendations
|
||||
preamble: Surfacing interesting content is instrumental in onboarding new users who may not know anyone Mastodon. Control how various discovery features work on your server.
|
||||
privacy: Privacy
|
||||
profile_directory: Profile directory
|
||||
public_timelines: Public timelines
|
||||
publish_statistics: Publish statistics
|
||||
|
@ -867,6 +919,8 @@ en-GB:
|
|||
system_checks:
|
||||
database_schema_check:
|
||||
message_html: There are pending database migrations. Please run them to ensure the application behaves as expected
|
||||
elasticsearch_analysis_index_mismatch:
|
||||
message_html: Elasticsearch index analyser settings are outdated. Please run <code>tootctl search deploy --only-mapping --only=%{value}</code>
|
||||
elasticsearch_health_red:
|
||||
message_html: Elasticsearch cluster is unhealthy (red status), search features are unavailable
|
||||
elasticsearch_health_yellow:
|
||||
|
@ -938,6 +992,7 @@ en-GB:
|
|||
chance_to_review_html: "<strong>The generated terms of service will not be published automatically.</strong> You will have a chance to review the results. Please fill in the necessary details to proceed."
|
||||
explanation_html: The terms of service template provided is for informational purposes only, and should not be construed as legal advice on any subject matter. Please consult with your own legal counsel on your situation and specific legal questions you have.
|
||||
title: Terms of Service Setup
|
||||
going_live_on_html: Live, effective %{date}
|
||||
history: History
|
||||
live: Live
|
||||
no_history: There are no recorded changes of the terms of service yet.
|
||||
|
@ -1819,6 +1874,10 @@ en-GB:
|
|||
limit: You have already pinned the maximum number of posts
|
||||
ownership: Someone else's post cannot be pinned
|
||||
reblog: A boost cannot be pinned
|
||||
quote_policies:
|
||||
followers: Followers and mentioned users
|
||||
nobody: Only mentioned users
|
||||
public: Everyone
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Direct
|
||||
|
@ -1872,6 +1931,11 @@ en-GB:
|
|||
does_not_match_previous_name: does not match the previous name
|
||||
terms_of_service:
|
||||
title: Terms of Service
|
||||
terms_of_service_interstitial:
|
||||
future_preamble_html: We're making some changes to our terms of service, which will be effective on <strong>%{date}</strong>. We encourage you to review the updated terms.
|
||||
past_preamble_html: We have changed our terms of service since your last visit. We encourage you to review the updated terms.
|
||||
review_link: Review terms of service
|
||||
title: The terms of service of %{domain} are changing
|
||||
themes:
|
||||
contrast: Mastodon (High contrast)
|
||||
default: Mastodon (Dark)
|
||||
|
@ -1903,6 +1967,10 @@ en-GB:
|
|||
recovery_instructions_html: If you ever lose access to your phone, you can use one of the recovery codes below to regain access to your account. <strong>Keep the recovery codes safe</strong>. For example, you may print them and store them with other important documents.
|
||||
webauthn: Security keys
|
||||
user_mailer:
|
||||
announcement_published:
|
||||
description: 'The administrators of %{domain} are making an announcement:'
|
||||
subject: Service announcement
|
||||
title: "%{domain} service announcement"
|
||||
appeal_approved:
|
||||
action: Account Settings
|
||||
explanation: The appeal of the strike against your account on %{strike_date} that you submitted on %{appeal_date} has been approved. Your account is once again in good standing.
|
||||
|
@ -1935,6 +2003,8 @@ en-GB:
|
|||
terms_of_service_changed:
|
||||
agreement: By continuing to use %{domain}, you are agreeing to these terms. If you disagree with the updated terms, you may terminate your agreement with %{domain} at any time by deleting your account.
|
||||
changelog: 'At a glance, here is what this update means for you:'
|
||||
description: 'You are receiving this e-mail because we''re making some changes to our terms of service at %{domain}. These updates will take effect on %{date}. We encourage you to review the updated terms in full here:'
|
||||
description_html: You are receiving this e-mail because we're making some changes to our terms of service at %{domain}. These updates will take effect on <strong>%{date}</strong>. We encourage you to review the <a href="%{path}" target="_blank">updated terms in full here</a>.
|
||||
sign_off: The %{domain} team
|
||||
subject: Updates to our terms of service
|
||||
subtitle: The terms of service of %{domain} are changing
|
||||
|
|
|
@ -580,10 +580,10 @@ es-AR:
|
|||
title: Moderación
|
||||
moderation_notes:
|
||||
create: Agregar nota de moderación
|
||||
created_msg: "¡Nota de moderación de instancia creada!"
|
||||
description_html: Ver y dejar notas para otros moderadores y a tu yo futuro
|
||||
destroyed_msg: "¡Nota de moderación de instancia eliminada con éxito!"
|
||||
placeholder: Información sobre esta instancia, acciones tomadas o cualquier otra cosa que te ayude a moderar esta instancia en el futuro.
|
||||
created_msg: "¡Nota de moderación de servidor creada exitosamente!"
|
||||
description_html: Ver y dejar notas para otros moderadores y como referencia futura
|
||||
destroyed_msg: "¡Nota de moderación de servidor eliminada exitosamente!"
|
||||
placeholder: Información sobre este servidor, acciones tomadas, o cualquier otra cosa que te ayude a moderar al mismo en el futuro.
|
||||
title: Notas de moderación
|
||||
private_comment: Comentario privado
|
||||
public_comment: Comentario público
|
||||
|
|
|
@ -187,6 +187,7 @@ et:
|
|||
create_domain_block: Domeeni blokeerimine
|
||||
create_email_domain_block: Loo e-posti domeeni blokeering
|
||||
create_ip_block: IP-reegli lisamine
|
||||
create_relay: Loo sõnumivahendusserver
|
||||
create_unavailable_domain: Kättesaamatu domeeni lisamine
|
||||
create_user_role: Loo roll
|
||||
demote_user: Alandas kasutaja
|
||||
|
@ -198,14 +199,17 @@ et:
|
|||
destroy_email_domain_block: Kustuta e-posti domeeni blokeering
|
||||
destroy_instance: Domeeni kustutamine
|
||||
destroy_ip_block: IP-reegli kustutamine
|
||||
destroy_relay: Kustuta sõnumivahendusserver
|
||||
destroy_status: Kustuta postitus
|
||||
destroy_unavailable_domain: Kättesaamatu domeeni kustutamine
|
||||
destroy_user_role: Rolli kustutamine
|
||||
disable_2fa_user: Keela 2FA
|
||||
disable_custom_emoji: Keelas kohandatud emotikoni
|
||||
disable_relay: Lülita sõnumivahendusserver välja
|
||||
disable_sign_in_token_auth_user: Keela e-posti võtme abil autentimine kasutajale
|
||||
disable_user: Keelas kasutaja
|
||||
enable_custom_emoji: Lubas kohandatud emotikoni
|
||||
enable_relay: Lülita sõnumivahendusserver sisse
|
||||
enable_sign_in_token_auth_user: Luba e-posti võtme abil autentimine kasutajale
|
||||
enable_user: Lubas kasutaja
|
||||
memorialize_account: Igaveselt lahkunuks märkimine
|
||||
|
@ -248,6 +252,7 @@ et:
|
|||
create_domain_block_html: "%{name} keelas domeeni %{target}"
|
||||
create_email_domain_block_html: "%{name} blokeeris e-posti domeeni %{target}"
|
||||
create_ip_block_html: "%{name} lõi IP-aadressile %{target} reegli"
|
||||
create_relay_html: "%{name} lõi sõnumivahendusserveri: %{target}"
|
||||
create_unavailable_domain_html: "%{name} lõpetas edastamise domeeni %{target}"
|
||||
create_user_role_html: "%{name} lõi rolli %{target}"
|
||||
demote_user_html: "%{name} alandas kasutajat %{target}"
|
||||
|
@ -259,14 +264,17 @@ et:
|
|||
destroy_email_domain_block_html: "%{name} eemaldas blokeeringu e-posti domeenilt %{target}"
|
||||
destroy_instance_html: "%{name} kustutas domeeni %{target}"
|
||||
destroy_ip_block_html: "%{name} kustutas IP-aadressi %{target} reegli"
|
||||
destroy_relay_html: "%{name} kustutas sõnumivahendusserveri: %{target}"
|
||||
destroy_status_html: "%{name} kustutas %{target} postituse"
|
||||
destroy_unavailable_domain_html: "%{name} taastas edastamise domeeni %{target}"
|
||||
destroy_user_role_html: "%{name} kustutas %{target} rolli"
|
||||
disable_2fa_user_html: "%{name} eemaldas kasutaja %{target} kahe etapise nõude"
|
||||
disable_custom_emoji_html: "%{name} keelas emotikooni %{target}"
|
||||
disable_relay_html: "%{name} eemaldas sõnumivahendusserveri kasutuselt: %{target}"
|
||||
disable_sign_in_token_auth_user_html: "%{name} keelas e-posti võtme abil autentimise %{target} jaoks"
|
||||
disable_user_html: "%{name} keelas %{target} sisenemise"
|
||||
enable_custom_emoji_html: "%{name} lubas emotikooni %{target}"
|
||||
enable_relay_html: "%{name} võttis sõnumivahendusserveri kasutusele: %{target}"
|
||||
enable_sign_in_token_auth_user_html: "%{name} lubas e-posti võtme abil autentimise %{target} jaoks"
|
||||
enable_user_html: "%{name} lubas %{target} sisenemise"
|
||||
memorialize_account_html: "%{name} märkis %{target} igaveselt lahkunuks"
|
||||
|
@ -310,6 +318,8 @@ et:
|
|||
new:
|
||||
create: Loo teadaanne
|
||||
title: Uus teadaanne
|
||||
preview:
|
||||
title: Info teavituse üle vaatamine
|
||||
publish: Postita
|
||||
published_msg: Teadaande avaldamine õnnestus!
|
||||
scheduled_for: Kavandatud ajaks %{time}
|
||||
|
@ -354,7 +364,7 @@ et:
|
|||
updated_msg: Emotikoni uuendamine õnnestus!
|
||||
upload: Lae üles
|
||||
dashboard:
|
||||
active_users: aktiivsed kasutajad
|
||||
active_users: aktiivseid kasutajaid
|
||||
interactions: interaktsioonid
|
||||
media_storage: Meedia hoidla
|
||||
new_users: uued kasutajad
|
||||
|
@ -469,9 +479,34 @@ et:
|
|||
title: Domeenikeeldude import
|
||||
no_file: Faili pole valitud
|
||||
fasp:
|
||||
debug:
|
||||
callbacks:
|
||||
created_at: 'Loodud:'
|
||||
delete: Kustuta
|
||||
ip: IP-aadress
|
||||
request_body: Päringu sisu
|
||||
providers:
|
||||
active: Aktiivne
|
||||
base_url: Baas-URL
|
||||
callback: Pöördliiklus
|
||||
delete: Kustuta
|
||||
edit: Muuda teenusepakkujat
|
||||
finish_registration: Lõpeta registreerimine
|
||||
name: Nimi
|
||||
providers: Teenusepakkujad
|
||||
public_key_fingerprint: Avaliku võtme sõrmejälg
|
||||
registration_requested: Registreerimispäring
|
||||
registrations:
|
||||
confirm: Kinnita
|
||||
description: Sa oled saanud FASP-i registreerimispäringu. Kui sa seda ise ei algatanud, siis keeldu. Kui algatasid, siis enne kinnitamist kontrolli nime ja võtme sõrmejälge.
|
||||
reject: Keeldu
|
||||
title: Kinnita FASP-i registreerimine
|
||||
save: Salvesta
|
||||
select_capabilities: Vali oskused
|
||||
sign_in: Logi sisse
|
||||
status: Olek
|
||||
title: Täiendavad teenusepakkujad Födiversumis (FASP - Fediverse Auxiliary Service Providers)
|
||||
title: FASP
|
||||
follow_recommendations:
|
||||
description_html: "<strong>Jälgimissoovitused aitavad uutel kasutajatel kiirelt leida huvipakkuvat sisu</strong>. Kui kasutaja pole teistega piisavalt läbi käinud, et saaks luua personaalseid soovitusi, soovitatakse neid kontosid. Need arvutatakse ümber igapäevaselt konkreetse keele populaarseimate postituste ja enim jälgitavate kontode seast."
|
||||
language: Keel
|
||||
|
@ -540,6 +575,13 @@ et:
|
|||
all: Kõik
|
||||
limited: Piiratud
|
||||
title: Modereerimine
|
||||
moderation_notes:
|
||||
create: Lisa modereerimisteade
|
||||
created_msg: Serveri modereerimisteate koostamine õnnestus!
|
||||
description_html: Vaata ja lisa teade teistele moderaatoritele ning endalegi tulevikus
|
||||
destroyed_msg: Serveri modereerimisteate kustutamine õnnestus!
|
||||
placeholder: Teave selle koduserveri kohta, tehtud toimingud või mis iganes muu oluline, mis võimaldab sul või teistel serverit tulevikus modereerida.
|
||||
title: Modereerimisteated
|
||||
private_comment: Privaatne kommentaar
|
||||
public_comment: Avalik kommentaar
|
||||
purge: Kustuta
|
||||
|
@ -578,7 +620,7 @@ et:
|
|||
relationships:
|
||||
title: "%{acct}-i suhted"
|
||||
relays:
|
||||
add_new: Lisa uus vahendaja
|
||||
add_new: Lisa uus sõnumivahendusserver
|
||||
delete: Kustuta
|
||||
description_html: "<strong>Födereerumisvahendaja</strong> on vahendav server, mis kannab üle suures koguses avalikke postitusi nende serverite vahel, mis on sellega liitunud ja edastavad sellele oma postitusi. <strong>See aitab väikestel ja keskmistel serveritel avastada födiversumi sellist sisu</strong>, mis muidu eeldaks kohalikelt kasutajatelt nende serverite kasutajate jälgitavaks märkimist."
|
||||
disable: Keela
|
||||
|
@ -586,13 +628,13 @@ et:
|
|||
enable: Luba
|
||||
enable_hint: Kui lubatud, siis server tellib sellelt vahendajalt kõik avalikud postitused ning hakkab ka enda avalikke postitusi sellele saatma.
|
||||
enabled: Lubatud
|
||||
inbox_url: Vahendaja URL
|
||||
pending: Ootab vahendaja nõusolekut
|
||||
inbox_url: Sõnumivahendusserveri võrguaadress
|
||||
pending: Ootan sõnumivahendusserveri kinnitust
|
||||
save_and_enable: Salvesta ja luba
|
||||
setup: Sea üles vahendav ühendus
|
||||
signatures_not_enabled: Vahendamine ei tööta korrektselt kuniks turvarežiim või lubatud nimekirja režiim on sisse lülitatud
|
||||
signatures_not_enabled: Vahendamine ei tööta korrektselt kui turvarežiim või lubatud nimekirja režiim on sisse lülitatud
|
||||
status: Olek
|
||||
title: Vahendajad
|
||||
title: Sõnumivahendusserverid
|
||||
report_notes:
|
||||
created_msg: Teade edukalt koostatud!
|
||||
destroyed_msg: Teade edukalt kustutatud!
|
||||
|
@ -830,6 +872,7 @@ et:
|
|||
back_to_account: Tagasi konto lehele
|
||||
back_to_report: Tagasi raporti lehele
|
||||
batch:
|
||||
add_to_report: 'Lisa teatisele #%{id}'
|
||||
remove_from_report: Eemalda raportist
|
||||
report: Raport
|
||||
contents: Sisu
|
||||
|
@ -941,6 +984,13 @@ et:
|
|||
explanation_html: Esitatud teenusetingimuste näidis on mõeldud ainult teavitamise eesmärgil ja seda ei tohiks tõlgendada kui juriidilist nõuannet mis tahes küsimuses. Palun konsulteeri olukorra ja konkreetsete juriidiliste küsimuste osas oma õigusnõustajaga.
|
||||
title: Teenuse tingimuste seadistamine
|
||||
history: Ajalugu
|
||||
notify_users: Teata kasutajatele
|
||||
preview:
|
||||
explanation_html: 'See e-kiri saadetakse <strong>%{display_count}-le kasutajale</strong>, kes olid liitunud enne %{date}. E-kirjas sisaldub järgnev tekst:'
|
||||
send_preview: Saada eelvaade %{email} e-posti aadressile
|
||||
send_to_all:
|
||||
one: Saada %{display_count} e-kiri
|
||||
other: Saada %{display_count} e-kirja
|
||||
publish: Postita
|
||||
published_on_html: Postitatud %{date}
|
||||
title: Kasutustingimused
|
||||
|
@ -1180,7 +1230,7 @@ et:
|
|||
new_confirmation_instructions_sent: Saad mõne minuti pärast uue kinnituslingiga e-kirja!
|
||||
title: Kontrolli sisendkasti
|
||||
sign_in:
|
||||
preamble_html: Logi sisse oma kasutajakontoga serveris <strong>%{domain}</strong>. Kui konto asub teises serveris, siis sa ei saa siin sisse logida.
|
||||
preamble_html: Logi sisse oma kasutajakontoga serverisse <strong>%{domain}</strong>. Kui konto asub teises serveris, siis sa ei saa siin sisse logida.
|
||||
title: Logi sisse serverisse %{domain}
|
||||
sign_up:
|
||||
manual_review: Liitumised kohas %{domain} vaadatakse meie moderaatorite poolt käsitsi läbi. Aitamaks meil sinu taotlust läbi vaadata, kirjuta palun natuke endast ja miks soovid kontot kohas %{domain}.
|
||||
|
@ -1808,6 +1858,8 @@ et:
|
|||
reblog: Jagamist ei saa kinnitada
|
||||
quote_policies:
|
||||
followers: Jälgijad ja mainitud kasutajad
|
||||
nobody: Vaid mainitud kasutajad
|
||||
public: Kõik
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Otsene
|
||||
|
@ -1863,6 +1915,11 @@ et:
|
|||
does_not_match_previous_name: ei ühti eelmise nimega
|
||||
terms_of_service:
|
||||
title: Kasutustingimused
|
||||
terms_of_service_interstitial:
|
||||
future_preamble_html: Alates <strong>%{date}</strong> muudame me oma kasutustingimusi. Palun vaata muutunud tingimused üle.
|
||||
past_preamble_html: Peale sinu viimast külastust oleme muutnud oma kasutustingimusi. Palun vaata muutunud tingimused üle.
|
||||
review_link: Vaata üle kasutustingimused
|
||||
title: "%{domain} saidi kasutustingimused muutuvad"
|
||||
themes:
|
||||
contrast: Mastodon (Kõrge kontrast)
|
||||
default: Mastodon (Tume)
|
||||
|
@ -1895,6 +1952,7 @@ et:
|
|||
webauthn: Turvavõtmed
|
||||
user_mailer:
|
||||
announcement_published:
|
||||
description: "%{domain} saidi peakasutajate teadaanne:"
|
||||
subject: Saidi teadaanne teenuste kohta
|
||||
title: "%{domain} saidi teadaanne teenuste kohta"
|
||||
appeal_approved:
|
||||
|
@ -1927,6 +1985,8 @@ et:
|
|||
subject: Kontole sisenemine uuelt IP-aadressilt
|
||||
title: Uus sisenemine
|
||||
terms_of_service_changed:
|
||||
agreement: Jätkates %{domain} teenuse kasutamisega nõustud sa kasutustingimustega. Kui sa pole tingimustega nõus, siis võid oma kasutajakonto kustutamisega lepingu %{domain} saidiga alati lõpetada.
|
||||
changelog: 'Selle uuenduse ülevaade sinu jaoks:'
|
||||
sign_off: "%{domain} saidi tiim"
|
||||
subject: Meie kasutustingimuste uuendused
|
||||
subtitle: "%{domain} saidi kasutustingimused muutuvad"
|
||||
|
|
|
@ -187,6 +187,7 @@ eu:
|
|||
create_domain_block: Sortu domeinu blokeoa
|
||||
create_email_domain_block: Sortu email domeinu blokeoa
|
||||
create_ip_block: Sortu IP araua
|
||||
create_relay: Erreleboa sortu
|
||||
create_unavailable_domain: Sortu eskuragarri ez dagoen domeinua
|
||||
create_user_role: Sortu rola
|
||||
demote_user: Jaitsi erabiltzailearen maila
|
||||
|
@ -198,11 +199,13 @@ eu:
|
|||
destroy_email_domain_block: Ezabatu email domeinu blokeoa
|
||||
destroy_instance: Ezabatu betiko domeinua
|
||||
destroy_ip_block: Ezabatu IP araua
|
||||
destroy_relay: Erreleboa ezabatu
|
||||
destroy_status: Ezabatu bidalketa
|
||||
destroy_unavailable_domain: Ezabatu eskuragarri ez dagoen domeinua
|
||||
destroy_user_role: Ezabatu rola
|
||||
disable_2fa_user: Desgaitu 2FA
|
||||
disable_custom_emoji: Desgaitu emoji pertsonalizatua
|
||||
disable_relay: Erreleboa desaktibatu
|
||||
disable_sign_in_token_auth_user: Desgaitu email token autentifikazioa erabiltzailearentzat
|
||||
disable_user: Desgaitu erabiltzailea
|
||||
enable_custom_emoji: Gaitu emoji pertsonalizatua
|
||||
|
@ -210,6 +213,7 @@ eu:
|
|||
enable_user: Gaitu erabiltzailea
|
||||
memorialize_account: Bihurtu kontua oroigarri
|
||||
promote_user: Igo erabiltzailea mailaz
|
||||
publish_terms_of_service: Zerbitzu-baldintzak argitaratu
|
||||
reject_appeal: Baztertu apelazioa
|
||||
reject_user: Baztertu erabiltzailea
|
||||
remove_avatar_user: Kendu abatarra
|
||||
|
@ -229,26 +233,33 @@ eu:
|
|||
update_custom_emoji: Eguneratu emoji pertsonalizatua
|
||||
update_domain_block: Eguneratu domeinu-blokeoa
|
||||
update_ip_block: Eguneratu IP araua
|
||||
update_report: Txostena eguneratu
|
||||
update_status: Eguneratu bidalketa
|
||||
update_user_role: Eguneratu rola
|
||||
actions:
|
||||
approve_appeal_html: "%{name} erabiltzaileak %{target} erabiltzailearen moderazio erabakiaren apelazioa onartu du"
|
||||
approve_user_html: "%{name} erabiltzaileak %{target} erabiltzailearen izen-ematea onartu du"
|
||||
assigned_to_self_report_html: "%{name} erabiltzaileak %{target} salaketa bere buruari esleitu dio"
|
||||
change_email_user_html: "%{name}(e)k %{target} erabiltzailearen e-posta helbidea aldatu du"
|
||||
change_role_user_html: "%{name} erabiltzaileak %{target} kontuaren rola aldatu du"
|
||||
confirm_user_html: "%{name}(e)k %{target} erabiltzailearen e-posta helbidea berretsi du"
|
||||
create_account_warning_html: "%{name} erabiltzaileak abisua bidali dio %{target} erabiltzaileari"
|
||||
create_announcement_html: "%{name} erabiltzaileak %{target} iragarpen berria sortu du"
|
||||
create_canonical_email_block_html: "%{name}(e)k %{target} hash-a duen helbide elektronikoa blokeatu du"
|
||||
create_custom_emoji_html: "%{name} erabiltzaileak %{target} emoji berria kargatu du"
|
||||
create_domain_allow_html: "%{name} erabiltzaileak %{target} domeinuarekin federazioa onartu du"
|
||||
create_domain_block_html: "%{name} erabiltzaileak %{target} domeinua blokeatu du"
|
||||
create_email_domain_block_html: "%{name}(e)k %{target} e-posta helbideen domeinua blokeatu du"
|
||||
create_ip_block_html: "%{name} kontuak %{target} IParen araua sortu du"
|
||||
create_unavailable_domain_html: "%{name}(e)k %{target} domeinurako banaketa gelditu du"
|
||||
create_user_role_html: "%{name} erabiltzaileak %{target} rola sortu du"
|
||||
demote_user_html: "%{name} erabiltzaileak %{target} erabiltzailea mailaz jaitsi du"
|
||||
destroy_announcement_html: "%{name} erabiltzaileak %{target} iragarpena ezabatu du"
|
||||
destroy_canonical_email_block_html: "%{name}(e)k %{target} hash-a duen helbide elektronikoa desblokeatu du"
|
||||
destroy_custom_emoji_html: "%{name} erabiltzaileak %{target} emoji-a ezabatu du"
|
||||
destroy_domain_allow_html: "%{name} erabiltzaileak %{target} domeinuarekin federatzea debekatu du"
|
||||
destroy_domain_block_html: "%{name} erabiltzaileak %{target} domeinua desblokeatu du"
|
||||
destroy_email_domain_block_html: "%{name}-k %{target} posta elektroniko domeinua desblokeatu du"
|
||||
destroy_instance_html: "%{name} erabiltzaileak %{target} domeinua betiko ezabatu du"
|
||||
destroy_ip_block_html: "%{name} erabiltzaileak %{target} IParen araua ezabatu du"
|
||||
destroy_status_html: "%{name} erabiltzaileak %{target} erabiltzailearen bidalketa kendu du"
|
||||
|
@ -279,6 +290,7 @@ eu:
|
|||
update_custom_emoji_html: "%{name} erabiltzaileak %{target} emoji-a eguneratu du"
|
||||
update_domain_block_html: "%{name} erabiltzaileak %{target} domeinu-blokeoa eguneratu du"
|
||||
update_ip_block_html: "%{name} erabiltzaileak %{target} IParen araua aldatu du"
|
||||
update_report_html: "%{name}-k %{target} txostena eguneratu du"
|
||||
update_status_html: "%{name} erabiltzaileak %{target} erabiltzailearen bidalketa eguneratu du"
|
||||
update_user_role_html: "%{name} erabiltzaileak %{target} rola aldatu du"
|
||||
deleted_account: ezabatu kontua
|
||||
|
@ -286,7 +298,9 @@ eu:
|
|||
filter_by_action: Iragazi ekintzen arabera
|
||||
filter_by_user: Iragazi erabiltzaileen arabera
|
||||
title: Auditoria-egunkaria
|
||||
unavailable_instance: "(domeinu izena ez dago erabilgarri)"
|
||||
announcements:
|
||||
back: Oharretara bueltatu
|
||||
destroyed_msg: Iragarpena ongi ezabatu da!
|
||||
edit:
|
||||
title: Editatu iragarpena
|
||||
|
@ -295,6 +309,8 @@ eu:
|
|||
new:
|
||||
create: Sortu iragarpena
|
||||
title: Iragarpen berria
|
||||
preview:
|
||||
explanation_html: 'Mezu elektronikoa <strong>%{display_count} erabiltzaileei</strong> bidaliko zaie. Testu hau gehituko zaio mezu elektronikoari:'
|
||||
publish: Argitaratu
|
||||
published_msg: Iragarpena ongi argitaratu da!
|
||||
scheduled_for: "%{time}-rako programatuta"
|
||||
|
@ -433,8 +449,10 @@ eu:
|
|||
new:
|
||||
create: Gehitu domeinua
|
||||
resolve: Ebatzi domeinua
|
||||
title: Posta domeinu berria blokeatu
|
||||
not_permitted: Baimendu gabea
|
||||
resolved_through_html: "%{domain} domeinuaren bidez ebatzia"
|
||||
title: Email domeinua blokeatuta
|
||||
export_domain_allows:
|
||||
new:
|
||||
title: Baimendutako domeinuak inportatu
|
||||
|
@ -450,6 +468,32 @@ eu:
|
|||
new:
|
||||
title: Domeinu-blokeoak inportatu
|
||||
no_file: Ez da fitxategirik hautatu
|
||||
fasp:
|
||||
debug:
|
||||
callbacks:
|
||||
created_at: Sortua hemen
|
||||
delete: Ezabatu
|
||||
ip: IP helbidea
|
||||
request_body: Eskaeraren edukia
|
||||
title: Atzera-deiak araztu
|
||||
providers:
|
||||
active: Aktibo
|
||||
base_url: Oinarrizko URL-a
|
||||
delete: Ezabatu
|
||||
edit: Editatu hornitzailea
|
||||
finish_registration: Izen-ematea bukatu
|
||||
name: Izena
|
||||
providers: Hornitzaileak
|
||||
public_key_fingerprint: Gako publikoaren hatz-marka
|
||||
registration_requested: Izen-ematea eskatuta
|
||||
registrations:
|
||||
confirm: Berretsi
|
||||
reject: Ukatu
|
||||
save: Gorde
|
||||
sign_in: Hasi saioa
|
||||
status: Egoera
|
||||
title: Fedibertsoko zerbitzu osagarrien hornitzaileak
|
||||
title: FZOH
|
||||
follow_recommendations:
|
||||
description_html: "<strong>Jarraitzeko gomendioek erabiltzaile berriei eduki interesgarria azkar aurkitzen laguntzen diete</strong>. Erabiltzaile batek jarraitzeko gomendio pertsonalizatuak jasotzeko adina interakzio izan ez duenean, kontu hauek gomendatzen zaizkio. Egunero birkalkulatzen dira hizkuntza bakoitzerako, azken aldian parte-hartze handiena izan duten eta jarraitzaile lokal gehien dituzten kontuak nahasiz."
|
||||
language: Hizkuntza
|
||||
|
@ -515,6 +559,10 @@ eu:
|
|||
all: Denak
|
||||
limited: Mugatua
|
||||
title: Moderazioa
|
||||
moderation_notes:
|
||||
create: Gehitu Moderazio Oharra
|
||||
created_msg: Instantziako moderazio oharra ongi sortu da!
|
||||
description_html: Ikusi eta idatzi oharrak beste moderatzaileentzat eta zuretzat etorkizunerako
|
||||
private_comment: Iruzkin pribatua
|
||||
public_comment: Iruzkin publikoa
|
||||
purge: Ezabatu betiko
|
||||
|
@ -648,6 +696,7 @@ eu:
|
|||
delete_data_html: "<strong>@%{acct}</strong> kontuaren profila eta edukia, gaurtik hasita, 30 egunez ezabatu, ez bada bitartean kontua berraktibatzen"
|
||||
preview_preamble_html: "<strong>@%{acct}</strong> kontuak ondorengo edukia duen abisu bat jasoko du:"
|
||||
record_strike_html: "<strong>@%{acct}</strong> kontuak eginiko eraso bat erregistratu, kontu honek etorkizunean egin ditzakeen erasoen aurrean erabakiak hartzen laguntzeko"
|
||||
send_email_html: Bidali abisu-mezu elektroniko bat <strong>@%{acct}</strong>-ri
|
||||
warning_placeholder: Moderazio-ekintzarako aukerazkoak diren arrazoiketa gehigarriak.
|
||||
target_origin: Salatutako kontuaren jatorria
|
||||
title: Salaketak
|
||||
|
@ -717,11 +766,14 @@ eu:
|
|||
title: Rolak
|
||||
rules:
|
||||
add_new: Gehitu araua
|
||||
add_translation: Gehitu itzulpena
|
||||
delete: Ezabatu
|
||||
description_html: Gehienek erabilera baldintzak irakurri eta onartu dituztela baieztatzen badute ere, orokorrean arazoren bat dagoen arte ez dituzte irakurtzen. <strong>Zerbitzariaren arauak begirada batean ikustea errazteko buletadun zerrenda batean bildu.</strong> Saiatu arauak labur eta sinple idazten, baina elementu askotan banatu gabe.
|
||||
edit: Editatu araua
|
||||
empty: Ez da zerbitzariko araurik definitu oraindik.
|
||||
title: Zerbitzariaren arauak
|
||||
translation: Itzulpena
|
||||
translations: Itzulpenak
|
||||
settings:
|
||||
about:
|
||||
manage_rules: Kudeatu zerbitzariaren arauak
|
||||
|
@ -747,6 +799,7 @@ eu:
|
|||
discovery:
|
||||
follow_recommendations: Jarraitzeko gomendioak
|
||||
preamble: Eduki interesgarria aurkitzea garrantzitsua da Mastodoneko erabiltzaile berrientzat, behar bada inor ez dutelako ezagutuko. Kontrolatu zure zerbitzariko aurkikuntza-ezaugarriek nola funtzionatzen duten.
|
||||
privacy: Pribatutasuna
|
||||
profile_directory: Profil-direktorioa
|
||||
public_timelines: Denbora-lerro publikoak
|
||||
publish_statistics: Argitaratu estatistikak
|
||||
|
@ -777,6 +830,7 @@ eu:
|
|||
destroyed_msg: Guneko igoera ongi ezabatu da!
|
||||
software_updates:
|
||||
critical_update: Kritikoa — mesedez, eguneratu azkar
|
||||
description: Gomendagarria da Mastodon instalazioa eguneratuta mantentzea azken konponketa eta funtzioez baliatzeko. Gainera, batzuetan ezinbestekoa da Mastodon garaiz eguneratzea segurtasun arazoak saihesteko. Arrazoi hauengatik, Mastodonek 30 minuturo eguneratzeak egiaztatzen ditu, eta zure posta elektroniko bidezko jakinarazpenen lehentasunen arabera jakinaraziko dizu.
|
||||
documentation_link: Informazio gehiago
|
||||
release_notes: Bertsio oharrak
|
||||
title: Eguneraketak eskuragarri
|
||||
|
@ -794,6 +848,7 @@ eu:
|
|||
batch:
|
||||
remove_from_report: Kendu txostenetik
|
||||
report: Salatu
|
||||
contents: Edukiak
|
||||
deleted: Ezabatuta
|
||||
favourites: Gogokoak
|
||||
history: Bertsio-historia
|
||||
|
@ -802,6 +857,7 @@ eu:
|
|||
media:
|
||||
title: Multimedia
|
||||
metadata: Metadatuak
|
||||
no_history: Bidalketa hau ez da editatu
|
||||
no_status_selected: Ez da bidalketarik aldatu ez delako bat ere hautatu
|
||||
open: Ireki bidalketa
|
||||
original_status: Jatorrizko bidalketa
|
||||
|
@ -825,6 +881,8 @@ eu:
|
|||
system_checks:
|
||||
database_schema_check:
|
||||
message_html: Aplikatu gabeko datu-basearen migrazioak daude. Exekutatu aplikazioak esperotako portaera izan dezan
|
||||
elasticsearch_analysis_index_mismatch:
|
||||
message_html: Elasticsearch indize-analizatzailearen ezarpenak zaharkituta daude. Mesedez, exekutatu <code>tootctl search deploy --only-mapping --only=%{value}</code>
|
||||
elasticsearch_health_red:
|
||||
message_html: Elasticsearch-en klusterra ez dago osasuntsu (egoera gorria), bilaketa-eginbideak ez daude erabilgarri
|
||||
elasticsearch_health_yellow:
|
||||
|
@ -849,6 +907,8 @@ eu:
|
|||
message_html: Ez duzu zerbitzariaren araurik definitu.
|
||||
sidekiq_process_check:
|
||||
message_html: Ez da ari Sidekiq prozesurik exekutatzen %{value} ilad(et)an. Egiaztatu Sidekiq konfigurazioa
|
||||
software_version_check:
|
||||
message_html: Mastodon eguneratze bat eskuragarri dago.
|
||||
software_version_critical_check:
|
||||
action: Ikusi eguneraketa eskuragarriak
|
||||
message_html: Mastodon eguneraketa kritikoa eskuragarri, mesedez eguneratu ahal bezain azkar.
|
||||
|
@ -862,12 +922,46 @@ eu:
|
|||
action: Ikus hemen informazio gehiagorako
|
||||
message_html: "<strong>Zure objektuen biltegiratzea ez dago ongi konfiguratua. Zure erabiltzaileen pribatutasuna arriskuan dago.</strong>"
|
||||
tags:
|
||||
moderation:
|
||||
not_trendable: Ez dago modan
|
||||
not_usable: Ez erabilgarri
|
||||
pending_review: Berrikusketaren zain
|
||||
reviewed: Berrikusita
|
||||
title: Egoera
|
||||
unreviewed: Berrikusi gabe
|
||||
usable: Erabilgarri
|
||||
name: Izena
|
||||
newest: Berriena
|
||||
oldest: Zaharrena
|
||||
open: Publikoki ikusi
|
||||
reset: Berrezarri
|
||||
review: Berrikusketaren egoera
|
||||
search: Bilatu
|
||||
title: Traolak
|
||||
updated_msg: Traola-ezarpenak ongi eguneratu dira
|
||||
terms_of_service:
|
||||
back: Zerbitzuaren baldintzetara itzuli
|
||||
changelog: Zer aldatu da
|
||||
create: Erabili zeurea
|
||||
current: Oraingoa
|
||||
draft: Zirriborroa
|
||||
generate: Txantiloila erabili
|
||||
generates:
|
||||
action: Sortu
|
||||
chance_to_review_html: "<strong>Sortutako zerbitzu-baldintzak ez dira automatikoki argitaratuko.</strong> Emaitzak berrikusteko aukera izango duzu. Mesedez, bete beharrezko xehetasunak aurrera egiteko."
|
||||
explanation_html: Zerbitzu-baldintzen txantiloia informazio-helburuetarako soilik da, eta ez da gai bati buruzko aholku juridikotzat hartu behar. Mesedez, kontsultatu zure aholkulari juridikoa zure egoerari eta galdera juridiko zehatzei buruz.
|
||||
going_live_on_html: Argitaratua, indarrean %{date}
|
||||
history: Historia
|
||||
live: Zuzenean
|
||||
publish: Argitaratu
|
||||
published_on_html: "%{date}(e)an argitaratua"
|
||||
save_draft: Gorde zirriborroa
|
||||
title: Zerbitzuaren baldintzak
|
||||
title: Administrazioa
|
||||
trends:
|
||||
allow: Onartu
|
||||
approved: Onartua
|
||||
confirm_disallow: Ziur zaude hautatutako etiketak desgaitu nahi dituzula?
|
||||
disallow: Ukatu
|
||||
links:
|
||||
allow: Onartu esteka
|
||||
|
@ -1011,6 +1105,7 @@ eu:
|
|||
sensitive_content: Eduki hunkigarria
|
||||
application_mailer:
|
||||
salutation: "%{name},"
|
||||
settings: 'Posta elektronikoaren lehentasunak aldatu: %{link}'
|
||||
unsubscribe: Kendu harpidetza
|
||||
view: 'Ikusi:'
|
||||
view_profile: Ikusi profila
|
||||
|
@ -1056,6 +1151,7 @@ eu:
|
|||
migrate_account_html: Kontu hau beste batera birbideratu nahi baduzu, <a href="%{path}">hemen konfiguratu</a> dezakezu.
|
||||
or_log_in_with: Edo hasi saioa honekin
|
||||
progress:
|
||||
confirm: Berretsi e-mail helbidea
|
||||
details: Zure xehetasunak
|
||||
review: Gure berrikuspena
|
||||
rules: Onartu arauak
|
||||
|
@ -1077,7 +1173,9 @@ eu:
|
|||
security: Segurtasuna
|
||||
set_new_password: Ezarri pasahitza berria
|
||||
setup:
|
||||
email_below_hint_html: Begiratu zure spameko karpetan, edo eskatu beste bat. Zure helbide elektronikoa zuzen dezakezu oker badago.
|
||||
link_not_received: Ez duzu estekarik jaso?
|
||||
new_confirmation_instructions_sent: Minutu gutxiren buruan baieztapen-esteka duen mezu elektroniko bat jasoko duzu!
|
||||
title: Begiratu zure sarrera-ontzia
|
||||
sign_in:
|
||||
preamble_html: Zure <strong>%{domain}-(e)ko</strong> egiaztagiriekin saioa hasi. Zure kontua beste zerbitzari batean badago, ezin izango duzu hemen saioa hasi.
|
||||
|
@ -1088,6 +1186,7 @@ eu:
|
|||
status:
|
||||
account_status: Kontuaren egoera
|
||||
functional: Zure kontua guztiz erabilgarri dago.
|
||||
pending: Gure taldea zure eskaera berrikusten ari da. Honek denbora pixka bat beharko du. Mezu elektroniko bat jasoko duzu zure eskaera onartzen bada.
|
||||
redirecting_to: Zure kontua ez dago aktibo orain %{acct} kontura birbideratzen duelako.
|
||||
self_destruct: "%{domain} domeinua itxiko denez, konturako sarbide mugatua soilik izango duzu."
|
||||
view_strikes: Ikusi zure kontuaren aurkako neurriak
|
||||
|
@ -1355,6 +1454,9 @@ eu:
|
|||
unsubscribe:
|
||||
action: Bai, kendu harpidetza
|
||||
complete: Harpidetza kenduta
|
||||
emails:
|
||||
notification_emails:
|
||||
follow: jarraitu jakinarazpen-mezu elektronikoak
|
||||
title: Kendu harpidetza
|
||||
media_attachments:
|
||||
validations:
|
||||
|
@ -1587,10 +1689,12 @@ eu:
|
|||
delete: Kontuaren ezabaketa
|
||||
development: Garapena
|
||||
edit_profile: Editatu profila
|
||||
export: Esportatu
|
||||
featured_tags: Nabarmendutako traolak
|
||||
import: Inportazioa
|
||||
import_and_export: Inportatu eta esportatu
|
||||
migrate: Kontuaren migrazioa
|
||||
notifications: Posta bidezko jakinarazpenak
|
||||
preferences: Hobespenak
|
||||
profile: Profila
|
||||
relationships: Jarraitutakoak eta jarraitzaileak
|
||||
|
@ -1637,6 +1741,10 @@ eu:
|
|||
limit: Gehienez finkatu daitekeen bidalketa kopurua finkatu duzu jada
|
||||
ownership: Ezin duzu beste norbaiten bidalketa bat finkatu
|
||||
reblog: Bultzada bat ezin da finkatu
|
||||
quote_policies:
|
||||
followers: Jarraitzaileak eta aipatutako erabiltzaileak
|
||||
nobody: Aipatutako erabiltzaileak soilik
|
||||
public: Guztiak
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Zuzena
|
||||
|
@ -1688,6 +1796,10 @@ eu:
|
|||
too_late: Beranduegi da neurri hau apelatzeko
|
||||
tags:
|
||||
does_not_match_previous_name: ez dator aurreko izenarekin bat
|
||||
terms_of_service:
|
||||
title: Erabilera baldintzak
|
||||
terms_of_service_interstitial:
|
||||
future_preamble_html: Gure zerbitzu-baldintzetan aldaketa batzuk egiten ari gara, eta <strong>%{date}</strong>-tik aurrera jarriko dira indarrean. Eguneratutako baldintzak berrikustea gomendatzen dizugu.
|
||||
themes:
|
||||
contrast: Mastodon (Kontraste altua)
|
||||
default: Mastodon (Iluna)
|
||||
|
@ -1719,6 +1831,8 @@ eu:
|
|||
recovery_instructions_html: Zure telefonora sarbidea galtzen baduzu, beheko berreskuratze kode bat erabili dezakezu kontura berriro sartu ahal izateko. <strong>Gore barreskuratze kodeak toki seguruan</strong>. Adibidez inprimatu eta dokumentu garrantzitsuekin batera gorde.
|
||||
webauthn: Segurtasun gakoak
|
||||
user_mailer:
|
||||
announcement_published:
|
||||
title: "%{domain} zerbitzuaren iragarpena"
|
||||
appeal_approved:
|
||||
action: Kontuaren ezarpenak
|
||||
explanation: "%{strike_date}(e)an zure kontuari ezarritako neurriaren aurka %{appeal_date}(e)an jarri zenuen apelazioa onartu da. Zure kontua egoera onean dago berriro."
|
||||
|
@ -1833,6 +1947,7 @@ eu:
|
|||
instructions_html: Kopiatu eta itsatsi ondoko kodea zure webguneko HTMLan. Ondoren, gehitu zure webgunearen helbidea zure profileko eremu gehigarrietako batean, "Editatu profila" fitxatik eta gorde aldaketak.
|
||||
verification: Egiaztaketa
|
||||
verified_links: Zure lotura egiaztatuak
|
||||
website_verification: Web orriaren egiaztapena
|
||||
webauthn_credentials:
|
||||
add: Gehitu segurtasun gako berria
|
||||
create:
|
||||
|
|
|
@ -182,7 +182,7 @@ fa:
|
|||
create_account_warning: ایجاد هشدار
|
||||
create_announcement: ایجاد اعلامیه
|
||||
create_canonical_email_block: ایجاد انسداد رایانامه
|
||||
create_custom_emoji: ایجاد اموجی سفارشی
|
||||
create_custom_emoji: ایجاد شکلک سفارشی
|
||||
create_domain_allow: ایجاد اجازهٔ دامنه
|
||||
create_domain_block: ایجاد انسداد دامنه
|
||||
create_email_domain_block: ایجاد انسداد دامنهٔ رایانامه
|
||||
|
@ -193,7 +193,7 @@ fa:
|
|||
demote_user: تنزل کاربر
|
||||
destroy_announcement: حذف اعلامیه
|
||||
destroy_canonical_email_block: حذف انسداد رایانامه
|
||||
destroy_custom_emoji: حذف اموجی سفارشی
|
||||
destroy_custom_emoji: حذف شکلک سفارشی
|
||||
destroy_domain_allow: حذف اجازهٔ دامنه
|
||||
destroy_domain_block: حذف انسداد دامنه
|
||||
destroy_email_domain_block: حذف انسداد دامنهٔ رایانامه
|
||||
|
@ -204,11 +204,11 @@ fa:
|
|||
destroy_unavailable_domain: حذف دامنهٔ ناموجود
|
||||
destroy_user_role: نابودی نقش
|
||||
disable_2fa_user: از کار انداختن ورود دومرحلهای
|
||||
disable_custom_emoji: از کار انداختن اموجی سفارشی
|
||||
disable_custom_emoji: از کار انداختن شکلک سفارشی
|
||||
disable_relay: غیرفعالسازی رله
|
||||
disable_sign_in_token_auth_user: از کار انداختن تأیید هویت ژتون رایانامهای برای کاربر
|
||||
disable_user: از کار انداختن کاربر
|
||||
enable_custom_emoji: به کار انداختن اموجی سفارشی
|
||||
enable_custom_emoji: به کار انداختن شکلک سفارشی
|
||||
enable_relay: فعالسازی رله
|
||||
enable_sign_in_token_auth_user: به کار انداختن تأیید هویت ژتون رایانامهای برای کاربر
|
||||
enable_user: به کار انداختن کاربر
|
||||
|
@ -231,7 +231,7 @@ fa:
|
|||
unsilence_account: رفع خموشی حساب
|
||||
unsuspend_account: رفع تعلیق حساب
|
||||
update_announcement: بهروز رسانی اعلامیه
|
||||
update_custom_emoji: بهروز رسانی اموجی سفارشی
|
||||
update_custom_emoji: بهروز رسانی شکلک سفارشی
|
||||
update_domain_block: بهروزرسانی مسدودسازی دامنه
|
||||
update_ip_block: بروزرسانی قاعدهٔ آیپی
|
||||
update_report: بهروز رسانی گزارش
|
||||
|
@ -247,7 +247,7 @@ fa:
|
|||
create_account_warning_html: "%{name} هشداری برای %{target} فرستاد"
|
||||
create_announcement_html: "%{name} اعلامیهای جدید ایجاد کرد %{target}"
|
||||
create_canonical_email_block_html: "%{name} رایانامه با درهمریزی %{target} را مسدود کرد"
|
||||
create_custom_emoji_html: "%{name} اموجی تازهٔ %{target} را بارگذاشت"
|
||||
create_custom_emoji_html: "%{name} شکلک تازهٔ %{target} را بارگذاشت"
|
||||
create_domain_allow_html: "%{name} دامنهٔ %{target} را مجاز کرد"
|
||||
create_domain_block_html: "%{name} دامنهٔ %{target} را مسدود کرد"
|
||||
create_email_domain_block_html: "%{name} دامنهٔ رایانامهٔ %{target} را مسدود کرد"
|
||||
|
@ -578,6 +578,13 @@ fa:
|
|||
all: همه
|
||||
limited: محدود
|
||||
title: مدیریت
|
||||
moderation_notes:
|
||||
create: افزودن یادداشت نظارتی
|
||||
created_msg: یادداشت نظارتی با موفقیت ساخته شد!
|
||||
description_html: دیدن و گذاشتن یادداشتهایی برای دیگر ناظران و خود آیندهتان
|
||||
destroyed_msg: یادداشت نظارتی با موفقیت حذف شد!
|
||||
placeholder: اطلاعاتی دربارهٔ این نمونه، کنشهای انجام شده یا هرچیز دیگری که در نظارت این نمونه در آینده کمک خواهد کرد.
|
||||
title: یادداشتهای نظارتی
|
||||
private_comment: یادداشت خصوصی
|
||||
public_comment: یادداشت عمومی
|
||||
purge: پاکسازی
|
||||
|
@ -791,13 +798,21 @@ fa:
|
|||
description_html: در حالی که اکثر افراد ادعا میکنند که شرایط استفاده را خوانده و پذیرفتهاند، افراد معمولا تا پیش از بروز مشکل این متن را مطالعه نمیکنند. <strong>پیدا کردن قوانین کارسازتان را با تبدیلشان به صورت فهرست برای کاربران تسهیل کنید.</strong> سعی کنید هر قانون را کوتاه و ساده نگاه دارید اما از آن طرف هم تلاش نکنید که آنها به تعداد زیادی مورد جدا از هم تقسیم کنید.
|
||||
edit: ویرایش قانون
|
||||
empty: هنوز هیچ قانونی برای کارساز تعریف نشده.
|
||||
move_down: پایین بردن
|
||||
move_up: بالا بردن
|
||||
title: قوانین کارساز
|
||||
translation: ترجمه
|
||||
translations: ترجمهها
|
||||
translations_explanation: میتوانید به صورت اختیاری نقشها را ترجمه کنید. در صورت موجود نبودن نگارش ترجمه شده مقدار پیشگزیده نشان داده خواهد شد. لطفاً همواره مطمئن شوید که ترجمهها با مقدار پیشگزیده هماهنگند.
|
||||
settings:
|
||||
about:
|
||||
manage_rules: مدیریت قانونهای کارساز
|
||||
preamble: اطلاعات عمیقی در مورد نحوه کارکرد، تعدیل و تأمین مالی سرور ارائه دهید.
|
||||
rules_hint: یک منطقه اختصاصی برای قوانینی وجود دارد که انتظار می رود کاربران شما به آن پایبند باشند.
|
||||
title: درباره
|
||||
allow_referrer_origin:
|
||||
desc: ممکن است هنگام زدن کاربرانتان روی پیوند پایگاههای خارجی مرورگرشان نشانی کارساز ماستودونتان را به عنوان هدایتگر بفرستد. اگر این کار موجب شناسایی یکتای کاربرانتان میشود، برای نمونه در صورت خصوصی بودن کارسازتان از کار بیندازدش.
|
||||
title: اجازه به پایگاههای خارجی برای دیدن کارساز ماستودونتان به عنوان منبع شدآمد
|
||||
appearance:
|
||||
preamble: سفارشیسازی رابطس وب ماستودون.
|
||||
title: ظاهر
|
||||
|
|
|
@ -485,16 +485,22 @@ fr-CA:
|
|||
fasp:
|
||||
debug:
|
||||
callbacks:
|
||||
created_at: Créé à
|
||||
delete: Supprimer
|
||||
ip: Adresse IP
|
||||
providers:
|
||||
name: Nom
|
||||
providers: Fournisseur
|
||||
registrations:
|
||||
confirm: Confirmer
|
||||
description: Vous avez reçu une souscription d'un FSAF. Rejetez-la si vous ne l'avez pas initiée. Si c'est bien votre intention, comparez le nom et l'empreinte de la clé avant de confirmer la souscription.
|
||||
reject: Rejeter
|
||||
title: Confirmer la souscription au FSAF
|
||||
save: Enregistrer
|
||||
select_capabilities: Sélectionnez les Capacités
|
||||
sign_in: Se connecter
|
||||
status: État
|
||||
title: Fournisseurs de Services Auxiliaire du Fedivers
|
||||
follow_recommendations:
|
||||
description_html: "<strong>Les recommandations d'abonnement aident les nouvelles personnes à trouver rapidement du contenu intéressant</strong>. Si un·e utilisateur·rice n'a pas assez interagi avec les autres pour avoir des recommandations personnalisées, ces comptes sont alors recommandés. La sélection est mise à jour quotidiennement depuis un mélange de comptes ayant le plus d'interactions récentes et le plus grand nombre d'abonné·e·s locaux pour une langue donnée."
|
||||
language: Pour la langue
|
||||
|
@ -563,6 +569,8 @@ fr-CA:
|
|||
all: Tout
|
||||
limited: Limité
|
||||
title: Modération
|
||||
moderation_notes:
|
||||
title: Notes de modération
|
||||
private_comment: Commentaire privé
|
||||
public_comment: Commentaire public
|
||||
purge: Purge
|
||||
|
@ -771,11 +779,14 @@ fr-CA:
|
|||
title: Rôles
|
||||
rules:
|
||||
add_new: Ajouter une règle
|
||||
add_translation: Ajouter une traduction
|
||||
delete: Supprimer
|
||||
description_html: Bien que la plupart des gens prétende avoir lu les conditions d'utilisation avant de les accepter, généralement les utilisateur·rice·s ne les lisent vraiment que lorsque un problème apparaît. <strong>Pour faciliter la visualisation des règles de votre serveur en un seul coup d’œil, présentez-les sous la forme d'une liste à puces !</strong> Essayez de garder chacune des règles simple et concise, mais faites attention à ne pas non plus les diviser en de trop nombreux éléments distincts.
|
||||
edit: Modifier la règle
|
||||
empty: Aucune règle de serveur n'a été définie pour l'instant.
|
||||
title: Règles du serveur
|
||||
translation: Traduction
|
||||
translations: Traductions
|
||||
settings:
|
||||
about:
|
||||
manage_rules: Gérer les règles du serveur
|
||||
|
@ -1840,6 +1851,8 @@ fr-CA:
|
|||
limit: Vous avez déjà épinglé le nombre maximum de messages
|
||||
ownership: Vous ne pouvez pas épingler un message ne vous appartenant pas
|
||||
reblog: Un partage ne peut pas être épinglé
|
||||
quote_policies:
|
||||
followers: Abonné·e·s et utilisateur·trice·s mentionné·e·s
|
||||
title: "%{name} : « %{quote} »"
|
||||
visibilities:
|
||||
direct: Direct
|
||||
|
@ -1893,6 +1906,8 @@ fr-CA:
|
|||
does_not_match_previous_name: ne correspond pas au nom précédent
|
||||
terms_of_service:
|
||||
title: Conditions d'utilisation
|
||||
terms_of_service_interstitial:
|
||||
title: Les conditions d'utilisation de %{domain} ont changées
|
||||
themes:
|
||||
contrast: Mastodon (Contraste élevé)
|
||||
default: Mastodon (Sombre)
|
||||
|
|
|
@ -485,16 +485,22 @@ fr:
|
|||
fasp:
|
||||
debug:
|
||||
callbacks:
|
||||
created_at: Créé à
|
||||
delete: Supprimer
|
||||
ip: Adresse IP
|
||||
providers:
|
||||
name: Nom
|
||||
providers: Fournisseur
|
||||
registrations:
|
||||
confirm: Confirmer
|
||||
description: Vous avez reçu une souscription d'un FSAF. Rejetez-la si vous ne l'avez pas initiée. Si c'est bien votre intention, comparez le nom et l'empreinte de la clé avant de confirmer la souscription.
|
||||
reject: Rejeter
|
||||
title: Confirmer la souscription au FSAF
|
||||
save: Enregistrer
|
||||
select_capabilities: Sélectionnez les Capacités
|
||||
sign_in: Se connecter
|
||||
status: État
|
||||
title: Fournisseurs de Services Auxiliaire du Fedivers
|
||||
follow_recommendations:
|
||||
description_html: "<strong>Les recommandations d'abonnement aident les nouvelles personnes à trouver rapidement du contenu intéressant</strong>. Si un·e utilisateur·rice n'a pas assez interagi avec les autres pour avoir des recommandations personnalisées, ces comptes sont alors recommandés. La sélection est mise à jour quotidiennement depuis un mélange de comptes ayant le plus d'interactions récentes et le plus grand nombre d'abonné·e·s locaux pour une langue donnée."
|
||||
language: Pour la langue
|
||||
|
@ -563,6 +569,8 @@ fr:
|
|||
all: Tout
|
||||
limited: Limité
|
||||
title: Modération
|
||||
moderation_notes:
|
||||
title: Notes de modération
|
||||
private_comment: Commentaire privé
|
||||
public_comment: Commentaire public
|
||||
purge: Purge
|
||||
|
@ -771,11 +779,14 @@ fr:
|
|||
title: Rôles
|
||||
rules:
|
||||
add_new: Ajouter une règle
|
||||
add_translation: Ajouter une traduction
|
||||
delete: Supprimer
|
||||
description_html: Bien que la plupart des gens prétende avoir lu les conditions d'utilisation avant de les accepter, généralement les utilisateur·rice·s ne les lisent vraiment que lorsque un problème apparaît. <strong>Pour faciliter la visualisation des règles de votre serveur en un seul coup d’œil, présentez-les sous la forme d'une liste à puces !</strong> Essayez de garder chacune des règles simple et concise, mais faites attention à ne pas non plus les diviser en de trop nombreux éléments distincts.
|
||||
edit: Modifier la règle
|
||||
empty: Aucune règle de serveur n'a été définie pour l'instant.
|
||||
title: Règles du serveur
|
||||
translation: Traduction
|
||||
translations: Traductions
|
||||
settings:
|
||||
about:
|
||||
manage_rules: Gérer les règles du serveur
|
||||
|
@ -1840,6 +1851,8 @@ fr:
|
|||
limit: Vous avez déjà épinglé le nombre maximum de messages
|
||||
ownership: Vous ne pouvez pas épingler un message ne vous appartenant pas
|
||||
reblog: Un partage ne peut pas être épinglé
|
||||
quote_policies:
|
||||
followers: Abonné·e·s et utilisateur·trice·s mentionné·e·s
|
||||
title: "%{name} : « %{quote} »"
|
||||
visibilities:
|
||||
direct: Direct
|
||||
|
@ -1893,6 +1906,8 @@ fr:
|
|||
does_not_match_previous_name: ne correspond pas au nom précédent
|
||||
terms_of_service:
|
||||
title: Conditions d'utilisation
|
||||
terms_of_service_interstitial:
|
||||
title: Les conditions d'utilisation de %{domain} ont changées
|
||||
themes:
|
||||
contrast: Mastodon (Contraste élevé)
|
||||
default: Mastodon (Sombre)
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user