mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Compare commits
69 Commits
v4.5.5
...
stable-4.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6dc5bc4ea | ||
|
|
2c35e71cfc | ||
|
|
38e7bb9b86 | ||
|
|
089a141efc | ||
|
|
c188e659b1 | ||
|
|
d6d73bd144 | ||
|
|
92d7ad46cf | ||
|
|
23be60a641 | ||
|
|
a5f1988fe1 | ||
|
|
841ea7058e | ||
|
|
5bf82b1f9e | ||
|
|
e0d097fac0 | ||
|
|
c2f9c7c553 | ||
|
|
1fa9451603 | ||
|
|
d0348531cd | ||
|
|
a97811b056 | ||
|
|
f4baed2a69 | ||
|
|
f37dc6c59e | ||
|
|
9171fa49b6 | ||
|
|
ac91d30a5a | ||
|
|
dff7d55a6d | ||
|
|
c2244cbb67 | ||
|
|
436bf0590c | ||
|
|
c8a5c2c121 | ||
|
|
1033029a6c | ||
|
|
c14a62c3af | ||
|
|
d7059dcf1c | ||
|
|
a7bfcf7131 | ||
|
|
6fcdc05e43 | ||
|
|
a475f2ba39 | ||
|
|
a3f0a0373d | ||
|
|
ed521e91e1 | ||
|
|
ba22c3f133 | ||
|
|
f198ec7c1c | ||
|
|
58fed93bae | ||
|
|
fd493378dc | ||
|
|
d609819aa7 | ||
|
|
4f6a53c22c | ||
|
|
ab872f28b9 | ||
|
|
1103ebdc55 | ||
|
|
93eb2ac28a | ||
|
|
04e0b85f5b | ||
|
|
4046affea9 | ||
|
|
96a96a79ca | ||
|
|
aec9ccba3d | ||
|
|
9c927683db | ||
|
|
fbbf8b9a8c | ||
|
|
b7e34ade1d | ||
|
|
e68754d2a2 | ||
|
|
31316aa082 | ||
|
|
27c1e13aa8 | ||
|
|
17c04fe04b | ||
|
|
ffddcc7c1d | ||
|
|
a602cc9126 | ||
|
|
4d4611beba | ||
|
|
e8045de79b | ||
|
|
5f30206c5e | ||
|
|
6fd034cb77 | ||
|
|
527bed86b5 | ||
|
|
a1e0fbfb67 | ||
|
|
68a26ce7c6 | ||
|
|
ff20ce9acf | ||
|
|
1ba2b1cdc1 | ||
|
|
4c1fbe4e2e | ||
|
|
569ff6c8ad | ||
|
|
81716f7e27 | ||
|
|
8935137526 | ||
|
|
dcc5c2b6f6 | ||
|
|
f1c32f6a11 |
69
CHANGELOG.md
69
CHANGELOG.md
@@ -2,6 +2,75 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [4.5.8] - 2026-03-24
|
||||
|
||||
### Security
|
||||
|
||||
- Fix insufficient checks on quote authorizations ([GHSA-q4g8-82c5-9h33](https://github.com/mastodon/mastodon/security/advisories/GHSA-q4g8-82c5-9h33))
|
||||
- Fix open redirect in legacy path handler ([GHSA-xqw8-4j56-5hj6](https://github.com/mastodon/mastodon/security/advisories/GHSA-xqw8-4j56-5hj6))
|
||||
- Updated dependencies
|
||||
|
||||
### Added
|
||||
|
||||
- Add for searching already-known private GtS posts (#38057 by @ClearlyClaire)
|
||||
|
||||
### Changed
|
||||
|
||||
- Change media description length limit for remote media attachments from 1500 to 10000 characters (#37921 by @ClearlyClaire)
|
||||
- Change HTTP signatures to skip the `Accept` header (#38132 by @ClearlyClaire)
|
||||
- Change numeric AP endpoints to redirect to short account URLs when HTML is requested (#38056 by @ClearlyClaire)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix some model definitions in `tootctl maintenance fix-duplicates` (#38214 by @ClearlyClaire)
|
||||
- Fix overly strict checks for current username on account migration page (#38183 by @mjankowski)
|
||||
- Fix OpenStack Swift Keystone token rate limiting (#38145 by @hugogameiro)
|
||||
- Fix poll expiration notification being re-triggered on implicit updates (#38078 by @ClearlyClaire)
|
||||
- Fix incorrect translation string in webauthn mailers (#38062 by @mjankowski)
|
||||
- Fix “Unblock” and “Unmute” actions being disabled when blocked (#38075 by @ClearlyClaire)
|
||||
- Fix username availability check being wrongly applied on race conditions (#37975 by @ClearlyClaire)
|
||||
- Fix hover card unintentionally being shown in some cases (#38039 and #38112 by @diondiondion)
|
||||
- Fix existing posts not being removed from lists when a list member is unfollowed (#38048 by @ClearlyClaire)
|
||||
|
||||
## [4.5.7] - 2026-02-24
|
||||
|
||||
### Security
|
||||
|
||||
- Reject unconfirmed FASPs (#37926 by @oneiros, [GHSA-qgmm-vr4c-ggjg](https://github.com/mastodon/mastodon/security/advisories/GHSA-qgmm-vr4c-ggjg))
|
||||
- Re-use custom socket class for FASP requests (#37925 by @oneiros, [GHSA-46w6-g98f-wxqm](https://github.com/mastodon/mastodon/security/advisories/GHSA-46w6-g98f-wxqm))
|
||||
|
||||
### Added
|
||||
|
||||
- Add `--suspended-only` option to `tootctl emoji purge` (#37828 and #37861 by @ClearlyClaire and @mjankowski)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix emoji data not being properly cached (#37858 by @ChaosExAnima)
|
||||
- Fix delete & redraft of pending posts (#37839 by @ClearlyClaire)
|
||||
- Fix processing separate key documents without the ActivityStreams context (#37826 by @ClearlyClaire)
|
||||
- Fix custom emojis not being purged on domain suspension (#37808 by @ClearlyClaire)
|
||||
- Fix users without special permissions being able to stream disabled timelines (#37791 by @ClearlyClaire)
|
||||
- Fix processing of object updates with duplicate hashtags (#37756 by @ClearlyClaire)
|
||||
|
||||
## [4.5.6] - 2026-02-03
|
||||
|
||||
### Security
|
||||
|
||||
- Fix ActivityPub collection caching logic for pinned posts and featured tags not checking blocked accounts ([GHSA-ccpr-m53r-mfwr](https://github.com/mastodon/mastodon/security/advisories/GHSA-ccpr-m53r-mfwr))
|
||||
|
||||
### Changed
|
||||
|
||||
- Shorten caching of quote posts pending approval (#37570 and #37592 by @ClearlyClaire)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix relationship cache not being cleared when handling account migrations (#37664 by @ClearlyClaire)
|
||||
- Fix quote cancel button not appearing after edit then delete-and-redraft (#37066 by @PGrayCS)
|
||||
- Fix followers with profile subscription (bell icon) being notified of post edits (#37646 by @ClearlyClaire)
|
||||
- Fix error when encountering invalid tag in updated object (#37635 by @ClearlyClaire)
|
||||
- Fix cross-server conversation tracking (#37559 by @ClearlyClaire)
|
||||
- Fix recycled connections not being immediately closed (#37335 and #37674 by @ClearlyClaire and @shleeable)
|
||||
|
||||
## [4.5.5] - 2026-01-20
|
||||
|
||||
### Security
|
||||
|
||||
@@ -67,3 +67,4 @@ The following table attempts to summary those limits.
|
||||
| Account `attributionDomains` | 256 | List will be truncated |
|
||||
| Account aliases (actor `alsoKnownAs`) | 256 | List will be truncated |
|
||||
| Custom emoji shortcode (`Emoji` `name`) | 2048 | Emoji will be rejected |
|
||||
| Media descriptions (`name`/`summary`) | 10000 | Description will be truncated |
|
||||
|
||||
2
Gemfile
2
Gemfile
@@ -28,7 +28,7 @@ gem 'bootsnap', '~> 1.18.0', require: false
|
||||
gem 'browser'
|
||||
gem 'charlock_holmes', '~> 0.7.7'
|
||||
gem 'chewy', '~> 7.3'
|
||||
gem 'devise', '~> 4.9'
|
||||
gem 'devise'
|
||||
gem 'devise-two-factor'
|
||||
|
||||
group :pam_authentication, optional: true do
|
||||
|
||||
128
Gemfile.lock
128
Gemfile.lock
@@ -10,29 +10,29 @@ GIT
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actioncable (8.0.3)
|
||||
actionpack (= 8.0.3)
|
||||
activesupport (= 8.0.3)
|
||||
actioncable (8.0.4.1)
|
||||
actionpack (= 8.0.4.1)
|
||||
activesupport (= 8.0.4.1)
|
||||
nio4r (~> 2.0)
|
||||
websocket-driver (>= 0.6.1)
|
||||
zeitwerk (~> 2.6)
|
||||
actionmailbox (8.0.3)
|
||||
actionpack (= 8.0.3)
|
||||
activejob (= 8.0.3)
|
||||
activerecord (= 8.0.3)
|
||||
activestorage (= 8.0.3)
|
||||
activesupport (= 8.0.3)
|
||||
actionmailbox (8.0.4.1)
|
||||
actionpack (= 8.0.4.1)
|
||||
activejob (= 8.0.4.1)
|
||||
activerecord (= 8.0.4.1)
|
||||
activestorage (= 8.0.4.1)
|
||||
activesupport (= 8.0.4.1)
|
||||
mail (>= 2.8.0)
|
||||
actionmailer (8.0.3)
|
||||
actionpack (= 8.0.3)
|
||||
actionview (= 8.0.3)
|
||||
activejob (= 8.0.3)
|
||||
activesupport (= 8.0.3)
|
||||
actionmailer (8.0.4.1)
|
||||
actionpack (= 8.0.4.1)
|
||||
actionview (= 8.0.4.1)
|
||||
activejob (= 8.0.4.1)
|
||||
activesupport (= 8.0.4.1)
|
||||
mail (>= 2.8.0)
|
||||
rails-dom-testing (~> 2.2)
|
||||
actionpack (8.0.3)
|
||||
actionview (= 8.0.3)
|
||||
activesupport (= 8.0.3)
|
||||
actionpack (8.0.4.1)
|
||||
actionview (= 8.0.4.1)
|
||||
activesupport (= 8.0.4.1)
|
||||
nokogiri (>= 1.8.5)
|
||||
rack (>= 2.2.4)
|
||||
rack-session (>= 1.0.1)
|
||||
@@ -40,15 +40,15 @@ GEM
|
||||
rails-dom-testing (~> 2.2)
|
||||
rails-html-sanitizer (~> 1.6)
|
||||
useragent (~> 0.16)
|
||||
actiontext (8.0.3)
|
||||
actionpack (= 8.0.3)
|
||||
activerecord (= 8.0.3)
|
||||
activestorage (= 8.0.3)
|
||||
activesupport (= 8.0.3)
|
||||
actiontext (8.0.4.1)
|
||||
actionpack (= 8.0.4.1)
|
||||
activerecord (= 8.0.4.1)
|
||||
activestorage (= 8.0.4.1)
|
||||
activesupport (= 8.0.4.1)
|
||||
globalid (>= 0.6.0)
|
||||
nokogiri (>= 1.8.5)
|
||||
actionview (8.0.3)
|
||||
activesupport (= 8.0.3)
|
||||
actionview (8.0.4.1)
|
||||
activesupport (= 8.0.4.1)
|
||||
builder (~> 3.1)
|
||||
erubi (~> 1.11)
|
||||
rails-dom-testing (~> 2.2)
|
||||
@@ -58,22 +58,22 @@ GEM
|
||||
activemodel (>= 4.1)
|
||||
case_transform (>= 0.2)
|
||||
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
||||
activejob (8.0.3)
|
||||
activesupport (= 8.0.3)
|
||||
activejob (8.0.4.1)
|
||||
activesupport (= 8.0.4.1)
|
||||
globalid (>= 0.3.6)
|
||||
activemodel (8.0.3)
|
||||
activesupport (= 8.0.3)
|
||||
activerecord (8.0.3)
|
||||
activemodel (= 8.0.3)
|
||||
activesupport (= 8.0.3)
|
||||
activemodel (8.0.4.1)
|
||||
activesupport (= 8.0.4.1)
|
||||
activerecord (8.0.4.1)
|
||||
activemodel (= 8.0.4.1)
|
||||
activesupport (= 8.0.4.1)
|
||||
timeout (>= 0.4.0)
|
||||
activestorage (8.0.3)
|
||||
actionpack (= 8.0.3)
|
||||
activejob (= 8.0.3)
|
||||
activerecord (= 8.0.3)
|
||||
activesupport (= 8.0.3)
|
||||
activestorage (8.0.4.1)
|
||||
actionpack (= 8.0.4.1)
|
||||
activejob (= 8.0.4.1)
|
||||
activerecord (= 8.0.4.1)
|
||||
activesupport (= 8.0.4.1)
|
||||
marcel (~> 1.0)
|
||||
activesupport (8.0.3)
|
||||
activesupport (8.0.4.1)
|
||||
base64
|
||||
benchmark (>= 0.3)
|
||||
bigdecimal
|
||||
@@ -82,7 +82,7 @@ GEM
|
||||
drb
|
||||
i18n (>= 1.6, < 2)
|
||||
logger (>= 1.4.2)
|
||||
minitest (>= 5.1)
|
||||
minitest (>= 5.1, < 6)
|
||||
securerandom (>= 0.3)
|
||||
tzinfo (~> 2.0, >= 2.0.5)
|
||||
uri (>= 0.13.1)
|
||||
@@ -184,16 +184,16 @@ GEM
|
||||
irb (~> 1.10)
|
||||
reline (>= 0.3.8)
|
||||
debug_inspector (1.2.0)
|
||||
devise (4.9.4)
|
||||
devise (5.0.3)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 4.1.0)
|
||||
railties (>= 7.0)
|
||||
responders
|
||||
warden (~> 1.2.3)
|
||||
devise-two-factor (6.2.0)
|
||||
activesupport (>= 7.0, < 8.2)
|
||||
devise (~> 4.0)
|
||||
railties (>= 7.0, < 8.2)
|
||||
devise-two-factor (6.4.0)
|
||||
activesupport (>= 7.2, < 8.2)
|
||||
devise (>= 4.0, < 6.0)
|
||||
railties (>= 7.2, < 8.2)
|
||||
rotp (~> 6.0)
|
||||
devise_pam_authenticatable2 (9.2.0)
|
||||
devise (>= 4.0.0)
|
||||
@@ -233,7 +233,7 @@ GEM
|
||||
fabrication (3.0.0)
|
||||
faker (3.5.2)
|
||||
i18n (>= 1.8.11, < 2)
|
||||
faraday (2.14.0)
|
||||
faraday (2.14.1)
|
||||
faraday-net_http (>= 2.0, < 3.5)
|
||||
json
|
||||
logger
|
||||
@@ -462,7 +462,7 @@ GEM
|
||||
net-smtp (0.5.1)
|
||||
net-protocol
|
||||
nio4r (2.7.4)
|
||||
nokogiri (1.18.10)
|
||||
nokogiri (1.19.2)
|
||||
mini_portile2 (~> 2.8.2)
|
||||
racc (~> 1.4)
|
||||
oj (3.16.11)
|
||||
@@ -621,7 +621,7 @@ GEM
|
||||
activesupport (>= 3.0.0)
|
||||
raabro (1.4.0)
|
||||
racc (1.8.1)
|
||||
rack (3.2.4)
|
||||
rack (3.2.5)
|
||||
rack-attack (6.8.0)
|
||||
rack (>= 1.0, < 4)
|
||||
rack-cors (3.0.0)
|
||||
@@ -647,20 +647,20 @@ GEM
|
||||
rack (>= 1.3)
|
||||
rackup (2.2.1)
|
||||
rack (>= 3)
|
||||
rails (8.0.3)
|
||||
actioncable (= 8.0.3)
|
||||
actionmailbox (= 8.0.3)
|
||||
actionmailer (= 8.0.3)
|
||||
actionpack (= 8.0.3)
|
||||
actiontext (= 8.0.3)
|
||||
actionview (= 8.0.3)
|
||||
activejob (= 8.0.3)
|
||||
activemodel (= 8.0.3)
|
||||
activerecord (= 8.0.3)
|
||||
activestorage (= 8.0.3)
|
||||
activesupport (= 8.0.3)
|
||||
rails (8.0.4.1)
|
||||
actioncable (= 8.0.4.1)
|
||||
actionmailbox (= 8.0.4.1)
|
||||
actionmailer (= 8.0.4.1)
|
||||
actionpack (= 8.0.4.1)
|
||||
actiontext (= 8.0.4.1)
|
||||
actionview (= 8.0.4.1)
|
||||
activejob (= 8.0.4.1)
|
||||
activemodel (= 8.0.4.1)
|
||||
activerecord (= 8.0.4.1)
|
||||
activestorage (= 8.0.4.1)
|
||||
activesupport (= 8.0.4.1)
|
||||
bundler (>= 1.15.0)
|
||||
railties (= 8.0.3)
|
||||
railties (= 8.0.4.1)
|
||||
rails-dom-testing (2.3.0)
|
||||
activesupport (>= 5.0.0)
|
||||
minitest
|
||||
@@ -671,9 +671,9 @@ GEM
|
||||
rails-i18n (8.0.2)
|
||||
i18n (>= 0.7, < 2)
|
||||
railties (>= 8.0.0, < 9)
|
||||
railties (8.0.3)
|
||||
actionpack (= 8.0.3)
|
||||
activesupport (= 8.0.3)
|
||||
railties (8.0.4.1)
|
||||
actionpack (= 8.0.4.1)
|
||||
activesupport (= 8.0.4.1)
|
||||
irb (~> 1.13)
|
||||
rackup (>= 1.0.0)
|
||||
rake (>= 12.2)
|
||||
@@ -954,7 +954,7 @@ DEPENDENCIES
|
||||
csv (~> 3.2)
|
||||
database_cleaner-active_record
|
||||
debug (~> 1.8)
|
||||
devise (~> 4.9)
|
||||
devise
|
||||
devise-two-factor
|
||||
devise_pam_authenticatable2 (~> 9.2)
|
||||
discard (~> 1.2)
|
||||
|
||||
@@ -18,6 +18,8 @@ class AccountsController < ApplicationController
|
||||
respond_to do |format|
|
||||
format.html do
|
||||
expires_in(15.seconds, public: true, stale_while_revalidate: 30.seconds, stale_if_error: 1.hour) unless user_signed_in?
|
||||
|
||||
redirect_to short_account_path(@account) if account_id_param.present? && username_param.blank?
|
||||
end
|
||||
|
||||
format.rss do
|
||||
|
||||
@@ -4,17 +4,31 @@ class ActivityPub::CollectionsController < ActivityPub::BaseController
|
||||
vary_by -> { 'Signature' if authorized_fetch_mode? }
|
||||
|
||||
before_action :require_account_signature!, if: :authorized_fetch_mode?
|
||||
before_action :check_authorization
|
||||
before_action :set_items
|
||||
before_action :set_size
|
||||
before_action :set_type
|
||||
|
||||
def show
|
||||
expires_in 3.minutes, public: public_fetch_mode?
|
||||
render_with_cache json: collection_presenter, content_type: 'application/activity+json', serializer: ActivityPub::CollectionSerializer, adapter: ActivityPub::Adapter
|
||||
|
||||
if @unauthorized
|
||||
render json: collection_presenter, content_type: 'application/activity+json', serializer: ActivityPub::CollectionSerializer, adapter: ActivityPub::Adapter
|
||||
else
|
||||
render_with_cache json: collection_presenter, content_type: 'application/activity+json', serializer: ActivityPub::CollectionSerializer, adapter: ActivityPub::Adapter
|
||||
end
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def check_authorization
|
||||
# Because in public fetch mode we cache the response, there would be no
|
||||
# benefit from performing the check below, since a blocked account or domain
|
||||
# would likely be served the cache from the reverse proxy anyway
|
||||
|
||||
@unauthorized = authorized_fetch_mode? && !signed_request_account.nil? && (@account.blocking?(signed_request_account) || (!signed_request_account.domain.nil? && @account.domain_blocking?(signed_request_account.domain)))
|
||||
end
|
||||
|
||||
def set_items
|
||||
case params[:id]
|
||||
when 'featured'
|
||||
@@ -57,11 +71,7 @@ class ActivityPub::CollectionsController < ActivityPub::BaseController
|
||||
end
|
||||
|
||||
def for_signed_account
|
||||
# Because in public fetch mode we cache the response, there would be no
|
||||
# benefit from performing the check below, since a blocked account or domain
|
||||
# would likely be served the cache from the reverse proxy anyway
|
||||
|
||||
if authorized_fetch_mode? && !signed_request_account.nil? && (@account.blocking?(signed_request_account) || (!signed_request_account.domain.nil? && @account.domain_blocking?(signed_request_account.domain)))
|
||||
if @unauthorized
|
||||
[]
|
||||
else
|
||||
yield
|
||||
|
||||
@@ -47,7 +47,7 @@ class Api::Fasp::BaseController < ApplicationController
|
||||
provider = nil
|
||||
|
||||
Linzer.verify!(request.rack_request, no_older_than: 5.minutes) do |keyid|
|
||||
provider = Fasp::Provider.find(keyid)
|
||||
provider = Fasp::Provider.confirmed.find(keyid)
|
||||
Linzer.new_ed25519_public_key(provider.provider_public_key_pem, keyid)
|
||||
end
|
||||
|
||||
|
||||
@@ -93,6 +93,7 @@ class Api::V1::StatusesController < Api::BaseController
|
||||
application: doorkeeper_token.application,
|
||||
poll: status_params[:poll],
|
||||
content_type: status_params[:content_type],
|
||||
local_only: status_params[:local_only],
|
||||
allowed_mentions: status_params[:allowed_mentions],
|
||||
idempotency: request.headers['Idempotency-Key'],
|
||||
with_rate_limit: true
|
||||
@@ -191,6 +192,7 @@ class Api::V1::StatusesController < Api::BaseController
|
||||
:language,
|
||||
:scheduled_at,
|
||||
:content_type,
|
||||
:local_only,
|
||||
allowed_mentions: [],
|
||||
media_ids: [],
|
||||
media_attributes: [
|
||||
|
||||
@@ -197,14 +197,14 @@ class Auth::SessionsController < Devise::SessionsController
|
||||
"2fa_auth_attempts:#{user.id}:#{Time.now.utc.hour}"
|
||||
end
|
||||
|
||||
def respond_to_on_destroy
|
||||
def respond_to_on_destroy(**)
|
||||
respond_to do |format|
|
||||
format.json do
|
||||
render json: {
|
||||
redirect_to: after_sign_out_path_for(resource_name),
|
||||
}, status: 200
|
||||
end
|
||||
format.all { super }
|
||||
format.all { super(**) }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -26,10 +26,12 @@ class StatusesController < ApplicationController
|
||||
respond_to do |format|
|
||||
format.html do
|
||||
expires_in 10.seconds, public: true if current_account.nil?
|
||||
|
||||
redirect_to short_account_status_path(@account, @status) if account_id_param.present? && username_param.blank?
|
||||
end
|
||||
|
||||
format.json do
|
||||
expires_in 3.minutes, public: true if @status.distributable? && public_fetch_mode?
|
||||
expires_in @status.quote&.pending? ? 5.seconds : 3.minutes, public: true if @status.distributable? && public_fetch_mode?
|
||||
render_with_cache json: @status, content_type: 'application/activity+json', serializer: ActivityPub::NoteSerializer, adapter: ActivityPub::Adapter
|
||||
end
|
||||
end
|
||||
|
||||
@@ -70,6 +70,10 @@ module JsonLdHelper
|
||||
!json.nil? && equals_or_includes?(json['@context'], ActivityPub::TagManager::CONTEXT)
|
||||
end
|
||||
|
||||
def supported_security_context?(json)
|
||||
!json.nil? && equals_or_includes?(json['@context'], 'https://w3id.org/security/v1')
|
||||
end
|
||||
|
||||
def unsupported_uri_scheme?(uri)
|
||||
uri.nil? || !uri.start_with?('http://', 'https://')
|
||||
end
|
||||
|
||||
@@ -183,15 +183,25 @@ function loaded() {
|
||||
({ target }) => {
|
||||
if (!(target instanceof HTMLInputElement)) return;
|
||||
|
||||
if (target.value && target.value.length > 0) {
|
||||
const checkedUsername = target.value;
|
||||
if (checkedUsername && checkedUsername.length > 0) {
|
||||
axios
|
||||
.get('/api/v1/accounts/lookup', { params: { acct: target.value } })
|
||||
.get('/api/v1/accounts/lookup', {
|
||||
params: { acct: checkedUsername },
|
||||
})
|
||||
.then(() => {
|
||||
target.setCustomValidity(formatMessage(messages.usernameTaken));
|
||||
// Only update the validity if the result is for the currently-typed username
|
||||
if (checkedUsername === target.value) {
|
||||
target.setCustomValidity(formatMessage(messages.usernameTaken));
|
||||
}
|
||||
|
||||
return true;
|
||||
})
|
||||
.catch(() => {
|
||||
target.setCustomValidity('');
|
||||
// Only update the validity if the result is for the currently-typed username
|
||||
if (checkedUsername === target.value) {
|
||||
target.setCustomValidity('');
|
||||
}
|
||||
});
|
||||
} else {
|
||||
target.setCustomValidity('');
|
||||
|
||||
@@ -228,10 +228,6 @@ export function submitCompose(overridePrivacy = null, successCallback = undefine
|
||||
return;
|
||||
}
|
||||
|
||||
if (getState().getIn(['compose', 'advanced_options', 'do_not_federate'])) {
|
||||
status = status + ' 👁️';
|
||||
}
|
||||
|
||||
dispatch(submitComposeRequest());
|
||||
|
||||
// If we're editing a post with media attachments, those have not
|
||||
@@ -262,6 +258,7 @@ export function submitCompose(overridePrivacy = null, successCallback = undefine
|
||||
status,
|
||||
spoiler_text,
|
||||
content_type: getState().getIn(['compose', 'content_type']),
|
||||
local_only: getState().getIn(['compose', 'advanced_options', 'do_not_federate']),
|
||||
in_reply_to_id: getState().getIn(['compose', 'in_reply_to'], null),
|
||||
media_ids: media.map(item => item.get('id')),
|
||||
media_attributes,
|
||||
|
||||
@@ -109,7 +109,7 @@ export function fetchStatusFail(id, error, skipLoading, parentQuotePostId) {
|
||||
};
|
||||
}
|
||||
|
||||
export function redraft(status, raw_text, content_type) {
|
||||
export function redraft(status, raw_text, content_type, quoted_status_id = null) {
|
||||
return (dispatch, getState) => {
|
||||
const maxOptions = getState().server.getIn(['server', 'configuration', 'polls', 'max_options']);
|
||||
|
||||
@@ -117,6 +117,7 @@ export function redraft(status, raw_text, content_type) {
|
||||
type: REDRAFT,
|
||||
status,
|
||||
raw_text,
|
||||
quoted_status_id,
|
||||
content_type,
|
||||
maxOptions,
|
||||
});
|
||||
@@ -135,7 +136,7 @@ export const editStatus = (id) => (dispatch, getState) => {
|
||||
api().get(`/api/v1/statuses/${id}/source`).then(response => {
|
||||
dispatch(fetchStatusSourceSuccess());
|
||||
ensureComposeIsVisible(getState);
|
||||
dispatch(setComposeToStatus(status, response.data.text, response.data.spoiler_text, response.data.content_type));
|
||||
dispatch(setComposeToStatus(status, response.data.text, response.data.spoiler_text, response.data.content_type, response.data.quote?.quoted_status?.id));
|
||||
}).catch(error => {
|
||||
dispatch(fetchStatusSourceFail(error));
|
||||
});
|
||||
|
||||
@@ -129,6 +129,8 @@ export const FollowButton: React.FC<{
|
||||
: messages.follow;
|
||||
|
||||
let label;
|
||||
let disabled =
|
||||
relationship?.blocked_by || account?.suspended || !!account?.moved;
|
||||
|
||||
if (!signedIn) {
|
||||
label = intl.formatMessage(followMessage);
|
||||
@@ -138,12 +140,16 @@ export const FollowButton: React.FC<{
|
||||
label = <LoadingIndicator />;
|
||||
} else if (relationship.muting) {
|
||||
label = intl.formatMessage(messages.unmute);
|
||||
disabled = false;
|
||||
} else if (relationship.following) {
|
||||
label = intl.formatMessage(messages.unfollow);
|
||||
disabled = false;
|
||||
} else if (relationship.blocking) {
|
||||
label = intl.formatMessage(messages.unblock);
|
||||
disabled = false;
|
||||
} else if (relationship.requested) {
|
||||
label = intl.formatMessage(messages.followRequestCancel);
|
||||
disabled = false;
|
||||
} else if (relationship.followed_by && !account?.locked) {
|
||||
label = intl.formatMessage(messages.followBack);
|
||||
} else {
|
||||
@@ -168,11 +174,7 @@ export const FollowButton: React.FC<{
|
||||
return (
|
||||
<Button
|
||||
onClick={handleClick}
|
||||
disabled={
|
||||
relationship?.blocked_by ||
|
||||
(!(relationship?.following || relationship?.requested) &&
|
||||
(account?.suspended || !!account?.moved))
|
||||
}
|
||||
disabled={disabled}
|
||||
secondary={following}
|
||||
compact={compact}
|
||||
className={classNames(className, { 'button--destructive': following })}
|
||||
|
||||
@@ -14,6 +14,10 @@ import { useTimeout } from 'flavours/glitch/hooks/useTimeout';
|
||||
const offset = [-12, 4] as OffsetValue;
|
||||
const enterDelay = 750;
|
||||
const leaveDelay = 150;
|
||||
// Only open the card if the mouse was moved within this time,
|
||||
// to avoid triggering the card without intentional mouse movement
|
||||
// (e.g. when content changed underneath the mouse cursor)
|
||||
const activeMovementThreshold = 150;
|
||||
const popperConfig = { strategy: 'fixed' } as UsePopperOptions;
|
||||
|
||||
const isHoverCardAnchor = (element: HTMLElement) =>
|
||||
@@ -26,6 +30,7 @@ export const HoverCardController: React.FC = () => {
|
||||
const cardRef = useRef<HTMLDivElement | null>(null);
|
||||
const [setLeaveTimeout, cancelLeaveTimeout] = useTimeout();
|
||||
const [setEnterTimeout, cancelEnterTimeout, delayEnterTimeout] = useTimeout();
|
||||
const [setMoveTimeout, cancelMoveTimeout] = useTimeout();
|
||||
const [setScrollTimeout] = useTimeout();
|
||||
const location = useLocation();
|
||||
|
||||
@@ -42,6 +47,8 @@ export const HoverCardController: React.FC = () => {
|
||||
|
||||
useEffect(() => {
|
||||
let isScrolling = false;
|
||||
let isUsingTouch = false;
|
||||
let isActiveMouseMovement = false;
|
||||
let currentAnchor: HTMLElement | null = null;
|
||||
let currentTitle: string | null = null;
|
||||
|
||||
@@ -60,6 +67,12 @@ export const HoverCardController: React.FC = () => {
|
||||
setAccountId(undefined);
|
||||
};
|
||||
|
||||
const handleTouchStart = () => {
|
||||
// Keeping track of touch events to prevent the
|
||||
// hover card from being displayed on touch devices
|
||||
isUsingTouch = true;
|
||||
};
|
||||
|
||||
const handleMouseEnter = (e: MouseEvent) => {
|
||||
const { target } = e;
|
||||
|
||||
@@ -69,8 +82,14 @@ export const HoverCardController: React.FC = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
// Bail out if we're scrolling, a touch is active,
|
||||
// or if there was no active mouse movement
|
||||
if (isScrolling || !isActiveMouseMovement || isUsingTouch) {
|
||||
return;
|
||||
}
|
||||
|
||||
// We've entered an anchor
|
||||
if (!isScrolling && isHoverCardAnchor(target)) {
|
||||
if (isHoverCardAnchor(target)) {
|
||||
cancelLeaveTimeout();
|
||||
|
||||
currentAnchor?.removeAttribute('aria-describedby');
|
||||
@@ -85,10 +104,7 @@ export const HoverCardController: React.FC = () => {
|
||||
}
|
||||
|
||||
// We've entered the hover card
|
||||
if (
|
||||
!isScrolling &&
|
||||
(target === currentAnchor || target === cardRef.current)
|
||||
) {
|
||||
if (target === currentAnchor || target === cardRef.current) {
|
||||
cancelLeaveTimeout();
|
||||
}
|
||||
};
|
||||
@@ -127,9 +143,23 @@ export const HoverCardController: React.FC = () => {
|
||||
};
|
||||
|
||||
const handleMouseMove = () => {
|
||||
if (isUsingTouch) {
|
||||
isUsingTouch = false;
|
||||
}
|
||||
|
||||
delayEnterTimeout(enterDelay);
|
||||
|
||||
cancelMoveTimeout();
|
||||
isActiveMouseMovement = true;
|
||||
setMoveTimeout(() => {
|
||||
isActiveMouseMovement = false;
|
||||
}, activeMovementThreshold);
|
||||
};
|
||||
|
||||
document.body.addEventListener('touchstart', handleTouchStart, {
|
||||
passive: true,
|
||||
});
|
||||
|
||||
document.body.addEventListener('mouseenter', handleMouseEnter, {
|
||||
passive: true,
|
||||
capture: true,
|
||||
@@ -151,6 +181,7 @@ export const HoverCardController: React.FC = () => {
|
||||
});
|
||||
|
||||
return () => {
|
||||
document.body.removeEventListener('touchstart', handleTouchStart);
|
||||
document.body.removeEventListener('mouseenter', handleMouseEnter);
|
||||
document.body.removeEventListener('mousemove', handleMouseMove);
|
||||
document.body.removeEventListener('mouseleave', handleMouseLeave);
|
||||
@@ -166,6 +197,8 @@ export const HoverCardController: React.FC = () => {
|
||||
setOpen,
|
||||
setAccountId,
|
||||
setAnchor,
|
||||
setMoveTimeout,
|
||||
cancelMoveTimeout,
|
||||
]);
|
||||
|
||||
return (
|
||||
|
||||
@@ -159,6 +159,7 @@ class Status extends ImmutablePureComponent {
|
||||
'expanded',
|
||||
'unread',
|
||||
'pictureInPicture',
|
||||
'onQuoteCancel',
|
||||
'previousId',
|
||||
'nextInReplyToId',
|
||||
'rootId',
|
||||
|
||||
@@ -177,7 +177,7 @@ class StatusContent extends PureComponent {
|
||||
{children}
|
||||
</HandledLink>
|
||||
);
|
||||
} else if (element.classList.contains('quote-inline')) {
|
||||
} else if (element.classList.contains('quote-inline') && this.props.status.get('quote')) {
|
||||
return null;
|
||||
}
|
||||
return undefined;
|
||||
|
||||
@@ -183,15 +183,25 @@ function loaded() {
|
||||
({ target }) => {
|
||||
if (!(target instanceof HTMLInputElement)) return;
|
||||
|
||||
if (target.value && target.value.length > 0) {
|
||||
const checkedUsername = target.value;
|
||||
if (checkedUsername && checkedUsername.length > 0) {
|
||||
axios
|
||||
.get('/api/v1/accounts/lookup', { params: { acct: target.value } })
|
||||
.get('/api/v1/accounts/lookup', {
|
||||
params: { acct: checkedUsername },
|
||||
})
|
||||
.then(() => {
|
||||
target.setCustomValidity(formatMessage(messages.usernameTaken));
|
||||
// Only update the validity if the result is for the currently-typed username
|
||||
if (checkedUsername === target.value) {
|
||||
target.setCustomValidity(formatMessage(messages.usernameTaken));
|
||||
}
|
||||
|
||||
return true;
|
||||
})
|
||||
.catch(() => {
|
||||
target.setCustomValidity('');
|
||||
// Only update the validity if the result is for the currently-typed username
|
||||
if (checkedUsername === target.value) {
|
||||
target.setCustomValidity('');
|
||||
}
|
||||
});
|
||||
} else {
|
||||
target.setCustomValidity('');
|
||||
|
||||
@@ -21,10 +21,19 @@ export async function importEmojiData(localeString: string, path?: string) {
|
||||
path ??= await localeToPath(locale);
|
||||
}
|
||||
|
||||
// Fix from #37858. Check if we've loaded this path before.
|
||||
const existing = await loadLatestEtag(locale);
|
||||
if (existing === path) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const emojis = await fetchAndCheckEtag<CompactEmoji[]>(locale, path);
|
||||
if (!emojis) {
|
||||
return;
|
||||
}
|
||||
|
||||
await putLatestEtag(path, locale); // Fix from #37858. Put the path as the ETag to ensure we don't load the same data again.
|
||||
|
||||
const flattenedEmojis: FlatCompactEmoji[] = flattenEmojiData(emojis);
|
||||
await putEmojiData(flattenedEmojis, locale);
|
||||
return flattenedEmojis;
|
||||
|
||||
@@ -630,7 +630,6 @@ export const composeReducer = (state = initialState, action) => {
|
||||
case REDRAFT: {
|
||||
const do_not_federate = !!action.status.get('local_only');
|
||||
let text = action.raw_text || unescapeHTML(expandMentions(action.status));
|
||||
if (do_not_federate) text = text.replace(/ ?👁\ufe0f?\u200b?$/, '');
|
||||
return state.withMutations(map => {
|
||||
map.set('text', text);
|
||||
map.set('content_type', action.content_type || 'text/plain');
|
||||
@@ -647,7 +646,7 @@ export const composeReducer = (state = initialState, action) => {
|
||||
map => map.merge(new ImmutableMap({ do_not_federate })),
|
||||
);
|
||||
map.set('id', null);
|
||||
map.set('quoted_status_id', action.status.getIn(['quote', 'quoted_status'], null));
|
||||
map.set('quoted_status_id', action.quoted_status_id);
|
||||
// Mastodon-authored posts can be expected to have at most one automatic approval policy
|
||||
map.set('quote_policy', action.status.getIn(['quote_approval', 'automatic', 0]) || 'nobody');
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@ export function fetchStatusFail(id, error, skipLoading, parentQuotePostId) {
|
||||
};
|
||||
}
|
||||
|
||||
export function redraft(status, raw_text) {
|
||||
export function redraft(status, raw_text, quoted_status_id = null) {
|
||||
return (dispatch, getState) => {
|
||||
const maxOptions = getState().server.getIn(['server', 'configuration', 'polls', 'max_options']);
|
||||
|
||||
@@ -117,6 +117,7 @@ export function redraft(status, raw_text) {
|
||||
type: REDRAFT,
|
||||
status,
|
||||
raw_text,
|
||||
quoted_status_id,
|
||||
maxOptions,
|
||||
});
|
||||
};
|
||||
@@ -169,7 +170,7 @@ export function deleteStatus(id, withRedraft = false) {
|
||||
dispatch(importFetchedAccount(response.data.account));
|
||||
|
||||
if (withRedraft) {
|
||||
dispatch(redraft(status, response.data.text));
|
||||
dispatch(redraft(status, response.data.text, response.data.quote?.quoted_status?.id));
|
||||
ensureComposeIsVisible(getState);
|
||||
} else {
|
||||
dispatch(showAlert({ message: messages.deleteSuccess }));
|
||||
|
||||
@@ -129,6 +129,8 @@ export const FollowButton: React.FC<{
|
||||
: messages.follow;
|
||||
|
||||
let label;
|
||||
let disabled =
|
||||
relationship?.blocked_by || account?.suspended || !!account?.moved;
|
||||
|
||||
if (!signedIn) {
|
||||
label = intl.formatMessage(followMessage);
|
||||
@@ -138,12 +140,16 @@ export const FollowButton: React.FC<{
|
||||
label = <LoadingIndicator />;
|
||||
} else if (relationship.muting) {
|
||||
label = intl.formatMessage(messages.unmute);
|
||||
disabled = false;
|
||||
} else if (relationship.following) {
|
||||
label = intl.formatMessage(messages.unfollow);
|
||||
disabled = false;
|
||||
} else if (relationship.blocking) {
|
||||
label = intl.formatMessage(messages.unblock);
|
||||
disabled = false;
|
||||
} else if (relationship.requested) {
|
||||
label = intl.formatMessage(messages.followRequestCancel);
|
||||
disabled = false;
|
||||
} else if (relationship.followed_by && !account?.locked) {
|
||||
label = intl.formatMessage(messages.followBack);
|
||||
} else {
|
||||
@@ -168,11 +174,7 @@ export const FollowButton: React.FC<{
|
||||
return (
|
||||
<Button
|
||||
onClick={handleClick}
|
||||
disabled={
|
||||
relationship?.blocked_by ||
|
||||
(!(relationship?.following || relationship?.requested) &&
|
||||
(account?.suspended || !!account?.moved))
|
||||
}
|
||||
disabled={disabled}
|
||||
secondary={following}
|
||||
compact={compact}
|
||||
className={classNames(className, { 'button--destructive': following })}
|
||||
|
||||
@@ -14,6 +14,10 @@ import { useTimeout } from 'mastodon/hooks/useTimeout';
|
||||
const offset = [-12, 4] as OffsetValue;
|
||||
const enterDelay = 750;
|
||||
const leaveDelay = 150;
|
||||
// Only open the card if the mouse was moved within this time,
|
||||
// to avoid triggering the card without intentional mouse movement
|
||||
// (e.g. when content changed underneath the mouse cursor)
|
||||
const activeMovementThreshold = 150;
|
||||
const popperConfig = { strategy: 'fixed' } as UsePopperOptions;
|
||||
|
||||
const isHoverCardAnchor = (element: HTMLElement) =>
|
||||
@@ -26,6 +30,7 @@ export const HoverCardController: React.FC = () => {
|
||||
const cardRef = useRef<HTMLDivElement | null>(null);
|
||||
const [setLeaveTimeout, cancelLeaveTimeout] = useTimeout();
|
||||
const [setEnterTimeout, cancelEnterTimeout, delayEnterTimeout] = useTimeout();
|
||||
const [setMoveTimeout, cancelMoveTimeout] = useTimeout();
|
||||
const [setScrollTimeout] = useTimeout();
|
||||
const location = useLocation();
|
||||
|
||||
@@ -42,6 +47,8 @@ export const HoverCardController: React.FC = () => {
|
||||
|
||||
useEffect(() => {
|
||||
let isScrolling = false;
|
||||
let isUsingTouch = false;
|
||||
let isActiveMouseMovement = false;
|
||||
let currentAnchor: HTMLElement | null = null;
|
||||
let currentTitle: string | null = null;
|
||||
|
||||
@@ -60,6 +67,12 @@ export const HoverCardController: React.FC = () => {
|
||||
setAccountId(undefined);
|
||||
};
|
||||
|
||||
const handleTouchStart = () => {
|
||||
// Keeping track of touch events to prevent the
|
||||
// hover card from being displayed on touch devices
|
||||
isUsingTouch = true;
|
||||
};
|
||||
|
||||
const handleMouseEnter = (e: MouseEvent) => {
|
||||
const { target } = e;
|
||||
|
||||
@@ -69,8 +82,14 @@ export const HoverCardController: React.FC = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
// Bail out if we're scrolling, a touch is active,
|
||||
// or if there was no active mouse movement
|
||||
if (isScrolling || !isActiveMouseMovement || isUsingTouch) {
|
||||
return;
|
||||
}
|
||||
|
||||
// We've entered an anchor
|
||||
if (!isScrolling && isHoverCardAnchor(target)) {
|
||||
if (isHoverCardAnchor(target)) {
|
||||
cancelLeaveTimeout();
|
||||
|
||||
currentAnchor?.removeAttribute('aria-describedby');
|
||||
@@ -85,10 +104,7 @@ export const HoverCardController: React.FC = () => {
|
||||
}
|
||||
|
||||
// We've entered the hover card
|
||||
if (
|
||||
!isScrolling &&
|
||||
(target === currentAnchor || target === cardRef.current)
|
||||
) {
|
||||
if (target === currentAnchor || target === cardRef.current) {
|
||||
cancelLeaveTimeout();
|
||||
}
|
||||
};
|
||||
@@ -127,9 +143,23 @@ export const HoverCardController: React.FC = () => {
|
||||
};
|
||||
|
||||
const handleMouseMove = () => {
|
||||
if (isUsingTouch) {
|
||||
isUsingTouch = false;
|
||||
}
|
||||
|
||||
delayEnterTimeout(enterDelay);
|
||||
|
||||
cancelMoveTimeout();
|
||||
isActiveMouseMovement = true;
|
||||
setMoveTimeout(() => {
|
||||
isActiveMouseMovement = false;
|
||||
}, activeMovementThreshold);
|
||||
};
|
||||
|
||||
document.body.addEventListener('touchstart', handleTouchStart, {
|
||||
passive: true,
|
||||
});
|
||||
|
||||
document.body.addEventListener('mouseenter', handleMouseEnter, {
|
||||
passive: true,
|
||||
capture: true,
|
||||
@@ -151,6 +181,7 @@ export const HoverCardController: React.FC = () => {
|
||||
});
|
||||
|
||||
return () => {
|
||||
document.body.removeEventListener('touchstart', handleTouchStart);
|
||||
document.body.removeEventListener('mouseenter', handleMouseEnter);
|
||||
document.body.removeEventListener('mousemove', handleMouseMove);
|
||||
document.body.removeEventListener('mouseleave', handleMouseLeave);
|
||||
@@ -166,6 +197,8 @@ export const HoverCardController: React.FC = () => {
|
||||
setOpen,
|
||||
setAccountId,
|
||||
setAnchor,
|
||||
setMoveTimeout,
|
||||
cancelMoveTimeout,
|
||||
]);
|
||||
|
||||
return (
|
||||
|
||||
@@ -145,6 +145,7 @@ class Status extends ImmutablePureComponent {
|
||||
'hidden',
|
||||
'unread',
|
||||
'pictureInPicture',
|
||||
'onQuoteCancel',
|
||||
];
|
||||
|
||||
state = {
|
||||
|
||||
@@ -21,10 +21,19 @@ export async function importEmojiData(localeString: string, path?: string) {
|
||||
path ??= await localeToPath(locale);
|
||||
}
|
||||
|
||||
// Fix from #37858. Check if we've loaded this path before.
|
||||
const existing = await loadLatestEtag(locale);
|
||||
if (existing === path) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const emojis = await fetchAndCheckEtag<CompactEmoji[]>(locale, path);
|
||||
if (!emojis) {
|
||||
return;
|
||||
}
|
||||
|
||||
await putLatestEtag(path, locale); // Fix from #37858. Put the path as the ETag to ensure we don't load the same data again.
|
||||
|
||||
const flattenedEmojis: FlatCompactEmoji[] = flattenEmojiData(emojis);
|
||||
await putEmojiData(flattenedEmojis, locale);
|
||||
return flattenedEmojis;
|
||||
|
||||
@@ -40,6 +40,10 @@
|
||||
"account.featured_tags.last_status_never": "لا توجد رسائل",
|
||||
"account.follow": "متابعة",
|
||||
"account.follow_back": "تابعه بالمثل",
|
||||
"account.follow_back_short": "تابعه بالمثل",
|
||||
"account.follow_request": "طلب المتابعة",
|
||||
"account.follow_request_cancel": "إلغاء الطلب",
|
||||
"account.follow_request_cancel_short": "إلغاء",
|
||||
"account.followers": "مُتابِعون",
|
||||
"account.followers.empty": "لا أحدَ يُتابع هذا المُستخدم إلى حد الآن.",
|
||||
"account.followers_counter": "{count, plural, zero{لا مُتابع} one {مُتابعٌ واحِد} two {مُتابعانِ اِثنان} few {{counter} مُتابِعين} many {{counter} مُتابِعًا} other {{counter} مُتابع}}",
|
||||
@@ -476,6 +480,7 @@
|
||||
"keyboard_shortcuts.home": "لفتح الخيط الرئيسي",
|
||||
"keyboard_shortcuts.hotkey": "مفتاح الاختصار",
|
||||
"keyboard_shortcuts.legend": "لعرض هذا المفتاح",
|
||||
"keyboard_shortcuts.load_more": "للتركيز على زر \"تحميل المزيد\"",
|
||||
"keyboard_shortcuts.local": "لفتح الخيط العام المحلي",
|
||||
"keyboard_shortcuts.mention": "لذِكر الناشر",
|
||||
"keyboard_shortcuts.muted": "لفتح قائمة المستخدِمين المكتومين",
|
||||
@@ -894,6 +899,7 @@
|
||||
"status.quote_error.revoked": "تمت إزالة المنشور من قبل صاحبه",
|
||||
"status.quote_followers_only": "يمكن فقط للمتابعين اقتباس هذا المنشور",
|
||||
"status.quote_manual_review": "الكاتب سوف يراجع يدوياً",
|
||||
"status.quote_noun": "اقتباس",
|
||||
"status.quote_policy_change": "تغيير من يمكنه الاقتباس",
|
||||
"status.quote_post_author": "اقتبس @{name} منشورا",
|
||||
"status.quote_private": "المنشورات الخاصة لا يمكن اقتباسها",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"account.featured_tags.last_status_never": "Nun hai nenguna publicación",
|
||||
"account.follow": "Siguir",
|
||||
"account.follow_back": "Siguir tamién",
|
||||
"account.follow_request_short": "Solicitú",
|
||||
"account.followers": "Siguidores",
|
||||
"account.followers.empty": "Naide sigue a esti perfil.",
|
||||
"account.following": "Siguiendo",
|
||||
@@ -63,6 +64,7 @@
|
||||
"admin.dashboard.retention.average": "Media",
|
||||
"admin.dashboard.retention.cohort": "Mes de rexistru",
|
||||
"admin.dashboard.retention.cohort_size": "Perfiles nuevos",
|
||||
"admin.impact_report.instance_followers": "Seguidores que perderíen los nuestros usuarios",
|
||||
"alert.rate_limited.message": "Volvi tentalo dempués de la hora: {retry_time, time, medium}.",
|
||||
"alert.unexpected.message": "Prodúxose un error inesperáu.",
|
||||
"alert.unexpected.title": "¡Meca!",
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"account.edit_profile_short": "Рэдагаваць",
|
||||
"account.enable_notifications": "Апавяшчаць мяне пра допісы @{name}",
|
||||
"account.endorse": "Паказваць у профілі",
|
||||
"account.familiar_followers_many": "Мае сярод падпісчыкаў {name1}, {name2}, і {othersCount, plural, one {яшчэ # чалавека, знаёмага Вам} few {яшчэ # чалавекі, знаёмыя Вам} many {яшчэ # чалавек, знаёмых Вам} other {яшчэ # чалавекі, знаёмыя Вам}}",
|
||||
"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": "Рэкамендаванае",
|
||||
@@ -69,7 +69,7 @@
|
||||
"account.mute_short": "Ігнараваць",
|
||||
"account.muted": "Ігнаруецца",
|
||||
"account.muting": "Ігнараванне",
|
||||
"account.mutual": "Вы падпісаны адно на аднаго",
|
||||
"account.mutual": "Вы падпісаныя адно на аднаго",
|
||||
"account.no_bio": "Апісанне адсутнічае.",
|
||||
"account.open_original_page": "Адкрыць арыгінальную старонку",
|
||||
"account.posts": "Допісы",
|
||||
@@ -201,7 +201,7 @@
|
||||
"compose.published.open": "Адкрыць",
|
||||
"compose.saved.body": "Допіс захаваны.",
|
||||
"compose_form.direct_message_warning_learn_more": "Даведацца больш",
|
||||
"compose_form.encryption_warning": "Допісы ў Mastodon не абаронены скразным шыфраваннем. Не дзяліцеся ніякай канфідэнцыяльнай інфармацыяй праз Mastodon.",
|
||||
"compose_form.encryption_warning": "Допісы ў Mastodon не абароненыя скразным шыфраваннем. Не дзяліцеся ніякай канфідэнцыяльнай інфармацыяй праз Mastodon.",
|
||||
"compose_form.hashtag_warning": "Гэты допіс не будзе паказаны пад аніякім хэштэгам, бо ён не публічны. Толькі публічныя допісы можна знайсці па хэштэгу.",
|
||||
"compose_form.lock_disclaimer": "Ваш уліковы запіс не {locked}. Усе могуць падпісацца на вас, каб бачыць допісы толькі для падпісчыкаў.",
|
||||
"compose_form.lock_disclaimer.lock": "закрыты",
|
||||
@@ -411,7 +411,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": "Спампаваць праграму",
|
||||
@@ -449,7 +449,7 @@
|
||||
"hints.profiles.see_more_followers": "Глядзець больш падпісаных на {domain}",
|
||||
"hints.profiles.see_more_follows": "Глядзець больш падпісак на {domain}",
|
||||
"hints.profiles.see_more_posts": "Глядзець больш допісаў на {domain}",
|
||||
"home.column_settings.show_quotes": "Паказаць цытаты",
|
||||
"home.column_settings.show_quotes": "Паказаць цытаванні",
|
||||
"home.column_settings.show_reblogs": "Паказваць пашырэнні",
|
||||
"home.column_settings.show_replies": "Паказваць адказы",
|
||||
"home.hide_announcements": "Схаваць аб'явы",
|
||||
@@ -627,9 +627,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": "Ваша апытанне скончылася",
|
||||
@@ -667,7 +667,7 @@
|
||||
"notifications.clear_confirmation": "Вы ўпэўнены, што хочаце назаўсёды сцерці ўсе свае паведамленні?",
|
||||
"notifications.clear_title": "Ачысціць апавяшчэнні?",
|
||||
"notifications.column_settings.admin.report": "Новыя скаргі:",
|
||||
"notifications.column_settings.admin.sign_up": "Новыя ўваходы:",
|
||||
"notifications.column_settings.admin.sign_up": "Новыя рэгістрацыі:",
|
||||
"notifications.column_settings.alert": "Апавяшчэнні на працоўным стале",
|
||||
"notifications.column_settings.favourite": "Упадабанае:",
|
||||
"notifications.column_settings.filter_bar.advanced": "Паказаць усе катэгорыі",
|
||||
@@ -755,8 +755,8 @@
|
||||
"privacy.public.long": "Усе, хто ёсць і каго няма ў Mastodon",
|
||||
"privacy.public.short": "Публічны",
|
||||
"privacy.quote.anyone": "{visibility}, усе могуць цытаваць",
|
||||
"privacy.quote.disabled": "{visibility}, цытаты адключаныя",
|
||||
"privacy.quote.limited": "{visibility}, абмежаваныя цытаты",
|
||||
"privacy.quote.disabled": "{visibility}, цытаванні адключаныя",
|
||||
"privacy.quote.limited": "{visibility}, абмежаваныя цытаванні",
|
||||
"privacy.unlisted.additional": "Паводзіць сябе гэтак жа, як і публічны, за выключэннем таго, што допіс не будзе адлюстроўвацца ў жывой стужцы, хэштэгах, аглядзе або ў пошуку Mastodon, нават калі Вы ўключылі бачнасць у пошуку ў наладах.",
|
||||
"privacy.unlisted.long": "Схаваны ад вынікаў пошуку Mastodon, трэндавага і публічных стужак",
|
||||
"privacy.unlisted.short": "Ціхі публічны",
|
||||
@@ -765,7 +765,7 @@
|
||||
"quote_error.edit": "Нельга дадаваць цытаты пры рэдагаванні допісаў.",
|
||||
"quote_error.poll": "Нельга цытаваць з апытаннямі.",
|
||||
"quote_error.private_mentions": "Цытаванне не дазваляецца ў прамых узгадваннях.",
|
||||
"quote_error.quote": "За раз дазволена рабіць толькі адну цытату.",
|
||||
"quote_error.quote": "За раз дазволена рабіць толькі адно цытаванне.",
|
||||
"quote_error.unauthorized": "Вы не ўвайшлі, каб цытаваць гэты допіс.",
|
||||
"quote_error.upload": "Нельга цытаваць з медыя далучэннямі.",
|
||||
"recommended": "Рэкамендаванае",
|
||||
@@ -932,9 +932,9 @@
|
||||
"status.quote_manual_review": "Аўтар зробіць агляд уручную",
|
||||
"status.quote_noun": "Цытаваць",
|
||||
"status.quote_policy_change": "Змяніць, хто можа цытаваць",
|
||||
"status.quote_post_author": "Цытаваў допіс @{name}",
|
||||
"status.quote_post_author": "Цытаваў(-ла) допіс @{name}",
|
||||
"status.quote_private": "Прыватныя допісы нельга цытаваць",
|
||||
"status.quotes": "{count, plural,one {цытата} few {цытаты} other {цытат}}",
|
||||
"status.quotes": "{count, plural,one {цытаванне} few {цытаванні} other {цытаванняў}}",
|
||||
"status.quotes.empty": "Яшчэ ніхто не цытаваў гэты допіс. Калі гэта адбудзецца, то Вы пабачыце гэта тут.",
|
||||
"status.quotes.local_other_disclaimer": "Цытаты, у якіх адмовіў аўтар, паказаныя не будуць.",
|
||||
"status.quotes.remote_other_disclaimer": "Толькі цытаты з {domain} тут будуць гарантавана паказаныя. Цытаты, у якіх адмовіў аўтар, паказаныя не будуць.",
|
||||
@@ -956,7 +956,7 @@
|
||||
"status.report": "Паскардзіцца на @{name}",
|
||||
"status.request_quote": "Даслаць запыт на цытаванне",
|
||||
"status.revoke_quote": "Выдаліць мой допіс з допісу @{name}",
|
||||
"status.sensitive_warning": "Уражвальны змест",
|
||||
"status.sensitive_warning": "Адчувальнае змесціва",
|
||||
"status.share": "Абагуліць",
|
||||
"status.show_less_all": "Згарнуць усё",
|
||||
"status.show_more_all": "Разгарнуць усё",
|
||||
|
||||
@@ -368,10 +368,12 @@
|
||||
"home.pending_critical_update.body": "Hizivait ho servijer Mastodon kerkent ha ma c'hallit mar plij!",
|
||||
"home.pending_critical_update.link": "Gwelet an hizivadennoù",
|
||||
"home.show_announcements": "Diskouez ar c'hemennoù",
|
||||
"info_button.label": "Skoazell",
|
||||
"interaction_modal.go": "Mont di",
|
||||
"interaction_modal.no_account_yet": "N'ho peus ket ur gont c'hoazh?",
|
||||
"interaction_modal.on_another_server": "War ur servijer all",
|
||||
"interaction_modal.on_this_server": "War ar servijer-mañ",
|
||||
"interaction_modal.title": "Kevreañ evit kenderc'hel",
|
||||
"interaction_modal.username_prompt": "D.s. {example}",
|
||||
"intervals.full.days": "{number, plural, one {# devezh} other{# a zevezhioù}}",
|
||||
"intervals.full.hours": "{number, plural, one {# eurvezh} other{# eurvezh}}",
|
||||
@@ -664,6 +666,7 @@
|
||||
"status.bookmark": "Ouzhpennañ d'ar sinedoù",
|
||||
"status.cancel_reblog_private": "Nac'hañ ar skignadenn",
|
||||
"status.cannot_reblog": "Ar c'hannad-se na c'hall ket bezañ skignet",
|
||||
"status.context.show": "Diskouez",
|
||||
"status.copy": "Eilañ liamm ar c'hannad",
|
||||
"status.delete": "Dilemel",
|
||||
"status.delete.success": "Embannadur dilamet",
|
||||
@@ -689,6 +692,7 @@
|
||||
"status.pin": "Spilhennañ d'ar profil",
|
||||
"status.quote": "Menegiñ",
|
||||
"status.quote.cancel": "Nullañ ar menegiñ",
|
||||
"status.quote_error.limited_account_hint.action": "Diskouez memes tra",
|
||||
"status.quote_error.not_available": "Embannadur dihegerz",
|
||||
"status.quote_policy_change": "Cheñch piv a c'hall menegiñ",
|
||||
"status.read_more": "Lenn muioc'h",
|
||||
@@ -700,6 +704,7 @@
|
||||
"status.redraft": "Diverkañ ha skrivañ en-dro",
|
||||
"status.remove_bookmark": "Dilemel ar sined",
|
||||
"status.remove_favourite": "Dilemel eus ar re vuiañ-karet",
|
||||
"status.remove_quote": "Dilemel",
|
||||
"status.replied_to": "Respont da {name}",
|
||||
"status.reply": "Respont",
|
||||
"status.replyAll": "Respont d'ar gaozeadenn",
|
||||
|
||||
@@ -254,8 +254,8 @@
|
||||
"confirmations.private_quote_notify.title": "Voleu compartir amb seguidors i usuaris mencionats?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "No m'ho tornis a recordar",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Entesos",
|
||||
"confirmations.quiet_post_quote_info.message": "Quan citeu una publicació pública en mode silenciós, la vostra publicació s'amagarà de les línies de temps de tendències.",
|
||||
"confirmations.quiet_post_quote_info.title": "Citació d'una publicació pública en mode silenciós",
|
||||
"confirmations.quiet_post_quote_info.message": "Quan citeu una publicació pública discreta, la vostra publicació s'amagarà de les línies de temps de tendències.",
|
||||
"confirmations.quiet_post_quote_info.title": "Citació d'una publicació pública discreta",
|
||||
"confirmations.redraft.confirm": "Esborra i reescriu",
|
||||
"confirmations.redraft.message": "Segur que vols eliminar aquest tut i tornar a escriure'l? Es perdran tots els impulsos i els favorits, i les respostes al tut original quedaran aïllades.",
|
||||
"confirmations.redraft.title": "Esborrar i reescriure la publicació?",
|
||||
@@ -496,6 +496,7 @@
|
||||
"keyboard_shortcuts.home": "Obre la línia de temps de l'Inici",
|
||||
"keyboard_shortcuts.hotkey": "Tecla d'accés directe",
|
||||
"keyboard_shortcuts.legend": "Mostra aquesta llegenda",
|
||||
"keyboard_shortcuts.load_more": "Centra el botó \"Carrega'n més\"",
|
||||
"keyboard_shortcuts.local": "Obre la línia de temps local",
|
||||
"keyboard_shortcuts.mention": "Esmenta l'autor",
|
||||
"keyboard_shortcuts.muted": "Obre la llista d'usuaris silenciats",
|
||||
@@ -758,7 +759,7 @@
|
||||
"privacy.quote.limited": "{visibility}, cites limitades",
|
||||
"privacy.unlisted.additional": "Es comporta igual que públic, excepte que la publicació no apareixerà als canals en directe o etiquetes, l'explora o a la cerca de Mastodon, fins i tot si ho heu activat a nivell de compte.",
|
||||
"privacy.unlisted.long": "Amagat dels resultats de cerca de Mastodon, de les tendències i de les línies temporals",
|
||||
"privacy.unlisted.short": "Públic silenciós",
|
||||
"privacy.unlisted.short": "Pública però discreta",
|
||||
"privacy_policy.last_updated": "Darrera actualització {date}",
|
||||
"privacy_policy.title": "Política de Privacitat",
|
||||
"quote_error.edit": "No es poden afegir cites en editar una publicació.",
|
||||
@@ -1021,7 +1022,7 @@
|
||||
"visibility_modal.direct_quote_warning.title": "Les cites no es poden incrustar a les mencions privades",
|
||||
"visibility_modal.header": "Visibilitat i interacció",
|
||||
"visibility_modal.helper.direct_quoting": "No es poden citar mencions privades fetes a Mastondon.",
|
||||
"visibility_modal.helper.privacy_editing": "La visibilitat no es pot canviar després de publicar una publicació.",
|
||||
"visibility_modal.helper.privacy_editing": "La visibilitat no es pot canviar després s'ha fet una publicació.",
|
||||
"visibility_modal.helper.privacy_private_self_quote": "Les autocites de publicacions privades no es poden fer públiques.",
|
||||
"visibility_modal.helper.private_quoting": "No es poden citar publicacions fetes a Mastodon només per a seguidors.",
|
||||
"visibility_modal.helper.unlisted_quoting": "Quan la gent us citi, les seves publicacions quedaran amagades de les línies de temps de tendències.",
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
"admin.dashboard.retention.average": "Průměr",
|
||||
"admin.dashboard.retention.cohort": "Měsíc registrace",
|
||||
"admin.dashboard.retention.cohort_size": "Noví uživatelé",
|
||||
"admin.impact_report.instance_accounts": "Profily účtů, které by byli odstaněny",
|
||||
"admin.impact_report.instance_accounts": "Profily účtů, které by byly smazány",
|
||||
"admin.impact_report.instance_followers": "Sledující, o které by naši uživatelé přišli",
|
||||
"admin.impact_report.instance_follows": "Sledující, o které by jejich uživatelé přišli",
|
||||
"admin.impact_report.title": "Shrnutí dopadu",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"about.blocks": "Gweinyddion wedi'u cymedroli",
|
||||
"about.contact": "Cysylltwch â:",
|
||||
"about.contact": "Cysylltiad:",
|
||||
"about.default_locale": "Rhagosodedig",
|
||||
"about.disclaimer": "Mae Mastodon yn feddalwedd cod agored rhydd ac o dan hawlfraint Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Dyw'r rheswm ddim ar gael",
|
||||
@@ -287,7 +287,7 @@
|
||||
"directory.recently_active": "Ar-lein yn ddiweddar",
|
||||
"disabled_account_banner.account_settings": "Gosodiadau'r cyfrif",
|
||||
"disabled_account_banner.text": "Mae eich cyfrif {disabledAccount} wedi ei analluogi ar hyn o bryd.",
|
||||
"dismissable_banner.community_timeline": "Dyma'r postiadau cyhoeddus diweddaraf gan bobl y caiff eu cyfrifon eu cynnal ar {domain}.",
|
||||
"dismissable_banner.community_timeline": "Dyma'r postiadau cyhoeddus diweddaraf gan bobl sydd a'u cyfrifon ar {domain}.",
|
||||
"dismissable_banner.dismiss": "Diystyru",
|
||||
"dismissable_banner.public_timeline": "Dyma'r postiadau cyhoeddus diweddaraf gan bobl ar y ffedysawd y mae pobl ar {domain} yn eu dilyn.",
|
||||
"domain_block_modal.block": "Blocio gweinydd",
|
||||
@@ -296,7 +296,7 @@
|
||||
"domain_block_modal.they_cant_follow": "All neb o'r gweinydd hwn eich dilyn.",
|
||||
"domain_block_modal.they_wont_know": "Fyddan nhw ddim yn gwybod eu bod wedi cael eu blocio.",
|
||||
"domain_block_modal.title": "Blocio parth?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Byddwch yn colli {followersCount, plural, one {{followersCountDisplay} dilynwr} other {{followersCountDisplay} dilynwyr}} a {followingCount, plural, one {{followingCountDisplay} person rydych yn dilyn} other {{followingCountDisplay} o bobl rydych yn eu dilyn}}.",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Byddwch yn colli {followersCount, plural, one {{followersCountDisplay} dilynwr} other {{followersCountDisplay} dilynwr}} a {followingCount, plural, one {{followingCountDisplay} person rydych yn dilyn} other {{followingCountDisplay} o bobl rydych yn eu dilyn}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Byddwch yn colli'r holl ddilynwyr a phobl rydych chi'n eu dilyn o'r gweinydd hwn.",
|
||||
"domain_block_modal.you_wont_see_posts": "Fyddwch chi ddim yn gweld postiadau na hysbysiadau gan ddefnyddwyr ar y gweinydd hwn.",
|
||||
"domain_pill.activitypub_lets_connect": "Mae'n caniatáu ichi gysylltu a rhyngweithio â phobl nid yn unig ar Mastodon, ond ar draws gwahanol apiau cymdeithasol hefyd.",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"about.rules": "Serverregler",
|
||||
"account.account_note_header": "Personligt notat",
|
||||
"account.add_or_remove_from_list": "Tilføj eller fjern fra lister",
|
||||
"account.badges.bot": "Automatisert",
|
||||
"account.badges.bot": "Automatiseret",
|
||||
"account.badges.group": "Gruppe",
|
||||
"account.block": "Blokér @{name}",
|
||||
"account.block_domain": "Blokér domænet {domain}",
|
||||
@@ -77,7 +77,7 @@
|
||||
"account.remove_from_followers": "Fjern {name} fra følgere",
|
||||
"account.report": "Anmeld @{name}",
|
||||
"account.requested_follow": "{name} har anmodet om at følge dig",
|
||||
"account.requests_to_follow_you": "Anmodninger om at følge dig",
|
||||
"account.requests_to_follow_you": "Anmoder om at følge dig",
|
||||
"account.share": "Del @{name}s profil",
|
||||
"account.show_reblogs": "Vis fremhævelser fra @{name}",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} indlæg} other {{counter} indlæg}}",
|
||||
@@ -148,7 +148,7 @@
|
||||
"bundle_column_error.copy_stacktrace": "Kopiér fejlrapport",
|
||||
"bundle_column_error.error.body": "Den anmodede side kunne ikke gengives. Dette kan skyldes flere typer fejl.",
|
||||
"bundle_column_error.error.title": "Åh nej!",
|
||||
"bundle_column_error.network.body": "En fejl opstod under forsøget på at indlæse denne side. Dette kan skyldes flere typer af fejl.",
|
||||
"bundle_column_error.network.body": "Der opstod en fejl under indlæsning af denne side. Dette kan skyldes et midlertidigt problem med din internetforbindelse eller denne server.",
|
||||
"bundle_column_error.network.title": "Netværksfejl",
|
||||
"bundle_column_error.retry": "Forsøg igen",
|
||||
"bundle_column_error.return": "Tilbage til hjem",
|
||||
@@ -243,7 +243,7 @@
|
||||
"confirmations.logout.message": "Er du sikker på, at du vil logge ud?",
|
||||
"confirmations.logout.title": "Log ud?",
|
||||
"confirmations.missing_alt_text.confirm": "Tilføj alt-tekst",
|
||||
"confirmations.missing_alt_text.message": "Indlægget indeholder medier uden alt-tekst. Tilføjelse af beskrivelser bidrager til at gøre indholdet tilgængeligt for flere brugere.",
|
||||
"confirmations.missing_alt_text.message": "Dit indlæg indeholder medier uden alt-tekst. Ved at tilføje beskrivelser gør du dit indhold tilgængeligt for flere brugere.",
|
||||
"confirmations.missing_alt_text.secondary": "Læg op alligevel",
|
||||
"confirmations.missing_alt_text.title": "Tilføj alt-tekst?",
|
||||
"confirmations.mute.confirm": "Skjul",
|
||||
@@ -292,14 +292,14 @@
|
||||
"dismissable_banner.public_timeline": "Dette er de seneste offentlige indlæg fra personer på fediverset, som folk på {domain} følger.",
|
||||
"domain_block_modal.block": "Blokér server",
|
||||
"domain_block_modal.block_account_instead": "Blokér i stedet @{name}",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Folk fra denne server kan interagere med de gamle indlæg.",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Folk fra denne server kan interagere med dine gamle indlæg.",
|
||||
"domain_block_modal.they_cant_follow": "Ingen fra denne server kan følge dig.",
|
||||
"domain_block_modal.they_wont_know": "De ser ikke den aktive blokering.",
|
||||
"domain_block_modal.title": "Blokér domæne?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Du vil miste {followersCount, plural, one {{followersCountDisplay} følger} other {{followersCountDisplay} følgere}} og {followingCount, plural, one {{followingCountDisplay} person, du følger} other {{followingCountDisplay} personer, du følger}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Alle følgere og personer som følges på denne server mistes.",
|
||||
"domain_block_modal.you_wont_see_posts": "Indlæg eller notifikationer fra brugere på denne server vises ikke.",
|
||||
"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_block_modal.you_will_lose_relationships": "Du vil miste alle følgere og personer, du følger, fra denne server.",
|
||||
"domain_block_modal.you_wont_see_posts": "Du vil ikke se indlæg eller notifikationer fra brugere på denne server.",
|
||||
"domain_pill.activitypub_lets_connect": "Det giver dig mulighed for at oprette forbindelse og interagere med mennesker, 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 handle:",
|
||||
@@ -311,7 +311,7 @@
|
||||
"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 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.",
|
||||
"domain_pill.your_username": "Din unikke identifikator på denne server. Det er muligt at finde brugere med samme brugernavn på forskellige servere.",
|
||||
"dropdown.empty": "Vælg en indstilling",
|
||||
"embed.instructions": "Indlejr dette indlæg på din hjemmeside ved at kopiere nedenstående kode.",
|
||||
"embed.preview": "Sådan kommer det til at se ud:",
|
||||
@@ -349,7 +349,7 @@
|
||||
"empty_column.follow_requests": "Du har endnu ingen følgeanmodninger. Når du modtager én, vil den dukke op her.",
|
||||
"empty_column.followed_tags": "Ingen hashtags følges endnu. Når det sker, vil de fremgå her.",
|
||||
"empty_column.hashtag": "Der er intet med dette hashtag endnu.",
|
||||
"empty_column.home": "Din hjem-tidslinje er tom! Følg nogle personer, for at fylde den op.",
|
||||
"empty_column.home": "Din hjem-tidslinje er tom! Følg flere personer, for at fylde den op.",
|
||||
"empty_column.list": "Der er ikke noget på denne liste endnu. Når medlemmer af denne liste udgiver nye indlæg, vil de blive vist her.",
|
||||
"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.",
|
||||
@@ -395,22 +395,22 @@
|
||||
"firehose.remote": "Andre servere",
|
||||
"follow_request.authorize": "Godkend",
|
||||
"follow_request.reject": "Afvis",
|
||||
"follow_requests.unlocked_explanation": "Selvom din konto ikke er låst, synes {domain}-personalet, du måske bør gennemgå disse anmodninger manuelt.",
|
||||
"follow_requests.unlocked_explanation": "Selvom din konto ikke er låst, mente {domain}-personalet, at du måske ville gennemgå følgeanmodninger fra disse konti manuelt.",
|
||||
"follow_suggestions.curated_suggestion": "Personaleudvalgt",
|
||||
"follow_suggestions.dismiss": "Vis ikke igen",
|
||||
"follow_suggestions.featured_longer": "Håndplukket af {domain}-teamet",
|
||||
"follow_suggestions.friends_of_friends_longer": "Populær blandt personer, du følger",
|
||||
"follow_suggestions.hints.featured": "Denne profil er håndplukket af {domain}-teamet.",
|
||||
"follow_suggestions.hints.friends_of_friends": "Denne profil er populær blandt de personer, som følges.",
|
||||
"follow_suggestions.hints.friends_of_friends": "Denne profil er populær blandt de personer, du følger.",
|
||||
"follow_suggestions.hints.most_followed": "Denne profil er en af de mest fulgte på {domain}.",
|
||||
"follow_suggestions.hints.most_interactions": "Denne profil har for nylig fået stor opmærksomhed på {domain}.",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "Denne profil svarer til de profiler, som senest er blevet fulgt.",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "Denne profil minder om de profiler, du senest har fulgt.",
|
||||
"follow_suggestions.personalized_suggestion": "Personligt forslag",
|
||||
"follow_suggestions.popular_suggestion": "Populært forslag",
|
||||
"follow_suggestions.popular_suggestion_longer": "Populært på {domain}",
|
||||
"follow_suggestions.popular_suggestion_longer": "Populær på {domain}",
|
||||
"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",
|
||||
"follow_suggestions.who_to_follow": "Profiler, du kan følge",
|
||||
"followed_tags": "Hashtags, som følges",
|
||||
"footer.about": "Om",
|
||||
"footer.directory": "Profiloversigt",
|
||||
@@ -453,7 +453,7 @@
|
||||
"home.column_settings.show_reblogs": "Vis fremhævelser",
|
||||
"home.column_settings.show_replies": "Vis svar",
|
||||
"home.hide_announcements": "Skjul bekendtgørelser",
|
||||
"home.pending_critical_update.body": "Opdatér venligst din Mastodon-server snarest muligt!",
|
||||
"home.pending_critical_update.body": "Opdatér din Mastodon-server snarest muligt!",
|
||||
"home.pending_critical_update.link": "Se opdateringer",
|
||||
"home.pending_critical_update.title": "Kritisk sikkerhedsopdatering tilgængelig!",
|
||||
"home.show_announcements": "Vis bekendtgørelser",
|
||||
@@ -533,7 +533,7 @@
|
||||
"lists.add_to_list": "Føj til liste",
|
||||
"lists.add_to_lists": "Føj {name} til lister",
|
||||
"lists.create": "Opret",
|
||||
"lists.create_a_list_to_organize": "Opret en ny liste til organisering af hjemmefeed",
|
||||
"lists.create_a_list_to_organize": "Opret en ny liste til organisering af dit Hjem-feed",
|
||||
"lists.create_list": "Opret liste",
|
||||
"lists.delete": "Slet liste",
|
||||
"lists.done": "Færdig",
|
||||
@@ -554,10 +554,10 @@
|
||||
"lists.save": "Gem",
|
||||
"lists.search": "Søg",
|
||||
"lists.show_replies_to": "Medtag svar fra listemedlemmer til",
|
||||
"load_pending": "{count, plural, one {# nyt emne} other {# nye emner}}",
|
||||
"load_pending": "{count, plural, one {# nyt element} other {# nye elementer}}",
|
||||
"loading_indicator.label": "Indlæser…",
|
||||
"media_gallery.hide": "Skjul",
|
||||
"moved_to_account_banner.text": "Din konto {disabledAccount} er pt. deaktiveret, da du flyttede til {movedToAccount}.",
|
||||
"moved_to_account_banner.text": "Din konto {disabledAccount} er i øjeblikket deaktiveret, fordi du er flyttet til {movedToAccount}.",
|
||||
"mute_modal.hide_from_notifications": "Skjul fra notifikationer",
|
||||
"mute_modal.hide_options": "Skjul valgmuligheder",
|
||||
"mute_modal.indefinite": "Indtil jeg vælger at se dem igen",
|
||||
@@ -631,7 +631,7 @@
|
||||
"notification.moderation_warning.action_none": "Din konto har fået en moderationsadvarsel.",
|
||||
"notification.moderation_warning.action_sensitive": "Dine indlæg markeres fra nu af som følsomme.",
|
||||
"notification.moderation_warning.action_silence": "Din konto er blevet begrænset.",
|
||||
"notification.moderation_warning.action_suspend": "Din konto er suspenderet.",
|
||||
"notification.moderation_warning.action_suspend": "Din konto er blevet suspenderet.",
|
||||
"notification.own_poll": "Din afstemning er afsluttet",
|
||||
"notification.poll": "En afstemning, hvori du har stemt, er slut",
|
||||
"notification.quoted_update": "{name} redigerede et indlæg, du har citeret",
|
||||
@@ -713,7 +713,7 @@
|
||||
"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": "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_hint": "Filtreret, medmindre det er et svar på din egen omtale, eller hvis du følger afsenderen",
|
||||
"notifications.policy.filter_private_mentions_title": "Uopfordrede private omtaler",
|
||||
"notifications.policy.title": "Håndtér notifikationer fra…",
|
||||
"notifications_permission_banner.enable": "Aktivér computernotifikationer",
|
||||
@@ -725,7 +725,7 @@
|
||||
"onboarding.follows.search": "Søg",
|
||||
"onboarding.follows.title": "Følg folk for at komme i gang",
|
||||
"onboarding.profile.discoverable": "Gør min profil synlig",
|
||||
"onboarding.profile.discoverable_hint": "Når man vælger at være synlig på Mastodon, kan ens indlæg fremgå i søgeresultater og tendenser, og profilen kan blive foreslået til andre med tilsvarende interesse.",
|
||||
"onboarding.profile.discoverable_hint": "Når du vælger at være synlig på Mastodon, kan dine indlæg blive vist i søgeresultater og trender, og din profil kan blive foreslået til personer med samme interesser som dig.",
|
||||
"onboarding.profile.display_name": "Vist navn",
|
||||
"onboarding.profile.display_name_hint": "Dit fulde navn eller dit sjove navn…",
|
||||
"onboarding.profile.note": "Bio",
|
||||
@@ -771,7 +771,7 @@
|
||||
"recommended": "Anbefalet",
|
||||
"refresh": "Genindlæs",
|
||||
"regeneration_indicator.please_stand_by": "Vent venligst.",
|
||||
"regeneration_indicator.preparing_your_home_feed": "Forbereder hjemmestrømmen…",
|
||||
"regeneration_indicator.preparing_your_home_feed": "Forbereder dit hjem-feed…",
|
||||
"relative_time.days": "{number}d",
|
||||
"relative_time.full.days": "{number, plural, one {# dag} other {# dage}} siden",
|
||||
"relative_time.full.hours": "{number, plural, one {# time} other {# timer}} siden",
|
||||
@@ -920,7 +920,7 @@
|
||||
"status.quote.cancel": "Annullér citat",
|
||||
"status.quote_error.blocked_account_hint.title": "Dette indlæg er skjult, fordi du har blokeret @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Dette indlæg er skjult, fordi du har blokeret @{domain}.",
|
||||
"status.quote_error.filtered": "Skjult grundet et af filterne",
|
||||
"status.quote_error.filtered": "Skjult på grund af et af dine filtre",
|
||||
"status.quote_error.limited_account_hint.action": "Vis alligevel",
|
||||
"status.quote_error.limited_account_hint.title": "Denne profil er blevet skjult af {domain}-moderatorerne.",
|
||||
"status.quote_error.muted_account_hint.title": "Dette indlæg er skjult, fordi du har skjult @{name}.",
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
"about.domain_blocks.suspended.title": "Gesperrt",
|
||||
"about.language_label": "Sprache",
|
||||
"about.not_available": "Diese Informationen sind auf diesem Server nicht verfügbar.",
|
||||
"about.powered_by": "Ein dezentralisiertes soziales Netzwerk, angetrieben von {mastodon}",
|
||||
"about.powered_by": "Ein dezentralisiertes soziales Netzwerk, ermöglicht durch {mastodon}",
|
||||
"about.rules": "Serverregeln",
|
||||
"account.account_note_header": "Persönliche Notiz",
|
||||
"account.add_or_remove_from_list": "Hinzufügen oder Entfernen von Listen",
|
||||
"account.add_or_remove_from_list": "Listen verwalten",
|
||||
"account.badges.bot": "Bot",
|
||||
"account.badges.group": "Gruppe",
|
||||
"account.block": "@{name} blockieren",
|
||||
@@ -42,7 +42,7 @@
|
||||
"account.follow": "Folgen",
|
||||
"account.follow_back": "Ebenfalls folgen",
|
||||
"account.follow_back_short": "Zurückfolgen",
|
||||
"account.follow_request": "Anfrage zum Folgen",
|
||||
"account.follow_request": "Folgen anfragen",
|
||||
"account.follow_request_cancel": "Anfrage zurückziehen",
|
||||
"account.follow_request_cancel_short": "Abbrechen",
|
||||
"account.follow_request_short": "Anfragen",
|
||||
@@ -57,8 +57,8 @@
|
||||
"account.go_to_profile": "Profil aufrufen",
|
||||
"account.hide_reblogs": "Geteilte Beiträge von @{name} ausblenden",
|
||||
"account.in_memoriam": "Zum Andenken.",
|
||||
"account.joined_short": "Mitglied seit",
|
||||
"account.languages": "Ausgewählte Sprachen ändern",
|
||||
"account.joined_short": "Registriert am",
|
||||
"account.languages": "Sprachen verwalten",
|
||||
"account.link_verified_on": "Das Profil mit dieser E-Mail-Adresse wurde bereits am {date} bestätigt",
|
||||
"account.locked_info": "Die Privatsphäre dieses Kontos wurde auf „geschützt“ gesetzt. Die Person bestimmt manuell, wer ihrem Profil folgen darf.",
|
||||
"account.media": "Medien",
|
||||
@@ -71,7 +71,7 @@
|
||||
"account.muting": "Stummgeschaltet",
|
||||
"account.mutual": "Ihr folgt einander",
|
||||
"account.no_bio": "Keine Beschreibung verfügbar.",
|
||||
"account.open_original_page": "Ursprüngliche Seite öffnen",
|
||||
"account.open_original_page": "Originalbeitrag öffnen",
|
||||
"account.posts": "Beiträge",
|
||||
"account.posts_with_replies": "Beiträge & Antworten",
|
||||
"account.remove_from_followers": "@{name} als Follower entfernen",
|
||||
@@ -115,9 +115,9 @@
|
||||
"announcement.announcement": "Ankündigung",
|
||||
"annual_report.summary.archetype.booster": "Trendjäger*in",
|
||||
"annual_report.summary.archetype.lurker": "Beobachter*in",
|
||||
"annual_report.summary.archetype.oracle": "Universaltalent",
|
||||
"annual_report.summary.archetype.oracle": "Orakel",
|
||||
"annual_report.summary.archetype.pollster": "Meinungsforscher*in",
|
||||
"annual_report.summary.archetype.replier": "Gesellige*r",
|
||||
"annual_report.summary.archetype.replier": "Schmetterling",
|
||||
"annual_report.summary.followers.followers": "Follower",
|
||||
"annual_report.summary.followers.total": "{count} insgesamt",
|
||||
"annual_report.summary.here_it_is": "Dein Jahresrückblick für {year}:",
|
||||
@@ -148,7 +148,7 @@
|
||||
"bundle_column_error.copy_stacktrace": "Fehlerbericht kopieren",
|
||||
"bundle_column_error.error.body": "Die angeforderte Seite konnte nicht dargestellt werden. Dies könnte auf einen Fehler in unserem Code oder auf ein Browser-Kompatibilitätsproblem zurückzuführen sein.",
|
||||
"bundle_column_error.error.title": "Oh nein!",
|
||||
"bundle_column_error.network.body": "Beim Versuch, diese Seite zu laden, ist ein Fehler aufgetreten. Dies könnte auf ein vorübergehendes Problem mit deiner Internetverbindung oder diesem Server zurückzuführen sein.",
|
||||
"bundle_column_error.network.body": "Beim Laden dieser Seite ist ein Fehler aufgetreten. Die Ursache könnte ein vorübergehendes Problem mit deiner Internetverbindung oder diesem Server sein.",
|
||||
"bundle_column_error.network.title": "Netzwerkfehler",
|
||||
"bundle_column_error.retry": "Erneut versuchen",
|
||||
"bundle_column_error.return": "Zurück zur Startseite",
|
||||
@@ -307,8 +307,8 @@
|
||||
"domain_pill.their_username": "Die eindeutige Identifizierung auf einem Server. Es ist möglich, denselben Profilnamen auf verschiedenen Servern im Fediverse zu finden.",
|
||||
"domain_pill.username": "Profilname",
|
||||
"domain_pill.whats_in_a_handle": "Woraus besteht eine Adresse?",
|
||||
"domain_pill.who_they_are": "Adressen teilen mit, wer jemand ist und wo sich jemand im Fediverse aufhält. Daher kannst du mit Leuten im gesamten Social Web interagieren, wenn es eine durch <button>ActivityPub angetriebene Plattform</button> ist.",
|
||||
"domain_pill.who_you_are": "Deine Adresse teilt mit, wer du bist und wo du dich aufhältst. Daher können andere Leute im gesamten Social Web mit dir interagieren, wenn es eine durch <button>ActivityPub angetriebene Plattform</button> ist.",
|
||||
"domain_pill.who_they_are": "Adressen teilen mit, wer jemand ist und wo sich jemand aufhält. Daher kannst du mit Leuten im gesamten Social Web interagieren, wenn es eine durch <button>ActivityPub ermöglichte Plattform</button> ist.",
|
||||
"domain_pill.who_you_are": "Deine Adresse teilt mit, wer du bist und wo du dich aufhältst. Daher können andere Leute im gesamten Social Web mit dir interagieren, wenn es eine durch <button>ActivityPub ermöglichte Plattform</button> ist.",
|
||||
"domain_pill.your_handle": "Deine Adresse:",
|
||||
"domain_pill.your_server": "Deine digitale Heimat. Hier „leben“ alle Beiträge von dir. Falls es dir hier nicht gefällt, kannst du jederzeit den Server wechseln und ebenso deine Follower übertragen.",
|
||||
"domain_pill.your_username": "Deine eindeutige Identität auf diesem Server. Es ist möglich, Profile mit dem gleichen Profilnamen auf verschiedenen Servern zu finden.",
|
||||
@@ -333,7 +333,7 @@
|
||||
"empty_column.account_featured.me": "Du hast bisher noch nichts vorgestellt. Wusstest du, dass du deine häufig verwendeten Hashtags und sogar Profile von Freund*innen vorstellen kannst?",
|
||||
"empty_column.account_featured.other": "{acct} hat bisher noch nichts vorgestellt. Wusstest du, dass du deine häufig verwendeten Hashtags und sogar Profile von Freund*innen vorstellen kannst?",
|
||||
"empty_column.account_featured_other.unknown": "Dieses Profil hat bisher noch nichts vorgestellt.",
|
||||
"empty_column.account_hides_collections": "Das Konto hat sich dazu entschieden, diese Information nicht zu veröffentlichen",
|
||||
"empty_column.account_hides_collections": "Das Profil hat sich entschieden, diese Information nicht zu veröffentlichen",
|
||||
"empty_column.account_suspended": "Konto dauerhaft gesperrt",
|
||||
"empty_column.account_timeline": "Keine Beiträge vorhanden!",
|
||||
"empty_column.account_unavailable": "Profil nicht verfügbar",
|
||||
@@ -568,7 +568,7 @@
|
||||
"mute_modal.you_wont_see_mentions": "Du wirst keine Beiträge sehen, die dieses Profil erwähnen.",
|
||||
"mute_modal.you_wont_see_posts": "Deine Beiträge können von diesem stummgeschalteten Profil weiterhin gesehen werden, aber du wirst dessen Beiträge nicht mehr sehen.",
|
||||
"navigation_bar.about": "Über",
|
||||
"navigation_bar.account_settings": "Passwort und Sicherheit",
|
||||
"navigation_bar.account_settings": "Passwort & Sicherheit",
|
||||
"navigation_bar.administration": "Administration",
|
||||
"navigation_bar.advanced_interface": "Erweitertes Webinterface öffnen",
|
||||
"navigation_bar.automated_deletion": "Automatisiertes Löschen",
|
||||
@@ -717,7 +717,7 @@
|
||||
"notifications.policy.filter_private_mentions_title": "unerwünschten privaten Erwähnungen",
|
||||
"notifications.policy.title": "Benachrichtigungen verwalten von …",
|
||||
"notifications_permission_banner.enable": "Aktiviere Desktop-Benachrichtigungen",
|
||||
"notifications_permission_banner.how_to_control": "Um Benachrichtigungen zu erhalten, wenn Mastodon nicht geöffnet ist, aktiviere die Desktop-Benachrichtigungen. Du kannst genau bestimmen, welche Arten von Interaktionen Desktop-Benachrichtigungen über die {icon} -Taste erzeugen, sobald diese aktiviert sind.",
|
||||
"notifications_permission_banner.how_to_control": "Aktiviere Desktop-Benachrichtigungen, um Mitteilungen zu erhalten, wenn Mastodon nicht geöffnet ist. Du kannst für jede Kategorie einstellen, ob du Desktop-Benachrichtigungen erhalten möchtest. Sobald sie aktiviert sind, klicke dafür auf das {icon} -Symbol.",
|
||||
"notifications_permission_banner.title": "Nichts verpassen",
|
||||
"onboarding.follows.back": "Zurück",
|
||||
"onboarding.follows.done": "Fertig",
|
||||
@@ -880,7 +880,7 @@
|
||||
"status.all_disabled": "Teilen und Zitieren sind deaktiviert",
|
||||
"status.block": "@{name} blockieren",
|
||||
"status.bookmark": "Lesezeichen setzen",
|
||||
"status.cancel_reblog_private": "Beitrag nicht mehr teilen",
|
||||
"status.cancel_reblog_private": "Nicht mehr teilen",
|
||||
"status.cannot_quote": "Diesen Beitrag darfst du nicht zitieren",
|
||||
"status.cannot_reblog": "Dieser Beitrag kann nicht geteilt werden",
|
||||
"status.contains_quote": "Enthält zitierten Beitrag",
|
||||
@@ -926,10 +926,10 @@
|
||||
"status.quote_error.muted_account_hint.title": "Dieser Beitrag wurde ausgeblendet, weil du @{name} stummgeschaltet hast.",
|
||||
"status.quote_error.not_available": "Beitrag nicht verfügbar",
|
||||
"status.quote_error.pending_approval": "Veröffentlichung ausstehend",
|
||||
"status.quote_error.pending_approval_popout.body": "Auf Mastodon kannst du selbst bestimmen, ob du von anderen zitiert werden darfst oder nicht – oder nur nach individueller Genehmigung. Wir warten in diesem Fall noch auf die Genehmigung des ursprünglichen Profils. Bis dahin steht die Veröffentlichung deines Beitrags mit dem zitierten Post noch aus.",
|
||||
"status.quote_error.pending_approval_popout.body": "Auf Mastodon kannst du selbst bestimmen, ob du von anderen zitiert werden darfst oder nicht – oder nur nach individueller Genehmigung. Wir warten in diesem Fall noch auf die Genehmigung des ursprünglichen Profils. Bis dahin steht die Veröffentlichung des Beitrags mit dem zitierten Post noch aus.",
|
||||
"status.quote_error.revoked": "Beitrag durch Autor*in entfernt",
|
||||
"status.quote_followers_only": "Nur Follower können diesen Beitrag zitieren",
|
||||
"status.quote_manual_review": "Zitierte*r überprüft manuell",
|
||||
"status.quote_followers_only": "Nur Follower dürfen zitieren",
|
||||
"status.quote_manual_review": "Autor*in wird deine Anfrage manuell überprüfen",
|
||||
"status.quote_noun": "Zitat",
|
||||
"status.quote_policy_change": "Ändern, wer zitieren darf",
|
||||
"status.quote_post_author": "Zitierter Beitrag von @{name}",
|
||||
@@ -947,7 +947,7 @@
|
||||
"status.reblogs.empty": "Diesen Beitrag hat bisher noch niemand geteilt. Sobald es jemand tut, wird das Profil hier erscheinen.",
|
||||
"status.redraft": "Löschen und neu erstellen",
|
||||
"status.remove_bookmark": "Lesezeichen entfernen",
|
||||
"status.remove_favourite": "Aus Favoriten entfernen",
|
||||
"status.remove_favourite": "Favorisierung entfernen",
|
||||
"status.remove_quote": "Entfernen",
|
||||
"status.replied_in_thread": "Antwortete im Thread",
|
||||
"status.replied_to": "Antwortete {name}",
|
||||
@@ -964,7 +964,7 @@
|
||||
"status.title.with_attachments": "{user} veröffentlichte {attachmentCount, plural, one {ein Medium} other {{attachmentCount} Medien}}",
|
||||
"status.translate": "Übersetzen",
|
||||
"status.translated_from_with": "Aus {lang} mittels {provider} übersetzt",
|
||||
"status.uncached_media_warning": "Vorschau nicht verfügbar",
|
||||
"status.uncached_media_warning": "Vorschau noch nicht verfügbar",
|
||||
"status.unmute_conversation": "Stummschaltung der Unterhaltung aufheben",
|
||||
"status.unpin": "Vom Profil lösen",
|
||||
"subscribed_languages.lead": "Nach der Änderung werden nur noch Beiträge in den ausgewählten Sprachen in den Timelines deiner Startseite und deiner Listen angezeigt. Wähle keine Sprache aus, um alle Beiträge zu sehen.",
|
||||
@@ -994,13 +994,13 @@
|
||||
"upload_error.limit": "Dateiupload-Limit überschritten.",
|
||||
"upload_error.poll": "Medien-Anhänge sind zusammen mit Umfragen nicht erlaubt.",
|
||||
"upload_error.quote": "Medien-Anhänge sind zusammen mit Zitaten nicht erlaubt.",
|
||||
"upload_form.drag_and_drop.instructions": "Drücke zum Aufnehmen eines Medienanhangs die Eingabe- oder Leertaste. Verwende beim Ziehen die Pfeiltasten, um den Medienanhang zur gewünschten Position zu bewegen. Drücke erneut die Eingabe- oder Leertaste, um den Medienanhang an der gewünschten Position abzulegen. Mit der Escape-Taste kannst du den Vorgang abbrechen.",
|
||||
"upload_form.drag_and_drop.instructions": "Drücke zum Auswählen eines Medienanhangs die Eingabe- oder Leertaste. Verwende beim Ziehen die Pfeiltasten, um den Medienanhang zur gewünschten Position zu bewegen. Drücke erneut die Eingabe- oder Leertaste, um den Medienanhang an der gewünschten Position abzulegen. Mit der Escape-Taste kannst du den Vorgang abbrechen.",
|
||||
"upload_form.drag_and_drop.on_drag_cancel": "Das Ziehen wurde abgebrochen und der Medienanhang {item} wurde abgelegt.",
|
||||
"upload_form.drag_and_drop.on_drag_end": "Der Medienanhang {item} wurde abgelegt.",
|
||||
"upload_form.drag_and_drop.on_drag_over": "Der Medienanhang {item} wurde bewegt.",
|
||||
"upload_form.drag_and_drop.on_drag_start": "Der Medienanhang {item} wurde aufgenommen.",
|
||||
"upload_form.drag_and_drop.on_drag_start": "Der Medienanhang {item} wurde ausgewählt.",
|
||||
"upload_form.edit": "Bearbeiten",
|
||||
"upload_progress.label": "Wird hochgeladen …",
|
||||
"upload_progress.label": "Upload läuft …",
|
||||
"upload_progress.processing": "Wird verarbeitet …",
|
||||
"username.taken": "Dieser Profilname ist vergeben. Versuche einen anderen",
|
||||
"video.close": "Video schließen",
|
||||
@@ -1026,7 +1026,7 @@
|
||||
"visibility_modal.helper.privacy_private_self_quote": "Beiträge mit privaten Erwähnungen können öffentlich nicht zitiert werden.",
|
||||
"visibility_modal.helper.private_quoting": "Beiträge, die nur für deine Follower bestimmt sind und auf Mastodon verfasst wurden, können nicht von anderen zitiert werden.",
|
||||
"visibility_modal.helper.unlisted_quoting": "Sollten dich andere zitieren, werden ihre zitierten Beiträge ebenfalls nicht in den Trends und öffentlichen Timelines angezeigt.",
|
||||
"visibility_modal.instructions": "Lege fest, wer mit diesem Beitrag interagieren darf. Du hast auch die Möglichkeit, diese Einstellung auf alle zukünftigen Beiträge anzuwenden. Gehe zu: <link>Einstellungen > Standardeinstellungen für Beiträge</link>",
|
||||
"visibility_modal.instructions": "Lege fest, wer mit diesem Beitrag interagieren darf. Du hast auch die Möglichkeit, diese Einstellung auf alle zukünftigen Beiträge anzuwenden. Navigiere zu: <link>Einstellungen > Standardeinstellungen für Beiträge</link>",
|
||||
"visibility_modal.privacy_label": "Sichtbarkeit",
|
||||
"visibility_modal.quote_followers": "Nur meine Follower dürfen mich zitieren",
|
||||
"visibility_modal.quote_label": "Wer darf mich zitieren?",
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
"about.domain_blocks.suspended.explanation": "Τα δεδομένα αυτού του διακομιστή, δε θα επεξεργάζονται, δε θα αποθηκεύονται και δε θα ανταλλάσσονται, καθιστώντας οποιαδήποτε αλληλεπίδραση ή επικοινωνία με χρήστες από αυτόν το διακομιστή αδύνατη.",
|
||||
"about.domain_blocks.suspended.title": "Σε αναστολή",
|
||||
"about.language_label": "Γλώσσα",
|
||||
"about.not_available": "Αυτές οι πληροφορίες δεν έχουν είναι διαθέσιμες σε αυτόν τον διακομιστή.",
|
||||
"about.powered_by": "Αποκεντρωμένα μέσα κοινωνικής δικτύωσης που βασίζονται στο {mastodon}",
|
||||
"about.not_available": "Αυτές οι πληροφορίες δεν έχουν γίνει διαθέσιμες σε αυτόν τον διακομιστή.",
|
||||
"about.powered_by": "Αποκεντρωμένο μέσο κοινωνικής δικτύωσης που βασίζεται στο {mastodon}",
|
||||
"about.rules": "Κανόνες διακομιστή",
|
||||
"account.account_note_header": "Προσωπική σημείωση",
|
||||
"account.add_or_remove_from_list": "Προσθήκη ή Αφαίρεση από λίστες",
|
||||
@@ -24,17 +24,17 @@
|
||||
"account.blocking": "Αποκλείεται",
|
||||
"account.cancel_follow_request": "Απόσυρση αιτήματος παρακολούθησης",
|
||||
"account.copy": "Αντιγραφή συνδέσμου προφίλ",
|
||||
"account.direct": "Ιδιωτική αναφορά @{name}",
|
||||
"account.direct": "Ιδιωτική επισήμανση @{name}",
|
||||
"account.disable_notifications": "Σταμάτα να με ειδοποιείς όταν δημοσιεύει ο @{name}",
|
||||
"account.domain_blocking": "Αποκλείεται ο τομέας",
|
||||
"account.edit_profile": "Επεξεργασία προφίλ",
|
||||
"account.edit_profile_short": "Επεξεργασία",
|
||||
"account.enable_notifications": "Ειδοποίησέ με όταν δημοσιεύει ο @{name}",
|
||||
"account.endorse": "Προβολή στο προφίλ",
|
||||
"account.endorse": "Ανάδειξη στο προφίλ",
|
||||
"account.familiar_followers_many": "Ακολουθείται από {name1}, {name2}, και {othersCount, plural, one {ένας ακόμα που ξέρεις} other {# ακόμα που ξέρεις}}",
|
||||
"account.familiar_followers_one": "Ακολουθείται από {name1}",
|
||||
"account.familiar_followers_two": "Ακολουθείται από {name1} και {name2}",
|
||||
"account.featured": "Προτεινόμενα",
|
||||
"account.featured": "Αναδεδειγμένα",
|
||||
"account.featured.accounts": "Προφίλ",
|
||||
"account.featured.hashtags": "Ετικέτες",
|
||||
"account.featured_tags.last_status_at": "Τελευταία ανάρτηση στις {date}",
|
||||
@@ -47,35 +47,35 @@
|
||||
"account.follow_request_cancel_short": "Ακύρωση",
|
||||
"account.follow_request_short": "Αίτημα",
|
||||
"account.followers": "Ακόλουθοι",
|
||||
"account.followers.empty": "Κανείς δεν ακολουθεί αυτόν τον χρήστη ακόμα.",
|
||||
"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": "Αυτός ο χρήστης δεν ακολουθεί κανέναν ακόμα.",
|
||||
"account.following_counter": "{count, plural, one {{counter} ακολουθεί} other {{counter} ακολουθεί}}",
|
||||
"account.follows.empty": "Αυτός ο χρήστης δεν ακολουθεί κανέναν ακόμη.",
|
||||
"account.follows_you": "Σε ακολουθεί",
|
||||
"account.go_to_profile": "Μετάβαση στο προφίλ",
|
||||
"account.hide_reblogs": "Απόκρυψη ενισχύσεων από @{name}",
|
||||
"account.in_memoriam": "Εις μνήμην.",
|
||||
"account.joined_short": "Έγινε μέλος",
|
||||
"account.languages": "Αλλαγή εγγεγραμμένων γλωσσών",
|
||||
"account.link_verified_on": "Η ιδιοκτησία αυτού του συνδέσμου ελέχθηκε στις {date}",
|
||||
"account.link_verified_on": "Η ιδιοκτησία αυτού του συνδέσμου ελέγχθηκε στις {date}",
|
||||
"account.locked_info": "Η κατάσταση απορρήτου αυτού του λογαριασμού έχει ρυθμιστεί σε κλειδωμένη. Ο ιδιοκτήτης αξιολογεί χειροκίνητα ποιος μπορεί να τον ακολουθήσει.",
|
||||
"account.media": "Πολυμέσα",
|
||||
"account.mention": "Ανάφερε @{name}",
|
||||
"account.mention": "Επισήμανση @{name}",
|
||||
"account.moved_to": "Ο/Η {name} έχει υποδείξει ότι ο νέος λογαριασμός του/της είναι τώρα:",
|
||||
"account.mute": "Σώπασε τον @{name}",
|
||||
"account.mute": "Σίγαση @{name}",
|
||||
"account.mute_notifications_short": "Σίγαση ειδοποιήσεων",
|
||||
"account.mute_short": "Σίγαση",
|
||||
"account.muted": "Αποσιωπημένος/η",
|
||||
"account.muted": "Σε σίγαση",
|
||||
"account.muting": "Σίγαση",
|
||||
"account.mutual": "Ακολουθείτε ο ένας τον άλλο",
|
||||
"account.no_bio": "Δεν υπάρχει περιγραφή.",
|
||||
"account.open_original_page": "Άνοιγμα αυθεντικής σελίδας",
|
||||
"account.posts": "Τουτ",
|
||||
"account.posts_with_replies": "Τουτ και απαντήσεις",
|
||||
"account.open_original_page": "Άνοιγμα πρωτότυπης σελίδας",
|
||||
"account.posts": "Αναρτήσεις",
|
||||
"account.posts_with_replies": "Αναρτήσεις και απαντήσεις",
|
||||
"account.remove_from_followers": "Κατάργηση {name} από τους ακόλουθους",
|
||||
"account.report": "Κατάγγειλε @{name}",
|
||||
"account.report": "Αναφορά @{name}",
|
||||
"account.requested_follow": "Ο/Η {name} αιτήθηκε να σε ακολουθήσει",
|
||||
"account.requests_to_follow_you": "Αιτήματα για να σε ακολουθήσουν",
|
||||
"account.share": "Κοινοποίηση του προφίλ @{name}",
|
||||
@@ -85,9 +85,9 @@
|
||||
"account.unblock_domain": "Άρση αποκλεισμού του τομέα {domain}",
|
||||
"account.unblock_domain_short": "Άρση αποκλ.",
|
||||
"account.unblock_short": "Άρση αποκλεισμού",
|
||||
"account.unendorse": "Να μην παρέχεται στο προφίλ",
|
||||
"account.unendorse": "Να μην αναδεικνύεται στο προφίλ",
|
||||
"account.unfollow": "Άρση ακολούθησης",
|
||||
"account.unmute": "Διακοπή σίγασης @{name}",
|
||||
"account.unmute": "Άρση σίγασης @{name}",
|
||||
"account.unmute_notifications_short": "Σίγαση ειδοποιήσεων",
|
||||
"account.unmute_short": "Κατάργηση σίγασης",
|
||||
"account_note.placeholder": "Κάνε κλικ για να προσθέσεις σημείωση",
|
||||
@@ -111,7 +111,7 @@
|
||||
"alt_text_modal.change_thumbnail": "Αλλαγή μικρογραφίας",
|
||||
"alt_text_modal.describe_for_people_with_hearing_impairments": "Περιέγραψε αυτό για άτομα με προβλήματα ακοής…",
|
||||
"alt_text_modal.describe_for_people_with_visual_impairments": "Περιέγραψε αυτό για άτομα με προβλήματα όρασης…",
|
||||
"alt_text_modal.done": "Ολοκληρώθηκε",
|
||||
"alt_text_modal.done": "Τέλος",
|
||||
"announcement.announcement": "Ανακοίνωση",
|
||||
"annual_report.summary.archetype.booster": "Ο κυνηγός των φοβερών",
|
||||
"annual_report.summary.archetype.lurker": "Ο διακριτικός",
|
||||
@@ -141,7 +141,7 @@
|
||||
"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": "Αναίρεση ενίσχυσης;",
|
||||
@@ -167,7 +167,7 @@
|
||||
"column.bookmarks": "Σελιδοδείκτες",
|
||||
"column.community": "Τοπική ροή",
|
||||
"column.create_list": "Δημιουργία λίστας",
|
||||
"column.direct": "Ιδιωτικές αναφορές",
|
||||
"column.direct": "Ιδιωτικές επισημάνσεις",
|
||||
"column.directory": "Περιήγηση στα προφίλ",
|
||||
"column.domain_blocks": "Αποκλεισμένοι τομείς",
|
||||
"column.edit_list": "Επεξεργασία λίστας",
|
||||
@@ -181,7 +181,7 @@
|
||||
"column.lists": "Λίστες",
|
||||
"column.mutes": "Αποσιωπημένοι χρήστες",
|
||||
"column.notifications": "Ειδοποιήσεις",
|
||||
"column.pins": "Καρφιτσωμένα τουτ",
|
||||
"column.pins": "Καρφιτσωμένες αναρτήσεις",
|
||||
"column.public": "Ομοσπονδιακή ροή",
|
||||
"column_back_button.label": "Πίσω",
|
||||
"column_header.hide_settings": "Απόκρυψη ρυθμίσεων",
|
||||
@@ -191,7 +191,7 @@
|
||||
"column_header.show_settings": "Εμφάνιση ρυθμίσεων",
|
||||
"column_header.unpin": "Ξεκαρφίτσωμα",
|
||||
"column_search.cancel": "Ακύρωση",
|
||||
"community.column_settings.local_only": "Τοπικά μόνο",
|
||||
"community.column_settings.local_only": "Τοπική μόνο",
|
||||
"community.column_settings.media_only": "Μόνο πολυμέσα",
|
||||
"community.column_settings.remote_only": "Απομακρυσμένα μόνο",
|
||||
"compose.error.blank_post": "Η ανάρτηση δεν μπορεί να είναι κενή.",
|
||||
@@ -201,9 +201,9 @@
|
||||
"compose.published.open": "Άνοιγμα",
|
||||
"compose.saved.body": "Η ανάρτηση αποθηκεύτηκε.",
|
||||
"compose_form.direct_message_warning_learn_more": "Μάθε περισσότερα",
|
||||
"compose_form.encryption_warning": "Οι δημοσιεύσεις στο Mastodon δεν είναι κρυπτογραφημένες από άκρο σε άκρο. Μη μοιράζεσαι ευαίσθητες πληροφορίες μέσω του Mastodon.",
|
||||
"compose_form.encryption_warning": "Οι αναρτήσεις στο Mastodon δεν είναι κρυπτογραφημένες από άκρο σε άκρο. Μη μοιράζεσαι ευαίσθητες πληροφορίες μέσω του Mastodon.",
|
||||
"compose_form.hashtag_warning": "Αυτή η ανάρτηση δεν θα εμφανίζεται κάτω από οποιαδήποτε ετικέτα καθώς δεν είναι δημόσια. Μόνο οι δημόσιες αναρτήσεις μπορούν να αναζητηθούν με ετικέτα.",
|
||||
"compose_form.lock_disclaimer": "Ο λογαριασμός σου δεν είναι {locked}. Οποιοσδήποτε μπορεί να σε ακολουθήσει για να δει τις δημοσιεύσεις σου προς τους ακολούθους σου.",
|
||||
"compose_form.lock_disclaimer": "Ο λογαριασμός σου δεν είναι {locked}. Οποιοσδήποτε μπορεί να σε ακολουθήσει για να δει τις μόνο για ακολούθους αναρτήσεις σου.",
|
||||
"compose_form.lock_disclaimer.lock": "κλειδωμένος",
|
||||
"compose_form.placeholder": "Τι σκέφτεσαι;",
|
||||
"compose_form.poll.duration": "Διάρκεια δημοσκόπησης",
|
||||
@@ -242,11 +242,11 @@
|
||||
"confirmations.logout.confirm": "Αποσύνδεση",
|
||||
"confirmations.logout.message": "Σίγουρα θέλεις να αποσυνδεθείς;",
|
||||
"confirmations.logout.title": "Αποσύνδεση;",
|
||||
"confirmations.missing_alt_text.confirm": "Προσθήκη εναλ κειμένου",
|
||||
"confirmations.missing_alt_text.confirm": "Προσθήκη εναλλακτικού κειμένου",
|
||||
"confirmations.missing_alt_text.message": "Η ανάρτησή σου περιέχει πολυμέσα χωρίς εναλλακτικό κείμενο. Η προσθήκη περιγραφών βοηθά να γίνει το περιεχόμενό σου προσβάσιμο σε περισσότερους ανθρώπους.",
|
||||
"confirmations.missing_alt_text.secondary": "Δημοσίευση όπως και να ΄χει",
|
||||
"confirmations.missing_alt_text.title": "Προσθήκη εναλλακτικού κειμένου;",
|
||||
"confirmations.mute.confirm": "Αποσιώπηση",
|
||||
"confirmations.mute.confirm": "Σίγαση",
|
||||
"confirmations.private_quote_notify.cancel": "Πίσω στην επεξεργασία",
|
||||
"confirmations.private_quote_notify.confirm": "Δημοσίευση ανάρτησης",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Να μην εμφανιστεί ξανά αυτό το μήνυμα",
|
||||
@@ -268,14 +268,14 @@
|
||||
"confirmations.unblock.confirm": "Άρση αποκλεισμού",
|
||||
"confirmations.unblock.title": "Άρση αποκλεισμού {name};",
|
||||
"confirmations.unfollow.confirm": "Άρση ακολούθησης",
|
||||
"confirmations.unfollow.title": "Κατάργηση ακολούθησης του/της {name};",
|
||||
"confirmations.unfollow.title": "Άρση ακολούθησης του/της {name};",
|
||||
"confirmations.withdraw_request.confirm": "Απόσυρση αιτήματος",
|
||||
"confirmations.withdraw_request.title": "Απόσυρση αιτήματος για να ακολουθήσετε τον/την {name};",
|
||||
"content_warning.hide": "Απόκρυψη ανάρτησης",
|
||||
"content_warning.show": "Εμφάνιση ούτως ή άλλως",
|
||||
"content_warning.show_more": "Εμφάνιση περισσότερων",
|
||||
"conversation.delete": "Διαγραφή συζήτησης",
|
||||
"conversation.mark_as_read": "Σήμανση ως αναγνωσμένο",
|
||||
"conversation.delete": "Διαγραφή συνομιλίας",
|
||||
"conversation.mark_as_read": "Σήμανση ως αναγνωσμένη",
|
||||
"conversation.open": "Προβολή συνομιλίας",
|
||||
"conversation.with": "Με {names}",
|
||||
"copy_icon_button.copied": "Αντιγράφηκε στο πρόχειρο",
|
||||
@@ -307,10 +307,10 @@
|
||||
"domain_pill.their_username": "Το μοναδικό του αναγνωριστικό στο διακομιστή του. Είναι πιθανό να βρεις χρήστες με το ίδιο όνομα χρήστη σε διαφορετικούς διακομιστές.",
|
||||
"domain_pill.username": "Όνομα χρήστη",
|
||||
"domain_pill.whats_in_a_handle": "Τί υπάρχει σε ένα πλήρες όνομα χρήστη;",
|
||||
"domain_pill.who_they_are": "Από τη στιγμή που τα πλήρη ονόματα λένε ποιος είναι κάποιος και πού είναι, μπορείς να αλληλεπιδράσεις με άτομα απ' όλο τον κοινωνικό ιστό των <button> πλατφορμών που στηρίζονται στο ActivityPub</button>.",
|
||||
"domain_pill.who_they_are": "Από τη στιγμή που τα πλήρη ονόματα χρηστών λένε ποιος είναι κάποιος και πού είναι, μπορείς να αλληλεπιδράσεις με άτομα απ' όλο τον κοινωνικό ιστό των <button>πλατφορμών που στηρίζονται στο ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Επειδή το πλήρες όνομα χρήστη σου λέει ποιος είσαι και πού βρίσκεσαι, άτομα μπορούν να αλληλεπιδράσουν μαζί σου στον κοινωνικό ιστό των <button>πλατφορμών που στηρίζονται στο ActivityPub</button>.",
|
||||
"domain_pill.your_handle": "Το πλήρες όνομα χρήστη σου:",
|
||||
"domain_pill.your_server": "Το ψηφιακό σου σπίτι, όπου ζουν όλες σου οι αναρτήσεις. Δε σ' αρέσει αυτός; Μετακινήσου σε διακομιστές ανά πάσα στιγμή και πάρε και τους ακόλουθούς σου.",
|
||||
"domain_pill.your_server": "Το ψηφιακό σου σπίτι, όπου ζουν όλες σου οι αναρτήσεις. Δε σ' αρέσει αυτός; Μετακινήσου σε διακομιστές ανά πάσα στιγμή και πάρε και τους ακόλουθούς σου μαζί.",
|
||||
"domain_pill.your_username": "Το μοναδικό σου αναγνωριστικό σε τούτο τον διακομιστή. Είναι πιθανό να βρεις χρήστες με το ίδιο όνομα χρήστη σε διαφορετικούς διακομιστές.",
|
||||
"dropdown.empty": "Διαλέξτε μια επιλογή",
|
||||
"embed.instructions": "Ενσωμάτωσε αυτή την ανάρτηση στην ιστοσελίδα σου αντιγράφοντας τον παρακάτω κώδικα.",
|
||||
@@ -320,7 +320,7 @@
|
||||
"emoji_button.custom": "Προσαρμοσμένα",
|
||||
"emoji_button.flags": "Σημαίες",
|
||||
"emoji_button.food": "Φαγητά & Ποτά",
|
||||
"emoji_button.label": "Εισάγετε emoji",
|
||||
"emoji_button.label": "Εισαγωγή emoji",
|
||||
"emoji_button.nature": "Φύση",
|
||||
"emoji_button.not_found": "Δε βρέθηκε αντιστοίχιση εμότζι",
|
||||
"emoji_button.objects": "Αντικείμενα",
|
||||
@@ -330,30 +330,30 @@
|
||||
"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_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": "Δεν έχει αναρτήσεις εδώ!",
|
||||
"empty_column.account_unavailable": "Μη διαθέσιμο προφίλ",
|
||||
"empty_column.blocks": "Δεν έχεις αποκλείσει κανέναν χρήστη ακόμα.",
|
||||
"empty_column.bookmarked_statuses": "Δεν έχεις καμία ανάρτηση με σελιδοδείκτη ακόμα. Μόλις βάλεις κάποιον, θα εμφανιστεί εδώ.",
|
||||
"empty_column.blocks": "Δεν έχεις αποκλείσει κανέναν χρήστη ακόμη.",
|
||||
"empty_column.bookmarked_statuses": "Δεν έχεις καμία ανάρτηση με σελιδοδείκτη ακόμη. Μόλις βάλεις κάποιον, θα εμφανιστεί εδώ.",
|
||||
"empty_column.community": "Η τοπική ροή είναι κενή. Γράψε κάτι δημόσια για να αρχίσει να κυλά η μπάλα!",
|
||||
"empty_column.direct": "Δεν έχεις καμία προσωπική επισήμανση ακόμα. Όταν στείλεις ή λάβεις μία, θα εμφανιστεί εδώ.",
|
||||
"empty_column.direct": "Δεν έχεις καμία προσωπική επισήμανση ακόμη. Όταν στείλεις ή λάβεις μία, θα εμφανιστεί εδώ.",
|
||||
"empty_column.disabled_feed": "Αυτή η ροή έχει απενεργοποιηθεί από τους διαχειριστές του διακομιστή σας.",
|
||||
"empty_column.domain_blocks": "Δεν υπάρχουν αποκλεισμένοι τομείς ακόμα.",
|
||||
"empty_column.domain_blocks": "Δεν υπάρχουν αποκλεισμένοι τομείς ακόμη.",
|
||||
"empty_column.explore_statuses": "Τίποτα δεν βρίσκεται στις τάσεις αυτή τη στιγμή. Έλεγξε αργότερα!",
|
||||
"empty_column.favourited_statuses": "Δεν έχεις καμία αγαπημένη ανάρτηση ακόμα. Μόλις αγαπήσεις κάποια, θα εμφανιστεί εδώ.",
|
||||
"empty_column.favourites": "Κανείς δεν έχει αγαπήσει αυτή την ανάρτηση ακόμα. Μόλις το κάνει κάποιος, θα εμφανιστεί εδώ.",
|
||||
"empty_column.follow_requests": "Δεν έχεις κανένα αίτημα παρακολούθησης ακόμα. Μόλις λάβεις κάποιο, θα εμφανιστεί εδώ.",
|
||||
"empty_column.followed_tags": "Δεν έχετε ακολουθήσει ακόμα καμία ετικέτα. Όταν το κάνετε, θα εμφανιστούν εδώ.",
|
||||
"empty_column.hashtag": "Δεν υπάρχει ακόμα κάτι για αυτή την ετικέτα.",
|
||||
"empty_column.favourited_statuses": "Δεν έχεις καμία αγαπημένη ανάρτηση ακόμη. Μόλις αγαπήσεις κάποια, θα εμφανιστεί εδώ.",
|
||||
"empty_column.favourites": "Κανείς δεν έχει αγαπήσει αυτή την ανάρτηση ακόμη. Μόλις το κάνει κάποιος, θα εμφανιστεί εδώ.",
|
||||
"empty_column.follow_requests": "Δεν έχεις κανένα αίτημα παρακολούθησης ακόμη. Μόλις λάβεις κάποιο, θα εμφανιστεί εδώ.",
|
||||
"empty_column.followed_tags": "Δεν έχεις ακολουθήσει καμία ετικέτα ακόμη. Όταν το κάνεις, θα εμφανιστούν εδώ.",
|
||||
"empty_column.hashtag": "Δεν υπάρχει τίποτα σε αυτή την ετικέτα ακόμη.",
|
||||
"empty_column.home": "Η τοπική σου ροή είναι κενή! Πήγαινε στο {public} ή κάνε αναζήτηση για να ξεκινήσεις και να γνωρίσεις άλλους χρήστες.",
|
||||
"empty_column.list": "Δεν υπάρχει τίποτα σε αυτή τη λίστα ακόμα. Όταν τα μέλη της δημοσιεύσουν νέες καταστάσεις, θα εμφανιστούν εδώ.",
|
||||
"empty_column.mutes": "Δεν έχεις κανένα χρήστη σε σίγαση ακόμα.",
|
||||
"empty_column.list": "Δεν υπάρχει τίποτα σε αυτή τη λίστα ακόμη. Όταν τα μέλη της δημοσιεύσουν νέες αναρτήσεις, θα εμφανιστούν εδώ.",
|
||||
"empty_column.mutes": "Δεν έχεις κανένα χρήστη σε σίγαση ακόμη.",
|
||||
"empty_column.notification_requests": "Όλα καθαρά! Δεν υπάρχει τίποτα εδώ. Όταν λαμβάνεις νέες ειδοποιήσεις, αυτές θα εμφανίζονται εδώ σύμφωνα με τις ρυθμίσεις σου.",
|
||||
"empty_column.notifications": "Δεν έχεις ειδοποιήσεις ακόμα. Όταν άλλα άτομα αλληλεπιδράσουν μαζί σου, θα το δεις εδώ.",
|
||||
"empty_column.notifications": "Δεν έχεις ειδοποιήσεις ακόμη. Όταν άλλα άτομα αλληλεπιδράσουν μαζί σου, θα το δεις εδώ.",
|
||||
"empty_column.public": "Δεν υπάρχει τίποτα εδώ! Γράψε κάτι δημόσιο ή ακολούθησε χειροκίνητα χρήστες από άλλους διακομιστές για να τη γεμίσεις",
|
||||
"error.unexpected_crash.explanation": "Είτε λόγω σφάλματος στον κώδικά μας ή λόγω ασυμβατότητας με τον περιηγητή, η σελίδα δε μπόρεσε να εμφανιστεί σωστά.",
|
||||
"error.unexpected_crash.explanation_addons": "Η σελίδα δεν μπόρεσε να εμφανιστεί σωστά. Το πρόβλημα οφείλεται πιθανόν σε κάποια επέκταση του φυλλομετρητή ή σε κάποιο αυτόματο εργαλείο μετάφρασης.",
|
||||
@@ -367,15 +367,15 @@
|
||||
"explore.trending_statuses": "Αναρτήσεις",
|
||||
"explore.trending_tags": "Ετικέτες",
|
||||
"featured_carousel.header": "{count, plural, one {Καρφιτσωμένη Ανάρτηση} other {Καρφιτσωμένες Αναρτήσεις}}",
|
||||
"featured_carousel.next": "Επόμενο",
|
||||
"featured_carousel.next": "Επόμενη",
|
||||
"featured_carousel.post": "Ανάρτηση",
|
||||
"featured_carousel.previous": "Προηγούμενο",
|
||||
"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": "Αυτή η κατηγορία φίλτρων έχει λήξει, πρέπει να αλλάξετε την ημερομηνία λήξης για να ισχύσει.",
|
||||
"filter_modal.added.expired_title": "Ληγμένο φίλτρο!",
|
||||
"filter_modal.added.review_and_configure": "Για να επιθεωρήσετε και να εξειδικεύσετε περαιτέρω αυτή την κατηγορία φίλτρων, πηγαίνετε στο {settings_link}.",
|
||||
"filter_modal.added.review_and_configure": "Για να ελέγξετε και να ρυθμίσετε περαιτέρω αυτή την κατηγορία φίλτρων, πηγαίνετε στο {settings_link}.",
|
||||
"filter_modal.added.review_and_configure_title": "Ρυθμίσεις φίλτρου",
|
||||
"filter_modal.added.settings_link": "σελίδα ρυθμίσεων",
|
||||
"filter_modal.added.short_explanation": "Αυτή η ανάρτηση έχει προστεθεί στην ακόλουθη κατηγορία φίλτρου: {title}.",
|
||||
@@ -387,7 +387,7 @@
|
||||
"filter_modal.select_filter.subtitle": "Χρησιμοποιήστε μια υπάρχουσα κατηγορία ή δημιουργήστε μια νέα",
|
||||
"filter_modal.select_filter.title": "Φιλτράρισμα αυτής της ανάρτησης",
|
||||
"filter_modal.title.status": "Φιλτράρισμα μιας ανάρτησης",
|
||||
"filter_warning.matches_filter": "Ταιριάζει με το φίλτρο “<span>{title}</span>”",
|
||||
"filter_warning.matches_filter": "Αντιστοιχεί με το φίλτρο “<span>{title}</span>”",
|
||||
"filtered_notifications_banner.pending_requests": "Από {count, plural, =0 {κανένα} one {ένα άτομο} other {# άτομα}} που μπορεί να ξέρεις",
|
||||
"filtered_notifications_banner.title": "Φιλτραρισμένες ειδοποιήσεις",
|
||||
"firehose.all": "Όλα",
|
||||
@@ -395,7 +395,7 @@
|
||||
"firehose.remote": "Άλλοι διακομιστές",
|
||||
"follow_request.authorize": "Εξουσιοδότησε",
|
||||
"follow_request.reject": "Απέρριψε",
|
||||
"follow_requests.unlocked_explanation": "Παρόλο που ο λογαριασμός σου δεν είναι κλειδωμένος, το προσωπικό του {domain} θεώρησαν πως ίσως να θέλεις να ελέγξεις χειροκίνητα αυτά τα αιτήματα ακολούθησης.",
|
||||
"follow_requests.unlocked_explanation": "Παρόλο που ο λογαριασμός σου δεν είναι κλειδωμένος, το προσωπικό του {domain} θεώρησε πως ίσως να θέλεις να ελέγχεις χειροκίνητα αυτά τα αιτήματα ακολούθησης.",
|
||||
"follow_suggestions.curated_suggestion": "Επιλογή προσωπικού",
|
||||
"follow_suggestions.dismiss": "Να μην εμφανιστεί ξανά",
|
||||
"follow_suggestions.featured_longer": "Προσεκτικά επιλεγμένα απ' την ομάδα του {domain}",
|
||||
@@ -424,7 +424,7 @@
|
||||
"getting_started.heading": "Ας ξεκινήσουμε",
|
||||
"hashtag.admin_moderation": "Άνοιγμα διεπαφής συντονισμού για το #{name}",
|
||||
"hashtag.browse": "Περιήγηση αναρτήσεων με #{hashtag}",
|
||||
"hashtag.browse_from_account": "Περιήγηση αναρτήσεων από @{name} σε #{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}",
|
||||
@@ -442,15 +442,15 @@
|
||||
"hashtag.mute": "Σίγαση #{hashtag}",
|
||||
"hashtag.unfeature": "Να μην αναδεικνύεται στο προφίλ",
|
||||
"hashtag.unfollow": "Διακοπή παρακολούθησης ετικέτας",
|
||||
"hashtags.and_other": "…και {count, plural, 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": "Κάποιες αναρτήσεις από αυτό το προφίλ μπορεί να λείπουν.",
|
||||
"hints.profiles.see_more_followers": "Δες περισσότερους ακόλουθους στο {domain}",
|
||||
"hints.profiles.see_more_follows": "Δες περισσότερα άτομα που ακολουθούνται στο {domain}",
|
||||
"hints.profiles.see_more_posts": "Δες περισσότερες αναρτήσεις στο {domain}",
|
||||
"home.column_settings.show_quotes": "Εμφάνιση παραθεμάτων",
|
||||
"home.column_settings.show_reblogs": "Εμφάνιση προωθήσεων",
|
||||
"home.column_settings.show_quotes": "Εμφάνιση παραθέσεων",
|
||||
"home.column_settings.show_reblogs": "Εμφάνιση ενισχύσεων",
|
||||
"home.column_settings.show_replies": "Εμφάνιση απαντήσεων",
|
||||
"home.hide_announcements": "Απόκρυψη ανακοινώσεων",
|
||||
"home.pending_critical_update.body": "Παρακαλούμε ενημέρωσε τον διακομιστή Mastodon σου το συντομότερο δυνατόν!",
|
||||
@@ -459,7 +459,7 @@
|
||||
"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_act_users": "Θα μπορείς ακόμη να αποδεχθείς, να απορρίψεις ή να αναφέρεις χρήστες",
|
||||
"ignore_notifications_modal.filter_to_avoid_confusion": "Το φιλτράρισμα βοηθά στην αποφυγή πιθανής σύγχυσης",
|
||||
"ignore_notifications_modal.filter_to_review_separately": "Μπορείς να δεις τις φιλτραρισμένες ειδοποιήσεις ξεχωριστά",
|
||||
"ignore_notifications_modal.ignore": "Αγνόηση ειδοποιήσεων",
|
||||
@@ -467,9 +467,9 @@
|
||||
"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": "Βοήθεια",
|
||||
"info_button.what_is_alt_text": "Το εναλλακτικό κείμενο παρέχει περιγραφές εικόνας για άτομα με προβλήματα όρασης, διαδικτυακές συνδέσεις χαμηλής ταχύτητας ή για άτομα που αναζητούν επιπλέον περιεχόμενο.\\n\\nΜπορείς να βελτιώσεις την προσβασιμότητα και την κατανόηση για όλους, γράφοντας σαφές, συνοπτικό και αντικειμενικό εναλλακτικό κείμενο.\\n\\n<ul><li>Κατέγραψε σημαντικά στοιχεία</li>\\n<li>Συνόψισε το κείμενο στις εικόνες</li>\\n<li>Χρησιμοποίησε δομή κανονικής πρότασης</li>\\n<li>Απέφυγε περιττές πληροφορίες</li>\\n<li>Εστίασε στις τάσεις και τα βασικά ευρήματα σε σύνθετα οπτικά στοιχεία (όπως διαγράμματα ή χάρτες)</li></ul>",
|
||||
"info_button.what_is_alt_text": "<h1>Τι είναι το εναλλακτικό κείμενο;</h1> <p>Το εναλλακτικό κείμενο (alt text) παρέχει περιγραφές εικόνας για άτομα με προβλήματα όρασης, διαδικτυακές συνδέσεις χαμηλής ταχύτητας ή για άτομα που αναζητούν επιπλέον περιεχόμενο.</p> <p>Μπορείς να βελτιώσεις την προσβασιμότητα και την κατανόηση για όλους, γράφοντας σαφές, συνοπτικό και αντικειμενικό εναλλακτικό κείμενο.</p> <ul> <li>Κατέγραψε σημαντικά στοιχεία</li> <li>Συνόψισε το κείμενο στις εικόνες</li> <li>Χρησιμοποίησε δομή κανονικής πρότασης</li> <li>Απέφυγε περιττές πληροφορίες</li> <li>Εστίασε στις τάσεις και τα βασικά ευρήματα σε σύνθετα οπτικά στοιχεία (όπως διαγράμματα ή χάρτες)</li> </ul>",
|
||||
"interaction_modal.action": "Για να αλληλεπιδράσετε με την ανάρτηση του/της {name}, πρέπει να συνδεθείτε στον λογαριασμό σας σε οποιονδήποτε διακομιστή Mastodon χρησιμοποιείτε.",
|
||||
"interaction_modal.go": "Πάμε",
|
||||
"interaction_modal.no_account_yet": "Δεν έχεις ακόμη λογαριασμό;",
|
||||
@@ -544,8 +544,8 @@
|
||||
"lists.list_members_count": "{count, plural, one {# μέλος} other {# μέλη}}",
|
||||
"lists.list_name": "Όνομα λίστας",
|
||||
"lists.new_list_name": "Νέο όνομα λίστας",
|
||||
"lists.no_lists_yet": "Δεν υπάρχουν λίστες ακόμα.",
|
||||
"lists.no_members_yet": "Κανένα μέλος ακόμα.",
|
||||
"lists.no_lists_yet": "Καμία λίστα ακόμη.",
|
||||
"lists.no_members_yet": "Κανένα μέλος ακόμη.",
|
||||
"lists.no_results_found": "Δεν βρέθηκαν αποτελέσματα.",
|
||||
"lists.remove_member": "Αφαίρεση",
|
||||
"lists.replies_policy.followed": "Οποιοσδήποτε χρήστης που ακολουθείς",
|
||||
@@ -562,11 +562,11 @@
|
||||
"mute_modal.hide_options": "Απόκρυψη επιλογών",
|
||||
"mute_modal.indefinite": "Μέχρι να κάνω άρση σίγασης",
|
||||
"mute_modal.show_options": "Εμφάνιση επιλογών",
|
||||
"mute_modal.they_can_mention_and_follow": "Μπορεί να σε αναφέρει και να σε ακολουθήσει, αλλά δε θα τον βλέπεις.",
|
||||
"mute_modal.they_can_mention_and_follow": "Μπορεί να σε επισημάνει και να σε ακολουθήσει, αλλά δε θα τον βλέπεις.",
|
||||
"mute_modal.they_wont_know": "Δε θα ξέρει ότι είναι σε σίγαση.",
|
||||
"mute_modal.title": "Σίγαση χρήστη;",
|
||||
"mute_modal.you_wont_see_mentions": "Δε θα βλέπεις τις αναρτήσεις που τον αναφέρουν.",
|
||||
"mute_modal.you_wont_see_posts": "Μπορεί ακόμα να δει τις αναρτήσεις σου, αλλά δε θα βλέπεις τις δικές του.",
|
||||
"mute_modal.you_wont_see_mentions": "Δε θα βλέπεις τις αναρτήσεις που τον επισημαίνουν.",
|
||||
"mute_modal.you_wont_see_posts": "Μπορεί ακόμη να βλέπει τις αναρτήσεις σου, αλλά δε θα βλέπεις τις δικές του.",
|
||||
"navigation_bar.about": "Σχετικά με",
|
||||
"navigation_bar.account_settings": "Κωδικός πρόσβασης και ασφάλεια",
|
||||
"navigation_bar.administration": "Διαχείριση",
|
||||
@@ -589,7 +589,7 @@
|
||||
"navigation_bar.moderation": "Συντονισμός",
|
||||
"navigation_bar.more": "Περισσότερα",
|
||||
"navigation_bar.mutes": "Αποσιωπημένοι χρήστες",
|
||||
"navigation_bar.opened_in_classic_interface": "Δημοσιεύσεις, λογαριασμοί και άλλες συγκεκριμένες σελίδες ανοίγονται από προεπιλογή στην κλασική διεπαφή ιστού.",
|
||||
"navigation_bar.opened_in_classic_interface": "Αναρτήσεις, λογαριασμοί και άλλες συγκεκριμένες σελίδες ανοίγονται από προεπιλογή στην κλασική διεπαφή ιστού.",
|
||||
"navigation_bar.preferences": "Προτιμήσεις",
|
||||
"navigation_bar.privacy_and_reach": "Ιδιωτικότητα και προσιτότητα",
|
||||
"navigation_bar.search": "Αναζήτηση",
|
||||
@@ -599,21 +599,21 @@
|
||||
"navigation_panel.expand_followed_tags": "Επέκταση μενού ετικετών που ακολουθείτε",
|
||||
"navigation_panel.expand_lists": "Επέκταση μενού λίστας",
|
||||
"not_signed_in_indicator.not_signed_in": "Πρέπει να συνδεθείς για να αποκτήσεις πρόσβαση σε αυτόν τον πόρο.",
|
||||
"notification.admin.report": "Ο/Η {name} ανέφερε τον {target}",
|
||||
"notification.admin.report": "Ο/Η {name} ανέφερε τον/την {target}",
|
||||
"notification.admin.report_account": "Ο χρήστης {name} ανέφερε {count, plural, one {μία ανάρτηση} other {# αναρτήσεις}} από {target} για {category}",
|
||||
"notification.admin.report_account_other": "Ο χρήστης {name} ανέφερε {count, plural, one {μία ανάρτηση} other {# αναρτήσεις}} από {target}",
|
||||
"notification.admin.report_statuses": "Ο χρήστης {name} ανέφερε τον χρήστη {target} για {category}",
|
||||
"notification.admin.report_statuses_other": "Ο χρήστης {name} ανέφερε τον χρήστη {target}",
|
||||
"notification.admin.sign_up": "{name} έχει εγγραφεί",
|
||||
"notification.admin.sign_up.name_and_others": "{name} και {count, plural, one {# ακόμη} other {# ακόμη}} έχουν εγγραφεί",
|
||||
"notification.admin.sign_up.name_and_others": "{name} και {count, plural, one {# ακόμα} other {# ακόμα}} έχουν εγγραφεί",
|
||||
"notification.annual_report.message": "Το #Wrapstodon {year} σε περιμένει! Αποκάλυψε τα στιγμιότυπα της χρονιάς και αξέχαστες στιγμές σου στο Mastodon!",
|
||||
"notification.annual_report.view": "Προβολή #Wrapstodon",
|
||||
"notification.favourite": "{name} αγάπησε την ανάρτηση σου",
|
||||
"notification.favourite.name_and_others_with_link": "{name} και <a>{count, plural, one {# ακόμη} other {# ακόμη}}</a> αγάπησαν την ανάρτησή σου",
|
||||
"notification.favourite.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.favourite_pm.name_and_others_with_link": "Ο χρήστης {name} και <a>{count, plural, one {# ακόμα} other {# ακόμα}}</a> αγάπησαν την ιδωτική σου επισήμανση",
|
||||
"notification.follow": "Ο χρήστης {name} σε ακολούθησε",
|
||||
"notification.follow.name_and_others": "Ο χρήστης {name} και <a>{count, plural, one {# ακόμη} other {# ακόμη}}</a> σε ακολούθησαν",
|
||||
"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 {# άλλοι}} ζήτησαν να σε ακολουθήσουν",
|
||||
"notification.label.mention": "Επισήμανση",
|
||||
@@ -627,16 +627,16 @@
|
||||
"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": "Η δημοσκόπησή σου έληξε",
|
||||
"notification.poll": "Μία ψηφοφορία στην οποία συμμετείχες έχει τελειώσει",
|
||||
"notification.quoted_update": "Ο χρήστης {name} επεξεργάστηκε μία ανάρτηση που παρέθεσες",
|
||||
"notification.reblog": "Ο/Η {name} ενίσχυσε την ανάρτηση σου",
|
||||
"notification.reblog.name_and_others_with_link": "{name} και <a>{count, plural, one {# ακόμη} other {# ακόμη}}</a> ενίσχυσαν την ανάρτησή σου",
|
||||
"notification.reblog.name_and_others_with_link": "{name} και <a>{count, plural, one {# ακόμα} 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 {# λογαριασμοί}} που ακολουθείς.",
|
||||
@@ -650,9 +650,9 @@
|
||||
"notification_requests.confirm_accept_multiple.message": "Πρόκειται να αποδεχτείς {count, plural, one {ένα αίτημα ειδοποίησης} other {# αιτήματα ειδοποίησης}}. Σίγουρα θες να συνεχίσεις;",
|
||||
"notification_requests.confirm_accept_multiple.title": "Αποδοχή αιτήσεων ειδοποίησης;",
|
||||
"notification_requests.confirm_dismiss_multiple.button": "{count, plural, one {Παράβλεψη αιτήματος} other {Παράβλεψη αιτημάτων}}",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "Πρόκειται να απορρίψεις {count, plural, one {ένα αίτημα ειδοποίησης} other {# αιτήματα ειδοποίησης}}. Δεν θα μπορείς να έχεις πρόσβαση εύκολα {count, plural, one {σε αυτό} other {σε αυτά}} ξανά. Σίγουρα θες να συνεχίσεις;",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "Απόρριψη αιτημάτων ειδοποίησης;",
|
||||
"notification_requests.dismiss": "Απόρριψη",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "Πρόκειται να παραβλέψεις {count, plural, one {ένα αίτημα ειδοποίησης} other {# αιτήματα ειδοποίησης}}. Δεν θα μπορείς να έχεις πρόσβαση εύκολα {count, plural, one {σε αυτό} other {σε αυτά}} ξανά. Σίγουρα θες να συνεχίσεις;",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "Παράβλεψη αιτημάτων ειδοποίησης;",
|
||||
"notification_requests.dismiss": "Παράβλεψη",
|
||||
"notification_requests.dismiss_multiple": "{count, plural, one {Παράβλεψη # αιτήματος…} other {Παράβλεψη # αιτημάτων…}}",
|
||||
"notification_requests.edit_selection": "Επεξεργασία",
|
||||
"notification_requests.exit_selection": "Έγινε",
|
||||
@@ -695,14 +695,14 @@
|
||||
"notifications.filter.statuses": "Ενημερώσεις από όσους ακολουθείς",
|
||||
"notifications.grant_permission": "Χορήγηση άδειας.",
|
||||
"notifications.group": "{count} ειδοποιήσεις",
|
||||
"notifications.mark_as_read": "Σημείωσε όλες τις ειδοποιήσεις ως αναγνωσμένες",
|
||||
"notifications.mark_as_read": "Σήμανε όλες τις ειδοποιήσεις ως αναγνωσμένες",
|
||||
"notifications.permission_denied": "Οι ειδοποιήσεις στην επιφάνεια εργασίας δεν είναι διαθέσιμες διότι έχει απορριφθεί κάποιο προηγούμενο αίτημα άδειας",
|
||||
"notifications.permission_denied_alert": "Δεν είναι δυνατή η ενεργοποίηση των ειδοποιήσεων της επιφάνειας εργασίας, καθώς η άδεια του προγράμματος περιήγησης έχει απορριφθεί νωρίτερα",
|
||||
"notifications.permission_required": "Οι ειδοποιήσεις δεν είναι διαθέσιμες επειδή δεν έχει δοθεί η απαιτούμενη άδεια.",
|
||||
"notifications.policy.accept": "Αποδοχή",
|
||||
"notifications.policy.accept_hint": "Εμφάνιση στις ειδοποιήσεις",
|
||||
"notifications.policy.drop": "Αγνόηση",
|
||||
"notifications.policy.drop_hint": "Στείλε τες στο υπερπέραν, να μην ξαναδούν το φως του ήλιου",
|
||||
"notifications.policy.drop_hint": "Στείλε τες στο υπερπέραν, για να μην τις ξαναδείτε",
|
||||
"notifications.policy.filter": "Φίλτρο",
|
||||
"notifications.policy.filter_hint": "Αποστολή στα εισερχόμενα φιλτραρισμένων ειδοποιήσεων",
|
||||
"notifications.policy.filter_limited_accounts_hint": "Περιορισμένη από συντονιστές διακομιστή",
|
||||
@@ -713,8 +713,8 @@
|
||||
"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_title": "Μη συναινετικές ιδιωτικές αναφορές",
|
||||
"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} μόλις ενεργοποιηθούν.",
|
||||
@@ -804,9 +804,9 @@
|
||||
"report.forward": "Προώθηση προς {target}",
|
||||
"report.forward_hint": "Ο λογαριασμός είναι από διαφορετικό διακομιστή. Να σταλεί ανώνυμο αντίγραφο της αναφοράς και εκεί;",
|
||||
"report.mute": "Σίγαση",
|
||||
"report.mute_explanation": "Δεν θα βλέπεις τις αναρτήσεις του. Εκείνοι μπορούν ακόμα να σε ακολουθούν και να βλέπουν τις αναρτήσεις σου χωρίς να γνωρίζουν ότι είναι σε σίγαση.",
|
||||
"report.mute_explanation": "Δεν θα βλέπεις τις αναρτήσεις τους. Εκείνοι μπορούν ακόμη να σε ακολουθούν και να βλέπουν τις αναρτήσεις σου χωρίς να γνωρίζουν ότι είναι σε σίγαση.",
|
||||
"report.next": "Επόμενο",
|
||||
"report.placeholder": "Επιπλέον σχόλια",
|
||||
"report.placeholder": "Επιπρόσθετα σχόλια",
|
||||
"report.reasons.dislike": "Δεν μου αρέσει",
|
||||
"report.reasons.dislike_description": "Δεν είναι κάτι που θα ήθελες να δεις",
|
||||
"report.reasons.legal": "Είναι παράνομο",
|
||||
@@ -822,12 +822,12 @@
|
||||
"report.statuses.subtitle": "Επίλεξε όλα όσα ισχύουν",
|
||||
"report.statuses.title": "Υπάρχουν αναρτήσεις που τεκμηριώνουν αυτή την αναφορά;",
|
||||
"report.submit": "Υποβολή",
|
||||
"report.target": "Καταγγελία {target}",
|
||||
"report.target": "Αναφορά {target}",
|
||||
"report.thanks.take_action": "Αυτές είναι οι επιλογές σας για να ελέγχετε τι βλέπετε στο Mastodon:",
|
||||
"report.thanks.take_action_actionable": "Ενώ το εξετάζουμε, μπορείς να δράσεις εναντίον του @{name}:",
|
||||
"report.thanks.title": "Δε θες να το βλέπεις;",
|
||||
"report.thanks.title_actionable": "Σε ευχαριστούμε για την αναφορά, θα το διερευνήσουμε.",
|
||||
"report.unfollow": "Κατάργηση ακολούθησης του @{name}",
|
||||
"report.unfollow": "Άρση ακολούθησης του @{name}",
|
||||
"report.unfollow_explanation": "Ακολουθείς αυτό τον λογαριασμό. Για να μη βλέπεις τις αναρτήσεις τους στη δική σου ροή, πάψε να τον ακολουθείς.",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} ανάρτηση} other {{count} αναρτήσεις}} επισυνάπτονται",
|
||||
"report_notification.categories.legal": "Νομικά",
|
||||
@@ -842,11 +842,11 @@
|
||||
"search.clear": "Εκκαθάριση αναζήτησης",
|
||||
"search.no_recent_searches": "Καμία πρόσφατη αναζήτηση",
|
||||
"search.placeholder": "Αναζήτηση",
|
||||
"search.quick_action.account_search": "Προφίλ που ταιριάζουν με {x}",
|
||||
"search.quick_action.account_search": "Προφίλ που αντιστοιχούν με {x}",
|
||||
"search.quick_action.go_to_account": "Μετάβαση στο προφίλ {x}",
|
||||
"search.quick_action.go_to_hashtag": "Μετάβαση στην ετικέτα {x}",
|
||||
"search.quick_action.open_url": "Άνοιγμα διεύθυνσης URL στο Mastodon",
|
||||
"search.quick_action.status_search": "Αναρτήσεις που ταιριάζουν με {x}",
|
||||
"search.quick_action.status_search": "Αναρτήσεις που αντιστοιχούν με {x}",
|
||||
"search.search_or_paste": "Αναζήτηση ή εισαγωγή URL",
|
||||
"search_popout.full_text_search_disabled_message": "Μη διαθέσιμο στο {domain}.",
|
||||
"search_popout.full_text_search_logged_out_message": "Διαθέσιμο μόνο όταν συνδεθείς.",
|
||||
@@ -860,7 +860,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}»",
|
||||
@@ -874,14 +874,14 @@
|
||||
"sign_in_banner.mastodon_is": "Το Mastodon είναι ο καλύτερος τρόπος για να συμβαδίσεις με τα γεγονότα.",
|
||||
"sign_in_banner.sign_in": "Σύνδεση",
|
||||
"sign_in_banner.sso_redirect": "Συνδεθείτε ή Εγγραφείτε",
|
||||
"status.admin_account": "Άνοιγμα διεπαφής συντονισμού για τον/την @{name}",
|
||||
"status.admin_domain": "Άνοιγμα λειτουργίας διαμεσολάβησης για {domain}",
|
||||
"status.admin_account": "Άνοιγμα διεπαφής συντονισμού για @{name}",
|
||||
"status.admin_domain": "Άνοιγμα διεπαφής συντονισμού για {domain}",
|
||||
"status.admin_status": "Άνοιγμα αυτής της ανάρτησης σε διεπαφή συντονισμού",
|
||||
"status.all_disabled": "Ενισχύσεις και παραθέσεις είναι απενεργοποιημένες",
|
||||
"status.block": "Αποκλεισμός @{name}",
|
||||
"status.bookmark": "Σελιδοδείκτης",
|
||||
"status.cancel_reblog_private": "Ακύρωση ενίσχυσης",
|
||||
"status.cannot_quote": "Δε σας επιτρέπετε να παραθέσετε αυτή την ανάρτηση",
|
||||
"status.cannot_quote": "Δεν επιτρέπεται να παραθέσετε αυτή την ανάρτηση",
|
||||
"status.cannot_reblog": "Αυτή η ανάρτηση δεν μπορεί να ενισχυθεί",
|
||||
"status.contains_quote": "Περιέχει παράθεση",
|
||||
"status.context.loading": "Φόρτωση περισσότερων απαντήσεων",
|
||||
@@ -890,11 +890,11 @@
|
||||
"status.context.more_replies_found": "Βρέθηκαν περισσότερες απαντήσεις",
|
||||
"status.context.retry": "Επανάληψη",
|
||||
"status.context.show": "Εμφάνιση",
|
||||
"status.continued_thread": "Συνεχιζόμενο νήματος",
|
||||
"status.continued_thread": "Συνεχιζόμενο νήμα",
|
||||
"status.copy": "Αντιγραφή συνδέσμου ανάρτησης",
|
||||
"status.delete": "Διαγραφή",
|
||||
"status.delete.success": "Η ανάρτηση διαγράφηκε",
|
||||
"status.detailed_status": "Προβολή λεπτομερούς συζήτησης",
|
||||
"status.detailed_status": "Προβολή λεπτομερούς συνομιλίας",
|
||||
"status.direct": "Ιδιωτική επισήμανση @{name}",
|
||||
"status.direct_indicator": "Ιδιωτική επισήμανση",
|
||||
"status.edit": "Επεξεργασία",
|
||||
@@ -910,9 +910,9 @@
|
||||
"status.media.open": "Κάνε κλικ για άνοιγμα",
|
||||
"status.media.show": "Κάνε κλικ για εμφάνιση",
|
||||
"status.media_hidden": "Κρυμμένο πολυμέσο",
|
||||
"status.mention": "Επισήμανε @{name}",
|
||||
"status.mention": "Επισήμανση @{name}",
|
||||
"status.more": "Περισσότερα",
|
||||
"status.mute": "Σίγαση σε @{name}",
|
||||
"status.mute": "Σίγαση @{name}",
|
||||
"status.mute_conversation": "Σίγαση συνομιλίας",
|
||||
"status.open": "Επέκταση ανάρτησης",
|
||||
"status.pin": "Καρφίτσωσε στο προφίλ",
|
||||
@@ -920,9 +920,9 @@
|
||||
"status.quote.cancel": "Ακύρωση παράθεσης",
|
||||
"status.quote_error.blocked_account_hint.title": "Αυτή η ανάρτηση είναι κρυμμένη επειδή έχετε μπλοκάρει τον/την @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Αυτή η ανάρτηση είναι κρυμμένη επειδή έχετε μπλοκάρει το {domain}.",
|
||||
"status.quote_error.filtered": "Κρυφό λόγω ενός από τα φίλτρα σου",
|
||||
"status.quote_error.filtered": "Κρυμμένη λόγω ενός από τα φίλτρα σου",
|
||||
"status.quote_error.limited_account_hint.action": "Εμφάνιση ούτως ή άλλως",
|
||||
"status.quote_error.limited_account_hint.title": "Αυτό το προφίλ έχει αποκρυφτεί από τους διαχειριστές του διακομιστή {domain}.",
|
||||
"status.quote_error.limited_account_hint.title": "Αυτός ο λογαριασμός έχει κρυφτεί από τους συντονιστές του {domain}.",
|
||||
"status.quote_error.muted_account_hint.title": "Αυτή η ανάρτηση είναι κρυμμένη επειδή έχετε κάνει σίγαση τον/την @{name}.",
|
||||
"status.quote_error.not_available": "Ανάρτηση μη διαθέσιμη",
|
||||
"status.quote_error.pending_approval": "Ανάρτηση σε αναμονή",
|
||||
@@ -931,11 +931,11 @@
|
||||
"status.quote_followers_only": "Μόνο οι ακόλουθοι μπορούν να παραθέσουν αυτή την ανάρτηση",
|
||||
"status.quote_manual_review": "Ο συντάκτης θα επανεξετάσει χειροκίνητα",
|
||||
"status.quote_noun": "Παράθεση",
|
||||
"status.quote_policy_change": "Αλλάξτε ποιός μπορεί να κάνει παράθεση",
|
||||
"status.quote_policy_change": "Άλλαξε ποιός μπορεί να κάνει παράθεση",
|
||||
"status.quote_post_author": "Παρατίθεται μια ανάρτηση από @{name}",
|
||||
"status.quote_private": "Ιδιωτικές αναρτήσεις δεν μπορούν να παρατεθούν",
|
||||
"status.quotes": "{count, plural, one {# παράθεση} other {# παραθέσεις}}",
|
||||
"status.quotes.empty": "Κανείς δεν έχει παραθέσει αυτή την ανάρτηση ακόμα. Μόλις το κάνει, θα εμφανιστεί εδώ.",
|
||||
"status.quotes.empty": "Κανείς δεν έχει παραθέσει αυτή την ανάρτηση ακόμη. Μόλις το κάνει, θα εμφανιστεί εδώ.",
|
||||
"status.quotes.local_other_disclaimer": "Οι παραθέσεις που απορρίφθηκαν από τον συντάκτη δε θα εμφανιστούν.",
|
||||
"status.quotes.remote_other_disclaimer": "Μόνο παραθέσεις από το {domain} είναι εγγυημένες ότι θα εμφανιστούν εδώ. Παραθέσεις που απορρίφθηκαν από τον συντάκτη δε θα εμφανιστούν.",
|
||||
"status.read_more": "Διάβασε περισότερα",
|
||||
@@ -944,15 +944,15 @@
|
||||
"status.reblog_private": "Μοιράσου ξανά με τους ακόλουθούς σου",
|
||||
"status.reblogged_by": "{name} προώθησε",
|
||||
"status.reblogs": "{count, plural, one {ενίσχυση} other {ενισχύσεις}}",
|
||||
"status.reblogs.empty": "Κανείς δεν ενίσχυσε αυτή την ανάρτηση ακόμα. Μόλις το κάνει κάποιος, θα εμφανιστεί εδώ.",
|
||||
"status.reblogs.empty": "Κανείς δεν ενίσχυσε αυτή την ανάρτηση ακόμη. Μόλις το κάνει κάποιος, θα εμφανιστεί εδώ.",
|
||||
"status.redraft": "Σβήσε & ξαναγράψε",
|
||||
"status.remove_bookmark": "Αφαίρεση σελιδοδείκτη",
|
||||
"status.remove_favourite": "Κατάργηση από τα αγαπημένα",
|
||||
"status.remove_quote": "Αφαίρεση",
|
||||
"status.replied_in_thread": "Απαντήθηκε σε νήμα",
|
||||
"status.replied_to": "Απάντησε στον {name}",
|
||||
"status.replied_in_thread": "Απάντησε σε νήμα",
|
||||
"status.replied_to": "Απάντησε στον χρήστη {name}",
|
||||
"status.reply": "Απάντησε",
|
||||
"status.replyAll": "Απάντησε στο νήμα συζήτησης",
|
||||
"status.replyAll": "Απάντησε στο νήμα",
|
||||
"status.report": "Αναφορά @{name}",
|
||||
"status.request_quote": "Αίτημα για παράθεση",
|
||||
"status.revoke_quote": "Αφαίρεση της ανάρτησης μου από την ανάρτηση του/της @{name}",
|
||||
@@ -965,7 +965,7 @@
|
||||
"status.translate": "Μετάφραση",
|
||||
"status.translated_from_with": "Μεταφράστηκε από {lang} χρησιμοποιώντας {provider}",
|
||||
"status.uncached_media_warning": "Μη διαθέσιμη προεπισκόπηση",
|
||||
"status.unmute_conversation": "Αναίρεση σίγασης συνομιλίας",
|
||||
"status.unmute_conversation": "Άρση σίγασης συνομιλίας",
|
||||
"status.unpin": "Ξεκαρφίτσωσε από το προφίλ",
|
||||
"subscribed_languages.lead": "Μόνο αναρτήσεις σε επιλεγμένες γλώσσες θα εμφανίζονται στην αρχική σου και θα παραθέτονται ροές μετά την αλλαγή. Επέλεξε καμία για να λαμβάνεις αναρτήσεις σε όλες τις γλώσσες.",
|
||||
"subscribed_languages.save": "Αποθήκευση αλλαγών",
|
||||
@@ -1021,11 +1021,11 @@
|
||||
"visibility_modal.direct_quote_warning.text": "Εάν αποθηκεύσετε τις τρέχουσες ρυθμίσεις, η ενσωματωμένη παράθεση θα μετατραπεί σε σύνδεσμο.",
|
||||
"visibility_modal.direct_quote_warning.title": "Οι παραθέσεις δεν μπορούν να ενσωματωθούν σε ιδιωτικές επισημάνσεις",
|
||||
"visibility_modal.header": "Ορατότητα και αλληλεπίδραση",
|
||||
"visibility_modal.helper.direct_quoting": "Ιδιωτικές αναφορές που έχουν συνταχθεί στο Mastodon δεν μπορούν να γίνουν παράθεση από άλλους.",
|
||||
"visibility_modal.helper.direct_quoting": "Ιδιωτικές επισημάνσεις που έχουν συνταχθεί στο Mastodon δεν μπορούν να γίνουν παράθεση από άλλους.",
|
||||
"visibility_modal.helper.privacy_editing": "Η ορατότητα δεν μπορεί να αλλάξει μετά τη δημοσίευση μιας ανάρτησης.",
|
||||
"visibility_modal.helper.privacy_private_self_quote": "Αυτο-παραθέσεις ιδιωτικών αναρτήσεων δεν μπορούν να γίνουν δημόσιες.",
|
||||
"visibility_modal.helper.private_quoting": "Αναρτήσεις για ακολούθους μόνο που έχουν συνταχθεί στο Mastodon, δεν μπορούν να γίνουν παράθεση από άλλους.",
|
||||
"visibility_modal.helper.unlisted_quoting": "Όταν οι άνθρωποι σας παραθέτουν, η ανάρτησή τους θα είναι επίσης κρυμμένη από τις δημοφιλείς ροές.",
|
||||
"visibility_modal.helper.unlisted_quoting": "Όταν άτομα σας παραθέτουν, η ανάρτησή τους θα είναι επίσης κρυμμένη από τις δημοφιλείς ροές.",
|
||||
"visibility_modal.instructions": "Ελέγξτε ποιος μπορεί να αλληλεπιδράσει με αυτή την ανάρτηση. Μπορείτε επίσης να εφαρμόσετε ρυθμίσεις σε όλες τις μελλοντικές αναρτήσεις πλοηγώντας σε <link>Προτιμήσεις > Προεπιλογές ανάρτησης</link>.",
|
||||
"visibility_modal.privacy_label": "Ορατότητα",
|
||||
"visibility_modal.quote_followers": "Μόνο ακόλουθοι",
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
"alt_text_modal.describe_for_people_with_visual_impairments": "Describe this for people with visual impairments…",
|
||||
"alt_text_modal.done": "Done",
|
||||
"announcement.announcement": "Announcement",
|
||||
"annual_report.summary.archetype.booster": "The cool-hunter",
|
||||
"annual_report.summary.archetype.booster": "The cool hunter",
|
||||
"annual_report.summary.archetype.lurker": "The lurker",
|
||||
"annual_report.summary.archetype.oracle": "The oracle",
|
||||
"annual_report.summary.archetype.pollster": "The pollster",
|
||||
@@ -258,7 +258,7 @@
|
||||
"confirmations.quiet_post_quote_info.title": "Quoting quiet public posts",
|
||||
"confirmations.redraft.confirm": "Delete & redraft",
|
||||
"confirmations.redraft.message": "Are you sure you want to delete this post and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
|
||||
"confirmations.redraft.title": "Delete & redraft post?",
|
||||
"confirmations.redraft.title": "Delete and redraft post?",
|
||||
"confirmations.remove_from_followers.confirm": "Remove follower",
|
||||
"confirmations.remove_from_followers.message": "{name} will stop following you. Are you sure you want to proceed?",
|
||||
"confirmations.remove_from_followers.title": "Remove follower?",
|
||||
@@ -299,7 +299,7 @@
|
||||
"domain_block_modal.you_will_lose_num_followers": "You will lose {followersCount, plural, one {{followersCountDisplay} follower} other {{followersCountDisplay} followers}} and {followingCount, plural, one {{followingCountDisplay} person you follow} other {{followingCountDisplay} people you follow}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "You will lose all followers and people you follow from this server.",
|
||||
"domain_block_modal.you_wont_see_posts": "You won't see posts or notifications from users on this server.",
|
||||
"domain_pill.activitypub_lets_connect": "It lets you connect and interact with people not just on Mastodon, but across different social apps too.",
|
||||
"domain_pill.activitypub_lets_connect": "It lets you connect and interact with people, not just on Mastodon, but across different social apps too.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub is like the language Mastodon speaks with other social networks.",
|
||||
"domain_pill.server": "Server",
|
||||
"domain_pill.their_handle": "Their handle:",
|
||||
@@ -310,7 +310,7 @@
|
||||
"domain_pill.who_they_are": "Since handles say who someone is and where they are, you can interact with people across the social web of <button>ActivityPub-powered platforms</button>.",
|
||||
"domain_pill.who_you_are": "Because your handle says who you are and where you are, people can interact with you across the social web of <button>ActivityPub-powered platforms</button>.",
|
||||
"domain_pill.your_handle": "Your handle:",
|
||||
"domain_pill.your_server": "Your digital home, where all of your posts live. Don’t like this one? Transfer servers at any time and bring your followers, too.",
|
||||
"domain_pill.your_server": "Your digital home, where all of your posts live. Don’t like this one? Transfer servers at any time and bring your followers too.",
|
||||
"domain_pill.your_username": "Your unique identifier on this server. It’s possible to find users with the same username on different servers.",
|
||||
"dropdown.empty": "Select an option",
|
||||
"embed.instructions": "Embed this post on your website by copying the code below.",
|
||||
@@ -333,7 +333,7 @@
|
||||
"empty_column.account_featured.me": "You have not featured anything yet. Did you know that you can feature your hashtags you use the most, and even your friend’s accounts on your profile?",
|
||||
"empty_column.account_featured.other": "{acct} has not featured anything yet. Did you know that you can feature your hashtags you use the most, and even your friend’s accounts on your profile?",
|
||||
"empty_column.account_featured_other.unknown": "This account has not featured anything yet.",
|
||||
"empty_column.account_hides_collections": "This user has chosen to not make this information available",
|
||||
"empty_column.account_hides_collections": "This user has chosen not to make this information available",
|
||||
"empty_column.account_suspended": "Account suspended",
|
||||
"empty_column.account_timeline": "No posts here!",
|
||||
"empty_column.account_unavailable": "Profile unavailable",
|
||||
@@ -352,7 +352,7 @@
|
||||
"empty_column.home": "Your home timeline is empty! Follow more people to fill it up.",
|
||||
"empty_column.list": "There is nothing in this list yet. When members of this list post new statuses, they will appear here.",
|
||||
"empty_column.mutes": "You haven't muted any users yet.",
|
||||
"empty_column.notification_requests": "All clear! There is nothing here. When you receive new notifications, they will appear here according to your settings.",
|
||||
"empty_column.notification_requests": "All clear! There is nothing here. When you receive new notifications, they will appear here, according to your settings.",
|
||||
"empty_column.notifications": "You don't have any notifications yet. When other people interact with you, you will see it here.",
|
||||
"empty_column.public": "There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
|
||||
"error.unexpected_crash.explanation": "Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
|
||||
@@ -476,7 +476,7 @@
|
||||
"interaction_modal.on_another_server": "On a different server",
|
||||
"interaction_modal.on_this_server": "On this server",
|
||||
"interaction_modal.title": "Sign in to continue",
|
||||
"interaction_modal.username_prompt": "E.g. {example}",
|
||||
"interaction_modal.username_prompt": "Eg {example}",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
@@ -593,7 +593,7 @@
|
||||
"navigation_bar.preferences": "Preferences",
|
||||
"navigation_bar.privacy_and_reach": "Privacy and reach",
|
||||
"navigation_bar.search": "Search",
|
||||
"navigation_bar.search_trends": "Search / Trending",
|
||||
"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",
|
||||
@@ -633,7 +633,7 @@
|
||||
"notification.moderation_warning.action_silence": "Your account has been limited.",
|
||||
"notification.moderation_warning.action_suspend": "Your account has been suspended.",
|
||||
"notification.own_poll": "Your poll has ended",
|
||||
"notification.poll": "A poll you voted in has ended",
|
||||
"notification.poll": "A poll in which you voted has ended",
|
||||
"notification.quoted_update": "{name} edited a post you have quoted",
|
||||
"notification.reblog": "{name} boosted your post",
|
||||
"notification.reblog.name_and_others_with_link": "{name} and <a>{count, plural, one {# other} other {# others}}</a> boosted your post",
|
||||
@@ -659,7 +659,7 @@
|
||||
"notification_requests.explainer_for_limited_account": "Notifications from this account have been filtered because the account has been limited by a moderator.",
|
||||
"notification_requests.explainer_for_limited_remote_account": "Notifications from this account have been filtered because the account or its server has been limited by a moderator.",
|
||||
"notification_requests.maximize": "Maximise",
|
||||
"notification_requests.minimize_banner": "Minimize filtered notifications banner",
|
||||
"notification_requests.minimize_banner": "Minimise filtered notifications banner",
|
||||
"notification_requests.notifications_from": "Notifications from {name}",
|
||||
"notification_requests.title": "Filtered notifications",
|
||||
"notification_requests.view": "View notifications",
|
||||
@@ -709,11 +709,11 @@
|
||||
"notifications.policy.filter_limited_accounts_title": "Moderated accounts",
|
||||
"notifications.policy.filter_new_accounts.hint": "Created within the past {days, plural, one {one day} other {# days}}",
|
||||
"notifications.policy.filter_new_accounts_title": "New accounts",
|
||||
"notifications.policy.filter_not_followers_hint": "Including people who have been following you fewer than {days, plural, one {one day} other {# days}}",
|
||||
"notifications.policy.filter_not_followers_hint": "Including people who have been following you for fewer than {days, plural, one {one day} other {# days}}",
|
||||
"notifications.policy.filter_not_followers_title": "People not following you",
|
||||
"notifications.policy.filter_not_following_hint": "Until you manually approve them",
|
||||
"notifications.policy.filter_not_following_title": "People you don't follow",
|
||||
"notifications.policy.filter_private_mentions_hint": "Filtered unless it's in reply to your own mention or if you follow the sender",
|
||||
"notifications.policy.filter_private_mentions_hint": "Filtered, unless it's in reply to your own mention, or if you follow the sender",
|
||||
"notifications.policy.filter_private_mentions_title": "Unsolicited private mentions",
|
||||
"notifications.policy.title": "Manage notifications from…",
|
||||
"notifications_permission_banner.enable": "Enable desktop notifications",
|
||||
@@ -860,17 +860,17 @@
|
||||
"search_results.all": "All",
|
||||
"search_results.hashtags": "Hashtags",
|
||||
"search_results.no_results": "No results.",
|
||||
"search_results.no_search_yet": "Try searching for posts, profiles or hashtags.",
|
||||
"search_results.no_search_yet": "Try searching for posts, profiles, or hashtags.",
|
||||
"search_results.see_all": "See all",
|
||||
"search_results.statuses": "Posts",
|
||||
"search_results.title": "Search for \"{q}\"",
|
||||
"server_banner.about_active_users": "People using this server during the last 30 days (Monthly Active Users)",
|
||||
"server_banner.active_users": "active users",
|
||||
"server_banner.administered_by": "Administered by:",
|
||||
"server_banner.is_one_of_many": "{domain} is one of the many independent Mastodon servers you can use to participate in the fediverse.",
|
||||
"server_banner.is_one_of_many": "{domain} is one of the many independent Mastodon servers you can use to participate in the Fediverse.",
|
||||
"server_banner.server_stats": "Server stats:",
|
||||
"sign_in_banner.create_account": "Create account",
|
||||
"sign_in_banner.follow_anyone": "Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.",
|
||||
"sign_in_banner.follow_anyone": "Follow anyone across the Fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.",
|
||||
"sign_in_banner.mastodon_is": "Mastodon is the best way to keep up with what's happening.",
|
||||
"sign_in_banner.sign_in": "Sign in",
|
||||
"sign_in_banner.sso_redirect": "Login or Register",
|
||||
@@ -1012,7 +1012,7 @@
|
||||
"video.mute": "Mute",
|
||||
"video.pause": "Pause",
|
||||
"video.play": "Play",
|
||||
"video.skip_backward": "Skip backward",
|
||||
"video.skip_backward": "Skip backwards",
|
||||
"video.skip_forward": "Skip forward",
|
||||
"video.unmute": "Unmute",
|
||||
"video.volume_down": "Volume down",
|
||||
|
||||
@@ -28,11 +28,12 @@
|
||||
"account.disable_notifications": "Ĉesu sciigi min kiam @{name} afiŝas",
|
||||
"account.domain_blocking": "Blokas domajnon",
|
||||
"account.edit_profile": "Redakti la profilon",
|
||||
"account.edit_profile_short": "Redakti",
|
||||
"account.enable_notifications": "Sciigu min kiam @{name} afiŝos",
|
||||
"account.endorse": "Montri en profilo",
|
||||
"account.familiar_followers_one": "Sekvita de {name1}",
|
||||
"account.familiar_followers_two": "Sekvita de {name1} kaj {name2}",
|
||||
"account.featured": "Montrita",
|
||||
"account.featured": "Elstarigitaj",
|
||||
"account.featured.accounts": "Profiloj",
|
||||
"account.featured.hashtags": "Kradvortoj",
|
||||
"account.featured_tags.last_status_at": "Lasta afîŝo je {date}",
|
||||
@@ -40,6 +41,7 @@
|
||||
"account.follow": "Sekvi",
|
||||
"account.follow_back": "Sekvu reen",
|
||||
"account.follow_back_short": "Sekvu reen",
|
||||
"account.follow_request_cancel_short": "Nuligi",
|
||||
"account.followers": "Sekvantoj",
|
||||
"account.followers.empty": "Ankoraŭ neniu sekvas ĉi tiun uzanton.",
|
||||
"account.followers_counter": "{count, plural, one{{counter} sekvanto} other {{counter} sekvantoj}}",
|
||||
@@ -186,6 +188,7 @@
|
||||
"community.column_settings.local_only": "Nur loka",
|
||||
"community.column_settings.media_only": "Nur aŭdovidaĵoj",
|
||||
"community.column_settings.remote_only": "Nur fora",
|
||||
"compose.error.blank_post": "Afiŝo ne povas esti malplena.",
|
||||
"compose.language.change": "Ŝanĝi lingvon",
|
||||
"compose.language.search": "Serĉi lingvojn...",
|
||||
"compose.published.body": "Afiŝo publikigita.",
|
||||
@@ -220,6 +223,7 @@
|
||||
"confirmations.delete_list.title": "Ĉu forigi liston?",
|
||||
"confirmations.discard_draft.confirm": "Forĵetu kaj daŭrigu",
|
||||
"confirmations.discard_draft.edit.cancel": "Daŭrigi redaktadon",
|
||||
"confirmations.discard_draft.edit.message": "Daŭrigo forigos ĉiujn ŝanĝojn, kiujn vi faris al la afiŝo, kiun vi nun redaktas.",
|
||||
"confirmations.discard_draft.edit.title": "Ĉu forĵeti ŝanĝojn al via afiŝo?",
|
||||
"confirmations.discard_draft.post.cancel": "Daŭrigi malneton",
|
||||
"confirmations.discard_draft.post.message": "Daŭrigo forigos la afiŝon, kiun vi nun verkas.",
|
||||
@@ -237,6 +241,8 @@
|
||||
"confirmations.missing_alt_text.secondary": "Afiŝi ĉiuokaze",
|
||||
"confirmations.missing_alt_text.title": "Ĉu aldoni alttekston?",
|
||||
"confirmations.mute.confirm": "Silentigi",
|
||||
"confirmations.private_quote_notify.confirm": "Publikigi afiŝon",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Ne montru al mi ĉi tiun mesaĝon denove",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Ne memorigu min denove",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Komprenite",
|
||||
"confirmations.redraft.confirm": "Forigi kaj reskribi",
|
||||
@@ -308,8 +314,8 @@
|
||||
"emoji_button.search_results": "Serĉaj rezultoj",
|
||||
"emoji_button.symbols": "Simboloj",
|
||||
"emoji_button.travel": "Vojaĝoj kaj lokoj",
|
||||
"empty_column.account_featured.me": "Vi ankoraŭ nenion prezentis. Ĉu vi sciis, ke vi povas prezenti viajn plej ofte uzatajn kradvortojn, kaj eĉ la kontojn de viaj amikoj sur via profilo?",
|
||||
"empty_column.account_featured_other.unknown": "Ĉi tiu konto ankoraŭ ne montris ion ajn.",
|
||||
"empty_column.account_featured.me": "Vi ankoraŭ elstarigis nenion. Ĉu vi sciis, ke vi povas elstarigi viajn plej ofte uzatajn kradvortojn, kaj eĉ la kontojn de viaj amikoj sur via profilo?",
|
||||
"empty_column.account_featured_other.unknown": "Ĉi tiu konto ankoraŭ ne elstarigis ion ajn.",
|
||||
"empty_column.account_hides_collections": "Ĉi tiu uzanto elektis ne disponebligi ĉi tiu informon",
|
||||
"empty_column.account_suspended": "Konto suspendita",
|
||||
"empty_column.account_timeline": "Neniuj afiŝoj ĉi tie!",
|
||||
@@ -343,10 +349,10 @@
|
||||
"explore.trending_statuses": "Afiŝoj",
|
||||
"explore.trending_tags": "Kradvortoj",
|
||||
"featured_carousel.header": "{count, plural, one {Alpinglita afiŝo} other {Alpinglitaj afiŝoj}}",
|
||||
"featured_carousel.next": "Antaŭen",
|
||||
"featured_carousel.next": "Sekva",
|
||||
"featured_carousel.post": "Afiŝi",
|
||||
"featured_carousel.previous": "Malantaŭen",
|
||||
"featured_carousel.slide": "{index} de {total}",
|
||||
"featured_carousel.previous": "Antaŭa",
|
||||
"featured_carousel.slide": "{index} el {total}",
|
||||
"filter_modal.added.context_mismatch_explanation": "Ĉi tiu filtrilkategorio ne kongruas kun la kunteksto en kiu vi akcesis ĉi tiun afiŝon. Se vi volas ke la afiŝo estas ankaŭ filtrita en ĉi tiu kunteksto, vi devus redakti la filtrilon.",
|
||||
"filter_modal.added.context_mismatch_title": "Ne kongruas la kunteksto!",
|
||||
"filter_modal.added.expired_explanation": "Ĉi tiu filtrilkategorio eksvalidiĝis, vu bezonos ŝanĝi la eksvaliddaton por ĝi.",
|
||||
@@ -531,7 +537,7 @@
|
||||
"loading_indicator.label": "Ŝargado…",
|
||||
"media_gallery.hide": "Kaŝi",
|
||||
"moved_to_account_banner.text": "Via konto {disabledAccount} estas malvalidigita ĉar vi movis ĝin al {movedToAccount}.",
|
||||
"mute_modal.hide_from_notifications": "Kaŝi de sciigoj",
|
||||
"mute_modal.hide_from_notifications": "Kaŝi el sciigoj",
|
||||
"mute_modal.hide_options": "Kaŝi agordojn",
|
||||
"mute_modal.indefinite": "Ĝis mi malsilentas ilin",
|
||||
"mute_modal.show_options": "Montri agordojn",
|
||||
@@ -847,6 +853,7 @@
|
||||
"status.cancel_reblog_private": "Ne plu diskonigi",
|
||||
"status.cannot_quote": "Vi ne rajtas citi ĉi tiun afiŝon",
|
||||
"status.cannot_reblog": "Ĉi tiun afiŝon ne eblas diskonigi",
|
||||
"status.context.show": "Montri",
|
||||
"status.continued_thread": "Daŭrigis fadenon",
|
||||
"status.copy": "Kopii la ligilon al la afiŝo",
|
||||
"status.delete": "Forigi",
|
||||
|
||||
@@ -152,7 +152,7 @@
|
||||
"bundle_column_error.network.title": "Error de red",
|
||||
"bundle_column_error.retry": "Intentá de nuevo",
|
||||
"bundle_column_error.return": "Volver al inicio",
|
||||
"bundle_column_error.routing.body": "No se pudo encontrar la página solicitada. ¿Estás seguro que la dirección web es correcta?",
|
||||
"bundle_column_error.routing.body": "No se pudo encontrar la página solicitada. ¿La dirección web es correcta?",
|
||||
"bundle_column_error.routing.title": "404",
|
||||
"bundle_modal_error.close": "Cerrar",
|
||||
"bundle_modal_error.message": "Algo salió mal al cargar esta pantalla.",
|
||||
@@ -191,9 +191,9 @@
|
||||
"column_header.show_settings": "Mostrar configuración",
|
||||
"column_header.unpin": "Dejar de fijar",
|
||||
"column_search.cancel": "Cancelar",
|
||||
"community.column_settings.local_only": "Sólo local",
|
||||
"community.column_settings.media_only": "Sólo medios",
|
||||
"community.column_settings.remote_only": "Sólo remoto",
|
||||
"community.column_settings.local_only": "Solo local",
|
||||
"community.column_settings.media_only": "Solo medios",
|
||||
"community.column_settings.remote_only": "Solo remoto",
|
||||
"compose.error.blank_post": "El mensaje no puede estar en blanco.",
|
||||
"compose.language.change": "Cambiar idioma",
|
||||
"compose.language.search": "Buscar idiomas…",
|
||||
@@ -202,7 +202,7 @@
|
||||
"compose.saved.body": "Mensaje guardado.",
|
||||
"compose_form.direct_message_warning_learn_more": "Aprendé más",
|
||||
"compose_form.encryption_warning": "Los mensajes en Mastodon no están cifrados de extremo a extremo. No compartas ninguna información sensible al usar Mastodon.",
|
||||
"compose_form.hashtag_warning": "Este mensaje no se mostrará bajo ninguna etiqueta porque no es público. Sólo los mensajes públicos se pueden buscar por etiquetas.",
|
||||
"compose_form.hashtag_warning": "Este mensaje no se mostrará bajo ninguna etiqueta porque no es público. Solo los mensajes públicos se pueden buscar por etiquetas.",
|
||||
"compose_form.lock_disclaimer": "Tu cuenta no es {locked}. Todos pueden seguirte para ver tus mensajes marcados como \"Sólo para seguidores\".",
|
||||
"compose_form.lock_disclaimer.lock": "privada",
|
||||
"compose_form.placeholder": "¿Qué onda?",
|
||||
@@ -222,10 +222,10 @@
|
||||
"confirmation_modal.cancel": "Cancelar",
|
||||
"confirmations.block.confirm": "Bloquear",
|
||||
"confirmations.delete.confirm": "Eliminar",
|
||||
"confirmations.delete.message": "¿Estás seguro que querés eliminar este mensaje?",
|
||||
"confirmations.delete.message": "¿De verdad querés eliminar este mensaje?",
|
||||
"confirmations.delete.title": "¿Eliminar mensaje?",
|
||||
"confirmations.delete_list.confirm": "Eliminar",
|
||||
"confirmations.delete_list.message": "¿Estás seguro que querés eliminar permanentemente esta lista?",
|
||||
"confirmations.delete_list.message": "¿De verdad querés eliminar permanentemente esta lista?",
|
||||
"confirmations.delete_list.title": "¿Eliminar lista?",
|
||||
"confirmations.discard_draft.confirm": "Descartar y continuar",
|
||||
"confirmations.discard_draft.edit.cancel": "Reanudar edición",
|
||||
@@ -240,7 +240,7 @@
|
||||
"confirmations.follow_to_list.message": "Necesitás seguir a {name} para agregarle a una lista.",
|
||||
"confirmations.follow_to_list.title": "¿Querés seguirle?",
|
||||
"confirmations.logout.confirm": "Cerrar sesión",
|
||||
"confirmations.logout.message": "¿Estás seguro que querés cerrar la sesión?",
|
||||
"confirmations.logout.message": "¿De verdad querés cerrar la sesión?",
|
||||
"confirmations.logout.title": "¿Cerrar sesión?",
|
||||
"confirmations.missing_alt_text.confirm": "Agregar texto alternativo",
|
||||
"confirmations.missing_alt_text.message": "Tu mensaje contiene medios sin texto alternativo. Agregar descripciones ayuda a que tu contenido sea accesible para más personas.",
|
||||
@@ -257,10 +257,10 @@
|
||||
"confirmations.quiet_post_quote_info.message": "Al citar un mensaje público pero silencioso, tu mensaje se ocultará de las líneas temporales de tendencias.",
|
||||
"confirmations.quiet_post_quote_info.title": "Citado de mensajes públicos pero silenciosos",
|
||||
"confirmations.redraft.confirm": "Eliminar mensaje original y editarlo",
|
||||
"confirmations.redraft.message": "¿Estás seguro que querés eliminar este mensaje y volver a editarlo? Se perderán las veces marcadas como favorito y sus adhesiones, y las respuestas al mensaje original quedarán huérfanas.",
|
||||
"confirmations.redraft.message": "¿De verdad querés eliminar este mensaje y volver a editarlo? Se perderán las veces marcadas como favorito y sus adhesiones, y las respuestas al mensaje original quedarán huérfanas.",
|
||||
"confirmations.redraft.title": "¿Eliminar y volver a redactar mensaje?",
|
||||
"confirmations.remove_from_followers.confirm": "Quitar seguidor",
|
||||
"confirmations.remove_from_followers.message": "{name} dejará de seguirte. ¿Estás seguro de que querés continuar?",
|
||||
"confirmations.remove_from_followers.message": "{name} dejará de seguirte. ¿De verdad querés continuar?",
|
||||
"confirmations.remove_from_followers.title": "¿Quitar seguidor?",
|
||||
"confirmations.revoke_quote.confirm": "Eliminar mensaje",
|
||||
"confirmations.revoke_quote.message": "Esta acción no se puede deshacer.",
|
||||
@@ -282,7 +282,7 @@
|
||||
"copypaste.copied": "Copiado",
|
||||
"copypaste.copy_to_clipboard": "Copiar al portapapeles",
|
||||
"directory.federated": "Desde fediverso conocido",
|
||||
"directory.local": "Sólo de {domain}",
|
||||
"directory.local": "Solo de {domain}",
|
||||
"directory.new_arrivals": "Recién llegados",
|
||||
"directory.recently_active": "Recientemente activos",
|
||||
"disabled_account_banner.account_settings": "Config. de la cuenta",
|
||||
@@ -647,10 +647,10 @@
|
||||
"notification_requests.accept": "Aceptar",
|
||||
"notification_requests.accept_multiple": "{count, plural, one {Aceptar # solicitud…} other {Aceptar # solicitudes…}}",
|
||||
"notification_requests.confirm_accept_multiple.button": "{count, plural, one {Aceptar solicitud} other {Aceptar solicitudes}}",
|
||||
"notification_requests.confirm_accept_multiple.message": "Estás a punto de aceptar {count, plural, one {una solicitud} other {# solicitudes}}. ¿Estás seguro de que querés continuar?",
|
||||
"notification_requests.confirm_accept_multiple.message": "Estás a punto de aceptar {count, plural, one {una solicitud} other {# solicitudes}}. ¿De verdad querés continuar?",
|
||||
"notification_requests.confirm_accept_multiple.title": "¿Aceptar solicitudes de notificación?",
|
||||
"notification_requests.confirm_dismiss_multiple.button": "{count, plural, one {Descartar solicitud} other {Descartar solicitudes}}",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "Estás a punto de descartar {count, plural, one {una solicitud} other {# solicitudes}}. No vas a poder acceder fácilmente a {count, plural, one {ella} other {ellas}} de nuevo. ¿Estás seguro de que querés continuar?",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "Estás a punto de descartar {count, plural, one {una solicitud} other {# solicitudes}}. No vas a poder acceder fácilmente a {count, plural, one {ella} other {ellas}} de nuevo. ¿De verdad querés continuar?",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "¿Descartar solicitudes de notificación?",
|
||||
"notification_requests.dismiss": "Descartar",
|
||||
"notification_requests.dismiss_multiple": "{count, plural, one {Descartar # solicitud…} other {Descartar # solicitudes…}}",
|
||||
@@ -664,7 +664,7 @@
|
||||
"notification_requests.title": "Notificaciones filtradas",
|
||||
"notification_requests.view": "Ver notificaciones",
|
||||
"notifications.clear": "Limpiar notificaciones",
|
||||
"notifications.clear_confirmation": "¿Estás seguro que querés limpiar todas tus notificaciones permanentemente?",
|
||||
"notifications.clear_confirmation": "¿De verdad querés limpiar todas tus notificaciones permanentemente?",
|
||||
"notifications.clear_title": "¿Limpiar notificaciones?",
|
||||
"notifications.column_settings.admin.report": "Nuevas denuncias:",
|
||||
"notifications.column_settings.admin.sign_up": "Nuevos registros:",
|
||||
@@ -967,7 +967,7 @@
|
||||
"status.uncached_media_warning": "Previsualización no disponible",
|
||||
"status.unmute_conversation": "Dejar de silenciar conversación",
|
||||
"status.unpin": "Dejar de fijar",
|
||||
"subscribed_languages.lead": "Después del cambio, sólo los mensajes en los idiomas seleccionados aparecerán en tu línea temporal Principal y en las líneas de tiempo de lista. No seleccionés ningún idioma para poder recibir mensajes en todos los idiomas.",
|
||||
"subscribed_languages.lead": "Después del cambio, solo los mensajes en los idiomas seleccionados aparecerán en tu línea temporal Principal y en las líneas de tiempo de lista. No seleccionés ningún idioma para poder recibir mensajes en todos los idiomas.",
|
||||
"subscribed_languages.save": "Guardar cambios",
|
||||
"subscribed_languages.target": "Cambiar idiomas suscritos para {target}",
|
||||
"tabs_bar.home": "Principal",
|
||||
|
||||
@@ -59,8 +59,8 @@
|
||||
"account.in_memoriam": "En memoria.",
|
||||
"account.joined_short": "Se unió",
|
||||
"account.languages": "Cambiar idiomas suscritos",
|
||||
"account.link_verified_on": "El proprietario de este enlace fue comprobado el {date}",
|
||||
"account.locked_info": "El estado de privacidad de esta cuenta està configurado como bloqueado. El proprietario debe revisar manualmente quien puede seguirle.",
|
||||
"account.link_verified_on": "Se verificó la propiedad de este enlace el {date}",
|
||||
"account.locked_info": "El estado de privacidad de esta cuenta está configurado como bloqueado. El propietario revisa manualmente quién puede seguirlo.",
|
||||
"account.media": "Multimedia",
|
||||
"account.mention": "Mencionar a @{name}",
|
||||
"account.moved_to": "{name} ha indicado que su nueva cuenta es ahora:",
|
||||
@@ -90,7 +90,7 @@
|
||||
"account.unmute": "Dejar de silenciar a @{name}",
|
||||
"account.unmute_notifications_short": "Dejar de silenciar notificaciones",
|
||||
"account.unmute_short": "Dejar de silenciar",
|
||||
"account_note.placeholder": "Haz clic para agregar una nota",
|
||||
"account_note.placeholder": "Haz clic para añadir una nota",
|
||||
"admin.dashboard.daily_retention": "Tasa de retención de usuarios por día después de unirse",
|
||||
"admin.dashboard.monthly_retention": "Tasa de retención de usuarios por mes después de unirse",
|
||||
"admin.dashboard.retention.average": "Promedio",
|
||||
@@ -172,9 +172,9 @@
|
||||
"column.domain_blocks": "Dominios ocultados",
|
||||
"column.edit_list": "Editar lista",
|
||||
"column.favourites": "Favoritos",
|
||||
"column.firehose": "Feeds en vivo",
|
||||
"column.firehose_local": "Feed en vivo para este servidor",
|
||||
"column.firehose_singular": "Feed en vivo",
|
||||
"column.firehose": "Cronologías en vivo",
|
||||
"column.firehose_local": "Cronología en vivo para este servidor",
|
||||
"column.firehose_singular": "Cronología en vivo",
|
||||
"column.follow_requests": "Solicitudes de seguimiento",
|
||||
"column.home": "Inicio",
|
||||
"column.list_members": "Administrar miembros de la lista",
|
||||
@@ -182,14 +182,14 @@
|
||||
"column.mutes": "Usuarios silenciados",
|
||||
"column.notifications": "Notificaciones",
|
||||
"column.pins": "Publicaciones fijadas",
|
||||
"column.public": "Línea de tiempo federada",
|
||||
"column.public": "Cronología federada",
|
||||
"column_back_button.label": "Atrás",
|
||||
"column_header.hide_settings": "Ocultar configuración",
|
||||
"column_header.moveLeft_settings": "Mover columna a la izquierda",
|
||||
"column_header.moveRight_settings": "Mover columna a la derecha",
|
||||
"column_header.pin": "Fijar",
|
||||
"column_header.show_settings": "Mostrar ajustes",
|
||||
"column_header.unpin": "Desfijar",
|
||||
"column_header.unpin": "Dejar de fijar",
|
||||
"column_search.cancel": "Cancelar",
|
||||
"community.column_settings.local_only": "Solo local",
|
||||
"community.column_settings.media_only": "Solo media",
|
||||
@@ -222,7 +222,7 @@
|
||||
"confirmation_modal.cancel": "Cancelar",
|
||||
"confirmations.block.confirm": "Bloquear",
|
||||
"confirmations.delete.confirm": "Eliminar",
|
||||
"confirmations.delete.message": "¿Estás seguro de que quieres borrar esta publicación?",
|
||||
"confirmations.delete.message": "¿Estás seguro de que quieres eliminar esta publicación?",
|
||||
"confirmations.delete.title": "¿Deseas eliminar la publicación?",
|
||||
"confirmations.delete_list.confirm": "Eliminar",
|
||||
"confirmations.delete_list.message": "¿Estás seguro de que quieres eliminar esta lista de forma permanente?",
|
||||
@@ -243,22 +243,22 @@
|
||||
"confirmations.logout.message": "¿Estás seguro de que quieres cerrar la sesión?",
|
||||
"confirmations.logout.title": "¿Deseas cerrar sesión?",
|
||||
"confirmations.missing_alt_text.confirm": "Añadir texto alternativo",
|
||||
"confirmations.missing_alt_text.message": "Tu publicación contiene contenido multimedia sin texto alternativo. Agregar descripciones ayuda a que tu contenido sea accesible para más personas.",
|
||||
"confirmations.missing_alt_text.message": "Tu publicación contiene contenido multimedia sin texto alternativo. Añadir descripciones ayuda a que tu contenido sea accesible para más personas.",
|
||||
"confirmations.missing_alt_text.secondary": "Publicar de todas maneras",
|
||||
"confirmations.missing_alt_text.title": "¿Añadir texto alternativo?",
|
||||
"confirmations.mute.confirm": "Silenciar",
|
||||
"confirmations.private_quote_notify.cancel": "Seguir editando",
|
||||
"confirmations.private_quote_notify.confirm": "Publicar",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "No mostrar este mensaje de nuevo",
|
||||
"confirmations.private_quote_notify.message": "Tu publicación será notificada y podrá ser vista por la persona a la que mencionas y otras menciones, aún si no te siguen.",
|
||||
"confirmations.private_quote_notify.message": "La persona a la que citas y otras mencionadas recibirán una notificación y podrán ver tu publicación, aunque no te sigan.",
|
||||
"confirmations.private_quote_notify.title": "¿Compartir con seguidores y usuarios mencionados?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "No me lo recuerdes otra vez",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Entendido",
|
||||
"confirmations.quiet_post_quote_info.message": "Al citar una publicación pública discreta, tu publicación se ocultará de las cronologías de tendencias.",
|
||||
"confirmations.quiet_post_quote_info.title": "Citar publicaciones públicas discretas",
|
||||
"confirmations.redraft.confirm": "Borrar y volver a borrador",
|
||||
"confirmations.redraft.message": "¿Estás seguro de que quieres borrar esta publicación y editarla? Los favoritos e impulsos se perderán, y las respuestas a la publicación original quedarán separadas.",
|
||||
"confirmations.redraft.title": "¿Deseas borrar y volver a redactar la publicación?",
|
||||
"confirmations.redraft.confirm": "Eliminar y volver a redactar",
|
||||
"confirmations.redraft.message": "¿Estás seguro de que quieres eliminar esta publicación y volver a redactarla? Se perderán tanto los «Me gusta» como los impulsos, y las respuestas a la publicación original quedarán sin referencia.",
|
||||
"confirmations.redraft.title": "¿Deseas eliminar y volver a redactar la publicación?",
|
||||
"confirmations.remove_from_followers.confirm": "Eliminar seguidor",
|
||||
"confirmations.remove_from_followers.message": "{name} dejará de seguirte. ¿Estás seguro de que quieres continuar?",
|
||||
"confirmations.remove_from_followers.title": "¿Eliminar seguidor?",
|
||||
@@ -274,7 +274,7 @@
|
||||
"content_warning.hide": "Ocultar publicación",
|
||||
"content_warning.show": "Mostrar de todos modos",
|
||||
"content_warning.show_more": "Mostrar más",
|
||||
"conversation.delete": "Borrar conversación",
|
||||
"conversation.delete": "Eliminar conversación",
|
||||
"conversation.mark_as_read": "Marcar como leído",
|
||||
"conversation.open": "Ver conversación",
|
||||
"conversation.with": "Con {names}",
|
||||
@@ -299,7 +299,7 @@
|
||||
"domain_block_modal.you_will_lose_num_followers": "Vas a perder {followersCount, plural, one {{followersCountDisplay} seguidor} other {{followersCountDisplay} seguidores}} y {followingCount, plural, one {{followingCountDisplay} persona a la que sigues} other {{followingCountDisplay} personas a las que sigas}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Perderás todos los seguidores y las personas que sigues de este servidor.",
|
||||
"domain_block_modal.you_wont_see_posts": "No verás publicaciones ni notificaciones de usuarios en este servidor.",
|
||||
"domain_pill.activitypub_lets_connect": "Te permite conectar e interactuar con personas no sólo en Mastodon, sino también a través de diferentes aplicaciones sociales.",
|
||||
"domain_pill.activitypub_lets_connect": "Te permite conectarte e interactuar con personas no solo en Mastodon, sino también en diferentes aplicaciones sociales.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub es como el idioma que Mastodon habla con otras redes sociales.",
|
||||
"domain_pill.server": "Servidor",
|
||||
"domain_pill.their_handle": "Su alias:",
|
||||
@@ -316,7 +316,7 @@
|
||||
"embed.instructions": "Añade esta publicación a tu sitio web con el siguiente código.",
|
||||
"embed.preview": "Así es como se verá:",
|
||||
"emoji_button.activity": "Actividad",
|
||||
"emoji_button.clear": "Borrar",
|
||||
"emoji_button.clear": "Eliminar",
|
||||
"emoji_button.custom": "Personalizado",
|
||||
"emoji_button.flags": "Marcas",
|
||||
"emoji_button.food": "Comida y bebida",
|
||||
@@ -340,8 +340,8 @@
|
||||
"empty_column.blocks": "Aún no has bloqueado a ningún usuario.",
|
||||
"empty_column.bookmarked_statuses": "Aún no tienes ninguna publicación guardada como marcador. Cuando guardes una, se mostrará aquí.",
|
||||
"empty_column.community": "La cronología local está vacía. ¡Escribe algo públicamente para ponerla en marcha!",
|
||||
"empty_column.direct": "Aún no tienes menciones privadas. Cuando envíes o recibas una, aparecerán aquí.",
|
||||
"empty_column.disabled_feed": "Este feed fue desactivado por los administradores de tu servidor.",
|
||||
"empty_column.direct": "Aún no tienes ninguna mención privada. Cuando envíes o recibas una, aparecerá aquí.",
|
||||
"empty_column.disabled_feed": "Esta cronología fue desactivada por los administradores de tu servidor.",
|
||||
"empty_column.domain_blocks": "Todavía no hay dominios ocultos.",
|
||||
"empty_column.explore_statuses": "Nada es tendencia en este momento. ¡Revisa más tarde!",
|
||||
"empty_column.favourited_statuses": "Todavía no tienes publicaciones favoritas. Cuando le des favorito a una publicación se mostrarán acá.",
|
||||
@@ -371,9 +371,9 @@
|
||||
"featured_carousel.post": "Publicar",
|
||||
"featured_carousel.previous": "Anterior",
|
||||
"featured_carousel.slide": "{index} de {total}",
|
||||
"filter_modal.added.context_mismatch_explanation": "Esta categoría de filtro no se aplica al contexto en el que has accedido a esta publlicación. Si quieres que la publicación sea filtrada también en este contexto, tendrás que editar el filtro.",
|
||||
"filter_modal.added.context_mismatch_explanation": "Esta categoría de filtro no se aplica al contexto en el que has accedido a esta publicación. Si deseas que la publicación también se filtre en este contexto, tendrás que editar el filtro.",
|
||||
"filter_modal.added.context_mismatch_title": "¡El contexto no coincide!",
|
||||
"filter_modal.added.expired_explanation": "Esta categoría de filtro ha caducado, necesitaras cambiar la fecha de caducidad para que se aplique.",
|
||||
"filter_modal.added.expired_explanation": "Esta categoría de filtro ha caducado; deberás cambiar la fecha de caducidad para que se aplique.",
|
||||
"filter_modal.added.expired_title": "¡Filtro expirado!",
|
||||
"filter_modal.added.review_and_configure": "Para revisar y configurar esta categoría de filtros, vaya a {settings_link}.",
|
||||
"filter_modal.added.review_and_configure_title": "Ajustes de filtro",
|
||||
@@ -467,7 +467,7 @@
|
||||
"ignore_notifications_modal.new_accounts_title": "¿Ignorar notificaciones de cuentas nuevas?",
|
||||
"ignore_notifications_modal.not_followers_title": "¿Ignorar notificaciones de personas que no te siguen?",
|
||||
"ignore_notifications_modal.not_following_title": "¿Ignorar notificaciones de personas a las que no sigues?",
|
||||
"ignore_notifications_modal.private_mentions_title": "¿Ignorar notificaciones de menciones privadas no solicitadas?",
|
||||
"ignore_notifications_modal.private_mentions_title": "¿Ignorar las notificaciones de menciones privadas no solicitadas?",
|
||||
"info_button.label": "Ayuda",
|
||||
"info_button.what_is_alt_text": "<h1>¿Qué es el texto alternativo?</h1> <p>El texto alternativo ofrece descripciones de las imágenes para individuos con dificultades visuales, conexiones de bajo ancho de banda o que buscan un contexto adicional.</p> <p>Puedes mejorar la accesibilidad y la comprensión para todos redactando un texto alternativo claro, breve y objetivo.</p> <ul><li>Captura los elementos clave.</li><li>Resume el texto en imágenes.</li><li>Utiliza una estructura de oraciones estándar.</li><li>Evita la información repetitiva.</li><li>Enfócate en las tendencias y conclusiones principales de los elementos visuales complejos (como gráficos o mapas).</li></ul>",
|
||||
"interaction_modal.action": "Para interactuar con la publicación de {name}, debes iniciar sesión en tu cuenta en cualquier servidor Mastodon que utilices.",
|
||||
@@ -529,18 +529,18 @@
|
||||
"link_preview.author": "Por {name}",
|
||||
"link_preview.more_from_author": "Más de {name}",
|
||||
"link_preview.shares": "{count, plural, one {{counter} publicación} other {{counter} publicaciones}}",
|
||||
"lists.add_member": "Agregar",
|
||||
"lists.add_to_list": "Agregar a lista",
|
||||
"lists.add_to_lists": "Agregar {name} a listas",
|
||||
"lists.add_member": "Añadir",
|
||||
"lists.add_to_list": "Añadir a la lista",
|
||||
"lists.add_to_lists": "Añadir {name} a listas",
|
||||
"lists.create": "Crear",
|
||||
"lists.create_a_list_to_organize": "Crea una nueva lista para organizar tu página de inicio",
|
||||
"lists.create_list": "Crear lista",
|
||||
"lists.delete": "Borrar lista",
|
||||
"lists.delete": "Eliminar lista",
|
||||
"lists.done": "Hecho",
|
||||
"lists.edit": "Editar lista",
|
||||
"lists.exclusive": "Ocultar miembros en Inicio",
|
||||
"lists.exclusive_hint": "Si alguien aparece en esta lista, ocúltalo en tu página de inicio para evitar ver sus publicaciones dos veces.",
|
||||
"lists.find_users_to_add": "Buscar usuarios para agregar",
|
||||
"lists.find_users_to_add": "Buscar usuarios para añadir",
|
||||
"lists.list_members_count": "{count, plural,one {# miembro} other {# miembros}}",
|
||||
"lists.list_name": "Nombre de la lista",
|
||||
"lists.new_list_name": "Nombre de la nueva lista",
|
||||
@@ -604,7 +604,7 @@
|
||||
"notification.admin.report_account_other": "{name} reportó {count, plural, one {una publicación} other {# publicaciones}} de {target}",
|
||||
"notification.admin.report_statuses": "{name} reportó {target} por {category}",
|
||||
"notification.admin.report_statuses_other": "{name} reportó {target}",
|
||||
"notification.admin.sign_up": "{name} se unio",
|
||||
"notification.admin.sign_up": "{name} se registró",
|
||||
"notification.admin.sign_up.name_and_others": "{name} y {count, plural, one {# otro} other {# otros}} se registraron",
|
||||
"notification.annual_report.message": "¡Tu #Wrapstodon {year} te espera! ¡Desvela los momentos más destacados y memorables de tu año en Mastodon!",
|
||||
"notification.annual_report.view": "Ver #Wrapstodon",
|
||||
@@ -664,7 +664,7 @@
|
||||
"notification_requests.title": "Notificaciones filtradas",
|
||||
"notification_requests.view": "Ver notificaciones",
|
||||
"notifications.clear": "Limpiar notificaciones",
|
||||
"notifications.clear_confirmation": "¿Seguro de querer borrar permanentemente todas tus notificaciones?",
|
||||
"notifications.clear_confirmation": "¿Estás seguro de que quieres eliminar definitivamente todas tus notificaciones?",
|
||||
"notifications.clear_title": "¿Limpiar notificaciones?",
|
||||
"notifications.column_settings.admin.report": "Nuevas denuncias:",
|
||||
"notifications.column_settings.admin.sign_up": "Registros nuevos:",
|
||||
@@ -713,7 +713,7 @@
|
||||
"notifications.policy.filter_not_followers_title": "Personas que no te siguen",
|
||||
"notifications.policy.filter_not_following_hint": "Hasta que las apruebes manualmente",
|
||||
"notifications.policy.filter_not_following_title": "Personas que no sigues",
|
||||
"notifications.policy.filter_private_mentions_hint": "Filtrada, a menos que sea en respuesta a tu propia mención, o si sigues al remitente",
|
||||
"notifications.policy.filter_private_mentions_hint": "Filtradas a menos que sea una respuesta a tu propia mención o si sigues al remitente",
|
||||
"notifications.policy.filter_private_mentions_title": "Menciones privadas no solicitadas",
|
||||
"notifications.policy.title": "Gestionar notificaciones de…",
|
||||
"notifications_permission_banner.enable": "Habilitar notificaciones de escritorio",
|
||||
@@ -724,17 +724,17 @@
|
||||
"onboarding.follows.empty": "Desafortunadamente, no se pueden mostrar resultados en este momento. Puedes intentar usar la búsqueda o navegar por la página de exploración para encontrar gente a la que seguir, o inténtalo de nuevo más tarde.",
|
||||
"onboarding.follows.search": "Buscar",
|
||||
"onboarding.follows.title": "Sigue personas para comenzar",
|
||||
"onboarding.profile.discoverable": "Make my profile discoverable",
|
||||
"onboarding.profile.discoverable_hint": "Cuando aceptas ser descubierto en Mastodon, tus publicaciones pueden aparecer en resultados de búsqueda y tendencias, y tu perfil puede ser sugerido a personas con intereses similares a los tuyos.",
|
||||
"onboarding.profile.display_name": "Nombre a mostrar",
|
||||
"onboarding.profile.discoverable": "Hacer que mi perfil aparezca en búsquedas",
|
||||
"onboarding.profile.discoverable_hint": "Cuando permites que tu perfil aparezca en búsquedas en Mastodon, tus publicaciones pueden aparecer en los resultados de búsqueda y en las tendencias, y tu perfil puede ser sugerido a personas con intereses similares a los tuyos.",
|
||||
"onboarding.profile.display_name": "Nombre para mostrar",
|
||||
"onboarding.profile.display_name_hint": "Tu nombre completo o tu apodo…",
|
||||
"onboarding.profile.note": "Biografía",
|
||||
"onboarding.profile.note_hint": "Puedes @mencionar a otras personas o #etiquetas…",
|
||||
"onboarding.profile.save_and_continue": "Guardar y continuar",
|
||||
"onboarding.profile.title": "Configuración del perfil",
|
||||
"onboarding.profile.upload_avatar": "Subir foto de perfil",
|
||||
"onboarding.profile.upload_header": "Subir foto de cabecera",
|
||||
"password_confirmation.exceeds_maxlength": "La contraseña de confirmación excede la longitud máxima de la contraseña",
|
||||
"onboarding.profile.upload_header": "Subir encabezado de perfil",
|
||||
"password_confirmation.exceeds_maxlength": "La contraseña de confirmación supera la longitud máxima permitida",
|
||||
"password_confirmation.mismatching": "La contraseña de confirmación no coincide",
|
||||
"picture_in_picture.restore": "Restaurar",
|
||||
"poll.closed": "Cerrada",
|
||||
@@ -750,14 +750,14 @@
|
||||
"privacy.change": "Ajustar privacidad",
|
||||
"privacy.direct.long": "Todos los mencionados en la publicación",
|
||||
"privacy.direct.short": "Mención privada",
|
||||
"privacy.private.long": "Sólo tus seguidores",
|
||||
"privacy.private.long": "Solo tus seguidores",
|
||||
"privacy.private.short": "Seguidores",
|
||||
"privacy.public.long": "Cualquiera dentro y fuera de Mastodon",
|
||||
"privacy.public.short": "Público",
|
||||
"privacy.quote.anyone": "{visibility}, cualquiera puede citar",
|
||||
"privacy.quote.disabled": "{visibility}, citas desactivadas",
|
||||
"privacy.quote.limited": "{visibility}, citas limitadas",
|
||||
"privacy.unlisted.additional": "Esto se comporta exactamente igual que el público, excepto que el post no aparecerá en las cronologías en directo o en las etiquetas, la exploración o busquedas en Mastodon, incluso si está optado por activar la cuenta de usuario.",
|
||||
"privacy.unlisted.additional": "Esto funciona exactamente igual que «público», excepto que la publicación no aparecerá en las transmisiones en vivo ni en las etiquetas, en «explorar» ni en la búsqueda de Mastodon, incluso si has optado por ello en toda tu cuenta.",
|
||||
"privacy.unlisted.long": "Oculto de los resultados de búsquedas, tendencias y cronologías públicas de Mastodon",
|
||||
"privacy.unlisted.short": "Pública, pero discreta",
|
||||
"privacy_policy.last_updated": "Actualizado por última vez {date}",
|
||||
@@ -775,7 +775,7 @@
|
||||
"relative_time.days": "{number} d",
|
||||
"relative_time.full.days": "{number, plural, one {# día} other {# días hace}}",
|
||||
"relative_time.full.hours": "{number, plural, one {# hora} other {# horas}} hace",
|
||||
"relative_time.full.just_now": "justo ahora",
|
||||
"relative_time.full.just_now": "ahora mismo",
|
||||
"relative_time.full.minutes": "Hace {number, plural, one {# minute} other {# minutos}}",
|
||||
"relative_time.full.seconds": "Hace {number, plural, one {# second} other {# segundos}}",
|
||||
"relative_time.hours": "{number} h",
|
||||
@@ -790,7 +790,7 @@
|
||||
"reply_indicator.cancel": "Cancelar",
|
||||
"reply_indicator.poll": "Encuesta",
|
||||
"report.block": "Bloquear",
|
||||
"report.block_explanation": "No veras sus publicaciones. No podrán ver tus publicaciones ni seguirte. Podrán saber que están bloqueados.",
|
||||
"report.block_explanation": "No verás sus publicaciones. Ellos no podrán ver tus publicaciones ni seguirte. Podrán saber que están bloqueados.",
|
||||
"report.categories.legal": "Legal",
|
||||
"report.categories.other": "Otro",
|
||||
"report.categories.spam": "Spam",
|
||||
@@ -802,7 +802,7 @@
|
||||
"report.close": "Realizado",
|
||||
"report.comment.title": "¿Hay algo más que creas que deberíamos saber?",
|
||||
"report.forward": "Reenviar a {target}",
|
||||
"report.forward_hint": "Esta cuenta es de otro servidor. ¿Enviar una copia anonimizada del informe allí también?",
|
||||
"report.forward_hint": "La cuenta es de otro servidor. ¿Enviar también una copia anónima del informe allí?",
|
||||
"report.mute": "Silenciar",
|
||||
"report.mute_explanation": "No verás sus publicaciones. Todavía pueden seguirte y ver tus publicaciones y no sabrán que están silenciados.",
|
||||
"report.next": "Siguiente",
|
||||
@@ -828,7 +828,7 @@
|
||||
"report.thanks.title": "¿No quieres ver esto?",
|
||||
"report.thanks.title_actionable": "Gracias por denunciar, revisaremos esto.",
|
||||
"report.unfollow": "Dejar de seguir @{name}",
|
||||
"report.unfollow_explanation": "Estás siguiendo esta cuenta. Para no ver sus publicaciones en tu inicio, deja de seguirla.",
|
||||
"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.categories.legal": "Legal",
|
||||
"report_notification.categories.legal_sentence": "contenido ilegal",
|
||||
@@ -849,7 +849,7 @@
|
||||
"search.quick_action.status_search": "Publicaciones que coinciden con {x}",
|
||||
"search.search_or_paste": "Buscar o pegar URL",
|
||||
"search_popout.full_text_search_disabled_message": "No disponible en {domain}.",
|
||||
"search_popout.full_text_search_logged_out_message": "Sólo disponible al iniciar sesión.",
|
||||
"search_popout.full_text_search_logged_out_message": "Solo disponible al iniciar sesión.",
|
||||
"search_popout.language_code": "Código de idioma ISO",
|
||||
"search_popout.options": "Opciones de búsqueda",
|
||||
"search_popout.quick_actions": "Acciones rápidas",
|
||||
@@ -892,7 +892,7 @@
|
||||
"status.context.show": "Mostrar",
|
||||
"status.continued_thread": "Hilo continuado",
|
||||
"status.copy": "Copiar enlace al estado",
|
||||
"status.delete": "Borrar",
|
||||
"status.delete": "Eliminar",
|
||||
"status.delete.success": "Publicación eliminada",
|
||||
"status.detailed_status": "Vista de conversación detallada",
|
||||
"status.direct": "Mención privada @{name}",
|
||||
@@ -907,8 +907,8 @@
|
||||
"status.history.created": "{name} creó {date}",
|
||||
"status.history.edited": "{name} editado {date}",
|
||||
"status.load_more": "Cargar más",
|
||||
"status.media.open": "Click para abrir",
|
||||
"status.media.show": "Click para mostrar",
|
||||
"status.media.open": "Haz clic para abrir",
|
||||
"status.media.show": "Haz clic para mostrar",
|
||||
"status.media_hidden": "Contenido multimedia oculto",
|
||||
"status.mention": "Mencionar @{name}",
|
||||
"status.more": "Más",
|
||||
@@ -945,7 +945,7 @@
|
||||
"status.reblogged_by": "Impulsado por {name}",
|
||||
"status.reblogs": "{count, plural, one {impulso} other {impulsos}}",
|
||||
"status.reblogs.empty": "Nadie impulsó esta publicación todavía. Cuando alguien lo haga, aparecerá aquí.",
|
||||
"status.redraft": "Borrar y volver a borrador",
|
||||
"status.redraft": "Eliminar y volver a redactar",
|
||||
"status.remove_bookmark": "Eliminar marcador",
|
||||
"status.remove_favourite": "Eliminar de favoritos",
|
||||
"status.remove_quote": "Eliminar",
|
||||
@@ -990,7 +990,7 @@
|
||||
"units.short.million": "{count} M",
|
||||
"units.short.thousand": "{count} K",
|
||||
"upload_area.title": "Arrastra y suelta para subir",
|
||||
"upload_button.label": "Subir multimedia (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
||||
"upload_button.label": "Añadir imágenes, un video o un archivo de audio",
|
||||
"upload_error.limit": "Límite de subida de archivos excedido.",
|
||||
"upload_error.poll": "No se permite subir archivos con las encuestas.",
|
||||
"upload_error.quote": "No se permite subir archivos a las citas.",
|
||||
@@ -1019,9 +1019,9 @@
|
||||
"video.volume_up": "Subir el volumen",
|
||||
"visibility_modal.button_title": "Establece la visibilidad",
|
||||
"visibility_modal.direct_quote_warning.text": "Si guardas la siguiente configuración, se mostrará un enlace en vez de la cita incrustada.",
|
||||
"visibility_modal.direct_quote_warning.title": "No se pueden incrustar citas en menciones privadas",
|
||||
"visibility_modal.direct_quote_warning.title": "Las citas no se pueden incluir en menciones privadas",
|
||||
"visibility_modal.header": "Visibilidad e interacción",
|
||||
"visibility_modal.helper.direct_quoting": "Las menciones privadas creadas en Mastodon no pueden ser citadas por otros.",
|
||||
"visibility_modal.helper.direct_quoting": "Las menciones privadas escritas en Mastodon no pueden ser citadas por otros usuarios.",
|
||||
"visibility_modal.helper.privacy_editing": "La visibilidad no se puede cambiar después de que se haya hecho una publicación.",
|
||||
"visibility_modal.helper.privacy_private_self_quote": "Las citas propias de publicaciones privadas no pueden hacerse públicas.",
|
||||
"visibility_modal.helper.private_quoting": "Las publicaciones solo para seguidores creadas en Mastodon no pueden ser citadas por otros.",
|
||||
|
||||
@@ -2,42 +2,42 @@
|
||||
"about.blocks": "Modereeritavad serverid",
|
||||
"about.contact": "Kontakt:",
|
||||
"about.default_locale": "Vaikimisi",
|
||||
"about.disclaimer": "Mastodon on tasuta ja vaba tarkvara ning Mastodon gGmbH kaubamärk.",
|
||||
"about.disclaimer": "Mastodon on vaba, tasuta ja avatud lähtekoodiga tarkvara ning Mastodon gGmbH kaubamärk.",
|
||||
"about.domain_blocks.no_reason_available": "Põhjus on teadmata",
|
||||
"about.domain_blocks.preamble": "Mastodon lubab tavaliselt vaadata sisu ning suhelda kasutajatega ükskõik millisest teisest fediversumi serverist. Need on erandid, mis on paika pandud sellel kindlal serveril.",
|
||||
"about.domain_blocks.silenced.explanation": "Sa ei näe üldiselt profiile ja sisu sellelt serverilt, kui sa just tahtlikult seda ei otsi või jälgimise moel nõusolekut ei anna.",
|
||||
"about.domain_blocks.preamble": "Mastodon lubab üldiselt vaadata sisu ning suhelda kasutajatega ükskõik millisest teisest födiversumi serverist. Need on erandid, mis kehtivad selles kindlas serveris.",
|
||||
"about.domain_blocks.silenced.explanation": "Sa üldjuhul ei näe profiile ja sisu sellest serverist, kui sa just tahtlikult neid ei otsi või jälgimise moel nõusolekut ei anna.",
|
||||
"about.domain_blocks.silenced.title": "Piiratud",
|
||||
"about.domain_blocks.suspended.explanation": "Mitte mingeid andmeid sellelt serverilt ei töödelda, salvestata ega vahetata, tehes igasuguse interaktsiooni või kirjavahetuse selle serveri kasutajatega võimatuks.",
|
||||
"about.domain_blocks.suspended.explanation": "Mitte mingeid andmeid sellelt serverilt ei töödelda, salvestata ega vahetata, tehes igasuguse suhestumise või infovahetuse selle serveri kasutajatega võimatuks.",
|
||||
"about.domain_blocks.suspended.title": "Peatatud",
|
||||
"about.language_label": "Keel",
|
||||
"about.not_available": "See info ei ole sellel serveril saadavaks tehtud.",
|
||||
"about.not_available": "See info ei ole selles serveris saadavaks tehtud.",
|
||||
"about.powered_by": "Hajutatud sotsiaalmeedia, mille taga on {mastodon}",
|
||||
"about.rules": "Serveri reeglid",
|
||||
"account.account_note_header": "Isiklik märge",
|
||||
"account.add_or_remove_from_list": "Lisa või Eemalda loeteludest",
|
||||
"account.add_or_remove_from_list": "Lisa või eemalda loenditest",
|
||||
"account.badges.bot": "Robot",
|
||||
"account.badges.group": "Grupp",
|
||||
"account.block": "Blokeeri @{name}",
|
||||
"account.block_domain": "Peida kõik domeenist {domain}",
|
||||
"account.block_short": "Blokeerimine",
|
||||
"account.block_domain": "Blokeeri kõik domeenist {domain}",
|
||||
"account.block_short": "Blokeeri",
|
||||
"account.blocked": "Blokeeritud",
|
||||
"account.blocking": "Blokeeritud kasutaja",
|
||||
"account.cancel_follow_request": "Võta jälgimistaotlus tagasi",
|
||||
"account.cancel_follow_request": "Võta jälgimissoov tagasi",
|
||||
"account.copy": "Kopeeri profiili link",
|
||||
"account.direct": "Maini privaatselt @{name}",
|
||||
"account.disable_notifications": "Peata teavitused @{name} postitustest",
|
||||
"account.direct": "Maini privaatselt kasutajat @{name}",
|
||||
"account.disable_notifications": "Ära teavita, kui @{name} postitab",
|
||||
"account.domain_blocking": "Blokeeritud domeen",
|
||||
"account.edit_profile": "Muuda profiili",
|
||||
"account.edit_profile_short": "Muuda",
|
||||
"account.enable_notifications": "Teavita mind @{name} postitustest",
|
||||
"account.endorse": "Too profiilil esile",
|
||||
"account.enable_notifications": "Teavita mind, kui {name} postitab",
|
||||
"account.endorse": "Too profiilis esile",
|
||||
"account.familiar_followers_many": "Jälgijateks {name1}, {name2} ja veel {othersCount, plural, one {üks kasutaja, keda tead} other {# kasutajat, keda tead}}",
|
||||
"account.familiar_followers_one": "Jälgijaks {name1}",
|
||||
"account.familiar_followers_two": "Jälgijateks {name1} ja {name2}",
|
||||
"account.featured": "Esiletõstetud",
|
||||
"account.featured.accounts": "Profiilid",
|
||||
"account.featured.hashtags": "Teemaviited",
|
||||
"account.featured_tags.last_status_at": "Viimane postitus {date}",
|
||||
"account.featured_tags.last_status_at": "Viimane postitus: {date}",
|
||||
"account.featured_tags.last_status_never": "Postitusi pole",
|
||||
"account.follow": "Jälgi",
|
||||
"account.follow_back": "Jälgi vastu",
|
||||
@@ -52,16 +52,16 @@
|
||||
"account.followers_you_know_counter": "{counter} kasutaja(t), keda sa tead",
|
||||
"account.following": "Jälgib",
|
||||
"account.following_counter": "{count, plural, one {{counter} jälgib} other {{counter} jälgib}}",
|
||||
"account.follows.empty": "See kasutaja ei jälgi veel kedagi.",
|
||||
"account.follows.empty": "See kasutaja ei jälgi veel mitte kedagi.",
|
||||
"account.follows_you": "Jälgib sind",
|
||||
"account.go_to_profile": "Mine profiilile",
|
||||
"account.go_to_profile": "Vaata profiili",
|
||||
"account.hide_reblogs": "Peida @{name} jagamised",
|
||||
"account.in_memoriam": "In Memoriam.",
|
||||
"account.joined_short": "Liitus",
|
||||
"account.languages": "Muuda tellitud keeli",
|
||||
"account.link_verified_on": "Selle lingi autorsust kontrolliti {date}",
|
||||
"account.locked_info": "Selle konto privaatsussätteks on lukustatud. Omanik vaatab käsitsi üle, kes teda jälgida saab.",
|
||||
"account.media": "Meedia",
|
||||
"account.media": "Meedium",
|
||||
"account.mention": "Maini @{name}",
|
||||
"account.moved_to": "{name} on teada andnud, et ta uus konto on nüüd:",
|
||||
"account.mute": "Summuta @{name}",
|
||||
@@ -75,18 +75,18 @@
|
||||
"account.posts": "Postitused",
|
||||
"account.posts_with_replies": "Postitused ja vastused",
|
||||
"account.remove_from_followers": "Eemalda {name} jälgijate seast",
|
||||
"account.report": "Raporteeri @{name}",
|
||||
"account.requested_follow": "{name} on taodelnud sinu jälgimist",
|
||||
"account.report": "Teata kasutajast {name}",
|
||||
"account.requested_follow": "{name} on soovinud sinu jälgimist",
|
||||
"account.requests_to_follow_you": "soovib sind jälgida",
|
||||
"account.share": "Jaga @{name} profiili",
|
||||
"account.show_reblogs": "Näita @{name} jagamisi",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} postitus} other {{counter} postitust}}",
|
||||
"account.unblock": "Eemalda blokeering @{name}",
|
||||
"account.unblock_domain": "Tee {domain} nähtavaks",
|
||||
"account.unblock": "Lõpeta {name} kasutaja blokeerimine",
|
||||
"account.unblock_domain": "Lõpeta {domain} domeeni blokeerimine",
|
||||
"account.unblock_domain_short": "Lõpeta blokeerimine",
|
||||
"account.unblock_short": "Eemalda blokeering",
|
||||
"account.unendorse": "Ära kuva profiilil",
|
||||
"account.unfollow": "Jälgid",
|
||||
"account.unblock_short": "Lõpeta blokeerimine",
|
||||
"account.unendorse": "Ära kuva profiilis",
|
||||
"account.unfollow": "Ära jälgi",
|
||||
"account.unmute": "Lõpeta {name} kasutaja summutamine",
|
||||
"account.unmute_notifications_short": "Lõpeta teavituste summutamine",
|
||||
"account.unmute_short": "Lõpeta summutamine",
|
||||
@@ -94,7 +94,7 @@
|
||||
"admin.dashboard.daily_retention": "Kasutajate päevane allesjäämine peale registreerumist",
|
||||
"admin.dashboard.monthly_retention": "Kasutajate kuine allesjäämine peale registreerumist",
|
||||
"admin.dashboard.retention.average": "Keskmine",
|
||||
"admin.dashboard.retention.cohort": "Registreerumiskuu",
|
||||
"admin.dashboard.retention.cohort": "Liitumiskuu",
|
||||
"admin.dashboard.retention.cohort_size": "Uued kasutajad",
|
||||
"admin.impact_report.instance_accounts": "Kontode profiilid, mille see kustutaks",
|
||||
"admin.impact_report.instance_followers": "Jälgijad, kelle meie kasutajad kaotaks",
|
||||
@@ -103,11 +103,11 @@
|
||||
"alert.rate_limited.message": "Palun proovi uuesti pärast {retry_time, time, medium}.",
|
||||
"alert.rate_limited.title": "Kiiruspiirang",
|
||||
"alert.unexpected.message": "Tekkis ootamatu viga.",
|
||||
"alert.unexpected.title": "Oih!",
|
||||
"alt_text_badge.title": "Alternatiivtekst",
|
||||
"alt_text_modal.add_alt_text": "Lisa alt-tekst",
|
||||
"alert.unexpected.title": "Vaat kus lops!",
|
||||
"alt_text_badge.title": "Selgitustekst",
|
||||
"alt_text_modal.add_alt_text": "Lisa selgitustekst",
|
||||
"alt_text_modal.add_text_from_image": "Lisa tekst pildilt",
|
||||
"alt_text_modal.cancel": "Tühista",
|
||||
"alt_text_modal.cancel": "Katkesta",
|
||||
"alt_text_modal.change_thumbnail": "Muuda pisipilti",
|
||||
"alt_text_modal.describe_for_people_with_hearing_impairments": "Kirjelda seda kuulmispuudega inimeste jaoks…",
|
||||
"alt_text_modal.describe_for_people_with_visual_impairments": "Kirjelda seda nägemispuudega inimeste jaoks…",
|
||||
@@ -125,15 +125,15 @@
|
||||
"annual_report.summary.highlighted_post.by_reblogs": "enim jagatud postitus",
|
||||
"annual_report.summary.highlighted_post.by_replies": "kõige vastatum postitus",
|
||||
"annual_report.summary.highlighted_post.possessive": "omanik {name}",
|
||||
"annual_report.summary.most_used_app.most_used_app": "enim kasutatud äpp",
|
||||
"annual_report.summary.most_used_app.most_used_app": "enimkasutatud rakendus",
|
||||
"annual_report.summary.most_used_hashtag.most_used_hashtag": "enim kasutatud teemaviide",
|
||||
"annual_report.summary.most_used_hashtag.none": "Puudub",
|
||||
"annual_report.summary.new_posts.new_posts": "uus postitus",
|
||||
"annual_report.summary.new_posts.new_posts": "uued postitused",
|
||||
"annual_report.summary.percentile.text": "<topLabel>See paneb su top</topLabel><percentage></percentage><bottomLabel> {domain} kasutajate hulka.</bottomLabel>",
|
||||
"annual_report.summary.percentile.we_wont_tell_bernie": "Vägev.",
|
||||
"annual_report.summary.thanks": "Tänud olemast osa Mastodonist!",
|
||||
"attachments_list.unprocessed": "(töötlemata)",
|
||||
"audio.hide": "Peida audio",
|
||||
"audio.hide": "Peida heliriba",
|
||||
"block_modal.remote_users_caveat": "Serverile {domain} edastatakse palve otsust järgida. Ometi pole see tagatud, kuna mõned serverid võivad blokeeringuid käsitleda omal moel. Avalikud postitused võivad tuvastamata kasutajatele endiselt näha olla.",
|
||||
"block_modal.show_less": "Kuva vähem",
|
||||
"block_modal.show_more": "Kuva rohkem",
|
||||
@@ -159,8 +159,8 @@
|
||||
"bundle_modal_error.retry": "Proovi uuesti",
|
||||
"closed_registrations.other_server_instructions": "Kuna Mastodon on detsentraliseeritud, võib konto teha teise serverisse ja sellegipoolest siinse kontoga suhelda.",
|
||||
"closed_registrations_modal.description": "Praegu ei ole võimalik teha {domain} peale kontot, aga pea meeles, et sul ei pea olema just {domain} konto, et Mastodoni kasutada.",
|
||||
"closed_registrations_modal.find_another_server": "Leia teine server",
|
||||
"closed_registrations_modal.preamble": "Mastodon on detsentraliseeritud, mis tähendab, et konto võib luua ükskõik kuhu, kuid ikkagi saab jälgida ja suhelda igaühega sellel serveril. Võib isegi oma serveri püsti panna!",
|
||||
"closed_registrations_modal.find_another_server": "Leia mõni muu server",
|
||||
"closed_registrations_modal.preamble": "Mastodon on hajutatud võrk, mis tähendab, et konto võid luua ükskõik kuhu, kuid ikkagi saad jälgida ja suhelda igaühega selles serveris. Võid isegi oma serveri püsti panna!",
|
||||
"closed_registrations_modal.title": "Mastodoni registreerumine",
|
||||
"column.about": "Teave",
|
||||
"column.blocks": "Blokeeritud kasutajad",
|
||||
@@ -169,7 +169,7 @@
|
||||
"column.create_list": "Loo loend",
|
||||
"column.direct": "Privaatsed mainimised",
|
||||
"column.directory": "Sirvi profiile",
|
||||
"column.domain_blocks": "Peidetud domeenid",
|
||||
"column.domain_blocks": "Blokeeritud domeenid",
|
||||
"column.edit_list": "Muuda loendit",
|
||||
"column.favourites": "Lemmikud",
|
||||
"column.firehose": "Postitused reaalajas",
|
||||
@@ -181,7 +181,7 @@
|
||||
"column.lists": "Loetelud",
|
||||
"column.mutes": "Summutatud kasutajad",
|
||||
"column.notifications": "Teated",
|
||||
"column.pins": "Kinnitatud postitused",
|
||||
"column.pins": "Esiletõstetud postitused",
|
||||
"column.public": "Föderatiivne ajajoon",
|
||||
"column_back_button.label": "Tagasi",
|
||||
"column_header.hide_settings": "Peida sätted",
|
||||
@@ -322,7 +322,7 @@
|
||||
"emoji_button.food": "Toit & jook",
|
||||
"emoji_button.label": "Lisa emoji",
|
||||
"emoji_button.nature": "Loodus",
|
||||
"emoji_button.not_found": "Ei ole emojosi!! (╯°□°)╯︵ ┻━┻",
|
||||
"emoji_button.not_found": "Ei ole sobivaid emoji'sid! (╯°□°)╯︵ ┻━┻",
|
||||
"emoji_button.objects": "Objektid",
|
||||
"emoji_button.people": "Inimesed",
|
||||
"emoji_button.recent": "Tihti kasutatud",
|
||||
@@ -503,7 +503,7 @@
|
||||
"keyboard_shortcuts.my_profile": "Ava oma profiil",
|
||||
"keyboard_shortcuts.notifications": "Ava teadete veerg",
|
||||
"keyboard_shortcuts.open_media": "Ava meedia",
|
||||
"keyboard_shortcuts.pinned": "Ava kinnitatud postituste loetelu",
|
||||
"keyboard_shortcuts.pinned": "Ava esiletõstetud postituste loend",
|
||||
"keyboard_shortcuts.profile": "Ava autori profiil",
|
||||
"keyboard_shortcuts.quote": "Tsiteeri postitust",
|
||||
"keyboard_shortcuts.reply": "Vasta postitusele",
|
||||
@@ -735,7 +735,7 @@
|
||||
"onboarding.profile.upload_avatar": "Laadi üles profiilipilt",
|
||||
"onboarding.profile.upload_header": "Laadi üles profiili päis",
|
||||
"password_confirmation.exceeds_maxlength": "Salasõnakinnitus on pikem kui salasõna maksimumpikkus",
|
||||
"password_confirmation.mismatching": "Salasõnakinnitus ei sobi kokku",
|
||||
"password_confirmation.mismatching": "Salasõnad ei klapi",
|
||||
"picture_in_picture.restore": "Pane tagasi",
|
||||
"poll.closed": "Suletud",
|
||||
"poll.refresh": "Värskenda",
|
||||
@@ -1000,7 +1000,7 @@
|
||||
"upload_form.drag_and_drop.on_drag_over": "Manus {item} on liigutatud.",
|
||||
"upload_form.drag_and_drop.on_drag_start": "Tõstetud on manus {item}.",
|
||||
"upload_form.edit": "Muuda",
|
||||
"upload_progress.label": "Laeb üles....",
|
||||
"upload_progress.label": "Üleslaadimisel...",
|
||||
"upload_progress.processing": "Töötlen…",
|
||||
"username.taken": "See kasutajanimi on juba kasutusel. Proovi teist",
|
||||
"video.close": "Sulge video",
|
||||
|
||||
@@ -247,7 +247,7 @@
|
||||
"confirmations.missing_alt_text.secondary": "Bidali edonola ere",
|
||||
"confirmations.missing_alt_text.title": "Testu alternatiboa gehitu?",
|
||||
"confirmations.mute.confirm": "Mututu",
|
||||
"confirmations.private_quote_notify.cancel": "Ediziora bueltatu",
|
||||
"confirmations.private_quote_notify.cancel": "Bueltatu ediziora",
|
||||
"confirmations.private_quote_notify.confirm": "Argitaratu bidalketa",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Ez erakutsi mezu hau berriro",
|
||||
"confirmations.private_quote_notify.message": "Aipatzen ari zaren pertsonak eta aipatutako besteek jakinarazpena jasoko dute eta zure sarrera ikusi ahalko dute, zure jarraitzaileak ez badira ere.",
|
||||
@@ -759,7 +759,7 @@
|
||||
"privacy.quote.limited": "{visibility}, aipuak mugatuta",
|
||||
"privacy.unlisted.additional": "Aukera honek publiko modua bezala funtzionatzen du, baina argitalpena ez da agertuko zuzeneko jarioetan edo traoletan, \"Arakatu\" atalean edo Mastodonen bilaketan, nahiz eta kontua zabaltzeko onartu duzun.",
|
||||
"privacy.unlisted.long": "Ezkutatuta Mastodon bilaketen emaitzetatik, joeretatik, eta denbora-lerro publikoetatik",
|
||||
"privacy.unlisted.short": "Deiadar urrikoa",
|
||||
"privacy.unlisted.short": "Ikusgarritasun mugatua",
|
||||
"privacy_policy.last_updated": "Azkenengo eguneraketa {date}",
|
||||
"privacy_policy.title": "Pribatutasun politika",
|
||||
"quote_error.edit": "Aipuak ezin dira gehitu bidalketa bat editatzean.",
|
||||
|
||||
@@ -983,7 +983,7 @@
|
||||
"time_remaining.minutes": "{number, plural, one {# دقیقه} other {# دقیقه}} باقی مانده",
|
||||
"time_remaining.moments": "زمان باقیمانده",
|
||||
"time_remaining.seconds": "{number, plural, one {# ثانیه} other {# ثانیه}} باقی مانده",
|
||||
"trends.counter_by_accounts": "{count, plural, one {{counter} نفر} other {{counter} نفر}} در {days, plural, one {روز} other {{days} روز}} گذشته",
|
||||
"trends.counter_by_accounts": "{count, plural, one {{counter} نفر} other {{counter} نفر}} در {days, plural, one {روز} other {{days} روز}} گذشته",
|
||||
"trends.trending_now": "پرطرفدار",
|
||||
"ui.beforeunload": "اگر از ماستودون خارج شوید پیشنویس شما از دست خواهد رفت.",
|
||||
"units.short.billion": "{count}میلیارد",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"about.powered_by": "Hajautetun sosiaalisen median tarjoaa {mastodon}",
|
||||
"about.rules": "Palvelimen säännöt",
|
||||
"account.account_note_header": "Henkilökohtainen muistiinpano",
|
||||
"account.add_or_remove_from_list": "Lisää tai poista listoista",
|
||||
"account.add_or_remove_from_list": "Lisää tai poista listoilta",
|
||||
"account.badges.bot": "Botti",
|
||||
"account.badges.group": "Ryhmä",
|
||||
"account.block": "Estä @{name}",
|
||||
@@ -30,11 +30,11 @@
|
||||
"account.edit_profile": "Muokkaa profiilia",
|
||||
"account.edit_profile_short": "Muokkaa",
|
||||
"account.enable_notifications": "Ilmoita minulle, kun @{name} julkaisee",
|
||||
"account.endorse": "Suosittele profiilissa",
|
||||
"account.endorse": "Esittele profiilissa",
|
||||
"account.familiar_followers_many": "Seuraajina {name1}, {name2} ja {othersCount, plural, one {1 muu, jonka tunnet} other {# muuta, jotka tunnet}}",
|
||||
"account.familiar_followers_one": "Seuraajana {name1}",
|
||||
"account.familiar_followers_two": "Seuraajina {name1} ja {name2}",
|
||||
"account.featured": "Suositellut",
|
||||
"account.featured": "Esittelyssä",
|
||||
"account.featured.accounts": "Profiilit",
|
||||
"account.featured.hashtags": "Aihetunnisteet",
|
||||
"account.featured_tags.last_status_at": "Viimeisin julkaisu {date}",
|
||||
@@ -85,11 +85,11 @@
|
||||
"account.unblock_domain": "Kumoa verkkotunnuksen {domain} esto",
|
||||
"account.unblock_domain_short": "Kumoa esto",
|
||||
"account.unblock_short": "Kumoa esto",
|
||||
"account.unendorse": "Kumoa suosittelu profiilissa",
|
||||
"account.unendorse": "Kumoa profiilissa esittely",
|
||||
"account.unfollow": "Älä seuraa",
|
||||
"account.unmute": "Poista käyttäjän @{name} mykistys",
|
||||
"account.unmute_notifications_short": "Poista ilmoitusten mykistys",
|
||||
"account.unmute_short": "Poista mykistys",
|
||||
"account.unmute": "Kumoa käyttäjän @{name} mykistys",
|
||||
"account.unmute_notifications_short": "Kumoa ilmoitusten mykistys",
|
||||
"account.unmute_short": "Kumoa mykistys",
|
||||
"account_note.placeholder": "Lisää muistiinpano napsauttamalla",
|
||||
"admin.dashboard.daily_retention": "Käyttäjien pysyvyys päivittäin rekisteröitymisen jälkeen",
|
||||
"admin.dashboard.monthly_retention": "Käyttäjien pysyvyys kuukausittain rekisteröitymisen jälkeen",
|
||||
@@ -104,8 +104,8 @@
|
||||
"alert.rate_limited.title": "Pyyntömäärää rajoitettu",
|
||||
"alert.unexpected.message": "Tapahtui odottamaton virhe.",
|
||||
"alert.unexpected.title": "Hups!",
|
||||
"alt_text_badge.title": "Vaihtoehtoinen teksti",
|
||||
"alt_text_modal.add_alt_text": "Lisää vaihtoehtoinen teksti",
|
||||
"alt_text_badge.title": "Tekstivastine",
|
||||
"alt_text_modal.add_alt_text": "Lisää tekstivastine",
|
||||
"alt_text_modal.add_text_from_image": "Lisää teksti kuvasta",
|
||||
"alt_text_modal.cancel": "Peruuta",
|
||||
"alt_text_modal.change_thumbnail": "Vaihda pikkukuva",
|
||||
@@ -242,10 +242,10 @@
|
||||
"confirmations.logout.confirm": "Kirjaudu ulos",
|
||||
"confirmations.logout.message": "Haluatko varmasti kirjautua ulos?",
|
||||
"confirmations.logout.title": "Kirjaudutaanko ulos?",
|
||||
"confirmations.missing_alt_text.confirm": "Lisää vaihtoehtoinen teksti",
|
||||
"confirmations.missing_alt_text.message": "Julkaisussasi on mediaa ilman vaihtoehtoista tekstiä. Kuvausten lisääminen auttaa tekemään sisällöstäsi saavutettavamman useammille ihmisille.",
|
||||
"confirmations.missing_alt_text.confirm": "Lisää tekstivastine",
|
||||
"confirmations.missing_alt_text.message": "Julkaisussasi on mediaa ilman tekstivastinetta. Kuvausten lisääminen auttaa tekemään sisällöstäsi saavutettavamman useammille ihmisille.",
|
||||
"confirmations.missing_alt_text.secondary": "Julkaise silti",
|
||||
"confirmations.missing_alt_text.title": "Lisätäänkö vaihtoehtoinen teksti?",
|
||||
"confirmations.missing_alt_text.title": "Lisätäänkö tekstivastine?",
|
||||
"confirmations.mute.confirm": "Mykistä",
|
||||
"confirmations.private_quote_notify.cancel": "Takaisin muokkaukseen",
|
||||
"confirmations.private_quote_notify.confirm": "Julkaise",
|
||||
@@ -330,9 +330,9 @@
|
||||
"emoji_button.search_results": "Hakutulokset",
|
||||
"emoji_button.symbols": "Symbolit",
|
||||
"emoji_button.travel": "Matkailu ja paikat",
|
||||
"empty_column.account_featured.me": "Et suosittele vielä mitään. Tiesitkö, että voit suositella profiilissasi eniten käyttämiäsi aihetunnisteita ja jopa ystäviesi tilejä?",
|
||||
"empty_column.account_featured.other": "{acct} ei suosittele vielä mitään. Tiesitkö, että voit suositella profiilissasi eniten käyttämiäsi aihetunnisteita ja jopa ystäviesi tilejä?",
|
||||
"empty_column.account_featured_other.unknown": "Tämä tili ei suosittele vielä mitään.",
|
||||
"empty_column.account_featured.me": "Et esittele vielä mitään. Tiesitkö, että voit esitellä profiilissasi eniten käyttämiäsi aihetunnisteita ja jopa ystäviesi tilejä?",
|
||||
"empty_column.account_featured.other": "{acct} ei esittele vielä mitään. Tiesitkö, että voit esitellä profiilissasi eniten käyttämiäsi aihetunnisteita ja jopa ystäviesi tilejä?",
|
||||
"empty_column.account_featured_other.unknown": "Tämä tili ei esittele vielä mitään.",
|
||||
"empty_column.account_hides_collections": "Käyttäjä on päättänyt pitää nämä tiedot yksityisinä",
|
||||
"empty_column.account_suspended": "Tili jäädytetty",
|
||||
"empty_column.account_timeline": "Ei julkaisuja täällä!",
|
||||
@@ -410,7 +410,7 @@
|
||||
"follow_suggestions.popular_suggestion_longer": "Suosittu palvelimella {domain}",
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Samankaltainen kuin äskettäin seuraamasi profiilit",
|
||||
"follow_suggestions.view_all": "Näytä kaikki",
|
||||
"follow_suggestions.who_to_follow": "Ehdotuksia seurattavaksi",
|
||||
"follow_suggestions.who_to_follow": "Seurantaehdotuksia",
|
||||
"followed_tags": "Seurattavat aihetunnisteet",
|
||||
"footer.about": "Tietoja",
|
||||
"footer.directory": "Profiilihakemisto",
|
||||
@@ -437,10 +437,10 @@
|
||||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} osallistuja} other {{counter} osallistujaa}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} julkaisu} other {{counter} julkaisua}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} julkaisu} other {{counter} julkaisua}} tänään",
|
||||
"hashtag.feature": "Suosittele profiilissa",
|
||||
"hashtag.feature": "Esittele profiilissa",
|
||||
"hashtag.follow": "Seuraa aihetunnistetta",
|
||||
"hashtag.mute": "Mykistä #{hashtag}",
|
||||
"hashtag.unfeature": "Kumoa suosittelu profiilissa",
|
||||
"hashtag.unfeature": "Kumoa profiilissa esittely",
|
||||
"hashtag.unfollow": "Lopeta aihetunnisteen seuraaminen",
|
||||
"hashtags.and_other": "…ja {count, plural, other {# lisää}}",
|
||||
"hints.profiles.followers_may_be_missing": "Tämän profiilin seuraajia saattaa puuttua.",
|
||||
@@ -469,7 +469,7 @@
|
||||
"ignore_notifications_modal.not_following_title": "Sivuutetaanko ilmoitukset käyttäjiltä, joita et seuraa?",
|
||||
"ignore_notifications_modal.private_mentions_title": "Sivuutetaanko ilmoitukset pyytämättömistä yksityismaininnoista?",
|
||||
"info_button.label": "Ohje",
|
||||
"info_button.what_is_alt_text": "<h1>Mikä vaihtoehtoinen teksti on?</h1> <p>Vaihtoehtoinen teksti tarjoaa kuvauksen kuvista ihmisille, joilla on näkövamma tai matalan kaistanleveyden yhteys tai jotka kaipaavat lisäkontekstia.</p> <p>Voit parantaa saavutettavuutta ja ymmärrettävyyttä kaikkien näkökulmasta kirjoittamalla selkeän, tiiviin ja objektiivisen vaihtoehtoisen tekstin.</p> <ul> <li>Ota mukaan tärkeät elementit</li> <li>Tiivistä kuvissa oleva teksti</li> <li>Käytä tavallisia lauserakenteita</li> <li>Vältä turhaa tietoa</li> <li>Keskity trendeihin ja keskeisiin tuloksiin monimutkaisissa visuaalisissa esityksissä (kuten kaavioissa tai kartoissa)</li> </ul>",
|
||||
"info_button.what_is_alt_text": "<h1>Mikä tekstivastine on?</h1> <p>Tekstivastine tarjoaa kuvauksen kuvista ihmisille, joilla on näkövamma tai matalan kaistanleveyden yhteys tai jotka kaipaavat lisäkontekstia.</p> <p>Voit parantaa saavutettavuutta ja ymmärrettävyyttä kaikkien näkökulmasta kirjoittamalla selkeän, tiiviin ja objektiivisen tekstivastineen.</p> <ul> <li>Ota mukaan tärkeät elementit</li> <li>Tiivistä kuvissa oleva teksti</li> <li>Käytä tavallisia lauserakenteita</li> <li>Vältä turhaa tietoa</li> <li>Keskity trendeihin ja keskeisiin tuloksiin monimutkaisissa visuaalisissa esityksissä (kuten kaavioissa tai kartoissa)</li> </ul>",
|
||||
"interaction_modal.action": "Jotta voit olla vuorovaikutuksessa käyttäjän {name} julkaisun kanssa, sinun on kirjauduttava sisään tilillesi käyttämälläsi Mastodon-palvelimella.",
|
||||
"interaction_modal.go": "Siirry",
|
||||
"interaction_modal.no_account_yet": "Eikö sinulla ole vielä tiliä?",
|
||||
@@ -581,7 +581,7 @@
|
||||
"navigation_bar.follow_requests": "Seurantapyynnöt",
|
||||
"navigation_bar.followed_tags": "Seurattavat aihetunnisteet",
|
||||
"navigation_bar.follows_and_followers": "Seurattavat ja seuraajat",
|
||||
"navigation_bar.import_export": "Tuonti ja vienti",
|
||||
"navigation_bar.import_export": "Tuo ja vie",
|
||||
"navigation_bar.lists": "Listat",
|
||||
"navigation_bar.live_feed_local": "Livesyöte (paikallinen)",
|
||||
"navigation_bar.live_feed_public": "Livesyöte (julkinen)",
|
||||
@@ -1014,7 +1014,7 @@
|
||||
"video.play": "Toista",
|
||||
"video.skip_backward": "Siirry taaksepäin",
|
||||
"video.skip_forward": "Siirry eteenpäin",
|
||||
"video.unmute": "Poista mykistys",
|
||||
"video.unmute": "Kumoa mykistys",
|
||||
"video.volume_down": "Vähennä äänenvoimakkuutta",
|
||||
"video.volume_up": "Lisää äänenvoimakkuutta",
|
||||
"visibility_modal.button_title": "Aseta näkyvyys",
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"account.familiar_followers_many": "{name1}, {name2} og {othersCount, plural, one {ein annar/onnur tú kennir} other {# onnur tú kennir}} fylgja",
|
||||
"account.familiar_followers_one": "{name1} fylgir",
|
||||
"account.familiar_followers_two": "{name1} og {name2} fylgja",
|
||||
"account.featured": "Tikin fram",
|
||||
"account.featured": "Sermerkt",
|
||||
"account.featured.accounts": "Vangar",
|
||||
"account.featured.hashtags": "Frámerki",
|
||||
"account.featured_tags.last_status_at": "Seinasta strongur skrivaður {date}",
|
||||
@@ -429,7 +429,7 @@
|
||||
"hashtag.column_header.tag_mode.any": "ella {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "uttan {additional}",
|
||||
"hashtag.column_settings.select.no_options_message": "Einki uppskot funnið",
|
||||
"hashtag.column_settings.select.placeholder": "Áset fráboðanarmerki…",
|
||||
"hashtag.column_settings.select.placeholder": "Áset frámerki…",
|
||||
"hashtag.column_settings.tag_mode.all": "Øll hesi",
|
||||
"hashtag.column_settings.tag_mode.any": "Okkurt av hesum",
|
||||
"hashtag.column_settings.tag_mode.none": "Einki av hesum",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"about.blocks": "Serveurs modérés",
|
||||
"about.contact": "Contact :",
|
||||
"about.default_locale": "Défaut",
|
||||
"about.default_locale": "Par défaut",
|
||||
"about.disclaimer": "Mastodon est un logiciel open-source gratuit et une marque déposée de Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Raison non disponible",
|
||||
"about.domain_blocks.preamble": "Mastodon vous permet généralement de visualiser le contenu et d'interagir avec des comptes de n'importe quel serveur dans le fediverse. Voici les exceptions qui ont été faites sur ce serveur en particulier.",
|
||||
@@ -21,7 +21,7 @@
|
||||
"account.block_domain": "Bloquer le domaine {domain}",
|
||||
"account.block_short": "Bloquer",
|
||||
"account.blocked": "Bloqué·e",
|
||||
"account.blocking": "Bloqué",
|
||||
"account.blocking": "Bloqué·e",
|
||||
"account.cancel_follow_request": "Retirer cette demande d'abonnement",
|
||||
"account.copy": "Copier le lien du profil",
|
||||
"account.direct": "Mention privée @{name}",
|
||||
@@ -31,9 +31,9 @@
|
||||
"account.edit_profile_short": "Modifier",
|
||||
"account.enable_notifications": "Me notifier quand @{name} publie",
|
||||
"account.endorse": "Inclure sur profil",
|
||||
"account.familiar_followers_many": "Suivi par {name1}, {name2}, et {othersCount, plural, one {une autre personne que vous suivez} other {# autres personnes que vous suivez}}",
|
||||
"account.familiar_followers_one": "Suivi par {name1}",
|
||||
"account.familiar_followers_two": "Suivi par {name1} et {name2}",
|
||||
"account.familiar_followers_many": "Suivi·e par {name1}, {name2}, et {othersCount, plural, one {une autre personne que vous suivez} other {# autres personnes que vous suivez}}",
|
||||
"account.familiar_followers_one": "Suivi·e par {name1}",
|
||||
"account.familiar_followers_two": "Suivi·e par {name1} et {name2}",
|
||||
"account.featured": "En vedette",
|
||||
"account.featured.accounts": "Profils",
|
||||
"account.featured.hashtags": "Hashtags",
|
||||
@@ -42,14 +42,14 @@
|
||||
"account.follow": "Suivre",
|
||||
"account.follow_back": "Suivre en retour",
|
||||
"account.follow_back_short": "Suivre en retour",
|
||||
"account.follow_request": "Demande d’abonnement",
|
||||
"account.follow_request": "Demander à suivre",
|
||||
"account.follow_request_cancel": "Annuler la demande",
|
||||
"account.follow_request_cancel_short": "Annuler",
|
||||
"account.follow_request_short": "Demander à suivre",
|
||||
"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": "{count, plural, one {{counter} suivi}, other {{counter} suivis}}",
|
||||
"account.followers_you_know_counter": "{counter} que vous suivez",
|
||||
"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.",
|
||||
@@ -68,7 +68,7 @@
|
||||
"account.mute_notifications_short": "Rendre les notifications muettes",
|
||||
"account.mute_short": "Rendre muet",
|
||||
"account.muted": "Masqué·e",
|
||||
"account.muting": "Sourdine",
|
||||
"account.muting": "Masqué",
|
||||
"account.mutual": "Vous vous suivez mutuellement",
|
||||
"account.no_bio": "Description manquante.",
|
||||
"account.open_original_page": "Ouvrir la page d'origine",
|
||||
@@ -129,7 +129,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><percentage></percentage><bottomLabel>des utilisateurs de {domain}.</bottomLabel>",
|
||||
"annual_report.summary.percentile.text": "<topLabel>Cela vous place dans le top</topLabel><percentage></percentage><bottomLabel>des utilisateur·ice·s 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é)",
|
||||
@@ -155,7 +155,7 @@
|
||||
"bundle_column_error.routing.body": "La page demandée est introuvable. Êtes-vous sûr que l’URL dans la barre d’adresse est correcte?",
|
||||
"bundle_column_error.routing.title": "404",
|
||||
"bundle_modal_error.close": "Fermer",
|
||||
"bundle_modal_error.message": "Un problème s'est produit lors du chargement de cet écran.",
|
||||
"bundle_modal_error.message": "Une erreur s’est produite lors du chargement de cet écran.",
|
||||
"bundle_modal_error.retry": "Réessayer",
|
||||
"closed_registrations.other_server_instructions": "Puisque Mastodon est décentralisé, vous pouvez créer un compte sur un autre serveur et interagir quand même avec celui-ci.",
|
||||
"closed_registrations_modal.description": "Créer un compte sur {domain} est présentement impossible, néanmoins souvenez-vous que vous n'avez pas besoin d'un compte spécifiquement sur {domain} pour utiliser Mastodon.",
|
||||
@@ -194,7 +194,7 @@
|
||||
"community.column_settings.local_only": "Local seulement",
|
||||
"community.column_settings.media_only": "Média seulement",
|
||||
"community.column_settings.remote_only": "À distance seulement",
|
||||
"compose.error.blank_post": "Le message ne peut être laissé vide.",
|
||||
"compose.error.blank_post": "Le message ne peut pas être vide.",
|
||||
"compose.language.change": "Changer de langue",
|
||||
"compose.language.search": "Rechercher des langues…",
|
||||
"compose.published.body": "Publiée.",
|
||||
@@ -228,24 +228,24 @@
|
||||
"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.edit.cancel": "Reprendre l'édition",
|
||||
"confirmations.discard_draft.edit.message": "Si vous continuez, toutes les modifications apportées au message en cours d'édition seront annulées.",
|
||||
"confirmations.discard_draft.edit.title": "Annuler les modifications apportées à votre 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_draft.post.message": "Si vous continuez, vous supprimerez le message que vous êtes en train de composer.",
|
||||
"confirmations.discard_draft.post.title": "Abandonner votre brouillon ?",
|
||||
"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",
|
||||
"confirmations.follow_to_list.message": "Vous devez suivre {name} pour l'ajouter à une liste.",
|
||||
"confirmations.follow_to_list.title": "Suivre l'utilisateur ?",
|
||||
"confirmations.follow_to_list.title": "Suivre l'utilisateur·rice ?",
|
||||
"confirmations.logout.confirm": "Se déconnecter",
|
||||
"confirmations.logout.message": "Voulez-vous vraiment vous déconnecter?",
|
||||
"confirmations.logout.title": "Se déconnecter ?",
|
||||
"confirmations.missing_alt_text.confirm": "Ajouter un texte alternatif",
|
||||
"confirmations.missing_alt_text.message": "Votre post contient des médias sans texte alternatif. Ajouter des descriptions rend votre contenu accessible à un plus grand nombre de personnes.",
|
||||
"confirmations.missing_alt_text.secondary": "Publier quand-même",
|
||||
"confirmations.missing_alt_text.title": "Ajouter un texte alternatif?",
|
||||
"confirmations.missing_alt_text.message": "Votre message contient des médias sans texte alternatif. L'ajout de descriptions aide à rendre votre contenu accessible à plus de personnes.",
|
||||
"confirmations.missing_alt_text.secondary": "Publier quand même",
|
||||
"confirmations.missing_alt_text.title": "Ajouter un texte alternatif ?",
|
||||
"confirmations.mute.confirm": "Masquer",
|
||||
"confirmations.private_quote_notify.cancel": "Retour à l'édition",
|
||||
"confirmations.private_quote_notify.confirm": "Publier",
|
||||
@@ -254,23 +254,23 @@
|
||||
"confirmations.private_quote_notify.title": "Partager avec les personnes abonnées et mentionnées ?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Ne plus me rappeler",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Compris",
|
||||
"confirmations.quiet_post_quote_info.message": "Lorsque vous citez un message public silencieux, votre message sera caché des fils tendances.",
|
||||
"confirmations.quiet_post_quote_info.title": "Citation de messages publics silencieux",
|
||||
"confirmations.quiet_post_quote_info.message": "Lorsque vous citez un message public discret, votre message sera caché des fils tendances.",
|
||||
"confirmations.quiet_post_quote_info.title": "Citation d'un message public discret",
|
||||
"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.message": "{name} cessera de vous suivre. Voulez-vous vraiment continuer ?",
|
||||
"confirmations.remove_from_followers.title": "Supprimer l'abonné·e ?",
|
||||
"confirmations.revoke_quote.confirm": "Retirer la publication",
|
||||
"confirmations.revoke_quote.confirm": "Retirer le message",
|
||||
"confirmations.revoke_quote.message": "Cette action ne peut pas être annulée.",
|
||||
"confirmations.revoke_quote.title": "Retirer la publication ?",
|
||||
"confirmations.revoke_quote.title": "Retirer le message ?",
|
||||
"confirmations.unblock.confirm": "Débloquer",
|
||||
"confirmations.unblock.title": "Débloquer {name} ?",
|
||||
"confirmations.unfollow.confirm": "Ne plus suivre",
|
||||
"confirmations.unfollow.title": "Ne plus suivre {name} ?",
|
||||
"confirmations.withdraw_request.confirm": "Rejeter la demande",
|
||||
"confirmations.withdraw_request.title": "Rejeter la demande de suivre {name} ?",
|
||||
"confirmations.withdraw_request.confirm": "Retirer la demande",
|
||||
"confirmations.withdraw_request.title": "Retirer la demande de suivre {name} ?",
|
||||
"content_warning.hide": "Masquer le message",
|
||||
"content_warning.show": "Montrer quand même",
|
||||
"content_warning.show_more": "Montrer plus",
|
||||
@@ -289,12 +289,12 @@
|
||||
"disabled_account_banner.text": "Votre compte {disabledAccount} est présentement désactivé.",
|
||||
"dismissable_banner.community_timeline": "Voici les publications publiques les plus récentes de personnes dont les comptes sont hébergés par {domain}.",
|
||||
"dismissable_banner.dismiss": "Rejeter",
|
||||
"dismissable_banner.public_timeline": "Il s'agit des messages publics les plus récents publiés par des personnes sur le fediverse que les personnes sur {domain} suivent.",
|
||||
"dismissable_banner.public_timeline": "Il s'agit des messages publics les plus récents publiés par des personnes sur le fédivers que les personnes sur {domain} suivent.",
|
||||
"domain_block_modal.block": "Bloquer le serveur",
|
||||
"domain_block_modal.block_account_instead": "Bloquer @{name} à la place",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Les personnes de ce serveur peuvent interagir avec vos anciens messages.",
|
||||
"domain_block_modal.they_cant_follow": "Personne de ce serveur ne peut vous suivre.",
|
||||
"domain_block_modal.they_wont_know": "Il ne saura pas qu'il a été bloqué.",
|
||||
"domain_block_modal.they_wont_know": "Les utilisateur·rice·s du serveur ne sauront pas que celui-ci est bloqué.",
|
||||
"domain_block_modal.title": "Bloquer le domaine ?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Vous allez perdre {followersCount, plural, one {{followersCountDisplay} abonné·e} other {{followersCountDisplay} abonné·e·s}} et {followingCount, plural, one {{followingCountDisplay} personne que vous suivez} other {{followingCountDisplay} personnes que vous suivez}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Vous allez perdre tous les abonné·e·s et les personnes que vous suivez sur ce serveur.",
|
||||
@@ -303,12 +303,12 @@
|
||||
"domain_pill.activitypub_like_language": "ActivityPub est comme une langue que Mastodon utilise pour communiquer avec les autres réseaux sociaux.",
|
||||
"domain_pill.server": "Serveur",
|
||||
"domain_pill.their_handle": "Son identifiant :",
|
||||
"domain_pill.their_server": "Son foyer numérique, là où tous ses posts résident.",
|
||||
"domain_pill.their_server": "Son foyer numérique, là où tous ses messages résident.",
|
||||
"domain_pill.their_username": "Son identifiant unique sur leur serveur. Il est possible de rencontrer des utilisateur·rice·s avec le même nom sur différents serveurs.",
|
||||
"domain_pill.username": "Nom d’utilisateur",
|
||||
"domain_pill.username": "Nom d’utilisateur·rice",
|
||||
"domain_pill.whats_in_a_handle": "Qu'est-ce qu'un identifiant ?",
|
||||
"domain_pill.who_they_are": "Comme un identifiant contient le nom et le service hébergeant une personne, vous pouvez interagir sur <button>les plateformes sociales implémentant ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Comme un identifiant indique votre nom et le service vous hébergeant, vous pouvez interagir avec <button>les autres plateformes sociales implémentant ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Comme un identifiant indique votre nom et le service vous hébergeant, tout le monde peut interagir avec vous à l'aide de <button>plateformes sociales implémentant ActivityPub</button>.",
|
||||
"domain_pill.your_handle": "Votre identifiant :",
|
||||
"domain_pill.your_server": "Votre foyer numérique, là où vos messages résident. Vous souhaitez changer ? Lancez un transfert vers un autre serveur quand vous le voulez et vos abonné·e·s suivront automatiquement.",
|
||||
"domain_pill.your_username": "Votre identifiant unique sur ce serveur. Il est possible de rencontrer des utilisateur·rice·s ayant le même nom d'utilisateur sur différents serveurs.",
|
||||
@@ -439,7 +439,7 @@
|
||||
"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.mute": "Masquer #{hashtag}",
|
||||
"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}}",
|
||||
@@ -560,13 +560,13 @@
|
||||
"moved_to_account_banner.text": "Votre compte {disabledAccount} est actuellement désactivé parce que vous avez déménagé sur {movedToAccount}.",
|
||||
"mute_modal.hide_from_notifications": "Cacher des notifications",
|
||||
"mute_modal.hide_options": "Masquer les options",
|
||||
"mute_modal.indefinite": "Jusqu'à ce que je les réactive",
|
||||
"mute_modal.indefinite": "Jusqu'à ce que je l'affiche à nouveau",
|
||||
"mute_modal.show_options": "Afficher les options",
|
||||
"mute_modal.they_can_mention_and_follow": "Ils peuvent vous mentionner et vous suivre, mais vous ne les verrez pas.",
|
||||
"mute_modal.they_wont_know": "Ils ne sauront pas qu'ils ont été rendus silencieux.",
|
||||
"mute_modal.title": "Rendre cet utilisateur silencieux ?",
|
||||
"mute_modal.you_wont_see_mentions": "Vous ne verrez pas les messages qui le mentionne.",
|
||||
"mute_modal.you_wont_see_posts": "Il peut toujours voir vos publications, mais vous ne verrez pas les siennes.",
|
||||
"mute_modal.they_can_mention_and_follow": "Il peut vous mentionner et vous suivre, mais vous ne le verrez pas.",
|
||||
"mute_modal.they_wont_know": "Il ne saura pas qu'il est masqué.",
|
||||
"mute_modal.title": "Masquer le compte ?",
|
||||
"mute_modal.you_wont_see_mentions": "Vous ne verrez pas les messages le mentionnant.",
|
||||
"mute_modal.you_wont_see_posts": "Il peut toujours voir vos messages, mais vous ne verrez pas les siens.",
|
||||
"navigation_bar.about": "À propos",
|
||||
"navigation_bar.account_settings": "Mot de passe et sécurité",
|
||||
"navigation_bar.administration": "Administration",
|
||||
@@ -601,7 +601,7 @@
|
||||
"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}",
|
||||
"notification.admin.report_account_other": "{name} a signalé {count, plural, one {un message} other {# messages}} depuis {target}",
|
||||
"notification.admin.report_account_other": "{name} a signalé {count, plural, one {un message} other {# messages}} de {target}",
|
||||
"notification.admin.report_statuses": "{name} a signalé {target} pour {category}",
|
||||
"notification.admin.report_statuses_other": "{name} a signalé {target}",
|
||||
"notification.admin.sign_up": "{name} s'est inscrit·e",
|
||||
@@ -678,7 +678,7 @@
|
||||
"notifications.column_settings.mention": "Mentions:",
|
||||
"notifications.column_settings.poll": "Résultats des sondages:",
|
||||
"notifications.column_settings.push": "Notifications push",
|
||||
"notifications.column_settings.quote": "Citations:",
|
||||
"notifications.column_settings.quote": "Citations :",
|
||||
"notifications.column_settings.reblog": "Boosts:",
|
||||
"notifications.column_settings.show": "Afficher dans la colonne",
|
||||
"notifications.column_settings.sound": "Jouer un son",
|
||||
@@ -724,11 +724,11 @@
|
||||
"onboarding.follows.empty": "Malheureusement, aucun résultat ne peut être affiché pour le moment. Vous pouvez essayer de rechercher ou de parcourir la page \"Explorer\" pour trouver des personnes à suivre, ou réessayer plus tard.",
|
||||
"onboarding.follows.search": "Recherche",
|
||||
"onboarding.follows.title": "Suivre des personnes pour commencer",
|
||||
"onboarding.profile.discoverable": "Rendre mon profil découvrable",
|
||||
"onboarding.profile.discoverable": "Permettre de découvrir mon profil",
|
||||
"onboarding.profile.discoverable_hint": "Lorsque vous acceptez d'être découvert sur Mastodon, vos messages peuvent apparaître dans les résultats de recherche et les tendances, et votre profil peut être suggéré à des personnes ayant des intérêts similaires aux vôtres.",
|
||||
"onboarding.profile.display_name": "Nom affiché",
|
||||
"onboarding.profile.display_name_hint": "Votre nom complet ou votre nom rigolo…",
|
||||
"onboarding.profile.note": "Biographie",
|
||||
"onboarding.profile.note": "Bio",
|
||||
"onboarding.profile.note_hint": "Vous pouvez @mentionner d'autres personnes ou #hashtags…",
|
||||
"onboarding.profile.save_and_continue": "Enregistrer et continuer",
|
||||
"onboarding.profile.title": "Configuration du profil",
|
||||
@@ -867,7 +867,7 @@
|
||||
"server_banner.about_active_users": "Personnes utilisant ce serveur au cours des 30 derniers jours (Comptes actifs mensuellement)",
|
||||
"server_banner.active_users": "comptes actifs",
|
||||
"server_banner.administered_by": "Administré par:",
|
||||
"server_banner.is_one_of_many": "{domain} est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.",
|
||||
"server_banner.is_one_of_many": "{domain} est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédivers.",
|
||||
"server_banner.server_stats": "Statistiques du serveur:",
|
||||
"sign_in_banner.create_account": "Créer un compte",
|
||||
"sign_in_banner.follow_anyone": "Suivez n'importe qui à travers le fédivers et affichez tout dans un ordre chronologique. Ni algorithmes, ni publicités, ni appâts à clics en perspective.",
|
||||
@@ -877,23 +877,23 @@
|
||||
"status.admin_account": "Ouvrir l’interface de modération pour @{name}",
|
||||
"status.admin_domain": "Ouvrir l’interface de modération pour {domain}",
|
||||
"status.admin_status": "Ouvrir ce message dans l’interface de modération",
|
||||
"status.all_disabled": "Partages et citations sont désactivés",
|
||||
"status.all_disabled": "Les partages et citations sont désactivés",
|
||||
"status.block": "Bloquer @{name}",
|
||||
"status.bookmark": "Ajouter aux signets",
|
||||
"status.cancel_reblog_private": "Débooster",
|
||||
"status.cannot_quote": "Vous n'êtes pas autorisé à citer ce message",
|
||||
"status.cannot_reblog": "Cette publication ne peut pas être boostée",
|
||||
"status.contains_quote": "Contient la citation",
|
||||
"status.contains_quote": "Contient une citation",
|
||||
"status.context.loading": "Chargement de réponses supplémentaires",
|
||||
"status.context.loading_error": "Impossible de charger les nouvelles réponses",
|
||||
"status.context.loading_success": "De nouvelles réponses ont été chargées",
|
||||
"status.context.more_replies_found": "Plus de réponses trouvées",
|
||||
"status.context.retry": "Réessayer",
|
||||
"status.context.show": "Montrer",
|
||||
"status.context.show": "Afficher",
|
||||
"status.continued_thread": "Suite du fil",
|
||||
"status.copy": "Copier un lien vers cette publication",
|
||||
"status.delete": "Supprimer",
|
||||
"status.delete.success": "Publication supprimée",
|
||||
"status.delete.success": "Message supprimé",
|
||||
"status.detailed_status": "Vue détaillée de la conversation",
|
||||
"status.direct": "Mention privée @{name}",
|
||||
"status.direct_indicator": "Mention privée",
|
||||
@@ -920,28 +920,28 @@
|
||||
"status.quote.cancel": "Annuler la citation",
|
||||
"status.quote_error.blocked_account_hint.title": "Ce message est masqué car vous avez bloqué @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Ce message est masqué car vous avez bloqué {domain}.",
|
||||
"status.quote_error.filtered": "Caché en raison de l'un de vos filtres",
|
||||
"status.quote_error.filtered": "Caché par un de vos filtres",
|
||||
"status.quote_error.limited_account_hint.action": "Afficher quand même",
|
||||
"status.quote_error.limited_account_hint.title": "Ce profil a été masqué par la modération de {domain}.",
|
||||
"status.quote_error.muted_account_hint.title": "Ce message est masqué car vous avez Mis en sourdine @{name}.",
|
||||
"status.quote_error.not_available": "Publication non disponible",
|
||||
"status.quote_error.pending_approval": "Publication en attente",
|
||||
"status.quote_error.limited_account_hint.title": "Ce compte a été masqué par la modération de {domain}.",
|
||||
"status.quote_error.muted_account_hint.title": "Ce message est caché car vous avez masqué @{name}.",
|
||||
"status.quote_error.not_available": "Message indisponible",
|
||||
"status.quote_error.pending_approval": "Message en attente",
|
||||
"status.quote_error.pending_approval_popout.body": "Sur Mastodon, vous pouvez contrôler si quelqu'un peut vous citer. Ce message est en attente pendant que nous recevons l'approbation de l'auteur original.",
|
||||
"status.quote_error.revoked": "Post supprimé par l'auteur",
|
||||
"status.quote_followers_only": "Seul·e·s les abonné·e·s peuvent citer cette publication",
|
||||
"status.quote_manual_review": "L'auteur va vérifier manuellement",
|
||||
"status.quote_error.revoked": "Message supprimé par l'auteur·rice",
|
||||
"status.quote_followers_only": "Seul·e·s les abonné·e·s peuvent citer ce message",
|
||||
"status.quote_manual_review": "L'auteur·rice approuvera manuellement",
|
||||
"status.quote_noun": "Citation",
|
||||
"status.quote_policy_change": "Changer qui peut vous citer",
|
||||
"status.quote_post_author": "A cité un message par @{name}",
|
||||
"status.quote_private": "Les publications privées ne peuvent pas être citées",
|
||||
"status.quotes": " {count, plural, one {quote} other {quotes}}",
|
||||
"status.quotes.empty": "Personne n'a encore cité ce message. Quand quelqu'un le fera, il apparaîtra ici.",
|
||||
"status.quotes.local_other_disclaimer": "Les citations rejetées par l'auteur ne seront pas affichées.",
|
||||
"status.quotes.remote_other_disclaimer": "Seules les citations de {domain} sont garanties d'être affichées ici. Les citations rejetées par l'auteur ne seront pas affichées.",
|
||||
"status.quote_post_author": "A cité un message de @{name}",
|
||||
"status.quote_private": "Les messages privés ne peuvent pas être cités",
|
||||
"status.quotes": "{count, plural, one {citation} other {citations}}",
|
||||
"status.quotes.empty": "Personne n'a encore cité ce message. Quand quelqu'un le fera, la citation apparaîtra ici.",
|
||||
"status.quotes.local_other_disclaimer": "Les citations rejetées par l'auteur·rice ne seront pas affichées.",
|
||||
"status.quotes.remote_other_disclaimer": "Seules les citations de {domain} sont garanties d'être affichées ici. Les citations rejetées par l'auteur·rice ne seront pas affichées.",
|
||||
"status.read_more": "En savoir plus",
|
||||
"status.reblog": "Booster",
|
||||
"status.reblog_or_quote": "Boost ou citation",
|
||||
"status.reblog_private": "Partagez à nouveau avec vos abonnés",
|
||||
"status.reblog_or_quote": "Partager ou citer",
|
||||
"status.reblog_private": "Partager à nouveau avec vos abonné·e·s",
|
||||
"status.reblogged_by": "{name} a boosté",
|
||||
"status.reblogs": "{count, plural, one {boost} other {boosts}}",
|
||||
"status.reblogs.empty": "Personne n’a encore boosté cette publication. Lorsque quelqu’un le fera, elle apparaîtra ici.",
|
||||
|
||||
@@ -21,19 +21,19 @@
|
||||
"account.block_domain": "Bloquer le domaine {domain}",
|
||||
"account.block_short": "Bloquer",
|
||||
"account.blocked": "Bloqué·e",
|
||||
"account.blocking": "Bloqué",
|
||||
"account.blocking": "Bloqué·e",
|
||||
"account.cancel_follow_request": "Annuler l'abonnement",
|
||||
"account.copy": "Copier le lien du profil",
|
||||
"account.direct": "Mention privée @{name}",
|
||||
"account.disable_notifications": "Ne plus me notifier quand @{name} publie quelque chose",
|
||||
"account.direct": "Mentionner @{name} en privé",
|
||||
"account.disable_notifications": "Ne plus me notifier les publications de @{name}",
|
||||
"account.domain_blocking": "Domaine bloqué",
|
||||
"account.edit_profile": "Modifier le profil",
|
||||
"account.edit_profile_short": "Modifier",
|
||||
"account.enable_notifications": "Me notifier quand @{name} publie quelque chose",
|
||||
"account.enable_notifications": "Me notifier les publications de @{name}",
|
||||
"account.endorse": "Recommander sur votre profil",
|
||||
"account.familiar_followers_many": "Suivi par {name1}, {name2}, et {othersCount, plural, one {une autre personne que vous suivez} other {# autres personnes que vous suivez}}",
|
||||
"account.familiar_followers_one": "Suivi par {name1}",
|
||||
"account.familiar_followers_two": "Suivi par {name1} et {name2}",
|
||||
"account.familiar_followers_many": "Suivi·e par {name1}, {name2}, et {othersCount, plural, one {une autre personne que vous suivez} other {# autres personnes que vous suivez}}",
|
||||
"account.familiar_followers_one": "Suivi·e par {name1}",
|
||||
"account.familiar_followers_two": "Suivi·e par {name1} et {name2}",
|
||||
"account.featured": "En vedette",
|
||||
"account.featured.accounts": "Profils",
|
||||
"account.featured.hashtags": "Hashtags",
|
||||
@@ -42,33 +42,33 @@
|
||||
"account.follow": "Suivre",
|
||||
"account.follow_back": "Suivre en retour",
|
||||
"account.follow_back_short": "Suivre en retour",
|
||||
"account.follow_request": "Demande d’abonnement",
|
||||
"account.follow_request": "Demander à suivre",
|
||||
"account.follow_request_cancel": "Annuler la demande",
|
||||
"account.follow_request_cancel_short": "Annuler",
|
||||
"account.follow_request_short": "Demander à suivre",
|
||||
"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": "{count, plural, one {{counter} suivi}, other {{counter} suivis}}",
|
||||
"account.followers_you_know_counter": "{counter} que vous suivez",
|
||||
"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.",
|
||||
"account.in_memoriam": "En mémoire.",
|
||||
"account.joined_short": "Ici depuis",
|
||||
"account.languages": "Modifier les langues d'abonnements",
|
||||
"account.link_verified_on": "La propriété de ce lien a été vérifiée le {date}",
|
||||
"account.locked_info": "Ce compte est privé. Son ou sa propriétaire approuve manuellement qui peut le suivre.",
|
||||
"account.media": "Médias",
|
||||
"account.mention": "Mentionner @{name}",
|
||||
"account.moved_to": "{name} a indiqué que son nouveau compte est maintenant :",
|
||||
"account.moved_to": "{name} a indiqué que son nouveau compte est maintenant :",
|
||||
"account.mute": "Masquer @{name}",
|
||||
"account.mute_notifications_short": "Désactiver les notifications",
|
||||
"account.mute_short": "Mettre en sourdine",
|
||||
"account.mute_short": "Masquer",
|
||||
"account.muted": "Masqué·e",
|
||||
"account.muting": "Sourdine",
|
||||
"account.muting": "Masqué",
|
||||
"account.mutual": "Vous vous suivez mutuellement",
|
||||
"account.no_bio": "Aucune description fournie.",
|
||||
"account.open_original_page": "Ouvrir la page d'origine",
|
||||
@@ -97,7 +97,7 @@
|
||||
"admin.dashboard.retention.cohort": "Mois d'inscription",
|
||||
"admin.dashboard.retention.cohort_size": "Nouveaux comptes",
|
||||
"admin.impact_report.instance_accounts": "Profils de comptes que cela supprimerait",
|
||||
"admin.impact_report.instance_followers": "Abonnées que nos utilisateurs perdraient",
|
||||
"admin.impact_report.instance_followers": "Abonné·e·s que nos utilisateur·rice·s perdraient",
|
||||
"admin.impact_report.instance_follows": "Abonné·e·s que leurs utilisateur·rice·s perdraient",
|
||||
"admin.impact_report.title": "Résumé de l'impact",
|
||||
"alert.rate_limited.message": "Veuillez réessayer après {retry_time, time, medium}.",
|
||||
@@ -129,7 +129,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><percentage></percentage><bottomLabel>des utilisateurs de {domain}.</bottomLabel>",
|
||||
"annual_report.summary.percentile.text": "<topLabel>Cela vous place dans le top</topLabel><percentage></percentage><bottomLabel>des utilisateur·ice·s 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é)",
|
||||
@@ -151,11 +151,11 @@
|
||||
"bundle_column_error.network.body": "Une erreur s'est produite lors du chargement de cette page. Cela peut être dû à un problème temporaire avec votre connexion internet ou avec ce serveur.",
|
||||
"bundle_column_error.network.title": "Erreur réseau",
|
||||
"bundle_column_error.retry": "Réessayer",
|
||||
"bundle_column_error.return": "Retour à l'accueil",
|
||||
"bundle_column_error.routing.body": "La page demandée est introuvable. Êtes-vous sûr que l’URL dans la barre d’adresse est correcte ?",
|
||||
"bundle_column_error.return": "Retourner à l'accueil",
|
||||
"bundle_column_error.routing.body": "La page demandée est introuvable. Est-ce que l'URL dans la barre d’adresse est correcte ?",
|
||||
"bundle_column_error.routing.title": "404",
|
||||
"bundle_modal_error.close": "Fermer",
|
||||
"bundle_modal_error.message": "Un problème s'est produit lors du chargement de cet écran.",
|
||||
"bundle_modal_error.message": "Une erreur s’est produite lors du chargement de cet écran.",
|
||||
"bundle_modal_error.retry": "Réessayer",
|
||||
"closed_registrations.other_server_instructions": "Puisque Mastodon est décentralisé, vous pouvez créer un compte sur un autre serveur et interagir quand même avec celui-ci.",
|
||||
"closed_registrations_modal.description": "Créer un compte sur {domain} est actuellement impossible, néanmoins souvenez-vous que vous n'avez pas besoin d'un compte spécifiquement sur {domain} pour utiliser Mastodon.",
|
||||
@@ -163,9 +163,9 @@
|
||||
"closed_registrations_modal.preamble": "Mastodon est décentralisé : peu importe où vous créez votre compte, vous serez en mesure de suivre et d'interagir avec quiconque sur ce serveur. Vous pouvez même l'héberger !",
|
||||
"closed_registrations_modal.title": "Inscription sur Mastodon",
|
||||
"column.about": "À propos",
|
||||
"column.blocks": "Utilisateurs bloqués",
|
||||
"column.blocks": "Comptes bloqués",
|
||||
"column.bookmarks": "Marque-pages",
|
||||
"column.community": "Fil public local",
|
||||
"column.community": "Fil local",
|
||||
"column.create_list": "Créer une liste",
|
||||
"column.direct": "Mentions privées",
|
||||
"column.directory": "Parcourir les profils",
|
||||
@@ -194,10 +194,10 @@
|
||||
"community.column_settings.local_only": "Local seulement",
|
||||
"community.column_settings.media_only": "Média uniquement",
|
||||
"community.column_settings.remote_only": "Distant seulement",
|
||||
"compose.error.blank_post": "Le message ne peut être laissé vide.",
|
||||
"compose.language.change": "Changer de langue",
|
||||
"compose.language.search": "Rechercher des langues...",
|
||||
"compose.published.body": "Message Publié.",
|
||||
"compose.error.blank_post": "Le message ne peut pas être vide.",
|
||||
"compose.language.change": "Modifier la langue",
|
||||
"compose.language.search": "Rechercher langue…",
|
||||
"compose.published.body": "Message publié.",
|
||||
"compose.published.open": "Ouvrir",
|
||||
"compose.saved.body": "Message enregistré.",
|
||||
"compose_form.direct_message_warning_learn_more": "En savoir plus",
|
||||
@@ -210,8 +210,8 @@
|
||||
"compose_form.poll.multiple": "Choix multiple",
|
||||
"compose_form.poll.option_placeholder": "Option {number}",
|
||||
"compose_form.poll.single": "Choix unique",
|
||||
"compose_form.poll.switch_to_multiple": "Changer le sondage pour autoriser plusieurs choix",
|
||||
"compose_form.poll.switch_to_single": "Modifier le sondage pour autoriser qu'un seul choix",
|
||||
"compose_form.poll.switch_to_multiple": "Modifier le sondage pour autoriser plusieurs choix",
|
||||
"compose_form.poll.switch_to_single": "Modifier le sondage pour autoriser un seul choix",
|
||||
"compose_form.poll.type": "Style",
|
||||
"compose_form.publish": "Publier",
|
||||
"compose_form.reply": "Répondre",
|
||||
@@ -228,24 +228,24 @@
|
||||
"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.edit.cancel": "Reprendre l'édition",
|
||||
"confirmations.discard_draft.edit.message": "Si vous continuez, toutes les modifications apportées au message en cours d'édition seront annulées.",
|
||||
"confirmations.discard_draft.edit.title": "Annuler les modifications apportées à votre 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.discard_draft.post.message": "Si vous continuez, vous supprimerez le message que vous êtes en train de composer.",
|
||||
"confirmations.discard_draft.post.title": "Abandonner votre brouillon ?",
|
||||
"confirmations.discard_edit_media.confirm": "Supprimer",
|
||||
"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 les supprimer ?",
|
||||
"confirmations.follow_to_list.confirm": "Suivre et ajouter à la liste",
|
||||
"confirmations.follow_to_list.message": "Vous devez suivre {name} pour l'ajouter à une liste.",
|
||||
"confirmations.follow_to_list.title": "Suivre l'utilisateur ?",
|
||||
"confirmations.follow_to_list.title": "Suivre l'utilisateur·rice ?",
|
||||
"confirmations.logout.confirm": "Se déconnecter",
|
||||
"confirmations.logout.message": "Voulez-vous vraiment vous déconnecter ?",
|
||||
"confirmations.logout.title": "Se déconnecter ?",
|
||||
"confirmations.missing_alt_text.confirm": "Ajouter un texte alternatif",
|
||||
"confirmations.missing_alt_text.message": "Votre post contient des médias sans texte alternatif. Ajouter des descriptions rend votre contenu accessible à un plus grand nombre de personnes.",
|
||||
"confirmations.missing_alt_text.secondary": "Publier quand-même",
|
||||
"confirmations.missing_alt_text.title": "Ajouter un texte alternatif?",
|
||||
"confirmations.missing_alt_text.message": "Votre message contient des médias sans texte alternatif. L'ajout de descriptions aide à rendre votre contenu accessible à plus de personnes.",
|
||||
"confirmations.missing_alt_text.secondary": "Publier quand même",
|
||||
"confirmations.missing_alt_text.title": "Ajouter un texte alternatif ?",
|
||||
"confirmations.mute.confirm": "Masquer",
|
||||
"confirmations.private_quote_notify.cancel": "Retour à l'édition",
|
||||
"confirmations.private_quote_notify.confirm": "Publier",
|
||||
@@ -254,23 +254,23 @@
|
||||
"confirmations.private_quote_notify.title": "Partager avec les personnes abonnées et mentionnées ?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Ne plus me rappeler",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Compris",
|
||||
"confirmations.quiet_post_quote_info.message": "Lorsque vous citez un message public silencieux, votre message sera caché des fils tendances.",
|
||||
"confirmations.quiet_post_quote_info.title": "Citation de messages publics silencieux",
|
||||
"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.quiet_post_quote_info.message": "Lorsque vous citez un message public discret, votre message sera caché des fils tendances.",
|
||||
"confirmations.quiet_post_quote_info.title": "Citation d'un message public discret",
|
||||
"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 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.message": "{name} cessera de vous suivre. Voulez-vous vraiment continuer ?",
|
||||
"confirmations.remove_from_followers.title": "Supprimer l'abonné·e ?",
|
||||
"confirmations.revoke_quote.confirm": "Retirer la publication",
|
||||
"confirmations.revoke_quote.confirm": "Retirer le message",
|
||||
"confirmations.revoke_quote.message": "Cette action ne peut pas être annulée.",
|
||||
"confirmations.revoke_quote.title": "Retirer la publication ?",
|
||||
"confirmations.revoke_quote.title": "Retirer le message ?",
|
||||
"confirmations.unblock.confirm": "Débloquer",
|
||||
"confirmations.unblock.title": "Débloquer {name} ?",
|
||||
"confirmations.unfollow.confirm": "Ne plus suivre",
|
||||
"confirmations.unfollow.title": "Ne plus suivre {name} ?",
|
||||
"confirmations.withdraw_request.confirm": "Rejeter la demande",
|
||||
"confirmations.withdraw_request.title": "Rejeter la demande de suivre {name} ?",
|
||||
"confirmations.withdraw_request.confirm": "Retirer la demande",
|
||||
"confirmations.withdraw_request.title": "Retirer la demande de suivre {name} ?",
|
||||
"content_warning.hide": "Masquer le message",
|
||||
"content_warning.show": "Montrer quand même",
|
||||
"content_warning.show_more": "Montrer plus",
|
||||
@@ -281,20 +281,20 @@
|
||||
"copy_icon_button.copied": "Copié dans le presse-papier",
|
||||
"copypaste.copied": "Copié",
|
||||
"copypaste.copy_to_clipboard": "Copier dans le presse-papiers",
|
||||
"directory.federated": "Du fédiverse connu",
|
||||
"directory.federated": "Du fédivers connu",
|
||||
"directory.local": "De {domain} seulement",
|
||||
"directory.new_arrivals": "Inscrit·e·s récemment",
|
||||
"directory.recently_active": "Actif·ve·s récemment",
|
||||
"disabled_account_banner.account_settings": "Paramètres du compte",
|
||||
"disabled_account_banner.text": "Votre compte {disabledAccount} est actuellement désactivé.",
|
||||
"dismissable_banner.community_timeline": "Voici les messages publics les plus récents des comptes hébergés par {domain}.",
|
||||
"dismissable_banner.dismiss": "Rejeter",
|
||||
"dismissable_banner.public_timeline": "Il s'agit des messages publics les plus récents publiés par des personnes sur le fediverse que les personnes sur {domain} suivent.",
|
||||
"dismissable_banner.dismiss": "Fermer",
|
||||
"dismissable_banner.public_timeline": "Il s'agit des messages publics les plus récents publiés par des personnes sur le fédivers que les personnes sur {domain} suivent.",
|
||||
"domain_block_modal.block": "Bloquer le serveur",
|
||||
"domain_block_modal.block_account_instead": "Bloquer @{name} à la place",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Les personnes de ce serveur peuvent interagir avec vos anciens messages.",
|
||||
"domain_block_modal.they_cant_follow": "Personne de ce serveur ne peut vous suivre.",
|
||||
"domain_block_modal.they_wont_know": "Il ne saura pas qu'il a été bloqué.",
|
||||
"domain_block_modal.they_wont_know": "Les utilisateur·rice·s du serveur ne sauront pas que celui-ci est bloqué.",
|
||||
"domain_block_modal.title": "Bloquer le domaine ?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Vous allez perdre {followersCount, plural, one {{followersCountDisplay} abonné·e} other {{followersCountDisplay} abonné·e·s}} et {followingCount, plural, one {{followingCountDisplay} personne que vous suivez} other {{followingCountDisplay} personnes que vous suivez}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Vous allez perdre tous les abonné·e·s et les personnes que vous suivez sur ce serveur.",
|
||||
@@ -303,17 +303,17 @@
|
||||
"domain_pill.activitypub_like_language": "ActivityPub est comme une langue que Mastodon utilise pour communiquer avec les autres réseaux sociaux.",
|
||||
"domain_pill.server": "Serveur",
|
||||
"domain_pill.their_handle": "Son identifiant :",
|
||||
"domain_pill.their_server": "Son foyer numérique, là où tous ses posts résident.",
|
||||
"domain_pill.their_server": "Son foyer numérique, là où tous ses messages résident.",
|
||||
"domain_pill.their_username": "Son identifiant unique sur leur serveur. Il est possible de rencontrer des utilisateur·rice·s avec le même nom sur différents serveurs.",
|
||||
"domain_pill.username": "Nom d’utilisateur",
|
||||
"domain_pill.username": "Nom d’utilisateur·rice",
|
||||
"domain_pill.whats_in_a_handle": "Qu'est-ce qu'un identifiant ?",
|
||||
"domain_pill.who_they_are": "Comme un identifiant contient le nom et le service hébergeant une personne, vous pouvez interagir sur <button>les plateformes sociales implémentant ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Comme un identifiant indique votre nom et le service vous hébergeant, vous pouvez interagir avec <button>les autres plateformes sociales implémentant ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Comme un identifiant indique votre nom et le service vous hébergeant, tout le monde peut interagir avec vous à l'aide de <button>plateformes sociales implémentant ActivityPub</button>.",
|
||||
"domain_pill.your_handle": "Votre identifiant :",
|
||||
"domain_pill.your_server": "Votre foyer numérique, là où vos messages résident. Vous souhaitez changer ? Lancez un transfert vers un autre serveur quand vous le voulez et vos abonné·e·s suivront automatiquement.",
|
||||
"domain_pill.your_username": "Votre identifiant unique sur ce serveur. Il est possible de rencontrer des utilisateur·rice·s ayant le même nom d'utilisateur sur différents serveurs.",
|
||||
"dropdown.empty": "Sélectionner une option",
|
||||
"embed.instructions": "Intégrez ce message à votre site en copiant le code ci-dessous.",
|
||||
"embed.instructions": "Intégrer ce message à votre site en copiant le code ci-dessous.",
|
||||
"embed.preview": "Il apparaîtra comme cela :",
|
||||
"emoji_button.activity": "Activités",
|
||||
"emoji_button.clear": "Effacer",
|
||||
@@ -439,7 +439,7 @@
|
||||
"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.mute": "Masquer #{hashtag}",
|
||||
"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}}",
|
||||
@@ -560,13 +560,13 @@
|
||||
"moved_to_account_banner.text": "Votre compte {disabledAccount} est actuellement désactivé parce que vous l'avez déplacé à {movedToAccount}.",
|
||||
"mute_modal.hide_from_notifications": "Cacher des notifications",
|
||||
"mute_modal.hide_options": "Masquer les options",
|
||||
"mute_modal.indefinite": "Jusqu'à ce que je les réactive",
|
||||
"mute_modal.indefinite": "Jusqu'à ce que je l'affiche à nouveau",
|
||||
"mute_modal.show_options": "Afficher les options",
|
||||
"mute_modal.they_can_mention_and_follow": "Ils peuvent vous mentionner et vous suivre, mais vous ne les verrez pas.",
|
||||
"mute_modal.they_wont_know": "Ils ne sauront pas qu'ils ont été rendus silencieux.",
|
||||
"mute_modal.title": "Rendre cet utilisateur silencieux ?",
|
||||
"mute_modal.you_wont_see_mentions": "Vous ne verrez pas les messages qui le mentionne.",
|
||||
"mute_modal.you_wont_see_posts": "Il peut toujours voir vos publications, mais vous ne verrez pas les siennes.",
|
||||
"mute_modal.they_can_mention_and_follow": "Il peut vous mentionner et vous suivre, mais vous ne le verrez pas.",
|
||||
"mute_modal.they_wont_know": "Il ne saura pas qu'il est masqué.",
|
||||
"mute_modal.title": "Masquer le compte ?",
|
||||
"mute_modal.you_wont_see_mentions": "Vous ne verrez pas les messages le mentionnant.",
|
||||
"mute_modal.you_wont_see_posts": "Il peut toujours voir vos messages, mais vous ne verrez pas les siens.",
|
||||
"navigation_bar.about": "À propos",
|
||||
"navigation_bar.account_settings": "Mot de passe et sécurité",
|
||||
"navigation_bar.administration": "Administration",
|
||||
@@ -601,7 +601,7 @@
|
||||
"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}",
|
||||
"notification.admin.report_account_other": "{name} a signalé {count, plural, one {un message} other {# messages}} depuis {target}",
|
||||
"notification.admin.report_account_other": "{name} a signalé {count, plural, one {un message} other {# messages}} de {target}",
|
||||
"notification.admin.report_statuses": "{name} a signalé {target} pour {category}",
|
||||
"notification.admin.report_statuses_other": "{name} a signalé {target}",
|
||||
"notification.admin.sign_up": "{name} s'est inscrit·e",
|
||||
@@ -678,7 +678,7 @@
|
||||
"notifications.column_settings.mention": "Mentions :",
|
||||
"notifications.column_settings.poll": "Résultats des sondages :",
|
||||
"notifications.column_settings.push": "Notifications push",
|
||||
"notifications.column_settings.quote": "Citations:",
|
||||
"notifications.column_settings.quote": "Citations :",
|
||||
"notifications.column_settings.reblog": "Partages :",
|
||||
"notifications.column_settings.show": "Afficher dans la colonne",
|
||||
"notifications.column_settings.sound": "Jouer un son",
|
||||
@@ -724,7 +724,7 @@
|
||||
"onboarding.follows.empty": "Malheureusement, aucun résultat ne peut être affiché pour le moment. Vous pouvez essayer d'utiliser la recherche ou parcourir la page de découverte pour trouver des personnes à suivre, ou réessayez plus tard.",
|
||||
"onboarding.follows.search": "Recherche",
|
||||
"onboarding.follows.title": "Suivre des personnes pour commencer",
|
||||
"onboarding.profile.discoverable": "Rendre mon profil découvrable",
|
||||
"onboarding.profile.discoverable": "Permettre de découvrir mon profil",
|
||||
"onboarding.profile.discoverable_hint": "Lorsque vous acceptez d'être découvert sur Mastodon, vos messages peuvent apparaître dans les résultats de recherche et les tendances, et votre profil peut être suggéré à des personnes ayant des intérêts similaires aux vôtres.",
|
||||
"onboarding.profile.display_name": "Nom affiché",
|
||||
"onboarding.profile.display_name_hint": "Votre nom complet ou votre nom rigolo…",
|
||||
@@ -829,7 +829,7 @@
|
||||
"report.thanks.title_actionable": "Merci pour votre signalement, nous allons investiguer.",
|
||||
"report.unfollow": "Ne plus suivre @{name}",
|
||||
"report.unfollow_explanation": "Vous êtes abonné à ce compte. Pour ne plus voir ses messages dans votre fil principal, retirez-le de votre liste d'abonnements.",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} message lié} other {{count} messages liés}}",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} message joint} other {{count} messages joints}}",
|
||||
"report_notification.categories.legal": "Légal",
|
||||
"report_notification.categories.legal_sentence": "contenu illégal",
|
||||
"report_notification.categories.other": "Autre",
|
||||
@@ -867,7 +867,7 @@
|
||||
"server_banner.about_active_users": "Personnes utilisant ce serveur au cours des 30 derniers jours (Comptes actifs mensuellement)",
|
||||
"server_banner.active_users": "comptes actifs",
|
||||
"server_banner.administered_by": "Administré par :",
|
||||
"server_banner.is_one_of_many": "{domain} est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.",
|
||||
"server_banner.is_one_of_many": "{domain} est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédivers.",
|
||||
"server_banner.server_stats": "Statistiques du serveur :",
|
||||
"sign_in_banner.create_account": "Créer un compte",
|
||||
"sign_in_banner.follow_anyone": "Suivez n'importe qui à travers le fédivers et affichez tout dans un ordre chronologique. Ni algorithmes, ni publicités, ni appâts à clics en perspective.",
|
||||
@@ -877,25 +877,25 @@
|
||||
"status.admin_account": "Ouvrir l’interface de modération pour @{name}",
|
||||
"status.admin_domain": "Ouvrir l’interface de modération pour {domain}",
|
||||
"status.admin_status": "Ouvrir ce message dans l’interface de modération",
|
||||
"status.all_disabled": "Partages et citations sont désactivés",
|
||||
"status.all_disabled": "Les partages et citations sont désactivés",
|
||||
"status.block": "Bloquer @{name}",
|
||||
"status.bookmark": "Ajouter aux marque-pages",
|
||||
"status.cancel_reblog_private": "Annuler le partage",
|
||||
"status.cannot_quote": "Vous n'êtes pas autorisé à citer ce message",
|
||||
"status.cannot_reblog": "Ce message ne peut pas être partagé",
|
||||
"status.contains_quote": "Contient la citation",
|
||||
"status.contains_quote": "Contient une citation",
|
||||
"status.context.loading": "Chargement de réponses supplémentaires",
|
||||
"status.context.loading_error": "Impossible de charger les nouvelles réponses",
|
||||
"status.context.loading_success": "De nouvelles réponses ont été chargées",
|
||||
"status.context.more_replies_found": "Plus de réponses trouvées",
|
||||
"status.context.retry": "Réessayer",
|
||||
"status.context.show": "Montrer",
|
||||
"status.context.show": "Afficher",
|
||||
"status.continued_thread": "Suite du fil",
|
||||
"status.copy": "Copier le lien vers le message",
|
||||
"status.delete": "Supprimer",
|
||||
"status.delete.success": "Publication supprimée",
|
||||
"status.delete.success": "Message supprimé",
|
||||
"status.detailed_status": "Vue détaillée de la conversation",
|
||||
"status.direct": "Mention privée @{name}",
|
||||
"status.direct": "Mentionner @{name} en privé",
|
||||
"status.direct_indicator": "Mention privée",
|
||||
"status.edit": "Modifier",
|
||||
"status.edited": "Dernière modification le {date}",
|
||||
@@ -904,44 +904,44 @@
|
||||
"status.favourite": "Ajouter aux favoris",
|
||||
"status.favourites": "{count, plural, one {favori} other {favoris}}",
|
||||
"status.filter": "Filtrer ce message",
|
||||
"status.history.created": "créé par {name} {date}",
|
||||
"status.history.edited": "modifié par {name} {date}",
|
||||
"status.history.created": "Créé par {name} {date}",
|
||||
"status.history.edited": "Modifié par {name} {date}",
|
||||
"status.load_more": "Charger plus",
|
||||
"status.media.open": "Cliquez pour ouvrir",
|
||||
"status.media.open": "Cliquer pour ouvrir",
|
||||
"status.media.show": "Cliquer pour afficher",
|
||||
"status.media_hidden": "Média caché",
|
||||
"status.mention": "Mentionner @{name}",
|
||||
"status.more": "Plus",
|
||||
"status.mute": "Masquer @{name}",
|
||||
"status.mute_conversation": "Masquer la conversation",
|
||||
"status.open": "Afficher le message entier",
|
||||
"status.open": "Développer ce message",
|
||||
"status.pin": "Épingler sur le profil",
|
||||
"status.quote": "Citer",
|
||||
"status.quote.cancel": "Annuler la citation",
|
||||
"status.quote_error.blocked_account_hint.title": "Ce message est masqué car vous avez bloqué @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Ce message est masqué car vous avez bloqué {domain}.",
|
||||
"status.quote_error.filtered": "Caché en raison de l'un de vos filtres",
|
||||
"status.quote_error.filtered": "Caché par un de vos filtres",
|
||||
"status.quote_error.limited_account_hint.action": "Afficher quand même",
|
||||
"status.quote_error.limited_account_hint.title": "Ce profil a été masqué par la modération de {domain}.",
|
||||
"status.quote_error.muted_account_hint.title": "Ce message est masqué car vous avez Mis en sourdine @{name}.",
|
||||
"status.quote_error.not_available": "Publication non disponible",
|
||||
"status.quote_error.pending_approval": "Publication en attente",
|
||||
"status.quote_error.limited_account_hint.title": "Ce compte a été masqué par la modération de {domain}.",
|
||||
"status.quote_error.muted_account_hint.title": "Ce message est caché car vous avez masqué @{name}.",
|
||||
"status.quote_error.not_available": "Message indisponible",
|
||||
"status.quote_error.pending_approval": "Message en attente",
|
||||
"status.quote_error.pending_approval_popout.body": "Sur Mastodon, vous pouvez contrôler si quelqu'un peut vous citer. Ce message est en attente pendant que nous recevons l'approbation de l'auteur original.",
|
||||
"status.quote_error.revoked": "Post supprimé par l'auteur",
|
||||
"status.quote_followers_only": "Seul·e·s les abonné·e·s peuvent citer cette publication",
|
||||
"status.quote_manual_review": "L'auteur va vérifier manuellement",
|
||||
"status.quote_error.revoked": "Message supprimé par l'auteur·rice",
|
||||
"status.quote_followers_only": "Seul·e·s les abonné·e·s peuvent citer ce message",
|
||||
"status.quote_manual_review": "L'auteur·rice approuvera manuellement",
|
||||
"status.quote_noun": "Citation",
|
||||
"status.quote_policy_change": "Changer qui peut vous citer",
|
||||
"status.quote_post_author": "A cité un message par @{name}",
|
||||
"status.quote_private": "Les publications privées ne peuvent pas être citées",
|
||||
"status.quotes": " {count, plural, one {quote} other {quotes}}",
|
||||
"status.quotes.empty": "Personne n'a encore cité ce message. Quand quelqu'un le fera, il apparaîtra ici.",
|
||||
"status.quotes.local_other_disclaimer": "Les citations rejetées par l'auteur ne seront pas affichées.",
|
||||
"status.quotes.remote_other_disclaimer": "Seules les citations de {domain} sont garanties d'être affichées ici. Les citations rejetées par l'auteur ne seront pas affichées.",
|
||||
"status.quote_post_author": "A cité un message de @{name}",
|
||||
"status.quote_private": "Les messages privés ne peuvent pas être cités",
|
||||
"status.quotes": "{count, plural, one {citation} other {citations}}",
|
||||
"status.quotes.empty": "Personne n'a encore cité ce message. Quand quelqu'un le fera, la citation apparaîtra ici.",
|
||||
"status.quotes.local_other_disclaimer": "Les citations rejetées par l'auteur·rice ne seront pas affichées.",
|
||||
"status.quotes.remote_other_disclaimer": "Seules les citations de {domain} sont garanties d'être affichées ici. Les citations rejetées par l'auteur·rice ne seront pas affichées.",
|
||||
"status.read_more": "Lire la suite",
|
||||
"status.reblog": "Partager",
|
||||
"status.reblog_or_quote": "Boost ou citation",
|
||||
"status.reblog_private": "Partagez à nouveau avec vos abonnés",
|
||||
"status.reblog_or_quote": "Partager ou citer",
|
||||
"status.reblog_private": "Partager à nouveau avec vos abonné·e·s",
|
||||
"status.reblogged_by": "{name} a partagé",
|
||||
"status.reblogs": "{count, plural, one {boost} other {boosts}}",
|
||||
"status.reblogs.empty": "Personne n’a encore partagé ce message. Lorsque quelqu’un le fera, il apparaîtra ici.",
|
||||
@@ -969,7 +969,7 @@
|
||||
"status.unpin": "Retirer du profil",
|
||||
"subscribed_languages.lead": "Seuls les messages dans les langues sélectionnées apparaîtront sur votre fil principal et vos listes de fils après le changement. Sélectionnez aucune pour recevoir les messages dans toutes les langues.",
|
||||
"subscribed_languages.save": "Enregistrer les modifications",
|
||||
"subscribed_languages.target": "Changer les langues abonnées pour {target}",
|
||||
"subscribed_languages.target": "Modifier les langues d'abonnements pour {target}",
|
||||
"tabs_bar.home": "Accueil",
|
||||
"tabs_bar.menu": "Menu",
|
||||
"tabs_bar.notifications": "Notifications",
|
||||
|
||||
@@ -101,9 +101,9 @@
|
||||
"admin.impact_report.instance_follows": "Leanúna a bheadh a n-úsáideoirí chailleadh",
|
||||
"admin.impact_report.title": "Achoimre ar an tionchar",
|
||||
"alert.rate_limited.message": "Atriail aris tar éis {retry_time, time, medium}.",
|
||||
"alert.rate_limited.title": "Rátatheoranta",
|
||||
"alert.rate_limited.title": "Ráta teoranta",
|
||||
"alert.unexpected.message": "Tharla earráid gan choinne.",
|
||||
"alert.unexpected.title": "Hiúps!",
|
||||
"alert.unexpected.title": "Úps!",
|
||||
"alt_text_badge.title": "Téacs alt",
|
||||
"alt_text_modal.add_alt_text": "Cuir téacs alt leis",
|
||||
"alt_text_modal.add_text_from_image": "Cuir téacs ón íomhá leis",
|
||||
@@ -126,7 +126,7 @@
|
||||
"annual_report.summary.highlighted_post.by_replies": "post leis an líon is mó freagraí",
|
||||
"annual_report.summary.highlighted_post.possessive": "{name}'s",
|
||||
"annual_report.summary.most_used_app.most_used_app": "aip is mó a úsáidtear",
|
||||
"annual_report.summary.most_used_hashtag.most_used_hashtag": "hashtag is mó a úsáidtear",
|
||||
"annual_report.summary.most_used_hashtag.most_used_hashtag": "haischlib is mó a úsáidtear",
|
||||
"annual_report.summary.most_used_hashtag.none": "Dada",
|
||||
"annual_report.summary.new_posts.new_posts": "postanna nua",
|
||||
"annual_report.summary.percentile.text": "<topLabel>Cuireann sé sin i mbarr</topLabel><percentage></percentage><bottomLabel> úsáideoirí {domain}.</bottomLabel> thú",
|
||||
@@ -140,18 +140,18 @@
|
||||
"block_modal.they_cant_mention": "Ní féidir leo tú a lua ná a leanúint.",
|
||||
"block_modal.they_cant_see_posts": "Ní féidir leo do chuid postálacha a fheiceáil agus ní fheicfidh tú a gcuid postanna.",
|
||||
"block_modal.they_will_know": "Is féidir leo a fheiceáil go bhfuil bac orthu.",
|
||||
"block_modal.title": "An bhfuil fonn ort an t-úsáideoir a bhlocáil?",
|
||||
"block_modal.title": "Úsáideoir a bhlocáil?",
|
||||
"block_modal.you_wont_see_mentions": "Ní fheicfidh tú postálacha a luann iad.",
|
||||
"boost_modal.combo": "Is féidir leat {combo} a bhrú chun é seo a scipeáil an chéad uair eile",
|
||||
"boost_modal.reblog": "An post a threisiú?",
|
||||
"boost_modal.undo_reblog": "An deireadh a chur le postáil?",
|
||||
"bundle_column_error.copy_stacktrace": "Cóipeáil tuairisc earráide",
|
||||
"bundle_column_error.error.body": "Ní féidir an leathanach a iarradh a sholáthar. Seans gurb amhlaidh mar gheall ar fhabht sa chód, nó mar gheall ar mhíréireacht leis an mbrabhsálaí.",
|
||||
"bundle_column_error.error.title": "Ó, níl sé sin go maith!",
|
||||
"bundle_column_error.error.title": "Ó, ní hea!",
|
||||
"bundle_column_error.network.body": "Tharla earráid agus an leathanach á lódáil. Seans gur mar gheall ar fhadhb shealadach le do nasc idirlín nó i ndáil leis an bhfreastalaí seo atá sé.",
|
||||
"bundle_column_error.network.title": "Earráid líonra",
|
||||
"bundle_column_error.retry": "Bain triail as arís",
|
||||
"bundle_column_error.return": "Téigh abhaile",
|
||||
"bundle_column_error.return": "Téigh ar ais abhaile",
|
||||
"bundle_column_error.routing.body": "Ní féidir teacht ar an leathanach a iarradh. An bhfuil tú cinnte go bhfuil an URL sa seoladh i gceart?",
|
||||
"bundle_column_error.routing.title": "404",
|
||||
"bundle_modal_error.close": "Dún",
|
||||
@@ -163,7 +163,7 @@
|
||||
"closed_registrations_modal.preamble": "Ós rud é go bhfuil Mastodon díláraithe, is cuma cá háit a chruthaíonn tú do chuntas, beidh tú in ann idirghníomhú le haon duine ar an bhfreastalaí seo agus iad a leanúint. Is féidir fiú é a féin-óstáil!",
|
||||
"closed_registrations_modal.title": "Cláraigh le Mastodon",
|
||||
"column.about": "Maidir le",
|
||||
"column.blocks": "Cuntais choiscthe",
|
||||
"column.blocks": "Úsáideoirí blocáilte",
|
||||
"column.bookmarks": "Leabharmharcanna",
|
||||
"column.community": "Amlíne áitiúil",
|
||||
"column.create_list": "Cruthaigh liosta",
|
||||
@@ -189,7 +189,7 @@
|
||||
"column_header.moveRight_settings": "Bog an colún ar dheis",
|
||||
"column_header.pin": "Pionna",
|
||||
"column_header.show_settings": "Taispeáin socruithe",
|
||||
"column_header.unpin": "Bain pionna",
|
||||
"column_header.unpin": "Díbhioráin",
|
||||
"column_search.cancel": "Cealaigh",
|
||||
"community.column_settings.local_only": "Áitiúil amháin",
|
||||
"community.column_settings.media_only": "Meáin Amháin",
|
||||
@@ -201,12 +201,12 @@
|
||||
"compose.published.open": "Oscail",
|
||||
"compose.saved.body": "Postáil sábháilte.",
|
||||
"compose_form.direct_message_warning_learn_more": "Tuilleadh eolais",
|
||||
"compose_form.encryption_warning": "Ní criptiú taobh-go-taobh déanta ar theachtaireachtaí ar Mhastodon. Ná roinn eolas íogair ar Mhastodon.",
|
||||
"compose_form.encryption_warning": "Ní bhíonn poist ar Mastodon criptithe ó cheann ceann. Ná roinn aon fhaisnéis íogair ar Mastodon.",
|
||||
"compose_form.hashtag_warning": "Ní áireofar an teachtaireacht seo faoi haischlib ar bith mar níl sí ar fáil don phobal. Ní féidir ach teachtaireachtaí poiblí a chuardach de réir haischlib.",
|
||||
"compose_form.lock_disclaimer": "Níl an cuntas seo {locked}. Féadfaidh duine ar bith tú a leanúint agus na postálacha atá dírithe agat ar do lucht leanúna amháin a fheiceáil.",
|
||||
"compose_form.lock_disclaimer.lock": "faoi ghlas",
|
||||
"compose_form.placeholder": "Cad atá ag tarlú?",
|
||||
"compose_form.poll.duration": "Achar suirbhéanna",
|
||||
"compose_form.placeholder": "Cad atá ar d’intinn?",
|
||||
"compose_form.poll.duration": "Fad an vótaíochta",
|
||||
"compose_form.poll.multiple": "Ilrogha",
|
||||
"compose_form.poll.option_placeholder": "Rogha {number}",
|
||||
"compose_form.poll.single": "Rogha aonair",
|
||||
@@ -220,7 +220,7 @@
|
||||
"compose_form.spoiler.unmarked": "Cuir rabhadh ábhair",
|
||||
"compose_form.spoiler_placeholder": "Rabhadh ábhair (roghnach)",
|
||||
"confirmation_modal.cancel": "Cealaigh",
|
||||
"confirmations.block.confirm": "Bac",
|
||||
"confirmations.block.confirm": "Bloc",
|
||||
"confirmations.delete.confirm": "Scrios",
|
||||
"confirmations.delete.message": "An bhfuil tú cinnte gur mhaith leat an phostáil seo a scriosadh?",
|
||||
"confirmations.delete.title": "Scrios postáil?",
|
||||
@@ -241,7 +241,7 @@
|
||||
"confirmations.follow_to_list.title": "Lean an t-úsáideoir?",
|
||||
"confirmations.logout.confirm": "Logáil amach",
|
||||
"confirmations.logout.message": "An bhfuil tú cinnte gur mhaith leat logáil amach?",
|
||||
"confirmations.logout.title": "Logáil Amach?",
|
||||
"confirmations.logout.title": "Logáil amach?",
|
||||
"confirmations.missing_alt_text.confirm": "Cuir téacs alt leis",
|
||||
"confirmations.missing_alt_text.message": "Tá meáin gan alt téacs i do phostáil. Má chuirtear tuairiscí leis, cabhraíonn sé seo leat d’inneachar a rochtain do níos mó daoine.",
|
||||
"confirmations.missing_alt_text.secondary": "Post ar aon nós",
|
||||
@@ -449,7 +449,7 @@
|
||||
"hints.profiles.see_more_followers": "Féach ar a thuilleadh leantóirí ar {domain}",
|
||||
"hints.profiles.see_more_follows": "Féach tuilleadh seo a leanas ar {domain}",
|
||||
"hints.profiles.see_more_posts": "Féach ar a thuilleadh postálacha ar {domain}",
|
||||
"home.column_settings.show_quotes": "Taispeáin Sleachta",
|
||||
"home.column_settings.show_quotes": "Taispeáin sleachta",
|
||||
"home.column_settings.show_reblogs": "Taispeáin moltaí",
|
||||
"home.column_settings.show_replies": "Taispeán freagraí",
|
||||
"home.hide_announcements": "Cuir fógraí i bhfolach",
|
||||
@@ -678,7 +678,7 @@
|
||||
"notifications.column_settings.mention": "Tráchtanna:",
|
||||
"notifications.column_settings.poll": "Torthaí suirbhéanna:",
|
||||
"notifications.column_settings.push": "Brúfhógraí",
|
||||
"notifications.column_settings.quote": "Luachain:",
|
||||
"notifications.column_settings.quote": "Sleachta:",
|
||||
"notifications.column_settings.reblog": "Moltaí:",
|
||||
"notifications.column_settings.show": "Taispeáin i gcolún",
|
||||
"notifications.column_settings.sound": "Seinn an fhuaim",
|
||||
@@ -755,14 +755,14 @@
|
||||
"privacy.public.long": "Duine ar bith ar agus amach Mastodon",
|
||||
"privacy.public.short": "Poiblí",
|
||||
"privacy.quote.anyone": "{visibility}, is féidir le duine ar bith lua",
|
||||
"privacy.quote.disabled": "{visibility}, comharthaí athfhriotail díchumasaithe",
|
||||
"privacy.quote.limited": "{visibility}, luachana teoranta",
|
||||
"privacy.quote.disabled": "{visibility}, sleachta díchumasaithe",
|
||||
"privacy.quote.limited": "{visibility}, sleachta teoranta",
|
||||
"privacy.unlisted.additional": "Iompraíonn sé seo díreach mar a bheadh poiblí, ach amháin ní bheidh an postáil le feiceáil i bhfothaí beo nó i hashtags, in iniúchadh nó i gcuardach Mastodon, fiú má tá tú liostáilte ar fud an chuntais.",
|
||||
"privacy.unlisted.long": "I bhfolach ó thorthaí cuardaigh Mastodon, treochtaí, agus amlínte poiblí",
|
||||
"privacy.unlisted.short": "Poiblí ciúin",
|
||||
"privacy_policy.last_updated": "Nuashonraithe {date}",
|
||||
"privacy_policy.title": "Polasaí príobháideachais",
|
||||
"quote_error.edit": "Ní féidir Sleachta a chur leis agus post á chur in eagar.",
|
||||
"quote_error.edit": "Ní féidir sleachta a chur leis agus post á chur in eagar.",
|
||||
"quote_error.poll": "Ní cheadaítear lua le pobalbhreitheanna.",
|
||||
"quote_error.private_mentions": "Ní cheadaítear lua le tagairtí díreacha.",
|
||||
"quote_error.quote": "Ní cheadaítear ach luachan amháin ag an am.",
|
||||
@@ -877,7 +877,7 @@
|
||||
"status.admin_account": "Oscail comhéadan modhnóireachta do @{name}",
|
||||
"status.admin_domain": "Oscail comhéadan modhnóireachta le haghaidh {domain}",
|
||||
"status.admin_status": "Oscail an postáil seo sa chomhéadan modhnóireachta",
|
||||
"status.all_disabled": "Tá borradh agus luachana díchumasaithe",
|
||||
"status.all_disabled": "Tá treisiúcháin agus sleachta díchumasaithe",
|
||||
"status.block": "Bac @{name}",
|
||||
"status.bookmark": "Leabharmharcanna",
|
||||
"status.cancel_reblog_private": "Dímhol",
|
||||
@@ -934,7 +934,7 @@
|
||||
"status.quote_policy_change": "Athraigh cé a fhéadann luachan a thabhairt",
|
||||
"status.quote_post_author": "Luaigh mé post le @{name}",
|
||||
"status.quote_private": "Ní féidir poist phríobháideacha a lua",
|
||||
"status.quotes": "{count, plural, one {sliocht} few {sliocht} other {sliocht}}",
|
||||
"status.quotes": "{count, plural, one {sleacht} few {sleachta} other {sleachta}}",
|
||||
"status.quotes.empty": "Níl an post seo luaite ag aon duine go fóill. Nuair a dhéanann duine é, taispeánfar anseo é.",
|
||||
"status.quotes.local_other_disclaimer": "Ní thaispeánfar sleachta ar dhiúltaigh an t-údar dóibh.",
|
||||
"status.quotes.remote_other_disclaimer": "Níl ráthaíocht ann go dtaispeánfar anseo ach sleachta ó {domain}. Ní thaispeánfar sleachta ar dhiúltaigh an t-údar dóibh.",
|
||||
@@ -993,7 +993,7 @@
|
||||
"upload_button.label": "Cuir íomhánna, físeán nó comhad fuaime leis",
|
||||
"upload_error.limit": "Sáraíodh an teorainn uaslódála comhaid.",
|
||||
"upload_error.poll": "Ní cheadaítear uaslódáil comhad le pobalbhreith.",
|
||||
"upload_error.quote": "Ní cheadaítear uaslódáil comhaid le comharthaí athfhriotail.",
|
||||
"upload_error.quote": "Ní cheadaítear uaslódáil comhaid le sleachta.",
|
||||
"upload_form.drag_and_drop.instructions": "Chun ceangaltán meán a phiocadh suas, brúigh spás nó cuir isteach. Agus tú ag tarraingt, bain úsáid as na heochracha saigheada chun an ceangaltán meán a bhogadh i dtreo ar bith. Brúigh spás nó cuir isteach arís chun an ceangaltán meán a scaoileadh ina phost nua, nó brúigh éalú chun cealú.",
|
||||
"upload_form.drag_and_drop.on_drag_cancel": "Cuireadh an tarraingt ar ceal. Scaoileadh ceangaltán meán {item}.",
|
||||
"upload_form.drag_and_drop.on_drag_end": "Scaoileadh ceangaltán meán {item}.",
|
||||
@@ -1019,11 +1019,11 @@
|
||||
"video.volume_up": "Toirt suas",
|
||||
"visibility_modal.button_title": "Socraigh infheictheacht",
|
||||
"visibility_modal.direct_quote_warning.text": "Má shábhálann tú na socruithe reatha, déanfar an luachan leabaithe a thiontú ina nasc.",
|
||||
"visibility_modal.direct_quote_warning.title": "Ní féidir luachana a leabú i luanna príobháideacha",
|
||||
"visibility_modal.direct_quote_warning.title": "Ní féidir sleachta a leabú i dtráchtanna príobháideacha",
|
||||
"visibility_modal.header": "Infheictheacht agus idirghníomhaíocht",
|
||||
"visibility_modal.helper.direct_quoting": "Ní féidir le daoine eile tráchtanna príobháideacha a scríobhadh ar Mastodon a lua.",
|
||||
"visibility_modal.helper.privacy_editing": "Ní féidir infheictheacht a athrú tar éis post a fhoilsiú.",
|
||||
"visibility_modal.helper.privacy_private_self_quote": "Ní féidir féin-luachanna ó phoist phríobháideacha a chur ar fáil don phobal.",
|
||||
"visibility_modal.helper.privacy_private_self_quote": "Ní féidir féin-sleachta ó phoist phríobháideacha a chur ar fáil don phobal.",
|
||||
"visibility_modal.helper.private_quoting": "Ní féidir le daoine eile poist atá scríofa ar Mastodon agus atá dírithe ar leanúna amháin a lua.",
|
||||
"visibility_modal.helper.unlisted_quoting": "Nuair a luann daoine thú, beidh a bpost i bhfolach ó amlínte treochta freisin.",
|
||||
"visibility_modal.instructions": "Rialaigh cé a fhéadfaidh idirghníomhú leis an bpost seo. Is féidir leat socruithe a chur i bhfeidhm ar gach post amach anseo trí nascleanúint a dhéanamh chuig <link>Sainroghanna > Réamhshocruithe Postála</link>.",
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
"column.favourites": "Annsachdan",
|
||||
"column.firehose": "An saoghal beò",
|
||||
"column.firehose_local": "Loidhne-ama bheò an fhrithealaiche seo",
|
||||
"column.firehose_singular": "Loidhne-ama bheò beò",
|
||||
"column.firehose_singular": "Loidhne-ama bheò",
|
||||
"column.follow_requests": "Iarrtasan leantainn",
|
||||
"column.home": "Dachaigh",
|
||||
"column.list_members": "Stiùir buill na liosta",
|
||||
@@ -254,7 +254,7 @@
|
||||
"confirmations.private_quote_notify.title": "A bheil thu airson a cho-roinneadh leis an luchd-leantainn ’s na cleachdaichean le iomradh orra?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Na cuiribh seo ’nam chuimhne a-rithist",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Tha mi agaibh",
|
||||
"confirmations.quiet_post_quote_info.message": "Nuair a luaidheas tu post a tha poblach ach sàmhach, thèid am post agad fhalach o loidhnichean-ama nan treandaichean.",
|
||||
"confirmations.quiet_post_quote_info.message": "Nuair a luaidheas tu post sàmhach, thèid am post agad fhalach o loidhnichean-ama nan treandaichean.",
|
||||
"confirmations.quiet_post_quote_info.title": "Luaidh air postaichean sàmhach",
|
||||
"confirmations.redraft.confirm": "Sguab às ⁊ dèan dreachd ùr",
|
||||
"confirmations.redraft.message": "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh às agus dreachd ùr a thòiseachadh? Caillidh tu gach annsachd is brosnachadh air agus thèid freagairtean dhan phost thùsail ’nan dìlleachdanan.",
|
||||
@@ -758,7 +758,7 @@
|
||||
"privacy.quote.disabled": "{visibility}, luaidh à comas",
|
||||
"privacy.quote.limited": "{visibility}, luaidh cuingichte",
|
||||
"privacy.unlisted.additional": "Tha seo coltach ris an fhaicsinneachd phoblach ach cha nochd am post air loidhnichean-ama an t-saoghail phoblaich, nan tagaichean hais no an rùrachaidh no ann an toraidhean luirg Mhastodon fiù ’s ma thug thu ro-aonta airson sin seachad.",
|
||||
"privacy.unlisted.long": "Poblach ach falaichte o na toraidhean-luirg, na treandaichean ’s na loichnichean-ama poblach",
|
||||
"privacy.unlisted.long": "Falaichte o na toraidhean-luirg, na treandaichean ’s na loidhnichean-ama poblach",
|
||||
"privacy.unlisted.short": "Sàmhach",
|
||||
"privacy_policy.last_updated": "An t-ùrachadh mu dheireadh {date}",
|
||||
"privacy_policy.title": "Poileasaidh prìobhaideachd",
|
||||
@@ -1031,6 +1031,6 @@
|
||||
"visibility_modal.quote_followers": "Luchd-leantainn a-mhàin",
|
||||
"visibility_modal.quote_label": "Cò dh’fhaodas luaidh",
|
||||
"visibility_modal.quote_nobody": "Mi fhìn a-mhàin",
|
||||
"visibility_modal.quote_public": "Neach sam bith",
|
||||
"visibility_modal.quote_public": "A h-uile duine",
|
||||
"visibility_modal.save": "Sàbhail"
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"account.badges.bot": "Automatizada",
|
||||
"account.badges.group": "Grupo",
|
||||
"account.block": "Bloquear @{name}",
|
||||
"account.block_domain": "Agochar todo de {domain}",
|
||||
"account.block_domain": "Bloquear o dominio {domain}",
|
||||
"account.block_short": "Bloquear",
|
||||
"account.blocked": "Bloqueada",
|
||||
"account.blocking": "Bloqueos",
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"about.domain_blocks.silenced.title": "Ograničen",
|
||||
"about.domain_blocks.suspended.explanation": "Podatci s ovog poslužitelja neće se obrađivati, pohranjivati ili razmjenjivati, što onemogućuje bilo kakvu interakciju ili komunikaciju s korisnicima s ovog poslužitelja.",
|
||||
"about.domain_blocks.suspended.title": "Suspendiran",
|
||||
"about.language_label": "Jezik",
|
||||
"about.not_available": "Te informacije nisu dostupne na ovom poslužitelju.",
|
||||
"about.powered_by": "Decentralizirani društveni mediji koje pokreće {mastodon}",
|
||||
"about.rules": "Pravila servera",
|
||||
@@ -23,12 +24,16 @@
|
||||
"account.direct": "Privatno spomeni @{name}",
|
||||
"account.disable_notifications": "Nemoj me obavjestiti kada @{name} napravi objavu",
|
||||
"account.edit_profile": "Uredi profil",
|
||||
"account.edit_profile_short": "Uredi",
|
||||
"account.enable_notifications": "Obavjesti me kada @{name} napravi objavu",
|
||||
"account.endorse": "Istakni na profilu",
|
||||
"account.featured_tags.last_status_at": "Zadnji post {date}",
|
||||
"account.featured_tags.last_status_never": "Nema postova",
|
||||
"account.follow": "Prati",
|
||||
"account.follow_back": "Slijedi natrag",
|
||||
"account.follow_request_cancel": "Poništi zahtjev",
|
||||
"account.follow_request_cancel_short": "Odustani",
|
||||
"account.follow_request_short": "Zatraži",
|
||||
"account.followers": "Pratitelji",
|
||||
"account.followers.empty": "Nitko još ne prati korisnika/cu.",
|
||||
"account.following": "Pratim",
|
||||
@@ -76,6 +81,11 @@
|
||||
"alert.rate_limited.title": "Ograničenje učestalosti",
|
||||
"alert.unexpected.message": "Dogodila se neočekivana greška.",
|
||||
"alert.unexpected.title": "Ups!",
|
||||
"alt_text_badge.title": "Alternativni tekst",
|
||||
"alt_text_modal.add_alt_text": "Dodaj altenativni tekst",
|
||||
"alt_text_modal.add_text_from_image": "Dodaj tekst iz slike",
|
||||
"alt_text_modal.cancel": "Odustani",
|
||||
"alt_text_modal.done": "Gotovo",
|
||||
"announcement.announcement": "Najava",
|
||||
"attachments_list.unprocessed": "(neobrađeno)",
|
||||
"audio.hide": "Sakrij audio",
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"account.languages": "Breyta tungumálum í áskrift",
|
||||
"account.link_verified_on": "Eignarhald á þessum tengli var athugað þann {date}",
|
||||
"account.locked_info": "Staða gagnaleyndar á þessum aðgangi er stillt á læsingu. Eigandinn yfirfer handvirkt hverjir geti fylgst með honum.",
|
||||
"account.media": "Myndskrár",
|
||||
"account.media": "Myndefni",
|
||||
"account.mention": "Minnast á @{name}",
|
||||
"account.moved_to": "{name} hefur gefið til kynna að nýi notandaaðgangurinn sé:",
|
||||
"account.mute": "Þagga niður í @{name}",
|
||||
@@ -70,7 +70,7 @@
|
||||
"account.muted": "Þaggaður",
|
||||
"account.muting": "Þöggun",
|
||||
"account.mutual": "Þið fylgist með hvor öðrum",
|
||||
"account.no_bio": "Engri lýsingu útvegað.",
|
||||
"account.no_bio": "Engin lýsing gefin upp.",
|
||||
"account.open_original_page": "Opna upprunalega síðu",
|
||||
"account.posts": "Færslur",
|
||||
"account.posts_with_replies": "Færslur og svör",
|
||||
@@ -315,7 +315,7 @@
|
||||
"dropdown.empty": "Veldu valkost",
|
||||
"embed.instructions": "Felldu þessa færslu inn í vefsvæðið þitt með því að afrita kóðann hér fyrir neðan.",
|
||||
"embed.preview": "Svona mun þetta líta út:",
|
||||
"emoji_button.activity": "Virkni",
|
||||
"emoji_button.activity": "Athafnir",
|
||||
"emoji_button.clear": "Hreinsa",
|
||||
"emoji_button.custom": "Sérsniðin",
|
||||
"emoji_button.flags": "Flögg",
|
||||
@@ -606,8 +606,8 @@
|
||||
"notification.admin.report_statuses_other": "{name} kærði {target}",
|
||||
"notification.admin.sign_up": "{name} skráði sig",
|
||||
"notification.admin.sign_up.name_and_others": "{name} og {count, plural, one {# í viðbót hefur} other {# í viðbót hafa}} skráð sig",
|
||||
"notification.annual_report.message": "{year} á #Wrapstodon bíður! Afhjúpaðu hvað bar hæst á árinu og minnistæðustu augnablikin á Mastodon!",
|
||||
"notification.annual_report.view": "Skoða #Wrapstodon",
|
||||
"notification.annual_report.message": "Ársuppgjörið {year} bíður á #Wrapstodon! Afhjúpaðu hvað bar hæst á árinu og minnistæðustu augnablikin á Mastodon!",
|
||||
"notification.annual_report.view": "Skoða ársuppgjör á #Wrapstodon",
|
||||
"notification.favourite": "{name} setti færsluna þína í eftirlæti",
|
||||
"notification.favourite.name_and_others_with_link": "{name} og <a>{count, plural, one {# í viðbót hefur} other {# í viðbót hafa}}</a> sett færsluna þína í eftirlæti",
|
||||
"notification.favourite_pm": "{name} setti í eftirlæti færslu í einkaspjalli þar sem þú minntist á viðkomandi",
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"about.domain_blocks.suspended.title": "Sospeso",
|
||||
"about.language_label": "Lingua",
|
||||
"about.not_available": "Queste informazioni non sono state rese disponibili su questo server.",
|
||||
"about.powered_by": "Social media decentralizzato alimentato da {mastodon}",
|
||||
"about.powered_by": "Social media decentralizzato basato su {mastodon}",
|
||||
"about.rules": "Regole del server",
|
||||
"account.account_note_header": "Note personali",
|
||||
"account.add_or_remove_from_list": "Aggiungi o Rimuovi dalle liste",
|
||||
@@ -31,10 +31,10 @@
|
||||
"account.edit_profile_short": "Modifica",
|
||||
"account.enable_notifications": "Avvisami quando @{name} pubblica un post",
|
||||
"account.endorse": "In evidenza sul profilo",
|
||||
"account.familiar_followers_many": "Seguito da {name1}, {name2}, e {othersCount, plural, one {un altro che conosci} other {# altri che conosci}}",
|
||||
"account.familiar_followers_many": "Seguito da {name1}, {name2}, e {othersCount, plural, one {un altro che conosci} other {altri # che conosci}}",
|
||||
"account.familiar_followers_one": "Seguito da {name1}",
|
||||
"account.familiar_followers_two": "Seguito da {name1} e {name2}",
|
||||
"account.featured": "In primo piano",
|
||||
"account.featured": "In evidenza",
|
||||
"account.featured.accounts": "Profili",
|
||||
"account.featured.hashtags": "Hashtag",
|
||||
"account.featured_tags.last_status_at": "Ultimo post il {date}",
|
||||
@@ -42,13 +42,13 @@
|
||||
"account.follow": "Segui",
|
||||
"account.follow_back": "Segui a tua volta",
|
||||
"account.follow_back_short": "Segui a tua volta",
|
||||
"account.follow_request": "Richiesta di seguire",
|
||||
"account.follow_request": "Richiedi di seguire",
|
||||
"account.follow_request_cancel": "Annulla la richiesta",
|
||||
"account.follow_request_cancel_short": "Annulla",
|
||||
"account.follow_request_short": "Richiesta",
|
||||
"account.followers": "Follower",
|
||||
"account.followers.empty": "Ancora nessuno segue questo utente.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} seguace} other {{counter} seguaci}}",
|
||||
"account.followers_counter": "{count, plural, one {{counter} follower} other {{counter} follower}}",
|
||||
"account.followers_you_know_counter": "{counter} che conosci",
|
||||
"account.following": "Seguiti",
|
||||
"account.following_counter": "{count, plural, one {{counter} segui} other {{counter} seguiti}}",
|
||||
@@ -74,7 +74,7 @@
|
||||
"account.open_original_page": "Apri la pagina originale",
|
||||
"account.posts": "Post",
|
||||
"account.posts_with_replies": "Post e risposte",
|
||||
"account.remove_from_followers": "Rimuovi {name} dai seguaci",
|
||||
"account.remove_from_followers": "Rimuovi {name} dai follower",
|
||||
"account.report": "Segnala @{name}",
|
||||
"account.requested_follow": "{name} ha richiesto di seguirti",
|
||||
"account.requests_to_follow_you": "Richieste di seguirti",
|
||||
@@ -97,8 +97,8 @@
|
||||
"admin.dashboard.retention.cohort": "Mese d'iscrizione",
|
||||
"admin.dashboard.retention.cohort_size": "Nuovi utenti",
|
||||
"admin.impact_report.instance_accounts": "Profili di account che questo eliminerebbe",
|
||||
"admin.impact_report.instance_followers": "I seguaci che i nostri utenti perderebbero",
|
||||
"admin.impact_report.instance_follows": "I seguaci che i loro utenti perderebbero",
|
||||
"admin.impact_report.instance_followers": "I follower che i nostri utenti perderebbero",
|
||||
"admin.impact_report.instance_follows": "I follower che i loro utenti perderebbero",
|
||||
"admin.impact_report.title": "Riepilogo dell'impatto",
|
||||
"alert.rate_limited.message": "Sei pregato di riprovare dopo le {retry_time, time, medium}.",
|
||||
"alert.rate_limited.title": "Limitazione per eccesso di richieste",
|
||||
@@ -118,7 +118,7 @@
|
||||
"annual_report.summary.archetype.oracle": "L'oracolo",
|
||||
"annual_report.summary.archetype.pollster": "Sondaggista",
|
||||
"annual_report.summary.archetype.replier": "Utente socievole",
|
||||
"annual_report.summary.followers.followers": "seguaci",
|
||||
"annual_report.summary.followers.followers": "follower",
|
||||
"annual_report.summary.followers.total": "{count} in totale",
|
||||
"annual_report.summary.here_it_is": "Ecco il tuo {year} in sintesi:",
|
||||
"annual_report.summary.highlighted_post.by_favourites": "il post più apprezzato",
|
||||
@@ -203,7 +203,7 @@
|
||||
"compose_form.direct_message_warning_learn_more": "Scopri di più",
|
||||
"compose_form.encryption_warning": "I post su Mastodon non sono crittografati end-to-end. Non condividere alcuna informazione sensibile su Mastodon.",
|
||||
"compose_form.hashtag_warning": "Questo post non sarà elencato sotto alcun hashtag, poiché non è pubblico. Solo i post pubblici possono essere cercati per hashtag.",
|
||||
"compose_form.lock_disclaimer": "Il tuo profilo non è {locked}. Chiunque può seguirti per visualizzare i tuoi post per soli seguaci.",
|
||||
"compose_form.lock_disclaimer": "Il tuo profilo non è {locked}. Chiunque può seguirti per visualizzare i tuoi post per soli follower.",
|
||||
"compose_form.lock_disclaimer.lock": "bloccato",
|
||||
"compose_form.placeholder": "Cos'hai in mente?",
|
||||
"compose_form.poll.duration": "Durata del sondaggio",
|
||||
@@ -251,7 +251,7 @@
|
||||
"confirmations.private_quote_notify.confirm": "Pubblica il post",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Non mostrarmi più questo messaggio",
|
||||
"confirmations.private_quote_notify.message": "La persona che stai citando e le altre persone menzionate riceveranno una notifica e potranno visualizzare il tuo post, anche se non ti stanno seguendo.",
|
||||
"confirmations.private_quote_notify.title": "Condividere con i seguaci e gli utenti menzionati?",
|
||||
"confirmations.private_quote_notify.title": "Condividere con i follower e gli utenti menzionati?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Non ricordarmelo più",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Ho capito",
|
||||
"confirmations.quiet_post_quote_info.message": "Quando citi un post pubblico silenzioso, il tuo post verrà nascosto dalle timeline di tendenza.",
|
||||
@@ -259,9 +259,9 @@
|
||||
"confirmations.redraft.confirm": "Elimina e riscrivi",
|
||||
"confirmations.redraft.message": "Sei sicuro di voler eliminare questo post e riscriverlo? I preferiti e i boost andranno persi e le risposte al post originale non saranno più collegate.",
|
||||
"confirmations.redraft.title": "Eliminare e riformulare il post?",
|
||||
"confirmations.remove_from_followers.confirm": "Rimuovi il seguace",
|
||||
"confirmations.remove_from_followers.confirm": "Rimuovi il follower",
|
||||
"confirmations.remove_from_followers.message": "{name} smetterà di seguirti. Si è sicuri di voler procedere?",
|
||||
"confirmations.remove_from_followers.title": "Rimuovi il seguace?",
|
||||
"confirmations.remove_from_followers.title": "Rimuovere il follower?",
|
||||
"confirmations.revoke_quote.confirm": "Elimina il post",
|
||||
"confirmations.revoke_quote.message": "Questa azione non può essere annullata.",
|
||||
"confirmations.revoke_quote.title": "Rimuovere il post?",
|
||||
@@ -296,8 +296,8 @@
|
||||
"domain_block_modal.they_cant_follow": "Nessuno da questo server può seguirti.",
|
||||
"domain_block_modal.they_wont_know": "Non sapranno di essere stati bloccati.",
|
||||
"domain_block_modal.title": "Bloccare il dominio?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Perderai {followersCount, plural, one {{followersCountDisplay} seguace} other {{followersCountDisplay} seguaci}} e {followingCount, plural, one {{followingCountDisplay} persona che segui} other {{followingCountDisplay} persone che segui}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Perderai tutti i seguaci e le persone che segui da questo server.",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Perderai {followersCount, plural, one {{followersCountDisplay} follower} other {{followersCountDisplay} follower}} e {followingCount, plural, one {{followingCountDisplay} persona che segui} other {{followingCountDisplay} persone che segui}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Perderai tutti i follower e le persone che segui da questo server.",
|
||||
"domain_block_modal.you_wont_see_posts": "Non vedrai post o notifiche dagli utenti su questo server.",
|
||||
"domain_pill.activitypub_lets_connect": "Ti consente di connetterti e interagire con le persone non solo su Mastodon, ma anche su diverse app social.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub è come la lingua che Mastodon parla con altri social network.",
|
||||
@@ -310,7 +310,7 @@
|
||||
"domain_pill.who_they_are": "Poiché i nomi univoci indicano chi sia qualcuno e dove si trovi, puoi interagire con le persone attraverso la rete sociale delle <button>piattaforme basate su ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Poiché il tuo nome univoco indica chi tu sia e dove ti trovi, le persone possono interagire con te sulla rete sociale delle <button>piattaforme basate su ActivityPub</button>.",
|
||||
"domain_pill.your_handle": "Il tuo nome univoco:",
|
||||
"domain_pill.your_server": "La tua casa digitale, dove vivono tutti i tuoi post. Non ti piace questa? Cambia server in qualsiasi momento e porta con te anche i tuoi seguaci.",
|
||||
"domain_pill.your_server": "La tua casa digitale, dove vivono tutti i tuoi post. Non ti piace questa? Cambia server in qualsiasi momento e porta con te anche i tuoi follower.",
|
||||
"domain_pill.your_username": "Il tuo identificatore univoco su questo server. È possibile trovare utenti con lo stesso nome utente su server diversi.",
|
||||
"dropdown.empty": "Seleziona un'opzione",
|
||||
"embed.instructions": "Incorpora questo post sul tuo sito web, copiando il seguente codice.",
|
||||
@@ -332,7 +332,7 @@
|
||||
"emoji_button.travel": "Viaggi & Luoghi",
|
||||
"empty_column.account_featured.me": "Non hai ancora messo in evidenza nulla. Sapevi che puoi mettere in evidenza gli hashtag che usi più spesso e persino gli account dei tuoi amici sul tuo profilo?",
|
||||
"empty_column.account_featured.other": "{acct} non ha ancora messo in evidenza nulla. Sapevi che puoi mettere in evidenza gli hashtag che usi più spesso e persino gli account dei tuoi amici sul tuo profilo?",
|
||||
"empty_column.account_featured_other.unknown": "Questo account non ha ancora pubblicato nulla.",
|
||||
"empty_column.account_featured_other.unknown": "Questo account non ha ancora messo nulla in evidenza.",
|
||||
"empty_column.account_hides_collections": "Questo utente ha scelto di non rendere disponibili queste informazioni",
|
||||
"empty_column.account_suspended": "Profilo sospeso",
|
||||
"empty_column.account_timeline": "Nessun post qui!",
|
||||
@@ -405,7 +405,7 @@
|
||||
"follow_suggestions.hints.most_followed": "Questo profilo è uno dei più seguiti su {domain}.",
|
||||
"follow_suggestions.hints.most_interactions": "Recentemente, questo profilo ha ricevuto molta attenzione su {domain}.",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "Questo profilo è simile ai profili che hai seguito più recentemente.",
|
||||
"follow_suggestions.personalized_suggestion": "Suggerimenti personalizzati",
|
||||
"follow_suggestions.personalized_suggestion": "Suggerimento personalizzato",
|
||||
"follow_suggestions.popular_suggestion": "Suggerimento frequente",
|
||||
"follow_suggestions.popular_suggestion_longer": "Popolare su {domain}",
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Simile ai profili che hai seguito di recente",
|
||||
@@ -443,14 +443,14 @@
|
||||
"hashtag.unfeature": "Non mettere in evidenza sul profilo",
|
||||
"hashtag.unfollow": "Smetti di seguire l'hashtag",
|
||||
"hashtags.and_other": "…e {count, plural, other {# in più}}",
|
||||
"hints.profiles.followers_may_be_missing": "I seguaci per questo profilo potrebbero essere mancanti.",
|
||||
"hints.profiles.followers_may_be_missing": "I follower per questo profilo potrebbero essere mancanti.",
|
||||
"hints.profiles.follows_may_be_missing": "I profili seguiti per questo profilo potrebbero essere mancanti.",
|
||||
"hints.profiles.posts_may_be_missing": "Alcuni post da questo profilo potrebbero essere mancanti.",
|
||||
"hints.profiles.see_more_followers": "Vedi altri seguaci su {domain}",
|
||||
"hints.profiles.see_more_followers": "Vedi altri follower su {domain}",
|
||||
"hints.profiles.see_more_follows": "Vedi altri profili seguiti su {domain}",
|
||||
"hints.profiles.see_more_posts": "Vedi altri post su {domain}",
|
||||
"home.column_settings.show_quotes": "Mostra le citazioni",
|
||||
"home.column_settings.show_reblogs": "Mostra reblog",
|
||||
"home.column_settings.show_reblogs": "Mostra le condivisioni",
|
||||
"home.column_settings.show_replies": "Mostra risposte",
|
||||
"home.hide_announcements": "Nascondi annunci",
|
||||
"home.pending_critical_update.body": "Ti preghiamo di aggiornare il tuo server di Mastodon, il prima possibile!",
|
||||
@@ -505,7 +505,7 @@
|
||||
"keyboard_shortcuts.open_media": "Apre i multimedia",
|
||||
"keyboard_shortcuts.pinned": "Apre l'elenco dei post fissati",
|
||||
"keyboard_shortcuts.profile": "Apre il profilo dell'autore",
|
||||
"keyboard_shortcuts.quote": "Cita il post",
|
||||
"keyboard_shortcuts.quote": "Cita post",
|
||||
"keyboard_shortcuts.reply": "Risponde al post",
|
||||
"keyboard_shortcuts.requests": "Apre l'elenco delle richieste di seguirti",
|
||||
"keyboard_shortcuts.search": "Focalizza sulla barra di ricerca",
|
||||
@@ -580,7 +580,7 @@
|
||||
"navigation_bar.filters": "Parole silenziate",
|
||||
"navigation_bar.follow_requests": "Richieste di seguirti",
|
||||
"navigation_bar.followed_tags": "Hashtag seguiti",
|
||||
"navigation_bar.follows_and_followers": "Seguiti e seguaci",
|
||||
"navigation_bar.follows_and_followers": "Seguiti e follower",
|
||||
"navigation_bar.import_export": "Importa ed esporta",
|
||||
"navigation_bar.lists": "Liste",
|
||||
"navigation_bar.live_feed_local": "Feed in diretta (locale)",
|
||||
@@ -639,9 +639,9 @@
|
||||
"notification.reblog.name_and_others_with_link": "{name} e <a>{count, plural, one {# altro} other {altri #}}</a> hanno condiviso il tuo post",
|
||||
"notification.relationships_severance_event": "Connessioni perse con {name}",
|
||||
"notification.relationships_severance_event.account_suspension": "Un amministratore da {from} ha sospeso {target}, il che significa che non puoi più ricevere aggiornamenti da loro o interagire con loro.",
|
||||
"notification.relationships_severance_event.domain_block": "Un amministratore da {from} ha bloccato {target}, inclusi {followersCount} dei tuoi seguaci e {followingCount, plural, one {# account} other {# account}} che segui.",
|
||||
"notification.relationships_severance_event.domain_block": "Un amministratore da {from} ha bloccato {target}, inclusi {followersCount} dei tuoi follower e {followingCount, plural, one {# account} other {# account}} che segui.",
|
||||
"notification.relationships_severance_event.learn_more": "Scopri di più",
|
||||
"notification.relationships_severance_event.user_domain_block": "Tu hai bloccato {target}, rimuovendo {followersCount} dei tuoi seguaci e {followingCount, plural, one {# account} other {# account}} che segui.",
|
||||
"notification.relationships_severance_event.user_domain_block": "Hai bloccato {target}, rimuovendo {followersCount} dei tuoi follower e {followingCount, plural, one {# account} other {# account}} che segui.",
|
||||
"notification.status": "{name} ha appena pubblicato un post",
|
||||
"notification.update": "{name} ha modificato un post",
|
||||
"notification_requests.accept": "Accetta",
|
||||
@@ -672,7 +672,7 @@
|
||||
"notifications.column_settings.favourite": "Preferiti:",
|
||||
"notifications.column_settings.filter_bar.advanced": "Mostra tutte le categorie",
|
||||
"notifications.column_settings.filter_bar.category": "Barra del filtro veloce",
|
||||
"notifications.column_settings.follow": "Nuovi seguaci:",
|
||||
"notifications.column_settings.follow": "Nuovi follower:",
|
||||
"notifications.column_settings.follow_request": "Nuove richieste di seguirti:",
|
||||
"notifications.column_settings.group": "Gruppo",
|
||||
"notifications.column_settings.mention": "Menzioni:",
|
||||
@@ -928,7 +928,7 @@
|
||||
"status.quote_error.pending_approval": "Post in attesa",
|
||||
"status.quote_error.pending_approval_popout.body": "Su Mastodon, puoi controllare se qualcuno può citarti. Questo post è in attesa dell'approvazione dell'autore originale.",
|
||||
"status.quote_error.revoked": "Post rimosso dall'autore",
|
||||
"status.quote_followers_only": "Solo i seguaci possono citare questo post",
|
||||
"status.quote_followers_only": "Solo i follower possono citare questo post",
|
||||
"status.quote_manual_review": "L'autore esaminerà manualmente",
|
||||
"status.quote_noun": "Citazione",
|
||||
"status.quote_policy_change": "Cambia chi può citare",
|
||||
@@ -941,7 +941,7 @@
|
||||
"status.read_more": "Leggi di più",
|
||||
"status.reblog": "Reblog",
|
||||
"status.reblog_or_quote": "Condividi o cita",
|
||||
"status.reblog_private": "Condividi di nuovo con i tuoi seguaci",
|
||||
"status.reblog_private": "Condividi di nuovo con i tuoi follower",
|
||||
"status.reblogged_by": "Rebloggato da {name}",
|
||||
"status.reblogs": "{count, plural, one {boost} other {boost}}",
|
||||
"status.reblogs.empty": "Ancora nessuno ha rebloggato questo post. Quando qualcuno lo farà, apparirà qui.",
|
||||
@@ -1024,11 +1024,11 @@
|
||||
"visibility_modal.helper.direct_quoting": "Le menzioni private scritte su Mastodon non possono essere citate da altri.",
|
||||
"visibility_modal.helper.privacy_editing": "La visibilità non può essere modificata dopo la pubblicazione di un post.",
|
||||
"visibility_modal.helper.privacy_private_self_quote": "Le autocitazioni di post privati non possono essere rese pubbliche.",
|
||||
"visibility_modal.helper.private_quoting": "I post scritti e riservati ai seguaci su Mastodon non possono essere citati da altri.",
|
||||
"visibility_modal.helper.private_quoting": "I post scritti e riservati ai follower su Mastodon non possono essere citati da altri.",
|
||||
"visibility_modal.helper.unlisted_quoting": "Quando le persone ti citano, il loro post verrà nascosto anche dalle timeline di tendenza.",
|
||||
"visibility_modal.instructions": "Controlla chi può interagire con questo post. Puoi anche applicare le impostazioni a tutti i post futuri andando su <link>Preferenze > Impostazioni predefinite per i post</link>.",
|
||||
"visibility_modal.privacy_label": "Visibilità",
|
||||
"visibility_modal.quote_followers": "Solo i seguaci",
|
||||
"visibility_modal.quote_followers": "Solo i follower",
|
||||
"visibility_modal.quote_label": "Chi può citare",
|
||||
"visibility_modal.quote_nobody": "Solo io",
|
||||
"visibility_modal.quote_public": "Chiunque",
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"account.featured_tags.last_status_never": "Ulac tisuffaɣ",
|
||||
"account.follow": "Ḍfer",
|
||||
"account.follow_back": "Ḍfer-it ula d kečč·mm",
|
||||
"account.follow_back_short": "Ḍfer-it ula d kečč·mm",
|
||||
"account.follow_request_cancel": "Semmet asuter",
|
||||
"account.follow_request_cancel_short": "Semmet",
|
||||
"account.follow_request_short": "Asuter",
|
||||
@@ -110,6 +111,7 @@
|
||||
"boost_modal.reblog": "Zuzer tasuffeɣt?",
|
||||
"bundle_column_error.copy_stacktrace": "Nɣel tuccḍa n uneqqis",
|
||||
"bundle_column_error.error.title": "Uh, ala !",
|
||||
"bundle_column_error.network.body": "Teḍra-d tuccḍa deg usali n usebter-a. Aya yezmer ad yili d ugur akudan deg tuqqna-inek·inem ɣer internet neɣ deg uqeddac-a.",
|
||||
"bundle_column_error.network.title": "Tuccḍa deg uẓeṭṭa",
|
||||
"bundle_column_error.retry": "Ɛreḍ tikelt-nniḍen",
|
||||
"bundle_column_error.return": "Uɣal ɣer ugejdan",
|
||||
@@ -181,6 +183,10 @@
|
||||
"confirmations.delete_list.message": "Tebɣiḍ s tidet ad tekkseḍ umuɣ-agi i lebda?",
|
||||
"confirmations.delete_list.title": "Tukksa n tebdart?",
|
||||
"confirmations.discard_draft.confirm": "Ttu-t u kemmel",
|
||||
"confirmations.discard_draft.edit.cancel": "Tuɣalin ar umaẓrag",
|
||||
"confirmations.discard_draft.edit.title": "Deggeṛ isenfal n yizen-ik·im?",
|
||||
"confirmations.discard_draft.post.cancel": "Tuɣalin ar urewway",
|
||||
"confirmations.discard_draft.post.title": "Deggeṛ arewway n yizen?",
|
||||
"confirmations.discard_edit_media.confirm": "Sefsex",
|
||||
"confirmations.follow_to_list.confirm": "Ḍfeṛ-it sakin rnu-t ɣer tebdart",
|
||||
"confirmations.follow_to_list.title": "Ḍfer aseqdac?",
|
||||
@@ -191,9 +197,11 @@
|
||||
"confirmations.missing_alt_text.secondary": "Suffeɣ akken yebɣu yili",
|
||||
"confirmations.missing_alt_text.title": "Rnu aḍris amlellay?",
|
||||
"confirmations.mute.confirm": "Sgugem",
|
||||
"confirmations.private_quote_notify.confirm": "Suffeɣ tasuffeɣt",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Ur iyi-d-smektay ara",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Gziɣ-t",
|
||||
"confirmations.redraft.confirm": "Kkes sakin ɛiwed tira",
|
||||
"confirmations.redraft.title": "Kkes sakin ɛiwed tira n tsuffeɣt?",
|
||||
"confirmations.remove_from_followers.confirm": "Kkes aneḍfar",
|
||||
"confirmations.revoke_quote.confirm": "Kkes tasuffeɣt",
|
||||
"confirmations.revoke_quote.title": "Kkes tasuffeɣt?",
|
||||
@@ -328,8 +336,11 @@
|
||||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} imtekki} other {{counter} n imtekkiyen}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} n tsuffeɣt} other {{counter} n tsuffaɣ}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} n tsuffeɣt} other {{counter} n tsuffaɣ}} ass-a",
|
||||
"hashtag.feature": "Welleh fell-as deg umaɣnu-inek·inem",
|
||||
"hashtag.follow": "Ḍfeṛ ahacṭag",
|
||||
"hashtag.mute": "Sgugem #{hashtag}",
|
||||
"hashtag.unfeature": "Ur ttwellih ara fell-as deg umaɣnu-inek·inem",
|
||||
"hashtag.unfollow": "Ḥbes aḍfar n uhacṭag",
|
||||
"hashtags.and_other": "…d {count, plural, one {}other {# nniḍen}}",
|
||||
"hints.profiles.see_more_posts": "Wali ugar n tsuffaɣ ɣef {domain}",
|
||||
"home.column_settings.show_quotes": "Sken-d tibdarin",
|
||||
|
||||
@@ -9,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,11 +20,13 @@
|
||||
"account.block_domain": "{domain} доменін бұғаттау",
|
||||
"account.block_short": "Бұғаттау",
|
||||
"account.blocked": "Бұғатталған",
|
||||
"account.blocking": "Бұғаттау",
|
||||
"account.cancel_follow_request": "Withdraw follow request",
|
||||
"account.direct": "@{name} жеке айту",
|
||||
"account.disable_notifications": "@{name} постары туралы ескертпеу",
|
||||
"account.domain_blocking": "Доменді бұғаттау",
|
||||
"account.edit_profile": "Профильді өңдеу",
|
||||
"account.edit_profile_short": "Түзеу",
|
||||
"account.enable_notifications": "@{name} постары туралы ескерту",
|
||||
"account.endorse": "Профильде ұсыну",
|
||||
"account.familiar_followers_many": "{name1}, {name2} және {othersCount, plural, one {сіз білетін тағы бір адам} other {сіз білетін тағы # адам}} жазылған",
|
||||
@@ -91,6 +94,9 @@
|
||||
"alert.rate_limited.title": "Бағалау шектеулі",
|
||||
"alert.unexpected.message": "Бір нәрсе дұрыс болмады.",
|
||||
"alert.unexpected.title": "Өй!",
|
||||
"alt_text_badge.title": "Балама мазмұны",
|
||||
"alt_text_modal.add_alt_text": "Балама мазмұнды қосу",
|
||||
"alt_text_modal.done": "Дайын",
|
||||
"announcement.announcement": "Хабарландыру",
|
||||
"boost_modal.combo": "Келесіде өткізіп жіберу үшін басыңыз {combo}",
|
||||
"bundle_column_error.retry": "Қайтадан көріңіз",
|
||||
|
||||
@@ -134,14 +134,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_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": "게시물을 부스트 취소할까요?",
|
||||
@@ -155,7 +155,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": "마스토돈은 분산화 되어 있기 때문에, 다른 서버에서 계정을 만들더라도 이 서버와 상호작용 할 수 있습니다.",
|
||||
"closed_registrations_modal.description": "{domain}은 현재 가입이 불가능합니다. 하지만 마스토돈을 이용하기 위해 꼭 {domain}을 사용할 필요는 없다는 사실을 인지해 두세요.",
|
||||
@@ -232,7 +232,7 @@
|
||||
"confirmations.discard_draft.edit.message": "편집중인 게시물 변경사항을 모두 잃게 됩니다.",
|
||||
"confirmations.discard_draft.edit.title": "게시물 변경사항을 삭제할까요?",
|
||||
"confirmations.discard_draft.post.cancel": "초안으로 돌아가기",
|
||||
"confirmations.discard_draft.post.message": "작성하고 있던 변경사항을 잃게 됩니다.",
|
||||
"confirmations.discard_draft.post.message": "계속 진행하면 현재 작성 중인 게시물이 삭제됩니다.",
|
||||
"confirmations.discard_draft.post.title": "게시물 초안을 삭제할까요?",
|
||||
"confirmations.discard_edit_media.confirm": "저장 안함",
|
||||
"confirmations.discard_edit_media.message": "미디어 설명이나 미리보기에 대한 저장하지 않은 변경사항이 있습니다. 버리시겠습니까?",
|
||||
@@ -243,17 +243,18 @@
|
||||
"confirmations.logout.message": "정말로 로그아웃 하시겠습니까?",
|
||||
"confirmations.logout.title": "로그아웃 할까요?",
|
||||
"confirmations.missing_alt_text.confirm": "대체 텍스트 추가",
|
||||
"confirmations.missing_alt_text.message": "대체 텍스트가 없는 미디어를 포함하고 있습니다. 설명을 추가하면 더 많은 사람들이 내 콘텐츠에 접근할 수 있습니다. ",
|
||||
"confirmations.missing_alt_text.message": "대체 텍스트가 없는 미디어가 포함되어 있습니다. 설명을 추가하면 더 많은 사람들이 내 콘텐츠에 접근할 수 있습니다.",
|
||||
"confirmations.missing_alt_text.secondary": "그냥 게시하기",
|
||||
"confirmations.missing_alt_text.title": "대체 텍스트를 추가할까요? ",
|
||||
"confirmations.mute.confirm": "뮤트",
|
||||
"confirmations.private_quote_notify.cancel": "편집으로 돌아가기",
|
||||
"confirmations.private_quote_notify.confirm": "게시",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "이 메시지를 다시 표시하지 않음",
|
||||
"confirmations.private_quote_notify.message": "인용하려는 사람과 멘션된 사람들은 나를 팔로우하지 않더라도 게시물에 대한 알림을 받으며 내용을 볼 수 있습니다.",
|
||||
"confirmations.private_quote_notify.message": "인용하려는 사용자 및 멘션된 다른 사람들에게 알림이 전송되며 상대방이 나를 팔로우하지 않더라도 해당 게시물을 볼 수 있습니다.",
|
||||
"confirmations.private_quote_notify.title": "팔로워 및 언급된 사용자에게 공유하시겠습니까?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "다시 보지 않기",
|
||||
"confirmations.quiet_post_quote_info.got_it": "알겠습니다",
|
||||
"confirmations.quiet_post_quote_info.message": "조용한 공개 게시물을 인용하면 그 게시물은 유행 타임라인에서 나타나지 않을 것입니다.",
|
||||
"confirmations.quiet_post_quote_info.message": "조용한 공개 게시물을 인용하면 해당 게시물은 트렌드 타임라인에 노출되지 않습니다.",
|
||||
"confirmations.quiet_post_quote_info.title": "조용한 공개 게시물 인용하기",
|
||||
"confirmations.redraft.confirm": "삭제하고 다시 쓰기",
|
||||
"confirmations.redraft.message": "정말로 이 게시물을 삭제하고 다시 쓰시겠습니까? 해당 게시물에 대한 부스트와 좋아요를 잃게 되고 원본에 대한 답장은 연결 되지 않습니다.",
|
||||
@@ -288,9 +289,9 @@
|
||||
"disabled_account_banner.text": "당신의 계정 {disabledAccount}는 현재 비활성화 상태입니다.",
|
||||
"dismissable_banner.community_timeline": "여기 있는 것들은 계정이 {domain}에 있는 사람들의 최근 공개 게시물들입니다.",
|
||||
"dismissable_banner.dismiss": "지우기",
|
||||
"dismissable_banner.public_timeline": "이것은 {domain}에서 팔로우한 사람들의 최신 공개 게시물들입니다.",
|
||||
"dismissable_banner.public_timeline": "이 게시물들은 {domain}에 있는 사람들이 팔로우하는 페디버스 사용자들의 최신 공개 게시물입니다.",
|
||||
"domain_block_modal.block": "서버 차단",
|
||||
"domain_block_modal.block_account_instead": "대신 @{name}를 차단",
|
||||
"domain_block_modal.block_account_instead": "대신 @{name} 차단",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "이 서버에 있는 사람들이 내 예전 게시물에 상호작용할 수는 있습니다.",
|
||||
"domain_block_modal.they_cant_follow": "이 서버의 누구도 나를 팔로우 할 수 없습니다.",
|
||||
"domain_block_modal.they_wont_know": "내가 차단했다는 사실을 모를 것입니다.",
|
||||
@@ -299,20 +300,20 @@
|
||||
"domain_block_modal.you_will_lose_relationships": "이 서버의 팔로워와 팔로우를 모두 잃게 됩니다.",
|
||||
"domain_block_modal.you_wont_see_posts": "이 서버 사용자의 게시물이나 알림을 보지 않게 됩니다.",
|
||||
"domain_pill.activitypub_lets_connect": "이것은 마스토돈 뿐만이 아니라 다른 소셜 앱들을 넘나들며 사람들을 연결하고 상호작용 할 수 있게 합니다.",
|
||||
"domain_pill.activitypub_like_language": "액티비티펍은 마스토돈이 다른 소셜 네트워크와 대화할 때 쓰는 언어 같은 것입니다.",
|
||||
"domain_pill.activitypub_like_language": "액티비티펍은 마스토돈이 다른 소셜 네트워크와 대화할 때 사용하는 언어입니다.",
|
||||
"domain_pill.server": "서버",
|
||||
"domain_pill.their_handle": "이 사람의 핸들:",
|
||||
"domain_pill.their_server": "그의 게시물이 살고 있는 디지털 거처입니다.",
|
||||
"domain_pill.their_username": "그의 서버에서 유일한 식별자입니다. 다른 서버에서 같은 사용자명을 가진 사용자를 찾을 수도 있습니다.",
|
||||
"domain_pill.their_server": "작성한 모든 글들이 담겨있는 디지털 공간입니다.",
|
||||
"domain_pill.their_username": "서버 내에서 사용되는 고유 식별자입니다. 서버마다 동일한 사용자명이 존재할 수 있습니다.",
|
||||
"domain_pill.username": "사용자명",
|
||||
"domain_pill.whats_in_a_handle": "핸들엔 무엇이 담겨 있나요?",
|
||||
"domain_pill.who_they_are": "핸들은 어디에 있는 누구인지를 나타내기 때문에 <button>액티비티펍을 사용하는 플랫폼</button>들의 소셜 웹을 넘나들며 사람들과 상호작용 할 수 있습니다.",
|
||||
"domain_pill.who_you_are": "내 핸들은 내가 어디에 있는 누군지 나타내기 때문에 사람들은 <button>액티비티펍</button>을 통해 소셜 웹을 넘나들며 나와 상호작용 할 수 있습니다.",
|
||||
"domain_pill.who_they_are": "핸들은 사용자가 누구이며 어디에 있는지 알려주므로 <button>액티비티펍 기반 플랫폼</button> 어디에서든 사람들과 자유롭게 소통할 수 있습니다.",
|
||||
"domain_pill.who_you_are": "사용자의 핸들은 본인이 누구이며 어디에 있는지 나타내므로 <button>액티비티펍 기반 플랫폼</button> 어디에서든 사용자님과 소통할 수 있습니다.",
|
||||
"domain_pill.your_handle": "내 핸들:",
|
||||
"domain_pill.your_server": "내 게시물들이 살고 있는 나의 디지털 거처입니다. 마음에 들지 않나요? 팔로워를 데리고 언제든지 다른 서버로 거처를 옮길 수도 있습니다.",
|
||||
"domain_pill.your_server": "작성한 모든 글들이 담기는 디지털 공간입니다. 지금 서버가 마음에 들지 않나요? 언제든지 팔로워와 함께 서버를 이전할 수 있습니다.",
|
||||
"domain_pill.your_username": "이 서버에서 유일한 내 식별자입니다. 다른 서버에서 같은 사용자명을 가진 사용자를 찾을 수도 있습니다.",
|
||||
"dropdown.empty": "옵션 선택",
|
||||
"embed.instructions": "아래의 코드를 복사하여 대화를 원하는 곳으로 공유하세요.",
|
||||
"embed.instructions": "아래 코드를 복사하여 이 게시물을 사용자님의 웹사이트에 임베드하세요.",
|
||||
"embed.preview": "이렇게 표시됩니다:",
|
||||
"emoji_button.activity": "활동",
|
||||
"emoji_button.clear": "지우기",
|
||||
@@ -344,7 +345,7 @@
|
||||
"empty_column.domain_blocks": "아직 차단한 도메인이 없습니다.",
|
||||
"empty_column.explore_statuses": "아직 유행하는 것이 없습니다. 나중에 다시 확인하세요!",
|
||||
"empty_column.favourited_statuses": "아직 좋아요한 게시물이 없습니다. 게시물을 좋아요 하면 여기에 나타납니다.",
|
||||
"empty_column.favourites": "아직 아무도 이 게시물을 좋아요를 하지 않았습니다. 누군가 좋아요를 하면 여기에 나타납니다.",
|
||||
"empty_column.favourites": "아직 아무도 이 게시물에 좋아요를 표시하지 않았습니다. 누군가 좋아요를 표시하면 여기서 확인할 수 있습니다.",
|
||||
"empty_column.follow_requests": "아직 팔로우 요청이 없습니다. 요청을 받았을 때 여기에 나타납니다.",
|
||||
"empty_column.followed_tags": "아직 아무 해시태그도 팔로우하고 있지 않습니다. 해시태그를 팔로우하면, 여기에 표시됩니다.",
|
||||
"empty_column.hashtag": "이 해시태그는 아직 사용되지 않았습니다.",
|
||||
@@ -354,10 +355,10 @@
|
||||
"empty_column.notification_requests": "깔끔합니다! 여기엔 아무 것도 없습니다. 알림을 받게 되면 설정에 따라 여기에 나타나게 됩니다.",
|
||||
"empty_column.notifications": "아직 알림이 없습니다. 다른 사람들이 당신에게 반응했을 때, 여기에서 볼 수 있습니다.",
|
||||
"empty_column.public": "여기엔 아직 아무 것도 없습니다! 공개적으로 무언가 포스팅하거나, 다른 서버의 사용자를 팔로우 해서 채워보세요",
|
||||
"error.unexpected_crash.explanation": "버그 혹은 브라우저 호환성 문제로 이 페이지를 올바르게 표시할 수 없습니다.",
|
||||
"error.unexpected_crash.explanation_addons": "이 페이지는 올바르게 보여질 수 없습니다. 브라우저 애드온이나 자동 번역 도구 등으로 인해 발생된 에러일 수 있습니다.",
|
||||
"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": "해당 기능을 비활성화한 뒤 다시 시도해 보세요. 여전히 해결되지 않는다면 다른 브라우저나 앱을 통해 마스토돈을 이용하실 수 있습니다.",
|
||||
"errors.unexpected_crash.copy_stacktrace": "에러 내용을 클립보드에 복사",
|
||||
"errors.unexpected_crash.report_issue": "문제 신고",
|
||||
"explore.suggested_follows": "사람들",
|
||||
@@ -394,13 +395,13 @@
|
||||
"firehose.remote": "다른 서버",
|
||||
"follow_request.authorize": "승인",
|
||||
"follow_request.reject": "거부",
|
||||
"follow_requests.unlocked_explanation": "귀하의 계정이 잠긴 계정이 아닐지라도, {domain} 스태프는 이 계정들의 팔로우 요청을 수동으로 처리해 주시면 좋겠다고 생각했습니다.",
|
||||
"follow_requests.unlocked_explanation": "사용자님의 계정이 잠금 상태는 아니지만, {domain} 관리자는 사용자님이 직접 이 계정들의 팔로우 요청을 검토하기를 원하실 수 있다고 판단했습니다.",
|
||||
"follow_suggestions.curated_suggestion": "스태프의 추천",
|
||||
"follow_suggestions.dismiss": "다시 보지 않기",
|
||||
"follow_suggestions.featured_longer": "{domain} 팀이 손수 고름",
|
||||
"follow_suggestions.friends_of_friends_longer": "내가 팔로우한 사람들 사이에서 인기",
|
||||
"follow_suggestions.hints.featured": "이 프로필은 {domain} 팀이 손수 선택했습니다.",
|
||||
"follow_suggestions.hints.friends_of_friends": "이 프로필은 내가 팔로우 하는 사람들에게서 유명합니다.",
|
||||
"follow_suggestions.hints.friends_of_friends": "이 프로필은 내가 팔로우 하는 사람들에게 인기가 있습니다.",
|
||||
"follow_suggestions.hints.most_followed": "이 프로필은 {domain}에서 가장 많이 팔로우 된 사람들 중 하나입니다.",
|
||||
"follow_suggestions.hints.most_interactions": "이 프로필은 최근 {domain}에서 많은 관심을 받았습니다.",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "이 프로필은 내가 최근에 팔로우 한 프로필들과 유사합니다.",
|
||||
@@ -426,13 +427,13 @@
|
||||
"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}를 제외하고",
|
||||
"hashtag.column_header.tag_mode.none": "{additional} 제외",
|
||||
"hashtag.column_settings.select.no_options_message": "추천할 내용이 없습니다",
|
||||
"hashtag.column_settings.select.placeholder": "해시태그를 입력하세요…",
|
||||
"hashtag.column_settings.tag_mode.all": "모두",
|
||||
"hashtag.column_settings.tag_mode.any": "어느것이든",
|
||||
"hashtag.column_settings.tag_mode.none": "이것들을 제외하고",
|
||||
"hashtag.column_settings.tag_toggle": "추가 해시태그를 이 칼럼에 포함하기",
|
||||
"hashtag.column_settings.tag_toggle": "이 열에 추가 해시태그 포함",
|
||||
"hashtag.counter_by_accounts": "{count, plural, other {참여자 {counter}명}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, other {게시물 {counter}개}}",
|
||||
"hashtag.counter_by_uses_today": "오늘 {count, plural, other {{counter} 개의 게시물}}",
|
||||
@@ -452,11 +453,11 @@
|
||||
"home.column_settings.show_reblogs": "부스트 표시",
|
||||
"home.column_settings.show_replies": "답글 표시",
|
||||
"home.hide_announcements": "공지사항 숨기기",
|
||||
"home.pending_critical_update.body": "서둘러 마스토돈 서버를 업데이트 하세요!",
|
||||
"home.pending_critical_update.body": "서둘러 마스토돈 서버를 업데이트하세요!",
|
||||
"home.pending_critical_update.link": "업데이트 보기",
|
||||
"home.pending_critical_update.title": "긴급 보안 업데이트가 있습니다!",
|
||||
"home.show_announcements": "공지사항 보기",
|
||||
"ignore_notifications_modal.disclaimer": "마스토돈은 당신이 그들의 알림을 무시했다는 걸 알려줄 수 없습니다. 알림을 무시한다고 해서 메시지가 오지 않는 것은 아닙니다.",
|
||||
"ignore_notifications_modal.disclaimer": "사용자들은 그들의 알림이 무시되었다는 사실을 알 수 없습니다. 알림을 무시하더라도 해당 사용자가 보내는 메세지는 전송됩니다.",
|
||||
"ignore_notifications_modal.filter_instead": "대신 필터로 거르기",
|
||||
"ignore_notifications_modal.filter_to_act_users": "여전히 사용자를 수락, 거절, 신고할 수 있습니다",
|
||||
"ignore_notifications_modal.filter_to_avoid_confusion": "필터링은 혼란을 예방하는데 도움이 될 수 있습니다",
|
||||
@@ -469,6 +470,7 @@
|
||||
"ignore_notifications_modal.private_mentions_title": "요청하지 않은 개인 멘션 알림을 무시할까요?",
|
||||
"info_button.label": "도움말",
|
||||
"info_button.what_is_alt_text": "<h1>대체 텍스트가 무엇인가요?</h1> <p>대체 텍스트는 저시력자, 낮은 인터넷 대역폭 사용자, 더 자세한 문맥을 위해 이미지에 대한 설명을 제공하는 것입니다.</p> <p>깔끔하고 간결하고 객관적인 대체 텍스트를 작성해 모두가 이해하기 쉽게 만들고 접근성이 높아질 수 있습니다.</p><ul><li>중요한 요소에 중점을 두세요</li> <li>이미지 안의 글자를 요약하세요</li> <li>정형화된 문장 구조를 사용하세요</li> <li>중복된 정보를 피하세요</li> <li>복잡한 시각자료(도표나 지도 같은)에선 추세와 주요 결과에 중점을 두세요</li> </ul>",
|
||||
"interaction_modal.action": "{name} 님의 게시물과 상호작용하려면 이용 중인 마스토돈 서버 계정으로 로그인하세요.",
|
||||
"interaction_modal.go": "이동",
|
||||
"interaction_modal.no_account_yet": "아직 계정이 없나요?",
|
||||
"interaction_modal.on_another_server": "다른 서버에",
|
||||
@@ -537,7 +539,7 @@
|
||||
"lists.done": "완료",
|
||||
"lists.edit": "리스트 편집",
|
||||
"lists.exclusive": "구성원을 홈에서 숨기기",
|
||||
"lists.exclusive_hint": "누군가가 이 리스트에 있으면 홈 피드에서는 숨겨 게시물을 두 번 보는 것을 방지합니다.",
|
||||
"lists.exclusive_hint": "이 리스트에 추가한 사용자는 중복으로 표시되는 것을 막기 위해 홈 피드에서 숨겨집니다.",
|
||||
"lists.find_users_to_add": "추가할 사용자 검색",
|
||||
"lists.list_members_count": "{count, plural, other {# 명}}",
|
||||
"lists.list_name": "리스트 이름",
|
||||
@@ -559,12 +561,12 @@
|
||||
"mute_modal.hide_from_notifications": "알림에서 숨기기",
|
||||
"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.show_options": "옵션 보기",
|
||||
"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": "관리",
|
||||
@@ -678,7 +680,7 @@
|
||||
"notifications.column_settings.push": "푸시 알림",
|
||||
"notifications.column_settings.quote": "인용:",
|
||||
"notifications.column_settings.reblog": "부스트:",
|
||||
"notifications.column_settings.show": "칼럼에 표시",
|
||||
"notifications.column_settings.show": "칼럼에서 보기",
|
||||
"notifications.column_settings.sound": "효과음 재생",
|
||||
"notifications.column_settings.status": "새 게시물:",
|
||||
"notifications.column_settings.unread_notifications.category": "읽지 않은 알림",
|
||||
@@ -753,7 +755,7 @@
|
||||
"privacy.public.long": "마스토돈 내외 모두",
|
||||
"privacy.public.short": "공개",
|
||||
"privacy.quote.anyone": "{visibility}, 누구나 인용 가능",
|
||||
"privacy.quote.disabled": "{visibility}, 인용 비활성화",
|
||||
"privacy.quote.disabled": "{visibility}, 인용 비활성",
|
||||
"privacy.quote.limited": "{visibility}, 제한된 인용",
|
||||
"privacy.unlisted.additional": "공개와 똑같지만 게시물이 실시간 피드나 해시태그, 둘러보기, (계정 설정에서 허용했더라도) 마스토돈 검색에서 제외됩니다.",
|
||||
"privacy.unlisted.long": "마스토돈 검색결과, 유행, 공개 타임라인에서 숨기기",
|
||||
@@ -1016,8 +1018,10 @@
|
||||
"video.volume_down": "음량 감소",
|
||||
"video.volume_up": "음량 증가",
|
||||
"visibility_modal.button_title": "공개범위 설정",
|
||||
"visibility_modal.direct_quote_warning.text": "현재 설정을 저장하면 포함된 인용은 링크로 변환됩니다.",
|
||||
"visibility_modal.direct_quote_warning.title": "비공개 멘션에는 게시물을 인용할 수 없습니다",
|
||||
"visibility_modal.header": "공개범위와 반응",
|
||||
"visibility_modal.helper.direct_quoting": "마스토돈에서 작성된 개인적인 멘션은 남들이 인용할 수 없습니다.",
|
||||
"visibility_modal.helper.direct_quoting": "마스토돈에서 작성한 개인 멘션은 타인이 인용할 수 없습니다.",
|
||||
"visibility_modal.helper.privacy_editing": "공개범위는 게시한 다음 수정할 수 없습니다.",
|
||||
"visibility_modal.helper.privacy_private_self_quote": "자신의 비공개 게시물을 공개 게시물로 인용할 수 없습니다.",
|
||||
"visibility_modal.helper.private_quoting": "마스토돈에서 작성된 팔로워 전용 게시물은 다른 사용자가 인용할 수 없습니다.",
|
||||
|
||||
@@ -239,14 +239,49 @@
|
||||
"status.admin_status": "Open this status in the moderation interface",
|
||||
"status.block": "Impedire @{name}",
|
||||
"status.bookmark": "Signa paginaris",
|
||||
"status.continued_thread": "Filum continuum",
|
||||
"status.copy": "Copy link to status",
|
||||
"status.delete": "Oblitterare",
|
||||
"status.delete.success": "Nuntius deletus",
|
||||
"status.detailed_status": "Conspectus colloquii accuratus",
|
||||
"status.direct": "Privatim mentionem fac @{name}",
|
||||
"status.direct_indicator": "Mentiō Privāta",
|
||||
"status.edit": "Recolere",
|
||||
"status.edited": "Novissime editum {date}",
|
||||
"status.edited_x_times": "Emendatum est {count, plural, one {{count} tempus} other {{count} tempora}}",
|
||||
"status.embed": "Codicem insitum accipe",
|
||||
"status.favourite": "Dilectum",
|
||||
"status.favourites": "{count, plural, one {favoritum} other {favorita}}",
|
||||
"status.filter": "Hanc nuntium filtra",
|
||||
"status.history.created": "{name} creatum {date}",
|
||||
"status.history.edited": "{name} correxit {date}",
|
||||
"status.open": "Expand this status",
|
||||
"status.load_more": "Onera plura",
|
||||
"status.media.open": "Preme ut aperias",
|
||||
"status.media.show": "Preme ut ostendat",
|
||||
"status.media_hidden": "Media occulta",
|
||||
"status.mention": "Mentionem fac @{name}",
|
||||
"status.more": "Plus",
|
||||
"status.mute": "Tace @{nomen}",
|
||||
"status.mute_conversation": "Colloquium mutus",
|
||||
"status.open": "Hanc nuntium expande",
|
||||
"status.quote": "Citatio",
|
||||
"status.quote.cancel": "Abrogare citatio",
|
||||
"status.quote_error.blocked_account_hint.title": "Hoc nuntium celatur, quia @{name} obsignavisti.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Hoc nuntium celatur, quia {domain} obsignavisti.",
|
||||
"status.quote_error.filtered": "Occultus ob unum e tuis Filtra",
|
||||
"status.quote_error.limited_account_hint.action": "Monstrā nihilōminus",
|
||||
"status.quote_error.limited_account_hint.title": "Haec ratio a moderatoribus {domain} occultata est.",
|
||||
"status.quote_error.muted_account_hint.title": "Hoc nuntium celatur, quia @{name} mutum fecisti.",
|
||||
"status.quote_error.not_available": "Nullus nuntius",
|
||||
"status.quote_error.pending_approval": "Nuntius in approbatione",
|
||||
"status.quote_error.pending_approval_popout.body": "In Mastodon, moderari potes utrum aliquis te citare possit. Hoc nuntium pendet dum approbationem auctoris originalis impetramus.",
|
||||
"status.quote_error.revoked": "Commentarius ab auctore remotus",
|
||||
"status.quote_followers_only": "Tantum sequaces hanc scriptionem citare possunt.",
|
||||
"status.quote_manual_review": "Auctor manu recognoscet",
|
||||
"status.quote_noun": "Citatio",
|
||||
"status.quote_policy_change": "Muta qui citare possit",
|
||||
"status.quote_post_author": "Commentarium @{name} citatum.",
|
||||
"status.quote_private": "Nuntii privati citari non possunt.",
|
||||
"status.quotes.empty": "Nemo hanc commentationem adhuc citavit. Cum quis citaverit, hic apparebit.",
|
||||
"status.quotes.local_other_disclaimer": "Citationes ab auctore reiectæ non monstrabuntur.",
|
||||
"status.quotes.remote_other_disclaimer": "Tantum citae ex {domain} hic exhiberi praestantur. Citae ab auctore reiectae non exhibebuntur.",
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"account.follow": "Sekti",
|
||||
"account.follow_back": "Sekti atgal",
|
||||
"account.follow_back_short": "Sekti atgal",
|
||||
"account.follow_request": "Prašyti sekti",
|
||||
"account.follow_request": "Prašymas sekti",
|
||||
"account.follow_request_cancel": "Atšaukti prašymą",
|
||||
"account.follow_request_cancel_short": "Atšaukti",
|
||||
"account.follow_request_short": "Prašymas",
|
||||
@@ -69,7 +69,7 @@
|
||||
"account.mute_short": "Nutildyti",
|
||||
"account.muted": "Nutildytas",
|
||||
"account.muting": "Užtildymas",
|
||||
"account.mutual": "Jūs sekate vienas kitą",
|
||||
"account.mutual": "Sekate vienas kitą",
|
||||
"account.no_bio": "Nėra pateikto aprašymo.",
|
||||
"account.open_original_page": "Atidaryti originalų puslapį",
|
||||
"account.posts": "Įrašai",
|
||||
@@ -137,7 +137,7 @@
|
||||
"block_modal.remote_users_caveat": "Paprašysime serverio {domain} gerbti tavo sprendimą. Tačiau atitiktis negarantuojama, nes kai kurie serveriai gali skirtingai tvarkyti blokavimus. Vieši įrašai vis tiek gali būti matomi neprisijungusiems naudotojams.",
|
||||
"block_modal.show_less": "Rodyti mažiau",
|
||||
"block_modal.show_more": "Rodyti daugiau",
|
||||
"block_modal.they_cant_mention": "Jie negali tave paminėti ar sekti.",
|
||||
"block_modal.they_cant_mention": "Jie negali tau parašyti ar sekti.",
|
||||
"block_modal.they_cant_see_posts": "Jie negali matyti tavo įrašus, o tu nematysi jų.",
|
||||
"block_modal.they_will_know": "Jie gali matyti, kad yra užblokuoti.",
|
||||
"block_modal.title": "Blokuoti naudotoją?",
|
||||
@@ -167,7 +167,7 @@
|
||||
"column.bookmarks": "Žymės",
|
||||
"column.community": "Vietinė laiko skalė",
|
||||
"column.create_list": "Kurti sąrašą",
|
||||
"column.direct": "Privatūs paminėjimai",
|
||||
"column.direct": "Paminėjimai",
|
||||
"column.directory": "Naršyti profilius",
|
||||
"column.domain_blocks": "Užblokuoti serveriai",
|
||||
"column.edit_list": "Redaguoti sąrašą",
|
||||
@@ -250,11 +250,11 @@
|
||||
"confirmations.private_quote_notify.cancel": "Grįžti prie redagavimo",
|
||||
"confirmations.private_quote_notify.confirm": "Paskelbti įrašą",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Neberodyti šio pranešimo dar kartą",
|
||||
"confirmations.private_quote_notify.message": "Asmuo, kurį paminite, ir kiti paminėti asmenys bus informuoti ir galės peržiūrėti jūsų įrašą, net jei jie neseka jūsų.",
|
||||
"confirmations.private_quote_notify.title": "Dalytis su sekėjais ir paminėtais vartotojais?",
|
||||
"confirmations.private_quote_notify.message": "Asmuo, kurį komentuojate, ir kiti paminėti asmenys bus informuoti ir galės peržiūrėti jūsų įrašą, net jei jie neseka jūsų.",
|
||||
"confirmations.private_quote_notify.title": "Bendrinti su sekėjais ir paminėtais (su @) naudotojais?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Daugiau man nepriminti",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Supratau",
|
||||
"confirmations.quiet_post_quote_info.message": "Kai norite paminėti tylų viešą įrašą, jūsų įrašas bus paslėptas Tendencijų sąrašuose.",
|
||||
"confirmations.quiet_post_quote_info.message": "Kai norite komentuoti užtildytą viešą įrašą, jūsų įrašas bus paslėptas „Populiaru“ sąrašuose.",
|
||||
"confirmations.quiet_post_quote_info.title": "Kai paminite tylius viešus įrašus",
|
||||
"confirmations.redraft.confirm": "Ištrinti ir iš naujo parengti",
|
||||
"confirmations.redraft.message": "Ar tikrai nori ištrinti šį įrašą ir parengti jį iš naujo? Bus prarasti mėgstami ir pasidalinimai, o atsakymai į originalų įrašą bus panaikinti.",
|
||||
@@ -340,7 +340,7 @@
|
||||
"empty_column.blocks": "Dar neužblokavai nė vieno naudotojo.",
|
||||
"empty_column.bookmarked_statuses": "Dar neturi nė vienos įrašo su žyma. Kai vieną žymų pridėsi prie įrašo, jis bus rodomas čia.",
|
||||
"empty_column.community": "Vietinė laiko skalė yra tuščia. Parašyk ką nors viešai, kad pradėtum sąveikauti.",
|
||||
"empty_column.direct": "Dar neturi jokių privačių paminėjimų. Kai išsiųsi arba gausi vieną iš jų, jis bus rodomas čia.",
|
||||
"empty_column.direct": "Dar neturi jokių asmeninių susirašinėjimų (su žyma @). Kai išsiųsi arba gausi vieną iš jų, jis bus rodomas čia.",
|
||||
"empty_column.disabled_feed": "Šis srautas buvo išjungtas jūsų serverio administratorių.",
|
||||
"empty_column.domain_blocks": "Kol kas nėra užblokuotų serverių.",
|
||||
"empty_column.explore_statuses": "Šiuo metu niekas nėra tendencinga. Patikrinkite vėliau!",
|
||||
@@ -407,7 +407,7 @@
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Panašūs į profilius, kuriuos neseniai seki",
|
||||
"follow_suggestions.view_all": "Peržiūrėti viską",
|
||||
"follow_suggestions.who_to_follow": "Ką sekti",
|
||||
"followed_tags": "Sekamos grotažymės",
|
||||
"followed_tags": "Grotažymės",
|
||||
"footer.about": "Apie",
|
||||
"footer.directory": "Profilių katalogas",
|
||||
"footer.get_app": "Gauti programėlę",
|
||||
@@ -445,7 +445,7 @@
|
||||
"hints.profiles.see_more_followers": "Žiūrėti daugiau sekėjų serveryje {domain}",
|
||||
"hints.profiles.see_more_follows": "Žiūrėti daugiau sekimų serveryje {domain}",
|
||||
"hints.profiles.see_more_posts": "Žiūrėti daugiau įrašų serveryje {domain}",
|
||||
"home.column_settings.show_quotes": "Rodyti paminėjimus",
|
||||
"home.column_settings.show_quotes": "Rodyti komentarus",
|
||||
"home.column_settings.show_reblogs": "Rodyti pakėlimus",
|
||||
"home.column_settings.show_replies": "Rodyti atsakymus",
|
||||
"home.hide_announcements": "Slėpti skelbimus",
|
||||
@@ -463,7 +463,7 @@
|
||||
"ignore_notifications_modal.new_accounts_title": "Ignoruoti pranešimus iš naujų paskyrų?",
|
||||
"ignore_notifications_modal.not_followers_title": "Ignoruoti pranešimus iš žmonių, kurie tave neseka?",
|
||||
"ignore_notifications_modal.not_following_title": "Ignoruoti pranešimus iš žmonių, kuriuos neseki?",
|
||||
"ignore_notifications_modal.private_mentions_title": "Ignoruoti pranešimus iš neprašytų privačių paminėjimų?",
|
||||
"ignore_notifications_modal.private_mentions_title": "Ignoruoti pranešimus iš neprašytų privačių susirašinėjimų (su @)?",
|
||||
"info_button.label": "Žinynas",
|
||||
"info_button.what_is_alt_text": "<h1>Kas yra alternatyvusis tekstas?</h1> <p>Alternatyvusis tekstas pateikia vaizdų aprašymus asmenims su regos sutrikimais, turintiems mažo pralaidumo ryšį arba ieškantiems papildomo konteksto.</p> <p>Galite pagerinti prieinamumą ir suprantamumą visiems, jei parašysite aiškų, glaustą ir objektyvų alternatyvųjį tekstą.</p> <ul> <li>Užfiksuokite svarbiausius elementus.</li> <li>Apibendrinkite tekstą vaizduose.</li> <li>Naudokite įprasta sakinio struktūrą.</li> <li>Venkite nereikalingos informacijos.</li> <li>Sutelkite dėmesį į tendencijas ir pagrindines išvadas sudėtinguose vaizdiniuose (tokiuose kaip diagramos ar žemėlapiai).</li> </ul>",
|
||||
"interaction_modal.action": "Norėdami bendrauti su {name} įrašu, turite prisijungti prie savo paskyros bet kuriame Mastodon serveryje, kurį naudojate.",
|
||||
@@ -501,7 +501,7 @@
|
||||
"keyboard_shortcuts.open_media": "Atidaryti mediją",
|
||||
"keyboard_shortcuts.pinned": "Atverti prisegtų įrašų sąrašą",
|
||||
"keyboard_shortcuts.profile": "Atidaryti autoriaus (-ės) profilį",
|
||||
"keyboard_shortcuts.quote": "Paminėti įrašą",
|
||||
"keyboard_shortcuts.quote": "Komentuoti įrašą",
|
||||
"keyboard_shortcuts.reply": "Atsakyti į įrašą",
|
||||
"keyboard_shortcuts.requests": "Atidaryti sekimo prašymų sąrašą",
|
||||
"keyboard_shortcuts.search": "Fokusuoti paieškos juostą",
|
||||
@@ -558,10 +558,10 @@
|
||||
"mute_modal.hide_options": "Slėpti parinktis",
|
||||
"mute_modal.indefinite": "Kol atšauksiu jų nutildymą",
|
||||
"mute_modal.show_options": "Rodyti parinktis",
|
||||
"mute_modal.they_can_mention_and_follow": "Jie gali tave paminėti ir sekti, bet tu jų nematysi.",
|
||||
"mute_modal.they_can_mention_and_follow": "Jie gali tave paminėti tave su @ ir sekti tave, bet tu jų nematysi.",
|
||||
"mute_modal.they_wont_know": "Jie nežinos, kad buvo nutildyti.",
|
||||
"mute_modal.title": "Nutildyti naudotoją?",
|
||||
"mute_modal.you_wont_see_mentions": "Nematysi įrašus, kuriuose jie paminimi.",
|
||||
"mute_modal.you_wont_see_mentions": "Nematysi įrašų, kuriuose jie paminimi.",
|
||||
"mute_modal.you_wont_see_posts": "Jie vis tiek gali matyti tavo įrašus, bet tu nematysi jų.",
|
||||
"navigation_bar.about": "Apie",
|
||||
"navigation_bar.account_settings": "Slaptažodis ir saugumas",
|
||||
@@ -570,12 +570,12 @@
|
||||
"navigation_bar.automated_deletion": "Automatinis įrašų ištrynimas",
|
||||
"navigation_bar.blocks": "Užblokuoti naudotojai",
|
||||
"navigation_bar.bookmarks": "Žymės",
|
||||
"navigation_bar.direct": "Privatūs paminėjimai",
|
||||
"navigation_bar.direct": "Paminėjimai",
|
||||
"navigation_bar.domain_blocks": "Užblokuoti domenai",
|
||||
"navigation_bar.favourites": "Mėgstami",
|
||||
"navigation_bar.filters": "Nutildyti žodžiai",
|
||||
"navigation_bar.follow_requests": "Sekimo prašymai",
|
||||
"navigation_bar.followed_tags": "Sekamos grotažymės",
|
||||
"navigation_bar.followed_tags": "Grotažymės",
|
||||
"navigation_bar.follows_and_followers": "Sekimai ir sekėjai",
|
||||
"navigation_bar.import_export": "Importas ir eksportas",
|
||||
"navigation_bar.lists": "Sąrašai",
|
||||
@@ -615,7 +615,7 @@
|
||||
"notification.label.mention": "Paminėjimas",
|
||||
"notification.label.private_mention": "Privatus paminėjimas",
|
||||
"notification.label.private_reply": "Privatus atsakymas",
|
||||
"notification.label.quote": "{name} paminėjo jūsų įrašą",
|
||||
"notification.label.quote": "{name} pakomentavo jūsų įrašą",
|
||||
"notification.label.reply": "Atsakymas",
|
||||
"notification.mention": "Paminėjimas",
|
||||
"notification.mentioned_you": "{name} paminėjo jus",
|
||||
@@ -630,7 +630,7 @@
|
||||
"notification.moderation_warning.action_suspend": "Tavo paskyra buvo sustabdyta.",
|
||||
"notification.own_poll": "Tavo apklausa baigėsi",
|
||||
"notification.poll": "Baigėsi apklausa, kurioje balsavai",
|
||||
"notification.quoted_update": "{name} redagavo jūsų cituotą įrašą",
|
||||
"notification.quoted_update": "{name} redagavo jūsų pakomentuotą įrašą",
|
||||
"notification.reblog": "{name} dalinosi tavo įrašu",
|
||||
"notification.reblog.name_and_others_with_link": "{name} ir <a>{count, plural,one {dar kažkas} few {# kiti} other {# kitų}}</a> pasidalino tavo įrašu",
|
||||
"notification.relationships_severance_event": "Prarasti sąryšiai su {name}",
|
||||
@@ -674,7 +674,7 @@
|
||||
"notifications.column_settings.mention": "Paminėjimai:",
|
||||
"notifications.column_settings.poll": "Balsavimo rezultatai:",
|
||||
"notifications.column_settings.push": "Tiesioginiai pranešimai",
|
||||
"notifications.column_settings.quote": "Paminėjimai:",
|
||||
"notifications.column_settings.quote": "Komentarai:",
|
||||
"notifications.column_settings.reblog": "Pasidalinimai:",
|
||||
"notifications.column_settings.show": "Rodyti stulpelyje",
|
||||
"notifications.column_settings.sound": "Paleisti garsą",
|
||||
@@ -688,7 +688,7 @@
|
||||
"notifications.filter.follows": "Sekimai",
|
||||
"notifications.filter.mentions": "Paminėjimai",
|
||||
"notifications.filter.polls": "Balsavimo rezultatai",
|
||||
"notifications.filter.statuses": "Naujinimai iš žmonių, kuriuos seki",
|
||||
"notifications.filter.statuses": "Naujienos iš žmonių, kuriuos sekate",
|
||||
"notifications.grant_permission": "Suteikti leidimą.",
|
||||
"notifications.group": "{count} pranešimai",
|
||||
"notifications.mark_as_read": "Pažymėti kiekvieną pranešimą kaip perskaitytą",
|
||||
@@ -710,7 +710,7 @@
|
||||
"notifications.policy.filter_not_following_hint": "Kol jų nepatvirtinsi rankiniu būdu",
|
||||
"notifications.policy.filter_not_following_title": "Žmonių, kuriuos neseki",
|
||||
"notifications.policy.filter_private_mentions_hint": "Filtruojama, išskyrus atsakymus į tavo paties paminėjimą arba jei seki siuntėją",
|
||||
"notifications.policy.filter_private_mentions_title": "Nepageidaujami privatūs paminėjimai",
|
||||
"notifications.policy.filter_private_mentions_title": "Nepageidaujami asmens paminėjimai",
|
||||
"notifications.policy.title": "Tvarkyti pranešimus iš…",
|
||||
"notifications_permission_banner.enable": "Įjungti darbalaukio pranešimus",
|
||||
"notifications_permission_banner.how_to_control": "Jei nori gauti pranešimus, kai Mastodon nėra atidarytas, įjunk darbalaukio pranešimus. Įjungęs (-usi) darbalaukio pranešimus, gali tiksliai valdyti, kokių tipų sąveikos generuoja darbalaukio pranešimus, naudojant pirmiau esančiu mygtuku {icon}.",
|
||||
@@ -751,18 +751,18 @@
|
||||
"privacy.public.long": "Bet kas iš Mastodon ir ne Mastodon",
|
||||
"privacy.public.short": "Vieša",
|
||||
"privacy.quote.anyone": "{visibility}, kiekvienas gali cituoti",
|
||||
"privacy.quote.disabled": "{visibility}, paminėjimai išjungti",
|
||||
"privacy.quote.limited": "{visibility}, paminėjimai apriboti",
|
||||
"privacy.quote.disabled": "{visibility}, komentavimas išjungtas",
|
||||
"privacy.quote.limited": "{visibility}, komentavimas apribotas",
|
||||
"privacy.unlisted.additional": "Tai veikia lygiai taip pat, kaip ir vieša, tik įrašas nebus rodomas tiesioginiuose srautuose, grotažymėse, naršyme ar Mastodon paieškoje, net jei esi įtraukęs (-usi) visą paskyrą.",
|
||||
"privacy.unlisted.long": "Paslėptas nuo „Mastodon“ paieškos rezultatų, tendencijų ir viešų įrašų sienų",
|
||||
"privacy.unlisted.short": "Tyliai vieša",
|
||||
"privacy_policy.last_updated": "Paskutinį kartą atnaujinta {date}",
|
||||
"privacy_policy.title": "Privatumo politika",
|
||||
"quote_error.edit": "Paminėjimai negali būti pridedami, kai keičiamas įrašas.",
|
||||
"quote_error.poll": "Cituoti apklausose negalima.",
|
||||
"quote_error.private_mentions": "Cituoti privačius paminėjus nėra leidžiama.",
|
||||
"quote_error.quote": "Leidžiama pateikti tik vieną citatą vienu metu.",
|
||||
"quote_error.unauthorized": "Jums neleidžiama cituoti šio įrašo.",
|
||||
"quote_error.edit": "Komentuoti negalima, kai keičiamas įrašas.",
|
||||
"quote_error.poll": "Komentuoti apklausose negalima.",
|
||||
"quote_error.private_mentions": "Komentuoti privačius paminėjimus nėra leidžiama.",
|
||||
"quote_error.quote": "Leidžiama pateikti tik vieną komentarą vienu metu.",
|
||||
"quote_error.unauthorized": "Jums neleidžiama komentuoti šio įrašo.",
|
||||
"quote_error.upload": "Cituoti ir pridėti papildomas bylas negalima.",
|
||||
"recommended": "Rekomenduojama",
|
||||
"refresh": "Atnaujinti",
|
||||
@@ -781,7 +781,7 @@
|
||||
"relative_time.today": "šiandien",
|
||||
"remove_quote_hint.button_label": "Supratau",
|
||||
"remove_quote_hint.message": "Tai galite padaryti iš {icon} parinkčių meniu.",
|
||||
"remove_quote_hint.title": "Norite pašalinti savo citatą?",
|
||||
"remove_quote_hint.title": "Norite pašalinti savo komentarą?",
|
||||
"reply_indicator.attachments": "{count, plural, one {# priedas} few {# priedai} many {# priedo} other {# priedų}}",
|
||||
"reply_indicator.cancel": "Atšaukti",
|
||||
"reply_indicator.poll": "Apklausa",
|
||||
@@ -824,7 +824,7 @@
|
||||
"report.thanks.title": "Nenori to matyti?",
|
||||
"report.thanks.title_actionable": "Ačiū, kad pranešei, mes tai išnagrinėsime.",
|
||||
"report.unfollow": "Nebesekti @{name}",
|
||||
"report.unfollow_explanation": "Tu seki šią paskyrą. Jei nori nebematyti jų įrašų savo pagrindiniame sraute, nebesek jų.",
|
||||
"report.unfollow_explanation": "Jūs sekate šią paskyrą. Kad nebematytumėte jų įrašų savo pagrindiniame sraute, nebesekite.",
|
||||
"report_notification.attached_statuses": "Pridėti {count, plural, one {{count} įrašas} few {{count} įrašai} many {{count} įrašo} other {{count} įrašų}}",
|
||||
"report_notification.categories.legal": "Teisinės",
|
||||
"report_notification.categories.legal_sentence": "nelegalus turinys",
|
||||
@@ -873,13 +873,13 @@
|
||||
"status.admin_account": "Atidaryti prižiūrėjimo sąsają @{name}",
|
||||
"status.admin_domain": "Atidaryti prižiūrėjimo sąsają {domain}",
|
||||
"status.admin_status": "Atidaryti šį įrašą prižiūrėjimo sąsajoje",
|
||||
"status.all_disabled": "Įrašo dalinimaisi ir paminėjimai išjungti",
|
||||
"status.all_disabled": "Įrašo pasidalijimai ir komentavimai išjungti",
|
||||
"status.block": "Blokuoti @{name}",
|
||||
"status.bookmark": "Žymė",
|
||||
"status.cancel_reblog_private": "Nesidalinti",
|
||||
"status.cannot_quote": "Jums neleidžiama paminėti šio įrašo",
|
||||
"status.cannot_quote": "Jums neleidžiama komentuoti šio įrašo",
|
||||
"status.cannot_reblog": "Šis įrašas negali būti pakeltas.",
|
||||
"status.contains_quote": "Turi citatą",
|
||||
"status.contains_quote": "Turi komentarą",
|
||||
"status.context.loading": "Įkeliama daugiau atsakymų",
|
||||
"status.context.loading_error": "Nepavyko įkelti naujų atsakymų",
|
||||
"status.context.loading_success": "Įkelti nauji atsakymai",
|
||||
@@ -912,8 +912,8 @@
|
||||
"status.mute_conversation": "Nutildyti pokalbį",
|
||||
"status.open": "Išskleisti šį įrašą",
|
||||
"status.pin": "Prisegti prie profilio",
|
||||
"status.quote": "Paminėjimai",
|
||||
"status.quote.cancel": "Atšaukti paminėjimą",
|
||||
"status.quote": "Komentuoti",
|
||||
"status.quote.cancel": "Atšaukti komentarą",
|
||||
"status.quote_error.blocked_account_hint.title": "Šis įrašas yra paslėptas, nes jūs esate užblokavę @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Šis įrašas yra paslėptas, nes jūs užblokavote {domain}.",
|
||||
"status.quote_error.filtered": "Paslėpta dėl vieno iš jūsų filtrų",
|
||||
@@ -929,14 +929,14 @@
|
||||
"status.quote_noun": "Paminėjimas",
|
||||
"status.quote_policy_change": "Keisti, kas gali cituoti",
|
||||
"status.quote_post_author": "Paminėjo įrašą iš @{name}",
|
||||
"status.quote_private": "Privačių įrašų negalima cituoti",
|
||||
"status.quote_private": "Privačių įrašų negalima komentuoti",
|
||||
"status.quotes": "{count, plural, one {citata} few {citatos} many {citatų} other {citatos}}",
|
||||
"status.quotes.empty": "Šio įrašo dar niekas nepaminėjo. Kai kas nors tai padarys, jie bus rodomi čia.",
|
||||
"status.quotes.local_other_disclaimer": "Autoriaus atmesti įrašo paminėjimai nebus rodomi.",
|
||||
"status.quotes.remote_other_disclaimer": "Čia bus rodoma tik paminėjimai iš {domain}. Autoriaus atmesti įrašo paminėjimai nebus rodomi.",
|
||||
"status.quotes.empty": "Šio įrašo dar niekas nepakomentavo. Kai kas nors tai padarys, jie bus rodomi čia.",
|
||||
"status.quotes.local_other_disclaimer": "Autoriaus atmesti įrašo komentavimai nebus rodomi.",
|
||||
"status.quotes.remote_other_disclaimer": "Čia bus rodoma tik komentavimai iš {domain}. Autoriaus atmesti įrašo komentavimai nebus rodomi.",
|
||||
"status.read_more": "Skaityti daugiau",
|
||||
"status.reblog": "Dalintis",
|
||||
"status.reblog_or_quote": "Dalintis arba cituoti",
|
||||
"status.reblog_or_quote": "Dalintis arba komentuoti",
|
||||
"status.reblog_private": "Vėl pasidalinkite su savo sekėjais",
|
||||
"status.reblogged_by": "{name} pasidalino",
|
||||
"status.reblogs": "{count, plural, one {pasidalinimas} few {pasidalinimai} many {pasidalinimų} other {pasidalinimai}}",
|
||||
@@ -950,8 +950,8 @@
|
||||
"status.reply": "Atsakyti",
|
||||
"status.replyAll": "Atsakyti į giją",
|
||||
"status.report": "Pranešti apie @{name}",
|
||||
"status.request_quote": "Citavimo sutikimas",
|
||||
"status.revoke_quote": "Pašalinti mano įrašo citavimą iš @{name}’s įrašo",
|
||||
"status.request_quote": "Prašymas pakomentuoti",
|
||||
"status.revoke_quote": "Pašalinti mano įrašą iš @{name}’s įrašo",
|
||||
"status.sensitive_warning": "Jautrus turinys",
|
||||
"status.share": "Bendrinti",
|
||||
"status.show_less_all": "Rodyti mažiau visiems",
|
||||
@@ -989,7 +989,7 @@
|
||||
"upload_button.label": "Pridėti vaizdų, vaizdo įrašą arba garso failą",
|
||||
"upload_error.limit": "Viršyta failo įkėlimo riba.",
|
||||
"upload_error.poll": "Failų įkėlimas neleidžiamas su apklausomis.",
|
||||
"upload_error.quote": "Paminint įrašą bylos įkėlimas negalimas.",
|
||||
"upload_error.quote": "Komentuojant įrašą failo įkėlimas negalimas.",
|
||||
"upload_form.drag_and_drop.instructions": "Kad paimtum medijos priedą, paspausk tarpo arba įvedimo klavišą. Tempant naudok rodyklių klavišus, kad perkeltum medijos priedą bet kuria kryptimi. Dar kartą paspausk tarpo arba įvedimo klavišą, kad nuleistum medijos priedą naujoje vietoje, arba paspausk grįžimo klavišą, kad atšauktum.",
|
||||
"upload_form.drag_and_drop.on_drag_cancel": "Nutempimas buvo atšauktas. Medijos priedas {item} buvo nuleistas.",
|
||||
"upload_form.drag_and_drop.on_drag_end": "Medijos priedas {item} buvo nuleistas.",
|
||||
@@ -1014,18 +1014,18 @@
|
||||
"video.volume_down": "Patildyti",
|
||||
"video.volume_up": "Pagarsinti",
|
||||
"visibility_modal.button_title": "Nustatyti matomumą",
|
||||
"visibility_modal.direct_quote_warning.text": "Jei išsaugosite dabartinius nustatymus, įterpta citata bus konvertuota į nuorodą.",
|
||||
"visibility_modal.direct_quote_warning.title": "Cituojami įrašai negali būti įterpiami į privačius paminėjimus",
|
||||
"visibility_modal.direct_quote_warning.text": "Jei išsaugosite dabartinius nustatymus, įterptas (embeded) komentaras bus konvertuotas į nuorodą.",
|
||||
"visibility_modal.direct_quote_warning.title": "Komentarai negali būti įterpiami į privačius paminėjimus",
|
||||
"visibility_modal.header": "Matomumas ir sąveika",
|
||||
"visibility_modal.helper.direct_quoting": "Privatūs paminėjimai, parašyti platformoje „Mastodon“, negali būti cituojami kitų.",
|
||||
"visibility_modal.helper.direct_quoting": "Privatūs paminėjimai su žyma @, parašyti platformoje „Mastodon“, negali būti komentuojami kitų.",
|
||||
"visibility_modal.helper.privacy_editing": "Matomumo nustatymai negali būti keičiami po to, kai įrašas yra paskelbtas.",
|
||||
"visibility_modal.helper.privacy_private_self_quote": "Privačių įrašų paminėjimai negali būti skelbiami viešai.",
|
||||
"visibility_modal.helper.private_quoting": "Tik sekėjams skirti įrašai, parašyti platformoje „Mastodon“, negali būti cituojami kitų.",
|
||||
"visibility_modal.helper.unlisted_quoting": "Kai žmonės jus cituos, jų įrašai taip pat bus paslėpti iš populiariausių naujienų srauto.",
|
||||
"visibility_modal.helper.privacy_private_self_quote": "Prie privataus įrašo tavo pridėti komentarai negali būti skelbiami viešai.",
|
||||
"visibility_modal.helper.private_quoting": "Tik sekėjams skirti įrašai, parašyti platformoje „Mastodon“, negali būti komentuojami kitų.",
|
||||
"visibility_modal.helper.unlisted_quoting": "Kai žmonės jus komentuoja, jų įrašai taip pat bus paslėpti iš populiariausių naujienų srauto.",
|
||||
"visibility_modal.instructions": "Kontroliuokite, kas gali bendrauti su šiuo įrašu. Taip pat galite taikyti nustatymus visiems būsimiems įrašams, pereidami į <link>Preferences > Posting defaults</link>.",
|
||||
"visibility_modal.privacy_label": "Matomumas",
|
||||
"visibility_modal.quote_followers": "Tik sekėjai",
|
||||
"visibility_modal.quote_label": "Kas gali cituoti",
|
||||
"visibility_modal.quote_label": "Kas gali komentuoti",
|
||||
"visibility_modal.quote_nobody": "Tik aš",
|
||||
"visibility_modal.quote_public": "Visi",
|
||||
"visibility_modal.save": "Išsaugoti"
|
||||
|
||||
@@ -244,7 +244,9 @@
|
||||
"confirmations.missing_alt_text.title": "Pievienot aprakstošo tekstu?",
|
||||
"confirmations.mute.confirm": "Apklusināt",
|
||||
"confirmations.private_quote_notify.cancel": "Atgriezties pie labošanas",
|
||||
"confirmations.private_quote_notify.confirm": "Publicēt ierakstu",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Nerādīt vairāk šo paziņojumu",
|
||||
"confirmations.private_quote_notify.title": "Dalīties ar sekotājiem un pieminētajiem lietotājiem?",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Sapratu",
|
||||
"confirmations.redraft.confirm": "Dzēst un pārrakstīt",
|
||||
"confirmations.redraft.message": "Vai tiešām vēlies izdzēst šo ierakstu un veidot jaunu tā uzmetumu? Pievienošana izlasēs un pastiprinājumi tiks zaudēti, un sākotnējā ieraksta atbildes paliks bez saiknes ar to.",
|
||||
@@ -426,6 +428,9 @@
|
||||
"home.pending_critical_update.title": "Ir pieejams būtisks drošības atjauninājums.",
|
||||
"home.show_announcements": "Rādīt paziņojumus",
|
||||
"ignore_notifications_modal.ignore": "Neņemt vērā paziņojumus",
|
||||
"ignore_notifications_modal.limited_accounts_title": "Neņemt vērā paziņojumus no moderētiem kontiem?",
|
||||
"ignore_notifications_modal.new_accounts_title": "Neņemt vērā paziņojumus no jauniem kontiem?",
|
||||
"ignore_notifications_modal.not_followers_title": "Neņemt vērā paziņojumus no cilvēkiem, kas tev neseko?",
|
||||
"ignore_notifications_modal.not_following_title": "Neņemt vērā paziņojumus no cilvēkiem, kuriem neseko?",
|
||||
"info_button.label": "Palīdzība",
|
||||
"interaction_modal.go": "Aiziet",
|
||||
@@ -460,6 +465,7 @@
|
||||
"keyboard_shortcuts.open_media": "Atvērt multividi",
|
||||
"keyboard_shortcuts.pinned": "Atvērt piesprausto ierakstu sarakstu",
|
||||
"keyboard_shortcuts.profile": "Atvērt autora profilu",
|
||||
"keyboard_shortcuts.quote": "Citēt ierakstu",
|
||||
"keyboard_shortcuts.reply": "Atbildēt",
|
||||
"keyboard_shortcuts.requests": "Atvērt sekošanas pieprasījumu sarakstu",
|
||||
"keyboard_shortcuts.search": "Fokusēt meklēšanas joslu",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"about.blocks": "Pelayan yang diselaraskan",
|
||||
"about.contact": "Hubungi:",
|
||||
"about.default_locale": "Lalai",
|
||||
"about.disclaimer": "Mastodon ialah perisian sumber terbuka percuma, dan merupakan tanda dagangan Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Sebab tidak tersedia",
|
||||
"about.domain_blocks.preamble": "Secara amnya, Mastodon membenarkan anda melihat kandungan pengguna daripada mana-mana pelayan dalam alam bersekutu dan berinteraksi dengan mereka. Berikut ialah pengecualian yang khusus pada pelayan ini.",
|
||||
@@ -8,6 +9,7 @@
|
||||
"about.domain_blocks.silenced.title": "Terhad",
|
||||
"about.domain_blocks.suspended.explanation": "Tiada data daripada pelayan ini yang akan diproses, disimpan atau ditukar, menjadikan sebarang interaksi atau perhubungan dengan pengguna daripada pelayan ini adalah mustahil.",
|
||||
"about.domain_blocks.suspended.title": "Digantung",
|
||||
"about.language_label": "Bahasa",
|
||||
"about.not_available": "Maklumat ini belum tersedia pada pelayan ini.",
|
||||
"about.powered_by": "Media sosial terpencar yang dikuasakan oleh {mastodon}",
|
||||
"about.rules": "Peraturan pelayan",
|
||||
@@ -26,6 +28,7 @@
|
||||
"account.disable_notifications": "Berhenti maklumkan saya apabila @{name} mengirim hantaran",
|
||||
"account.domain_blocking": "Blocking domain",
|
||||
"account.edit_profile": "Sunting profil",
|
||||
"account.edit_profile_short": "Sunting",
|
||||
"account.enable_notifications": "Maklumi saya apabila @{name} mengirim hantaran",
|
||||
"account.endorse": "Tampilkan di profil",
|
||||
"account.familiar_followers_one": "melayuikutikut{name1}",
|
||||
|
||||
1034
app/javascript/mastodon/locales/nan-TW.json
Normal file
1034
app/javascript/mastodon/locales/nan-TW.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -237,7 +237,7 @@
|
||||
"confirmations.discard_edit_media.confirm": "Verwijderen",
|
||||
"confirmations.discard_edit_media.message": "Je hebt niet-opgeslagen wijzigingen in de mediabeschrijving of voorvertonning, wil je deze toch verwijderen?",
|
||||
"confirmations.follow_to_list.confirm": "Volgen en toevoegen aan de lijst",
|
||||
"confirmations.follow_to_list.message": "Je moet {name} volgen om ze toe te voegen aan een lijst.",
|
||||
"confirmations.follow_to_list.message": "Je moet {name} volgen om dit account aan een lijst toe te kunnen voegen.",
|
||||
"confirmations.follow_to_list.title": "Gebruiker volgen?",
|
||||
"confirmations.logout.confirm": "Uitloggen",
|
||||
"confirmations.logout.message": "Weet je zeker dat je wilt uitloggen?",
|
||||
@@ -287,7 +287,7 @@
|
||||
"directory.recently_active": "Onlangs actief",
|
||||
"disabled_account_banner.account_settings": "Accountinstellingen",
|
||||
"disabled_account_banner.text": "Jouw account {disabledAccount} is momenteel uitgeschakeld.",
|
||||
"dismissable_banner.community_timeline": "Dit zijn de meest recente openbare berichten van accounts op {domain}. Je kunt onder 'instellingen > voorkeuren > overig' kiezen welke talen je wilt zien.",
|
||||
"dismissable_banner.community_timeline": "Dit zijn de meest recente openbare berichten van gebruikers met een account op {domain}.",
|
||||
"dismissable_banner.dismiss": "Sluiten",
|
||||
"dismissable_banner.public_timeline": "Dit zijn de meest recente openbare berichten van mensen op de fediverse die mensen op {domain} volgen.",
|
||||
"domain_block_modal.block": "Server blokkeren",
|
||||
@@ -613,7 +613,7 @@
|
||||
"notification.favourite_pm": "{name} heeft je privébericht als favoriet gemarkeerd",
|
||||
"notification.favourite_pm.name_and_others_with_link": "{name} en <a>{count, plural, one {# ander} other {# anderen}}</a> hebben je privébericht als favoriet gemarkeerd",
|
||||
"notification.follow": "{name} volgt jou nu",
|
||||
"notification.follow.name_and_others": "{name} en <a>{count, plural, one {# ander persoon} other {# andere personen}}</a> volgen jou nou",
|
||||
"notification.follow.name_and_others": "{name} en <a>{count, plural, one {# ander persoon} other {# andere personen}}</a> volgen jou nu",
|
||||
"notification.follow_request": "{name} wil jou graag volgen",
|
||||
"notification.follow_request.name_and_others": "{name} en {count, plural, one {# ander persoon} other {# andere personen}} hebben gevraagd om je te volgen",
|
||||
"notification.label.mention": "Vermelding",
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
"account.follow": "Fylg",
|
||||
"account.follow_back": "Fylg tilbake",
|
||||
"account.follow_back_short": "Fylg tilbake",
|
||||
"account.follow_request": "Folk som vil fylgja deg",
|
||||
"account.follow_request_cancel": "Avbrit førespurnaden",
|
||||
"account.follow_request": "Folk du vil fylgja",
|
||||
"account.follow_request_cancel": "Avbryt førespurnaden",
|
||||
"account.follow_request_cancel_short": "Avbryt",
|
||||
"account.follow_request_short": "Førespurnad",
|
||||
"account.followers": "Fylgjarar",
|
||||
@@ -51,7 +51,7 @@
|
||||
"account.followers_counter": "{count, plural, one {{counter} fylgjar} other {{counter} fylgjarar}}",
|
||||
"account.followers_you_know_counter": "{counter} du kjenner",
|
||||
"account.following": "Fylgjer",
|
||||
"account.following_counter": "{count, plural, one {{counter} fylgjar} other {{counter} fylgjarar}}",
|
||||
"account.following_counter": "{count, plural, one {fylgjer {counter}} other {fylgjer {counter}}}",
|
||||
"account.follows.empty": "Denne brukaren fylgjer ikkje nokon enno.",
|
||||
"account.follows_you": "Fylgjer deg",
|
||||
"account.go_to_profile": "Gå til profil",
|
||||
@@ -278,9 +278,9 @@
|
||||
"conversation.mark_as_read": "Marker som lesen",
|
||||
"conversation.open": "Sjå samtale",
|
||||
"conversation.with": "Med {names}",
|
||||
"copy_icon_button.copied": "Kopiert til utklyppstavla",
|
||||
"copy_icon_button.copied": "Kopiert til utklippstavla",
|
||||
"copypaste.copied": "Kopiert",
|
||||
"copypaste.copy_to_clipboard": "Kopier til utklyppstavla",
|
||||
"copypaste.copy_to_clipboard": "Kopier til utklippstavla",
|
||||
"directory.federated": "Frå den kjende allheimen",
|
||||
"directory.local": "Berre frå {domain}",
|
||||
"directory.new_arrivals": "Nyleg tilkomne",
|
||||
@@ -580,7 +580,7 @@
|
||||
"navigation_bar.filters": "Målbundne ord",
|
||||
"navigation_bar.follow_requests": "Fylgjeførespurnader",
|
||||
"navigation_bar.followed_tags": "Fylgde emneknaggar",
|
||||
"navigation_bar.follows_and_followers": "Fylgje og fylgjarar",
|
||||
"navigation_bar.follows_and_followers": "Fylgjer og fylgjarar",
|
||||
"navigation_bar.import_export": "Import og eksport",
|
||||
"navigation_bar.lists": "Lister",
|
||||
"navigation_bar.live_feed_local": "Direktestraum (lokal)",
|
||||
@@ -988,7 +988,7 @@
|
||||
"ui.beforeunload": "Kladden din forsvinn om du forlèt Mastodon no.",
|
||||
"units.short.billion": "{count}m.ard",
|
||||
"units.short.million": "{count}mill",
|
||||
"units.short.thousand": "{count}T",
|
||||
"units.short.thousand": "{count}k",
|
||||
"upload_area.title": "Dra & slepp for å lasta opp",
|
||||
"upload_button.label": "Legg til medium",
|
||||
"upload_error.limit": "Du har gått over opplastingsgrensa.",
|
||||
@@ -1031,6 +1031,6 @@
|
||||
"visibility_modal.quote_followers": "Berre fylgjarar",
|
||||
"visibility_modal.quote_label": "Kven kan sitera",
|
||||
"visibility_modal.quote_nobody": "Berre eg",
|
||||
"visibility_modal.quote_public": "Allle",
|
||||
"visibility_modal.quote_public": "Alle",
|
||||
"visibility_modal.save": "Lagre"
|
||||
}
|
||||
|
||||
@@ -4,14 +4,14 @@
|
||||
"about.default_locale": "Standard",
|
||||
"about.disclaimer": "Mastodon er gratis, åpen kildekode-programvare og et varemerke fra Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Årsak ikke tilgjengelig",
|
||||
"about.domain_blocks.preamble": "Mastodon lar deg normalt sett se innholdet fra og samhandle med brukere fra enhver annen tjener i fødiverset. Dette er unntakene som har blitt lagt inn på denne tjeneren.",
|
||||
"about.domain_blocks.silenced.explanation": "Du vil vanligvis ikke se profiler og innhold fra denne tjeneren, med mindre du eksplisitt søker dem opp eller velger å følge dem.",
|
||||
"about.domain_blocks.preamble": "Mastodon lar deg normalt sett se innholdet fra og samhandle med brukere fra enhver annen server i fødiverset. Dette er unntakene som har blitt lagt inn på denne serveren.",
|
||||
"about.domain_blocks.silenced.explanation": "Du vil vanligvis ikke se profiler og innhold fra denne serveren, med mindre du eksplisitt søker dem opp eller velger å følge dem.",
|
||||
"about.domain_blocks.silenced.title": "Begrenset",
|
||||
"about.domain_blocks.suspended.explanation": "Ikke noe innhold fra denne tjeneren vil bli behandlet, lagret eller utvekslet. Det gjør det umulig å samhandle eller kommunisere med brukere fra denne tjeneren.",
|
||||
"about.domain_blocks.suspended.explanation": "Ikke noe innhold fra denne serveren vil bli behandlet, lagret eller utvekslet. Det gjør det umulig å samhandle eller kommunisere med brukere fra denne serveren.",
|
||||
"about.domain_blocks.suspended.title": "Suspendert",
|
||||
"about.language_label": "Språk",
|
||||
"about.not_available": "Denne informasjonen er ikke gjort tilgjengelig på denne tjeneren.",
|
||||
"about.powered_by": "Desentraliserte sosiale medier drevet av {mastodon}",
|
||||
"about.not_available": "Denne informasjonen er ikke gjort tilgjengelig på denne serveren.",
|
||||
"about.powered_by": "Desentralisert sosialt medie drevet av {mastodon}",
|
||||
"about.rules": "Regler for serveren",
|
||||
"account.account_note_header": "Personlig notat",
|
||||
"account.add_or_remove_from_list": "Legg til eller fjern fra lister",
|
||||
@@ -28,6 +28,7 @@
|
||||
"account.disable_notifications": "Slutt å varsle meg når @{name} legger ut innlegg",
|
||||
"account.domain_blocking": "Blokkerer domene",
|
||||
"account.edit_profile": "Rediger profil",
|
||||
"account.edit_profile_short": "Rediger",
|
||||
"account.enable_notifications": "Varsle meg når @{name} legger ut innlegg",
|
||||
"account.endorse": "Vis frem på profilen",
|
||||
"account.familiar_followers_many": "Fulgt av {name1}, {name2}, og {othersCount, plural, one {en annen du kjenner} other {# andre du kjenner}}",
|
||||
@@ -40,6 +41,9 @@
|
||||
"account.featured_tags.last_status_never": "Ingen Innlegg",
|
||||
"account.follow": "Følg",
|
||||
"account.follow_back": "Følg tilbake",
|
||||
"account.follow_back_short": "Følg tilbake",
|
||||
"account.follow_request_cancel": "Avbryt forespørsel",
|
||||
"account.follow_request_cancel_short": "Avbryt",
|
||||
"account.followers": "Følgere",
|
||||
"account.followers.empty": "Ingen følger denne brukeren ennå.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} følger} other {{counter} følgere}}",
|
||||
@@ -231,13 +235,27 @@
|
||||
"confirmations.missing_alt_text.secondary": "Legg ut likevel",
|
||||
"confirmations.missing_alt_text.title": "Legg til bildebeskrivelse?",
|
||||
"confirmations.mute.confirm": "Demp",
|
||||
"confirmations.private_quote_notify.cancel": "Tilbake til redigering",
|
||||
"confirmations.private_quote_notify.confirm": "Publiser innlegg",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Ikke vis meg denne meldingen igjen",
|
||||
"confirmations.private_quote_notify.message": "Personen du siterer og andre som er nevnt vil bli varslet og vil kunne se innlegget ditt, selv om de ikke følger deg.",
|
||||
"confirmations.private_quote_notify.title": "Del med følgere og nevnte brukere?",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Forstått",
|
||||
"confirmations.redraft.confirm": "Slett og skriv på nytt",
|
||||
"confirmations.redraft.message": "Er du sikker på at du vil slette dette innlegget og lagre det på nytt? Favoritter og fremhevinger vil gå tapt, og svar til det originale innlegget vil bli foreldreløse.",
|
||||
"confirmations.redraft.title": "Slett og skriv på nytt?",
|
||||
"confirmations.remove_from_followers.confirm": "Fjern følger",
|
||||
"confirmations.remove_from_followers.message": "{name} vil ikke lenger følge deg. Er du sikker på at du vil fortsette?",
|
||||
"confirmations.remove_from_followers.title": "Fjern følger?",
|
||||
"confirmations.revoke_quote.confirm": "Fjern innlegg",
|
||||
"confirmations.revoke_quote.message": "Denne handlingen kan ikke angres.",
|
||||
"confirmations.revoke_quote.title": "Fjern innlegg?",
|
||||
"confirmations.unblock.confirm": "Opphev blokkering",
|
||||
"confirmations.unblock.title": "Opphev blokkering av {name}?",
|
||||
"confirmations.unfollow.confirm": "Slutt å følge",
|
||||
"confirmations.unfollow.title": "Slutt å følge {name}?",
|
||||
"confirmations.withdraw_request.confirm": "Trekk tilbake forespørsel",
|
||||
"confirmations.withdraw_request.title": "Trekk tilbake forespørsel om å følge {name}?",
|
||||
"content_warning.hide": "Skjul innlegg",
|
||||
"content_warning.show": "Vis likevel",
|
||||
"content_warning.show_more": "Vis mer",
|
||||
@@ -694,6 +712,7 @@
|
||||
"privacy.private.short": "Følgere",
|
||||
"privacy.public.long": "Alle på og utenfor Mastodon",
|
||||
"privacy.public.short": "Offentlig",
|
||||
"privacy.quote.anyone": "{visibility}, alle kan sitere",
|
||||
"privacy.unlisted.short": "Stille offentlig",
|
||||
"privacy_policy.last_updated": "Sist oppdatert {date}",
|
||||
"privacy_policy.title": "Personvernregler",
|
||||
@@ -761,7 +780,9 @@
|
||||
"report_notification.categories.spam": "Søppelpost",
|
||||
"report_notification.categories.spam_sentence": "spam",
|
||||
"report_notification.categories.violation": "Regelbrudd",
|
||||
"report_notification.categories.violation_sentence": "regel brudd",
|
||||
"report_notification.open": "Åpne rapport",
|
||||
"search.clear": "Tøm søk",
|
||||
"search.no_recent_searches": "Ingen søk nylig",
|
||||
"search.placeholder": "Søk",
|
||||
"search.quick_action.account_search": "Profiler som samsvarer med {x}",
|
||||
@@ -782,6 +803,7 @@
|
||||
"search_results.all": "Alle",
|
||||
"search_results.hashtags": "Emneknagger",
|
||||
"search_results.no_results": "Ingen resultater.",
|
||||
"search_results.no_search_yet": "Søk etter innlegg, profiler eller hashtags.",
|
||||
"search_results.see_all": "Se alle",
|
||||
"search_results.statuses": "Innlegg",
|
||||
"search_results.title": "Søk etter \"{q}\"",
|
||||
@@ -797,13 +819,23 @@
|
||||
"status.admin_account": "Åpne moderatorgrensesnittet for @{name}",
|
||||
"status.admin_domain": "Åpne moderatorgrensesnittet for {domain}",
|
||||
"status.admin_status": "Åpne dette innlegget i moderatorgrensesnittet",
|
||||
"status.all_disabled": "Fremheving og sitering er deaktivert",
|
||||
"status.block": "Blokker @{name}",
|
||||
"status.bookmark": "Bokmerke",
|
||||
"status.cancel_reblog_private": "Fjern fremheving",
|
||||
"status.cannot_quote": "Du har ikke tilgang til å sitere dette innlegget",
|
||||
"status.cannot_reblog": "Denne posten kan ikke fremheves",
|
||||
"status.contains_quote": "Inneholder sitat",
|
||||
"status.context.loading": "Laster inn flere svar",
|
||||
"status.context.loading_error": "Klarte ikke å laste inn nye svar",
|
||||
"status.context.loading_success": "Nye svar er lastet inn",
|
||||
"status.context.more_replies_found": "Flere svar funnet",
|
||||
"status.context.retry": "Prøv igjen",
|
||||
"status.context.show": "Vis",
|
||||
"status.continued_thread": "Fortsettelse av samtale",
|
||||
"status.copy": "Kopier lenken til innlegget",
|
||||
"status.delete": "Slett",
|
||||
"status.delete.success": "Innlegget er slettet",
|
||||
"status.detailed_status": "Detaljert samtalevisning",
|
||||
"status.direct": "Nevn @{name} privat",
|
||||
"status.direct_indicator": "Privat omtale",
|
||||
@@ -811,6 +843,7 @@
|
||||
"status.edited": "Sist endret {date}",
|
||||
"status.edited_x_times": "Redigert {count, plural,one {{count} gang} other {{count} ganger}}",
|
||||
"status.favourite": "Favoritt",
|
||||
"status.favourites": "{count, plural, one {favoritt} other {favoritter}}",
|
||||
"status.filter": "Filtrer dette innlegget",
|
||||
"status.history.created": "{name} opprettet {date}",
|
||||
"status.history.edited": "{name} redigerte {date}",
|
||||
@@ -824,17 +857,31 @@
|
||||
"status.mute_conversation": "Demp samtale",
|
||||
"status.open": "Utvid dette innlegget",
|
||||
"status.pin": "Fest på profilen",
|
||||
"status.quote_error.blocked_account_hint.title": "Dette innlegget er skjult fordi du har blokkert @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Dette innlegget er skjult fordi du har blokkert {domain}.",
|
||||
"status.quote_error.filtered": "Skjult på grunn av et av filterne dine",
|
||||
"status.quote_error.limited_account_hint.action": "Vis likevel",
|
||||
"status.quote_error.limited_account_hint.title": "Denne kontoen har blitt skjult av moderatorene til {domain}.",
|
||||
"status.quote_error.muted_account_hint.title": "Dette innlegget er skjult fordi du har dempet @{name}.",
|
||||
"status.quote_error.not_available": "Innlegg utilgjengelig",
|
||||
"status.quote_error.pending_approval": "Ventende innlegg",
|
||||
"status.quotes": "{count, plural, one {sitat} other {sitat}}",
|
||||
"status.read_more": "Les mer",
|
||||
"status.reblog": "Fremhev",
|
||||
"status.reblogged_by": "Fremhevet av {name}",
|
||||
"status.reblogs": "{count, plural, one {fremheving} other {fremhevinger}}",
|
||||
"status.reblogs.empty": "Ingen har fremhevet dette innlegget enda. Når noen gjør det, vil de dukke opp her.",
|
||||
"status.redraft": "Slett og skriv på nytt",
|
||||
"status.remove_bookmark": "Fjern bokmerke",
|
||||
"status.remove_favourite": "Fjern fra favoritter",
|
||||
"status.remove_quote": "Fjern",
|
||||
"status.replied_in_thread": "Svarte i tråd",
|
||||
"status.replied_to": "Som svar til {name}",
|
||||
"status.reply": "Svar",
|
||||
"status.replyAll": "Svar til samtale",
|
||||
"status.report": "Rapporter @{name}",
|
||||
"status.request_quote": "Send forespørsel om å sitere",
|
||||
"status.revoke_quote": "Fjern innlegget mitt fra @{name}' innlegg",
|
||||
"status.sensitive_warning": "Følsomt innhold",
|
||||
"status.share": "Del",
|
||||
"status.show_less_all": "Vis mindre for alle",
|
||||
@@ -850,8 +897,12 @@
|
||||
"subscribed_languages.save": "Lagre endringer",
|
||||
"subscribed_languages.target": "Endre abonnerte språk for {target}",
|
||||
"tabs_bar.home": "Hjem",
|
||||
"tabs_bar.menu": "Meny",
|
||||
"tabs_bar.notifications": "Varslinger",
|
||||
"tabs_bar.publish": "Nytt Innlegg",
|
||||
"tabs_bar.search": "Søk",
|
||||
"terms_of_service.title": "Bruksvilkår",
|
||||
"terms_of_service.upcoming_changes_on": "Kommende endringer på {date}",
|
||||
"time_remaining.days": "{number, plural,one {# dag} other {# dager}} igjen",
|
||||
"time_remaining.hours": "{number, plural, one {# time} other {# timer}} igjen",
|
||||
"time_remaining.minutes": "{number, plural, one {# minutt} other {# minutter}} igjen",
|
||||
@@ -862,11 +913,13 @@
|
||||
"ui.beforeunload": "Din kladd vil bli forkastet om du forlater Mastodon.",
|
||||
"units.short.billion": "{count}m.ard",
|
||||
"units.short.million": "{count}mill",
|
||||
"units.short.thousand": "{count}T",
|
||||
"units.short.thousand": "{count}k",
|
||||
"upload_area.title": "Dra og slipp for å laste opp",
|
||||
"upload_button.label": "Legg til media",
|
||||
"upload_error.limit": "Filopplastingsgrensen er oversteget.",
|
||||
"upload_error.poll": "Filopplasting er ikke tillatt for avstemninger.",
|
||||
"upload_error.quote": "Filopplasting er ikke tillatt med sitat.",
|
||||
"upload_form.drag_and_drop.instructions": "For å plukke opp et medievedlegg, trykk på mellomrom eller enter. Bruk piltastene for å flytte medievedlegget i ønsket retning. Trykk mellomrom eller enter igjen for å slippe vedlegget på nytt sted, eller trykk på esc for å avbryte.",
|
||||
"upload_form.edit": "Rediger",
|
||||
"upload_progress.label": "Laster opp...",
|
||||
"upload_progress.processing": "Behandler…",
|
||||
|
||||
@@ -390,7 +390,7 @@
|
||||
"notification.reblog": "{name} a partejat vòstre estatut",
|
||||
"notification.relationships_severance_event.learn_more": "Ne saber mai",
|
||||
"notification.status": "{name} ven de publicar",
|
||||
"notification.update": "{name} modiquè sa publicacion",
|
||||
"notification.update": "{name} modifiquèt sa publicacion",
|
||||
"notifications.clear": "Escafar",
|
||||
"notifications.clear_confirmation": "Volètz vertadièrament escafar totas vòstras las notificacions ?",
|
||||
"notifications.column_settings.admin.report": "Senhalaments novèls :",
|
||||
@@ -443,7 +443,9 @@
|
||||
"privacy.direct.short": "Mencion privada",
|
||||
"privacy.private.long": "Mostrar pas qu’als seguidors",
|
||||
"privacy.private.short": "Seguidors",
|
||||
"privacy.public.long": "Tot lo monde de e defòra de Mastodon",
|
||||
"privacy.public.short": "Public",
|
||||
"privacy.unlisted.long": "Rescondut dels resultats de recèrca de Mastodon, las tendéncias e las cronologias publicas",
|
||||
"privacy.unlisted.short": "Public silenciós",
|
||||
"privacy_policy.last_updated": "Darrièra actualizacion {date}",
|
||||
"privacy_policy.title": "Politica de confidencialitat",
|
||||
@@ -596,5 +598,14 @@
|
||||
"video.fullscreen": "Ecran complèt",
|
||||
"video.hide": "Amagar la vidèo",
|
||||
"video.pause": "Pausa",
|
||||
"video.play": "Lectura"
|
||||
"video.play": "Lectura",
|
||||
"visibility_modal.button_title": "Definir la visibilitat",
|
||||
"visibility_modal.header": "Visibilitat e interaccion",
|
||||
"visibility_modal.instructions": "Contrarotlatz qui pòt interagir amb aquesta publicacion. Podètz tanben aplicar de paramètres a totas las publicacions futuras en anant a <link>Preferéncias > Paramètres per defaut de publicacion</link>.",
|
||||
"visibility_modal.privacy_label": "Visibilitat",
|
||||
"visibility_modal.quote_followers": "Sonque pels seguidors",
|
||||
"visibility_modal.quote_label": "Qual pòt citar",
|
||||
"visibility_modal.quote_nobody": "Sonque ieu",
|
||||
"visibility_modal.quote_public": "Tot lo monde",
|
||||
"visibility_modal.save": "Enregistrar"
|
||||
}
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
"account.requested_follow": "{name} ਨੇ ਤੁਹਾਨੂੰ ਫ਼ਾਲੋ ਕਰਨ ਦੀ ਬੇਨਤੀ ਕੀਤੀ ਹੈ",
|
||||
"account.requests_to_follow_you": "ਤੁਹਾਨੂੰ ਫ਼ਾਲੋ ਕਰਨ ਦੀਆਂ ਬੇਨਤੀਆਂ",
|
||||
"account.share": "{name} ਦਾ ਪਰੋਫ਼ਾਇਲ ਸਾਂਝਾ ਕਰੋ",
|
||||
"account.show_reblogs": "@{name} ਵਲੋਂ ਬੂਸਟ ਨੂੰ ਵੇਖਾਓ",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} ਪੋਸਟ} other {{counter} ਪੋਸਟਾਂ}}",
|
||||
"account.unblock": "@{name} ਤੋਂ ਪਾਬੰਦੀ ਹਟਾਓ",
|
||||
"account.unblock_domain": "{domain} ਡੋਮੇਨ ਤੋਂ ਪਾਬੰਦੀ ਹਟਾਓ",
|
||||
@@ -185,6 +186,7 @@
|
||||
"confirmations.missing_alt_text.title": "ਬਦਲਵੀ ਲਿਖਤ ਜੋੜਨੀ ਹੈ?",
|
||||
"confirmations.mute.confirm": "ਮੌਨ ਕਰੋ",
|
||||
"confirmations.private_quote_notify.cancel": "ਸੋਧ ਕਰਨ ਉੱਤੇ ਵਾਪਸ ਜਾਓ",
|
||||
"confirmations.private_quote_notify.confirm": "ਜਨਤਕ ਪੋਸਟ",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "ਮੈਨੂੰ ਇਹ ਸੁਨੇਹਾ ਫੇਰ ਨਾ ਦਿਖਾਓ",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "ਮੈਨੂੰ ਮੁੜ ਕੇ ਯਾਦ ਨਾ ਕਰਵਾਓ",
|
||||
"confirmations.quiet_post_quote_info.got_it": "ਸਮਝ ਗਏ",
|
||||
@@ -302,9 +304,13 @@
|
||||
"hashtag.column_settings.tag_mode.any": "ਇਹਨਾਂ ਵਿੱਚੋਂ ਕੋਈ",
|
||||
"hashtag.column_settings.tag_mode.none": "ਇਹਨਾਂ ਵਿੱਚੋਂ ਕੋਈ ਨਹੀਂ",
|
||||
"hashtag.column_settings.tag_toggle": "Include additional tags in this column",
|
||||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} ਹਿੱਸੇਦਾਰ} other {{counter} ਹਿੱਸੇਦਾਰ}}",
|
||||
"hashtag.feature": "ਪਰੋਫਾਇਲ ਉੱਤੇ ਫ਼ੀਚਰ",
|
||||
"hashtag.follow": "ਹੈਸ਼ਟੈਗ ਨੂੰ ਫ਼ਾਲੋ ਕਰੋ",
|
||||
"hashtag.mute": "#{hashtag} ਨੂੰ ਮੌਨ ਕਰੋ",
|
||||
"hashtag.unfeature": "ਪਰੋਫਾਇਲ ਉੱਤੇ ਫ਼ੀਚਰ ਨਾ ਕਰੋ",
|
||||
"hashtag.unfollow": "ਹੈਸ਼ਟੈਗ ਨੂੰ ਅਣ-ਫ਼ਾਲੋ ਕਰੋ",
|
||||
"hashtags.and_other": "…ਅਤੇ {count, plural, one {}other {# ਹੋਰ}}",
|
||||
"hints.profiles.see_more_followers": "{domain} ਉੱਤੇ ਹੋਰ ਫ਼ਾਲੋਅਰ ਵੇਖੋ",
|
||||
"hints.profiles.see_more_follows": "{domain} ਉੱਤੇ ਹੋਰ ਫ਼ਾਲੋ ਨੂੰ ਵੇਖੋ",
|
||||
"hints.profiles.see_more_posts": "{domain} ਉੱਤੇ ਹੋਰ ਪੋਸਟਾਂ ਨੂੰ ਵੇਖੋ",
|
||||
@@ -420,6 +426,7 @@
|
||||
"navigation_bar.search_trends": "ਖੋਜ / ਰੁਝਾਨ",
|
||||
"not_signed_in_indicator.not_signed_in": "ਇਹ ਸਰੋਤ ਵਰਤਣ ਲਈ ਤੁਹਾਨੂੰ ਲਾਗਇਨ ਕਰਨ ਦੀ ਲੋੜ ਹੈ।",
|
||||
"notification.admin.sign_up": "{name} ਨੇ ਸਾਈਨ ਅੱਪ ਕੀਤਾ",
|
||||
"notification.annual_report.view": "#Wrapstodon ਨੂੰ ਵੇਖੋ",
|
||||
"notification.favourite": "{name} ਨੇ ਤੁਹਾਡੀ ਪੋਸਟ ਨੂੰ ਪਸੰਦ ਕੀਤਾ",
|
||||
"notification.favourite_pm": "{name} ਨੇ ਤੁਹਾਡੇ ਨਿੱਜੀ ਜ਼ਿਕਰ ਨੂੰ ਪਸੰਦ ਕੀਤਾ",
|
||||
"notification.follow": "{name} ਨੇ ਤੁਹਾਨੂੰ ਫ਼ਾਲੋ ਕੀਤਾ",
|
||||
@@ -448,6 +455,7 @@
|
||||
"notification_requests.exit_selection": "ਮੁਕੰਮਲ",
|
||||
"notification_requests.notifications_from": "{name} ਵਲੋਂ ਨੋਟੀਫਿਕੇਸ਼ਨ",
|
||||
"notification_requests.title": "ਫਿਲਟਰ ਕੀਤੇ ਨੋਟੀਫਿਕੇਸ਼ਨ",
|
||||
"notification_requests.view": "ਨੋਟਫਿਕੇਸ਼ਨਾਂ ਨੂੰ ਵੇਖੋ",
|
||||
"notifications.clear": "ਸੂਚਨਾਵਾਂ ਨੂੰ ਮਿਟਾਓ",
|
||||
"notifications.clear_confirmation": "ਕੀ ਤੁਸੀਂ ਆਪਣੇ ਸਾਰੇ ਨੋਟੀਫਿਕੇਸ਼ਨਾਂ ਨੂੰ ਪੱਕੇ ਤੌਰ ਉੱਤੇ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?",
|
||||
"notifications.clear_title": "ਨੋਟਫਿਕੇਸ਼ਨਾਂ ਨੂੰ ਮਿਟਾਉਣਾ ਹੈ?",
|
||||
@@ -491,6 +499,7 @@
|
||||
"onboarding.follows.back": "ਪਿੱਛੇ",
|
||||
"onboarding.follows.done": "ਮੁਕੰਮਲ",
|
||||
"onboarding.follows.search": "ਖੋਜੋ",
|
||||
"onboarding.profile.display_name": "ਦਿਖਾਇਆ ਜਾਣ ਵਾਲਾ ਨਾਂ",
|
||||
"onboarding.profile.note": "ਜਾਣਕਾਰੀ",
|
||||
"onboarding.profile.save_and_continue": "ਸੰਭਾਲੋ ਅਤੇ ਜਾਰੀ ਰੱਖੋ",
|
||||
"onboarding.profile.title": "ਪਰੋਫਾਈਲ ਸੈਟਅੱਪ",
|
||||
@@ -594,6 +603,7 @@
|
||||
"status.edited": "ਆਖਰੀ ਸੋਧ ਦੀ ਤਾਰੀਖ {date}",
|
||||
"status.edited_x_times": "Edited {count, plural, one {# time} other {# times}}",
|
||||
"status.favourite": "ਪਸੰਦ",
|
||||
"status.filter": "ਇਸ ਪੋਸਟ ਨੂੰ ਫਿਲਟਰ ਕਰੋ",
|
||||
"status.history.created": "{name} ਨੇ {date} ਨੂੰ ਬਣਾਇਆ",
|
||||
"status.history.edited": "{name} ਨੇ {date} ਨੂੰ ਸੋਧਿਆ",
|
||||
"status.load_more": "ਹੋਰ ਦਿਖਾਓ",
|
||||
@@ -608,6 +618,7 @@
|
||||
"status.pin": "ਪਰੋਫਾਈਲ ਉੱਤੇ ਟੰਗੋ",
|
||||
"status.quote": "ਹਵਾਲਾ",
|
||||
"status.quote.cancel": "ਹਵਾਲੇ ਨੂੰ ਰੱਦ ਕਰੋ",
|
||||
"status.quote_noun": "ਹਵਾਲਾ",
|
||||
"status.read_more": "ਹੋਰ ਪੜ੍ਹੋ",
|
||||
"status.reblog": "ਬੂਸਟ",
|
||||
"status.reblog_or_quote": "ਬੂਸਟ ਜਾਂ ਹਵਾਲਾ",
|
||||
|
||||
@@ -173,6 +173,7 @@
|
||||
"column.edit_list": "Edytuj listę",
|
||||
"column.favourites": "Ulubione",
|
||||
"column.firehose": "Aktualności",
|
||||
"column.firehose_local": "Kanał na żywo dla tego serwera",
|
||||
"column.firehose_singular": "Na żywo",
|
||||
"column.follow_requests": "Prośby o obserwację",
|
||||
"column.home": "Strona główna",
|
||||
@@ -193,6 +194,7 @@
|
||||
"community.column_settings.local_only": "Tylko lokalne",
|
||||
"community.column_settings.media_only": "Tylko multimedia",
|
||||
"community.column_settings.remote_only": "Tylko zdalne",
|
||||
"compose.error.blank_post": "Post nie może być pusty.",
|
||||
"compose.language.change": "Zmień język",
|
||||
"compose.language.search": "Wyszukaj języki...",
|
||||
"compose.published.body": "Wpis został opublikowany.",
|
||||
@@ -245,6 +247,11 @@
|
||||
"confirmations.missing_alt_text.secondary": "Opublikuj mimo wszystko",
|
||||
"confirmations.missing_alt_text.title": "Dodać tekst pomocniczy?",
|
||||
"confirmations.mute.confirm": "Wycisz",
|
||||
"confirmations.private_quote_notify.cancel": "Wróć do edycji",
|
||||
"confirmations.private_quote_notify.confirm": "Opublikuj wpis",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Nie pokazuj tej wiadomości ponownie",
|
||||
"confirmations.private_quote_notify.message": "Osoba, którą cytujesz, a inne wzmianki zostaną powiadomione i będą mogły zobaczyć Twój post, nawet jeśli nie obserwują Ciebie.",
|
||||
"confirmations.private_quote_notify.title": "Udostępnić obserwującym i wspomnianym użytkownikom?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Nie przypominaj mi ponownie",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Rozumiem",
|
||||
"confirmations.quiet_post_quote_info.message": "Kiedy cytujesz niewidoczny wpis publiczny, twój wpis zostanie ukryty z popularnych osi czasu.",
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"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.powered_by": "Rede social descentralizada baseada no {mastodon}",
|
||||
"about.rules": "Regras do servidor",
|
||||
"account.account_note_header": "Nota pessoal",
|
||||
"account.add_or_remove_from_list": "Adicionar ou remover de listas",
|
||||
@@ -29,7 +29,7 @@
|
||||
"account.domain_blocking": "Bloqueando domínio",
|
||||
"account.edit_profile": "Editar perfil",
|
||||
"account.edit_profile_short": "Editar",
|
||||
"account.enable_notifications": "Notificar novos toots de @{name}",
|
||||
"account.enable_notifications": "Notificar quando @{name} publicar",
|
||||
"account.endorse": "Recomendar",
|
||||
"account.familiar_followers_many": "Seguido por {name1}, {name2}, e {othersCount, plural, one {um outro que você conhece} other {# outros que você conhece}}",
|
||||
"account.familiar_followers_one": "Seguido por {name1}",
|
||||
@@ -55,8 +55,8 @@
|
||||
"account.follows.empty": "Nada aqui.",
|
||||
"account.follows_you": "Segue você",
|
||||
"account.go_to_profile": "Ir ao perfil",
|
||||
"account.hide_reblogs": "Ocultar impulsionamentos de @{name}",
|
||||
"account.in_memoriam": "Em memória.",
|
||||
"account.hide_reblogs": "Ocultar impulsos de @{name}",
|
||||
"account.in_memoriam": "In Memoriam.",
|
||||
"account.joined_short": "Entrou",
|
||||
"account.languages": "Mudar idiomas inscritos",
|
||||
"account.link_verified_on": "A propriedade deste link foi verificada em {date}",
|
||||
@@ -72,14 +72,14 @@
|
||||
"account.mutual": "Vocês se seguem",
|
||||
"account.no_bio": "Nenhuma descrição fornecida.",
|
||||
"account.open_original_page": "Abrir a página original",
|
||||
"account.posts": "Toots",
|
||||
"account.posts": "Publicações",
|
||||
"account.posts_with_replies": "Com respostas",
|
||||
"account.remove_from_followers": "Remover {name} dos seguidores",
|
||||
"account.report": "Denunciar @{name}",
|
||||
"account.requested_follow": "{name} quer te seguir",
|
||||
"account.requests_to_follow_you": "Pediu para seguir você",
|
||||
"account.share": "Compartilhar perfil de @{name}",
|
||||
"account.show_reblogs": "Mostrar impulsionamentos de @{name}",
|
||||
"account.show_reblogs": "Mostrar impulsos de @{name}",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} publicação} other {{counter} publicações}}",
|
||||
"account.unblock": "Desbloquear @{name}",
|
||||
"account.unblock_domain": "Desbloquear domínio {domain}",
|
||||
@@ -106,13 +106,13 @@
|
||||
"alert.unexpected.title": "Eita!",
|
||||
"alt_text_badge.title": "Texto alternativo",
|
||||
"alt_text_modal.add_alt_text": "Adicione texto alternativo",
|
||||
"alt_text_modal.add_text_from_image": "Adicione texto da imagem",
|
||||
"alt_text_modal.add_text_from_image": "Adicione texto a partir da imagem",
|
||||
"alt_text_modal.cancel": "Cancelar",
|
||||
"alt_text_modal.change_thumbnail": "Alterar miniatura",
|
||||
"alt_text_modal.describe_for_people_with_hearing_impairments": "Descreva isso para pessoas com deficiências auditivas…",
|
||||
"alt_text_modal.describe_for_people_with_hearing_impairments": "Descreva isto para pessoas com deficiências auditivas…",
|
||||
"alt_text_modal.describe_for_people_with_visual_impairments": "Descreva isto para pessoas com deficiências visuais…",
|
||||
"alt_text_modal.done": "Feito",
|
||||
"announcement.announcement": "Comunicados",
|
||||
"announcement.announcement": "Anúncio",
|
||||
"annual_report.summary.archetype.booster": "Caçador legal",
|
||||
"annual_report.summary.archetype.lurker": "O espreitador",
|
||||
"annual_report.summary.archetype.oracle": "O oráculo",
|
||||
@@ -134,17 +134,17 @@
|
||||
"annual_report.summary.thanks": "Obrigada por fazer parte do Mastodon!",
|
||||
"attachments_list.unprocessed": "(não processado)",
|
||||
"audio.hide": "Ocultar áudio",
|
||||
"block_modal.remote_users_caveat": "Pediremos ao servidor {domain} que respeite sua decisão. No entanto, a conformidade não é garantida, já que alguns servidores podem lidar com bloqueios de maneira diferente. As publicações públicas ainda podem estar visíveis para usuários não logados.",
|
||||
"block_modal.remote_users_caveat": "Pediremos ao servidor {domain} que respeite sua decisão. No entanto, a conformidade não é garantida, já que alguns servidores podem lidar com bloqueios de maneira diferente. As publicações abertas ainda podem estar visíveis para usuários não logados.",
|
||||
"block_modal.show_less": "Mostrar menos",
|
||||
"block_modal.show_more": "Mostrar mais",
|
||||
"block_modal.they_cant_mention": "Não poderá mencionar ou seguir você.",
|
||||
"block_modal.they_cant_see_posts": "Não poderá ver suas publicações e você não verá as dele/a.",
|
||||
"block_modal.they_will_know": "Poderá ver que você bloqueou.",
|
||||
"block_modal.title": "Bloquear usuário?",
|
||||
"block_modal.you_wont_see_mentions": "Você não verá publicações que mencionem o usuário.",
|
||||
"block_modal.you_wont_see_mentions": "Você não verá publicações que mencionem este usuário.",
|
||||
"boost_modal.combo": "Pressione {combo} para pular isto na próxima vez",
|
||||
"boost_modal.reblog": "Impulsionar a publicação?",
|
||||
"boost_modal.undo_reblog": "Retirar o impulso do post?",
|
||||
"boost_modal.undo_reblog": "Retirar o impulso da publicação?",
|
||||
"bundle_column_error.copy_stacktrace": "Copiar relatório do erro",
|
||||
"bundle_column_error.error.body": "A página solicitada não pôde ser renderizada. Pode ser devido a um erro no nosso código, ou um problema de compatibilidade do seu navegador.",
|
||||
"bundle_column_error.error.title": "Ah, não!",
|
||||
@@ -173,15 +173,15 @@
|
||||
"column.edit_list": "Editar lista",
|
||||
"column.favourites": "Favoritos",
|
||||
"column.firehose": "Feeds ao vivo",
|
||||
"column.firehose_local": "Transmissão ao vivo deste servidor",
|
||||
"column.firehose_singular": "Transmissão ao vivo",
|
||||
"column.firehose_local": "Feed ao vivo deste servidor",
|
||||
"column.firehose_singular": "Feed ao vivo",
|
||||
"column.follow_requests": "Seguidores pendentes",
|
||||
"column.home": "Página inicial",
|
||||
"column.list_members": "Gerenciar membros da lista",
|
||||
"column.lists": "Listas",
|
||||
"column.mutes": "Usuários silenciados",
|
||||
"column.notifications": "Notificações",
|
||||
"column.pins": "Toots fixados",
|
||||
"column.pins": "Publicações fixadas",
|
||||
"column.public": "Linha global",
|
||||
"column_back_button.label": "Voltar",
|
||||
"column_header.hide_settings": "Ocultar configurações",
|
||||
@@ -203,7 +203,7 @@
|
||||
"compose_form.direct_message_warning_learn_more": "Saiba mais",
|
||||
"compose_form.encryption_warning": "As publicações no Mastodon não são criptografadas de ponta-a-ponta. Não compartilhe nenhuma informação sensível no Mastodon.",
|
||||
"compose_form.hashtag_warning": "Esta publicação não será exibida sob nenhuma hashtag, já que não é pública. Apenas postagens públicas podem ser pesquisadas por meio de hashtags.",
|
||||
"compose_form.lock_disclaimer": "Seu perfil não está {locked}. Qualquer um pode te seguir e ver os toots privados.",
|
||||
"compose_form.lock_disclaimer": "Seu perfil não está {locked}. Qualquer um pode te seguir e ver as suas publicações privadas.",
|
||||
"compose_form.lock_disclaimer.lock": "trancado",
|
||||
"compose_form.placeholder": "No que você está pensando?",
|
||||
"compose_form.poll.duration": "Duração da enquete",
|
||||
@@ -222,14 +222,14 @@
|
||||
"confirmation_modal.cancel": "Cancelar",
|
||||
"confirmations.block.confirm": "Bloquear",
|
||||
"confirmations.delete.confirm": "Excluir",
|
||||
"confirmations.delete.message": "Você tem certeza de que deseja excluir este toot?",
|
||||
"confirmations.delete.message": "Você tem certeza de que deseja excluir esta publicação?",
|
||||
"confirmations.delete.title": "Excluir publicação?",
|
||||
"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 à publicação sendo editada.",
|
||||
"confirmations.discard_draft.edit.message": "Continuar descartará quaisquer mudanças feitas à publicação sendo editada.",
|
||||
"confirmations.discard_draft.edit.title": "Descartar mudanças na sua publicação?",
|
||||
"confirmations.discard_draft.post.cancel": "Continuar rascunho",
|
||||
"confirmations.discard_draft.post.message": "Continuar eliminará a publicação que está sendo elaborada no momento.",
|
||||
@@ -255,9 +255,9 @@
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Não me lembrar novamente",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Entendi",
|
||||
"confirmations.quiet_post_quote_info.message": "Ao citar uma publicação pública silenciosa, sua postagem será oculta das linhas de tempo em tendência.",
|
||||
"confirmations.quiet_post_quote_info.title": "Citando publicações públicas silenciadas",
|
||||
"confirmations.quiet_post_quote_info.title": "Citando publicações públicas silenciosas",
|
||||
"confirmations.redraft.confirm": "Excluir e rascunhar",
|
||||
"confirmations.redraft.message": "Você tem certeza de que quer apagar essa publicação e rascunhá-la? Favoritos e impulsos serão perdidos, e respostas à postagem original ficarão órfãs.",
|
||||
"confirmations.redraft.message": "Você tem certeza de que quer apagar esta publicação e rascunhá-la? Favoritos e impulsos serão perdidos, e respostas à publicação original ficarão órfãs.",
|
||||
"confirmations.redraft.title": "Excluir e rascunhar publicação?",
|
||||
"confirmations.remove_from_followers.confirm": "Remover seguidor",
|
||||
"confirmations.remove_from_followers.message": "{name} vai parar de te seguir. Tem certeza de que deseja continuar?",
|
||||
@@ -287,7 +287,7 @@
|
||||
"directory.recently_active": "Ativos recentemente",
|
||||
"disabled_account_banner.account_settings": "Configurações da conta",
|
||||
"disabled_account_banner.text": "Sua conta {disabledAccount} está desativada no momento.",
|
||||
"dismissable_banner.community_timeline": "Estas são as publicações públicas mais recentes das pessoas cujas contas são hospedadas por {domain}.",
|
||||
"dismissable_banner.community_timeline": "Estas são as publicações abertas mais recentes das pessoas cujas contas são hospedadas por {domain}.",
|
||||
"dismissable_banner.dismiss": "Dispensar",
|
||||
"dismissable_banner.public_timeline": "Estas são as publicações mais recentes das pessoas no fediverso que as pessoas do {domain} seguem.",
|
||||
"domain_block_modal.block": "Bloquear servidor",
|
||||
@@ -298,8 +298,8 @@
|
||||
"domain_block_modal.title": "Bloquear domínio?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Você perderá {followersCount, plural, one {{followersCountDisplay} seguidor} other {{followersCountDisplay} seguidores}} e {followingCount, plural, one {{followingCountDisplay} pessoa que você segue} other {{followingCountDisplay} pessoas que você segue}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Você irá perder todos os seguidores e pessoas que você segue neste servidor.",
|
||||
"domain_block_modal.you_wont_see_posts": "Você não verá postagens ou notificações de usuários neste servidor.",
|
||||
"domain_pill.activitypub_lets_connect": "Ele permite que você se conecte e interaja com pessoas não apenas no Mastodon, mas também em diferentes aplicativos sociais.",
|
||||
"domain_block_modal.you_wont_see_posts": "Você não verá publicações ou notificações de usuários neste servidor.",
|
||||
"domain_pill.activitypub_lets_connect": "Permite que você se conecte e interaja com pessoas não apenas no Mastodon, mas também em diferentes aplicativos sociais.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub é como a linguagem que o Mastodon fala com outras redes sociais.",
|
||||
"domain_pill.server": "Servidor",
|
||||
"domain_pill.their_handle": "Identificador dele/a:",
|
||||
@@ -313,7 +313,7 @@
|
||||
"domain_pill.your_server": "Sua casa digital, onde ficam todas as suas postagens. Não gosta deste? Transfira servidores a qualquer momento e traga seus seguidores também.",
|
||||
"domain_pill.your_username": "Seu identificador exclusivo neste servidor. É possível encontrar usuários com o mesmo nome de usuário em servidores diferentes.",
|
||||
"dropdown.empty": "Escolha uma opção",
|
||||
"embed.instructions": "Incorpore este toot no seu site ao copiar o código abaixo.",
|
||||
"embed.instructions": "Incorpore esta publicação no seu site ao copiar o código abaixo.",
|
||||
"embed.preview": "Aqui está como vai ficar:",
|
||||
"emoji_button.activity": "Atividade",
|
||||
"emoji_button.clear": "Limpar",
|
||||
@@ -338,19 +338,19 @@
|
||||
"empty_column.account_timeline": "Nada aqui.",
|
||||
"empty_column.account_unavailable": "Perfil indisponível",
|
||||
"empty_column.blocks": "Nada aqui.",
|
||||
"empty_column.bookmarked_statuses": "Nada aqui. Quando você salvar um toot, ele aparecerá aqui.",
|
||||
"empty_column.bookmarked_statuses": "Nada aqui. Quando você salvar uma publicação, ela aparecerá aqui.",
|
||||
"empty_column.community": "A linha local está vazia. Publique algo para começar!",
|
||||
"empty_column.direct": "Você ainda não tem mensagens privadas. Quando você enviar ou receber uma, será exibida aqui.",
|
||||
"empty_column.disabled_feed": "Este feed foi desativado pelos administradores do servidor.",
|
||||
"empty_column.disabled_feed": "Este feed foi desativado pelos administradores de seu servidor.",
|
||||
"empty_column.domain_blocks": "Nada aqui.",
|
||||
"empty_column.explore_statuses": "Nada está em alta no momento. Volte mais tarde!",
|
||||
"empty_column.favourited_statuses": "Você ainda não tem publicações favoritas. Quanto você marcar uma como favorita, ela aparecerá aqui.",
|
||||
"empty_column.favourites": "Ninguém marcou esta publicação como favorita até agora. Quando alguém o fizer, será listado aqui.",
|
||||
"empty_column.follow_requests": "Nada aqui. Quando você tiver seguidores pendentes, eles aparecerão aqui.",
|
||||
"empty_column.followed_tags": "Você ainda não seguiu nenhuma hashtag. Quando seguir uma, elas serão exibidas aqui.",
|
||||
"empty_column.followed_tags": "Você ainda não seguiu nenhuma hashtag. Quando seguir, elas serão exibidas aqui.",
|
||||
"empty_column.hashtag": "Nada aqui.",
|
||||
"empty_column.home": "Sua página inicial está vazia! Siga mais pessoas para começar: {suggestions}",
|
||||
"empty_column.list": "Nada aqui. Quando membros da lista tootarem, eles aparecerão aqui.",
|
||||
"empty_column.list": "Nada aqui. Quando membros da lista publicarem, elas aparecerão aqui.",
|
||||
"empty_column.mutes": "Nada aqui.",
|
||||
"empty_column.notification_requests": "Tudo limpo! Não há nada aqui. Quando você receber novas notificações, elas aparecerão aqui de acordo com suas configurações.",
|
||||
"empty_column.notifications": "Interaja com outros usuários para começar a conversar.",
|
||||
@@ -366,7 +366,7 @@
|
||||
"explore.trending_links": "Notícias",
|
||||
"explore.trending_statuses": "Publicações",
|
||||
"explore.trending_tags": "Hashtags",
|
||||
"featured_carousel.header": "{count, plural, one {Postagem fixada} other {Postagens fixadas}}",
|
||||
"featured_carousel.header": "{count, plural, one {Publicação fixada} other {Publicações fixadas}}",
|
||||
"featured_carousel.next": "Próximo",
|
||||
"featured_carousel.post": "Publicação",
|
||||
"featured_carousel.previous": "Anterior",
|
||||
@@ -375,7 +375,7 @@
|
||||
"filter_modal.added.context_mismatch_title": "Incompatibilidade de contexto!",
|
||||
"filter_modal.added.expired_explanation": "Esta categoria de filtro expirou, você precisará alterar a data de expiração para aplicar.",
|
||||
"filter_modal.added.expired_title": "Filtro expirado!",
|
||||
"filter_modal.added.review_and_configure": "Para revisar e configurar ainda mais esta categoria de filtro, vá até {settings_link}.",
|
||||
"filter_modal.added.review_and_configure": "Para revisar e configurar ainda mais esta categoria de filtro, vá para {settings_link}.",
|
||||
"filter_modal.added.review_and_configure_title": "Configurações de filtro",
|
||||
"filter_modal.added.settings_link": "página de configurações",
|
||||
"filter_modal.added.short_explanation": "Esta publicação foi adicionada à seguinte categoria de filtro: {title}.",
|
||||
@@ -452,11 +452,11 @@
|
||||
"home.column_settings.show_quotes": "Mostrar citações",
|
||||
"home.column_settings.show_reblogs": "Mostrar impulsos",
|
||||
"home.column_settings.show_replies": "Mostrar respostas",
|
||||
"home.hide_announcements": "Ocultar comunicados",
|
||||
"home.hide_announcements": "Ocultar anúncios",
|
||||
"home.pending_critical_update.body": "Por favor, atualize o seu servidor Mastodon o mais rápido possível!",
|
||||
"home.pending_critical_update.link": "Ver atualizações",
|
||||
"home.pending_critical_update.title": "Atualização de segurança crítica disponível!",
|
||||
"home.show_announcements": "Mostrar comunicados",
|
||||
"home.show_announcements": "Mostrar anúncios",
|
||||
"ignore_notifications_modal.disclaimer": "O Mastodon não pode informar aos usuários que você ignorou suas notificações. Ignorar notificações não impedirá que as próprias mensagens sejam enviadas.",
|
||||
"ignore_notifications_modal.filter_instead": "Filtrar em vez disso",
|
||||
"ignore_notifications_modal.filter_to_act_users": "Você ainda conseguirá aceitar, rejeitar ou denunciar usuários",
|
||||
@@ -488,7 +488,7 @@
|
||||
"keyboard_shortcuts.description": "Descrição",
|
||||
"keyboard_shortcuts.direct": "para abrir a coluna de menções privadas",
|
||||
"keyboard_shortcuts.down": "mover para baixo",
|
||||
"keyboard_shortcuts.enter": "abrir toot",
|
||||
"keyboard_shortcuts.enter": "Abrir publicação",
|
||||
"keyboard_shortcuts.favourite": "Favoritar publicação",
|
||||
"keyboard_shortcuts.favourites": "Abrir lista de favoritos",
|
||||
"keyboard_shortcuts.federated": "abrir linha global",
|
||||
@@ -503,19 +503,19 @@
|
||||
"keyboard_shortcuts.my_profile": "abrir seu perfil",
|
||||
"keyboard_shortcuts.notifications": "abrir notificações",
|
||||
"keyboard_shortcuts.open_media": "abrir mídia",
|
||||
"keyboard_shortcuts.pinned": "abrir toots fixados",
|
||||
"keyboard_shortcuts.pinned": "Abrir publicações fixadas",
|
||||
"keyboard_shortcuts.profile": "abrir perfil do usuário",
|
||||
"keyboard_shortcuts.quote": "Publicação de citação",
|
||||
"keyboard_shortcuts.reply": "responder toot",
|
||||
"keyboard_shortcuts.reply": "Responder publicação",
|
||||
"keyboard_shortcuts.requests": "abrir seguidores pendentes",
|
||||
"keyboard_shortcuts.search": "focar na pesquisa",
|
||||
"keyboard_shortcuts.search": "Focar na barra de busca",
|
||||
"keyboard_shortcuts.spoilers": "ativar/desativar aviso de conteúdo",
|
||||
"keyboard_shortcuts.start": "abrir primeiros passos",
|
||||
"keyboard_shortcuts.toggle_hidden": "expandir/ocultar aviso de conteúdo",
|
||||
"keyboard_shortcuts.toggle_hidden": "Expandir/ocultar aviso de conteúdo",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "mostrar/ocultar mídia",
|
||||
"keyboard_shortcuts.toot": "compor novo toot",
|
||||
"keyboard_shortcuts.toot": "Começar nova publicação",
|
||||
"keyboard_shortcuts.translate": "Para traduzir um post",
|
||||
"keyboard_shortcuts.unfocus": "desfocar de tudo",
|
||||
"keyboard_shortcuts.unfocus": "Tirar o foco da área de redação/busca",
|
||||
"keyboard_shortcuts.up": "mover para cima",
|
||||
"learn_more_link.got_it": "Entendido",
|
||||
"learn_more_link.learn_more": "Veja mais",
|
||||
@@ -554,7 +554,7 @@
|
||||
"lists.save": "Salvar",
|
||||
"lists.search": "Buscar",
|
||||
"lists.show_replies_to": "Incluir respostas de membros da lista para",
|
||||
"load_pending": "{count, plural, one {# novo item} other {# novos items}}",
|
||||
"load_pending": "{count, plural, one {# novo item} other {# novos itens}}",
|
||||
"loading_indicator.label": "Carregando…",
|
||||
"media_gallery.hide": "Ocultar",
|
||||
"moved_to_account_banner.text": "Sua conta {disabledAccount} está desativada porque você a moveu para {movedToAccount}.",
|
||||
@@ -593,29 +593,29 @@
|
||||
"navigation_bar.preferences": "Preferências",
|
||||
"navigation_bar.privacy_and_reach": "Privacidade e alcance",
|
||||
"navigation_bar.search": "Buscar",
|
||||
"navigation_bar.search_trends": "Pesquisa / Em alta",
|
||||
"navigation_bar.search_trends": "Busca / Em alta",
|
||||
"navigation_panel.collapse_followed_tags": "Recolher menu de hashtags seguidas",
|
||||
"navigation_panel.collapse_lists": "Fechar lista de menu",
|
||||
"navigation_panel.expand_followed_tags": "Expandir o menu de hashtags seguidas",
|
||||
"navigation_panel.expand_lists": "Expandir lista de menu",
|
||||
"not_signed_in_indicator.not_signed_in": "Você precisa se autenticar para acessar este recurso.",
|
||||
"notification.admin.report": "{name} denunciou {target}",
|
||||
"notification.admin.report_account": "{name} reportou {count, plural, one {Um post} other {# posts}} de {target} para {category}",
|
||||
"notification.admin.report_account_other": "{name} reportou {count, plural, one {Um post} other {# posts}} de {target}",
|
||||
"notification.admin.report_account": "{name} denunciou {count, plural, one {uma publicação} other {# publicações}} de {target} para {category}",
|
||||
"notification.admin.report_account_other": "{name} denunciou {count, plural, one {uma publicação} other {# publicações}} de {target}",
|
||||
"notification.admin.report_statuses": "{name} Reportou {target} para {category}",
|
||||
"notification.admin.report_statuses_other": "{name} denunciou {target}",
|
||||
"notification.admin.sign_up": "{name} se inscreveu",
|
||||
"notification.admin.sign_up.name_and_others": "{name} e {count, plural, one {# other} other {# outros}}",
|
||||
"notification.admin.sign_up.name_and_others": "{name} e {count, plural, one {# outro} other {# outros}} se inscreveram",
|
||||
"notification.annual_report.message": "O seu #Wrapstodon de {year} está esperando! Desvende seus destaques do ano e momentos memoráveis no Mastodon!",
|
||||
"notification.annual_report.view": "Ver #Wrapstodon",
|
||||
"notification.favourite": "{name} favoritou sua publicação",
|
||||
"notification.favourite.name_and_others_with_link": "{name} e <a>{count, plural, one {# outro} other {# others}}</a> favoritaram a publicação",
|
||||
"notification.favourite_pm": "{name} favoritou sua menção privada",
|
||||
"notification.favourite_pm.name_and_others_with_link": "{name} e <a>{count, plural, one {# outro} other {# outros}}</a> favoritou(ram) sua menção privada",
|
||||
"notification.favourite_pm.name_and_others_with_link": "{name} e <a>{count, plural, one {# outro} other {# outros}}</a> favoritaram sua menção privada",
|
||||
"notification.follow": "{name} te seguiu",
|
||||
"notification.follow.name_and_others": "{name} e <a>{count, plural, one {# outro} other {# outros}}</a> seguiram você",
|
||||
"notification.follow_request": "{name} quer te seguir",
|
||||
"notification.follow_request.name_and_others": "{name} e {count, plural, one {# other} other {# outros}} pediu para seguir você",
|
||||
"notification.follow_request.name_and_others": "{name} e {count, plural, one {# outro} other {# outros}} pediram para seguir você",
|
||||
"notification.label.mention": "Menção",
|
||||
"notification.label.private_mention": "Menção privada",
|
||||
"notification.label.private_reply": "Resposta privada",
|
||||
@@ -642,7 +642,7 @@
|
||||
"notification.relationships_severance_event.domain_block": "An admin from {from} has blocked {target}, including {followersCount} of your followers and {followingCount, plural, one {# account} other {# accounts}} you follow.",
|
||||
"notification.relationships_severance_event.learn_more": "Saber mais",
|
||||
"notification.relationships_severance_event.user_domain_block": "You have blocked {target}, removing {followersCount} of your followers and {followingCount, plural, one {# account} other {# accounts}} you follow.",
|
||||
"notification.status": "{name} acabou de tootar",
|
||||
"notification.status": "{name} acabou de publicar",
|
||||
"notification.update": "{name} editou uma publicação",
|
||||
"notification_requests.accept": "Aceitar",
|
||||
"notification_requests.accept_multiple": "{count, plural, one {Aceite # pedido…} other {Aceite # pedidos…}}",
|
||||
@@ -682,17 +682,17 @@
|
||||
"notifications.column_settings.reblog": "Impulsos:",
|
||||
"notifications.column_settings.show": "Mostrar na coluna",
|
||||
"notifications.column_settings.sound": "Tocar som",
|
||||
"notifications.column_settings.status": "Novos toots:",
|
||||
"notifications.column_settings.status": "Novas publicações:",
|
||||
"notifications.column_settings.unread_notifications.category": "Notificações não lidas",
|
||||
"notifications.column_settings.unread_notifications.highlight": "Destacar notificações não lidas",
|
||||
"notifications.column_settings.update": "Editar:",
|
||||
"notifications.filter.all": "Tudo",
|
||||
"notifications.filter.boosts": "Impulsionamentos",
|
||||
"notifications.filter.boosts": "Impulsos",
|
||||
"notifications.filter.favourites": "Favoritos",
|
||||
"notifications.filter.follows": "Seguidores",
|
||||
"notifications.filter.mentions": "Menções",
|
||||
"notifications.filter.polls": "Enquetes",
|
||||
"notifications.filter.statuses": "Novos toots",
|
||||
"notifications.filter.statuses": "Atualizações de pessoas que você segue",
|
||||
"notifications.grant_permission": "Permita notificações.",
|
||||
"notifications.group": "{count} notificações",
|
||||
"notifications.mark_as_read": "Marcar como lidas",
|
||||
@@ -725,7 +725,7 @@
|
||||
"onboarding.follows.search": "Buscar",
|
||||
"onboarding.follows.title": "Comece seguindo pessoas",
|
||||
"onboarding.profile.discoverable": "Tornar meu perfil descobrível",
|
||||
"onboarding.profile.discoverable_hint": "Quando você aceita a capacidade de descoberta no Mastodon, suas postagens podem aparecer nos resultados de pesquisa e nas tendências, e seu perfil pode ser sugerido a pessoas com interesses similares aos seus.",
|
||||
"onboarding.profile.discoverable_hint": "Quando você aceita a capacidade de descoberta no Mastodon, suas postagens podem aparecer nos resultados de busca e nas tendências, e seu perfil pode ser sugerido a pessoas com interesses similares aos seus.",
|
||||
"onboarding.profile.display_name": "Nome de exibição",
|
||||
"onboarding.profile.display_name_hint": "Seu nome completo ou apelido…",
|
||||
"onboarding.profile.note": "Biografia",
|
||||
@@ -747,7 +747,7 @@
|
||||
"poll.votes": "{votes, plural, one {# voto} other {# votos}}",
|
||||
"poll_button.add_poll": "Adicionar enquete",
|
||||
"poll_button.remove_poll": "Remover enquete",
|
||||
"privacy.change": "Alterar privacidade do toot",
|
||||
"privacy.change": "Alterar privacidade da publicação",
|
||||
"privacy.direct.long": "Todos mencionados na publicação",
|
||||
"privacy.direct.short": "Menção privada",
|
||||
"privacy.private.long": "Apenas seus seguidores",
|
||||
@@ -758,7 +758,7 @@
|
||||
"privacy.quote.disabled": "{visibility} Citações desabilitadas",
|
||||
"privacy.quote.limited": "{visibility} Citações limitadas",
|
||||
"privacy.unlisted.additional": "Isso se comporta exatamente como público, exceto que a publicação não aparecerá nos _feeds ao vivo_ ou nas _hashtags_, explorar, ou barra de busca, mesmo que você seja escolhido em toda a conta.",
|
||||
"privacy.unlisted.long": "Oculto para os resultados de pesquisa do Mastodon, tendências e linhas do tempo públicas",
|
||||
"privacy.unlisted.long": "Oculto para os resultados de busca do Mastodon, tendências e linhas do tempo públicas",
|
||||
"privacy.unlisted.short": "Público silencioso",
|
||||
"privacy_policy.last_updated": "Atualizado {date}",
|
||||
"privacy_policy.title": "Política de privacidade",
|
||||
@@ -839,9 +839,9 @@
|
||||
"report_notification.categories.violation": "Violação de regra",
|
||||
"report_notification.categories.violation_sentence": "violação de regra",
|
||||
"report_notification.open": "Abrir denúncia",
|
||||
"search.clear": "Limpar pesquisas",
|
||||
"search.clear": "Limpar busca",
|
||||
"search.no_recent_searches": "Nenhuma busca recente",
|
||||
"search.placeholder": "Pesquisar",
|
||||
"search.placeholder": "Busca",
|
||||
"search.quick_action.account_search": "Perfis correspondentes a {x}",
|
||||
"search.quick_action.go_to_account": "Ir para a página do perfil {x}",
|
||||
"search.quick_action.go_to_hashtag": "Ir para a hashtag {x}",
|
||||
@@ -851,7 +851,7 @@
|
||||
"search_popout.full_text_search_disabled_message": "Não disponível em {domain}.",
|
||||
"search_popout.full_text_search_logged_out_message": "Disponível apenas quando conectado.",
|
||||
"search_popout.language_code": "Código ISO do idioma",
|
||||
"search_popout.options": "Opções de pesquisa",
|
||||
"search_popout.options": "Opções de busca",
|
||||
"search_popout.quick_actions": "Ações rápidas",
|
||||
"search_popout.recent": "Buscas Recentes",
|
||||
"search_popout.specific_date": "data específica",
|
||||
@@ -862,7 +862,7 @@
|
||||
"search_results.no_results": "Sem resultados.",
|
||||
"search_results.no_search_yet": "Tente buscar por publicações, perfis e hashtags.",
|
||||
"search_results.see_all": "Ver tudo",
|
||||
"search_results.statuses": "Toots",
|
||||
"search_results.statuses": "Publicações",
|
||||
"search_results.title": "Buscar por \"{q}\"",
|
||||
"server_banner.about_active_users": "Pessoas usando este servidor durante os últimos 30 dias (Usuários ativos mensalmente)",
|
||||
"server_banner.active_users": "usuários ativos",
|
||||
@@ -876,7 +876,7 @@
|
||||
"sign_in_banner.sso_redirect": "Entrar ou Registrar-se",
|
||||
"status.admin_account": "Abrir interface de moderação para @{name}",
|
||||
"status.admin_domain": "Abrir interface de moderação para {domain}",
|
||||
"status.admin_status": "Abrir este toot na interface de moderação",
|
||||
"status.admin_status": "Abrir esta publicação na interface de moderação",
|
||||
"status.all_disabled": "Impulsos e citações estão desabilitados",
|
||||
"status.block": "Bloquear @{name}",
|
||||
"status.bookmark": "Salvar",
|
||||
@@ -902,7 +902,7 @@
|
||||
"status.edited_x_times": "Editado {count, plural, one {{count} hora} other {{count} vezes}}",
|
||||
"status.embed": "Obter código de incorporação",
|
||||
"status.favourite": "Favoritar",
|
||||
"status.favourites": "{count, plural, one {favorite} other {favorites}}",
|
||||
"status.favourites": "{count, plural, one {favorito} other {favoritos}}",
|
||||
"status.filter": "Filtrar esta publicação",
|
||||
"status.history.created": "{name} criou {date}",
|
||||
"status.history.edited": "{name} editou {date}",
|
||||
@@ -914,7 +914,7 @@
|
||||
"status.more": "Mais",
|
||||
"status.mute": "Silenciar @{name}",
|
||||
"status.mute_conversation": "Silenciar conversa",
|
||||
"status.open": "Abrir toot",
|
||||
"status.open": "Expandir esta publicação",
|
||||
"status.pin": "Fixar",
|
||||
"status.quote": "Citar",
|
||||
"status.quote.cancel": "Cancelar citação",
|
||||
@@ -934,7 +934,7 @@
|
||||
"status.quote_policy_change": "Mude quem pode citar",
|
||||
"status.quote_post_author": "Publicação citada por @{name}",
|
||||
"status.quote_private": "Publicações privadas não podem ser citadas",
|
||||
"status.quotes": "{count, plural, one {# citação} other {# citações}}",
|
||||
"status.quotes": "{count, plural, one {citação} other {citações}}",
|
||||
"status.quotes.empty": "Ninguém citou essa publicação até agora. Quando alguém citar aparecerá aqui.",
|
||||
"status.quotes.local_other_disclaimer": "Citações rejeitadas pelo autor não serão exibidas.",
|
||||
"status.quotes.remote_other_disclaimer": "Apenas citações do {domain} têm a garantia de serem exibidas aqui. Citações rejeitadas pelo autor não serão exibidas.",
|
||||
@@ -943,7 +943,7 @@
|
||||
"status.reblog_or_quote": "Impulsionar ou citar",
|
||||
"status.reblog_private": "Compartilhar novamente com seus seguidores",
|
||||
"status.reblogged_by": "{name} impulsionou",
|
||||
"status.reblogs": "{count, plural, one {boost} other {boosts}}",
|
||||
"status.reblogs": "{count, plural, one {impulso} other {impulsos}}",
|
||||
"status.reblogs.empty": "Ninguém impulsionou esta publicação ainda. Quando alguém o fizer, o usuário aparecerá aqui.",
|
||||
"status.redraft": "Excluir e rascunhar",
|
||||
"status.remove_bookmark": "Remover do Salvos",
|
||||
@@ -992,7 +992,7 @@
|
||||
"upload_area.title": "Arraste e solte para enviar",
|
||||
"upload_button.label": "Adicionar mídia",
|
||||
"upload_error.limit": "Limite de anexação alcançado.",
|
||||
"upload_error.poll": "Mídias não podem ser anexadas em toots com enquetes.",
|
||||
"upload_error.poll": "Mídias não podem ser anexadas em publicações com enquetes.",
|
||||
"upload_error.quote": "Mídias não podem ser anexadas com enquetes.",
|
||||
"upload_form.drag_and_drop.instructions": "Para pegar um anexo de mídia, pressione espaço ou enter. Enquanto arrastar, use as setas do teclado para mover o anexo de mídia em qualquer direção. Pressione espaço ou insira novamente para soltar o anexo de mídia em sua nova posição, ou pressione escape para cancelar.",
|
||||
"upload_form.drag_and_drop.on_drag_cancel": "O arrastamento foi cancelado. O anexo da mídia {item} foi descartado.",
|
||||
@@ -1026,7 +1026,7 @@
|
||||
"visibility_modal.helper.privacy_private_self_quote": "As auto-citações de publicações privadas não podem ser públicas.",
|
||||
"visibility_modal.helper.private_quoting": "Posts somente para seguidores feitos no Mastodon não podem ser citados por outros.",
|
||||
"visibility_modal.helper.unlisted_quoting": "Quando as pessoas citam você, sua publicação também será ocultada das linhas de tempo de tendência.",
|
||||
"visibility_modal.instructions": "Controle quem pode interagir com este post. Você também pode aplicar as configurações para todos os posts futuros navegando para <link>Preferências > Postagem padrão</link>.",
|
||||
"visibility_modal.instructions": "Controle quem pode interagir com este post. Você também pode aplicar as configurações para todos os posts futuros navegando para <link>Preferências > Padrões de publicação</link>.",
|
||||
"visibility_modal.privacy_label": "Visibilidade",
|
||||
"visibility_modal.quote_followers": "Apenas seguidores",
|
||||
"visibility_modal.quote_label": "Quem pode citar",
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
"about.blocks": "Servidores moderados",
|
||||
"about.contact": "Contacto:",
|
||||
"about.default_locale": "Padrão",
|
||||
"about.disclaimer": "O Mastodon é um ‘software’ livre, de código aberto e uma marca registada de Mastodon gGmbH.",
|
||||
"about.disclaimer": "O Mastodon é um 'software' livre, de código aberto e marca registada de Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Motivo não disponível",
|
||||
"about.domain_blocks.preamble": "O Mastodon ver e interagir com o conteúdo de utilizadores de qualquer outra instância no fediverso. Estas são as exceções desta instância em específico.",
|
||||
"about.domain_blocks.silenced.explanation": "Normalmente não verás perfis e conteúdos deste servidor, a não ser que os procures explicitamente ou optes por segui-los.",
|
||||
"about.domain_blocks.preamble": "O Mastodon, geralmente, permite-lhe ver conteúdo e interagir com utilizadores de qualquer outro servidor na fediverso. Estas são as exceções aplicadas neste servidor em particular.",
|
||||
"about.domain_blocks.silenced.explanation": "Normalmente não verá perfis e conteúdos deste servidor, a não ser que os procures explicitamente ou opte por segui-los.",
|
||||
"about.domain_blocks.silenced.title": "Limitados",
|
||||
"about.domain_blocks.suspended.explanation": "Nenhum dado deste servidor será processado, armazenado ou trocado, tornando impossível qualquer interação ou comunicação com os utilizadores a partir deste servidor.",
|
||||
"about.domain_blocks.suspended.explanation": "Nenhum dado deste servidor será processado, armazenado ou trocado, impossibilitando qualquer interação ou comunicação com os utilizadores a partir deste servidor.",
|
||||
"about.domain_blocks.suspended.title": "Suspensos",
|
||||
"about.language_label": "Idioma",
|
||||
"about.not_available": "Esta informação não foi disponibilizada neste servidor.",
|
||||
@@ -134,7 +134,7 @@
|
||||
"annual_report.summary.thanks": "Obrigado por fazeres parte do Mastodon!",
|
||||
"attachments_list.unprocessed": "(não processado)",
|
||||
"audio.hide": "Ocultar áudio",
|
||||
"block_modal.remote_users_caveat": "Vamos pedir ao servidor {domain} para respeitar a tua decisão. No entanto, não é garantido o seu cumprimento, uma vez que alguns servidores podem tratar os bloqueios de forma diferente. As publicações públicas podem continuar a ser visíveis para utilizadores não autenticados.",
|
||||
"block_modal.remote_users_caveat": "Solicitaremos ao servidor {domain} que respeite a sua decisão. No entanto, o cumprimento não é garantido, sendo que alguns servidores podem gerir bloqueios de forma diferente. As publicações públicas podem continuar visíveis para utilizadores não autenticados.",
|
||||
"block_modal.show_less": "Mostrar menos",
|
||||
"block_modal.show_more": "Mostrar mais",
|
||||
"block_modal.they_cant_mention": "Ele não o pode mencionar nem seguir.",
|
||||
@@ -148,7 +148,7 @@
|
||||
"bundle_column_error.copy_stacktrace": "Copiar relatório de erros",
|
||||
"bundle_column_error.error.body": "A página solicitada não pôde ser sintetizada. Isto pode ser devido a uma falha no nosso código ou a um problema de compatibilidade com o navegador.",
|
||||
"bundle_column_error.error.title": "Ó, não!",
|
||||
"bundle_column_error.network.body": "Houve um erro ao tentar carregar esta página. Isto pode ocorrer devido a um problema temporário com a tua conexão à internet ou a este servidor.",
|
||||
"bundle_column_error.network.body": "Ocorreu um erro ao tentar carregar esta página. Isto poderá dever-se a um problema temporário na tua ligação à Internet ou neste servidor.",
|
||||
"bundle_column_error.network.title": "Erro de rede",
|
||||
"bundle_column_error.retry": "Tenta de novo",
|
||||
"bundle_column_error.return": "Voltar à página inicial",
|
||||
@@ -158,13 +158,13 @@
|
||||
"bundle_modal_error.message": "Algo correu mal ao carregar este ecrã.",
|
||||
"bundle_modal_error.retry": "Tenta de novo",
|
||||
"closed_registrations.other_server_instructions": "Visto que o Mastodon é descentralizado, podes criar uma conta noutro servidor e interagir com este na mesma.",
|
||||
"closed_registrations_modal.description": "Neste momento não é possível criar uma conta em {domain}, mas lembramos que não é preciso ter uma conta especificamente em {domain} para usar o Mastodon.",
|
||||
"closed_registrations_modal.description": "Criar uma conta em {domain} não é atualmente possível, mas tenha em atenção que não é necessário ter uma conta especificamente em {domain} para usar o Mastodon.",
|
||||
"closed_registrations_modal.find_another_server": "Procurar outro servidor",
|
||||
"closed_registrations_modal.preamble": "O Mastodon é descentralizado, por isso não importa onde a tua conta é criada, pois continuarás a poder acompanhar e interagir com qualquer um neste servidor. Podes até alojar o teu próprio servidor!",
|
||||
"closed_registrations_modal.preamble": "O Mastodon é descentralizado, por isso, não importa onde crie a sua conta: poderá seguir e interagir com qualquer utilizador neste servidor. Pode até alojá-lo você próprio!",
|
||||
"closed_registrations_modal.title": "Criar uma conta no Mastodon",
|
||||
"column.about": "Sobre",
|
||||
"column.blocks": "Utilizadores bloqueados",
|
||||
"column.bookmarks": "Marcadores",
|
||||
"column.bookmarks": "Favoritos",
|
||||
"column.community": "Cronologia local",
|
||||
"column.create_list": "Criar lista",
|
||||
"column.direct": "Menções privadas",
|
||||
@@ -610,7 +610,7 @@
|
||||
"notification.annual_report.view": "Ver #Wrapstodon",
|
||||
"notification.favourite": "{name} assinalou a tua publicação como favorita",
|
||||
"notification.favourite.name_and_others_with_link": "{name} e <a>{count, plural, one {# outro} other {# outros}}</a> assinalaram a tua publicação como favorita",
|
||||
"notification.favourite_pm": "{name} assinalou como favorita a tua menção privada",
|
||||
"notification.favourite_pm": "{name} assinalou como favorita a sua menção privada",
|
||||
"notification.favourite_pm.name_and_others_with_link": "{name} e <a>{count, plural, one {# outro favoritou} other {# outros favoritaram}}</a> a tua menção privada",
|
||||
"notification.follow": "{name} começou a seguir-te",
|
||||
"notification.follow.name_and_others": "{name} e <a>{count, plural, one {# outro seguiram-te} other {# outros seguiram-te}}</a>",
|
||||
@@ -804,7 +804,7 @@
|
||||
"report.forward": "Reencaminhar para {target}",
|
||||
"report.forward_hint": "A conta pertence a outro servidor. Enviar uma cópia anónima da denúncia para esse servidor também?",
|
||||
"report.mute": "Ocultar",
|
||||
"report.mute_explanation": "Não verás as publicações dele. Ele não poderá ver as tuas publicações nem seguir-te. Ele não saberá que o ocultaste.",
|
||||
"report.mute_explanation": "Não verá as publicações dele. Ele não poderá ver as suas publicações nem segui-lo. Ele não saberá que o ocultou.",
|
||||
"report.next": "Seguinte",
|
||||
"report.placeholder": "Comentários adicionais",
|
||||
"report.reasons.dislike": "Não gosto disto",
|
||||
@@ -946,7 +946,7 @@
|
||||
"status.reblogs": "{count, plural, one {partilha} other {partilhas}}",
|
||||
"status.reblogs.empty": "Ainda ninguém partilhou esta publicação. Quando alguém o fizer, aparecerá aqui.",
|
||||
"status.redraft": "Eliminar e reescrever",
|
||||
"status.remove_bookmark": "Retirar dos marcadores",
|
||||
"status.remove_bookmark": "Remover marcador",
|
||||
"status.remove_favourite": "Remover dos favoritos",
|
||||
"status.remove_quote": "Remover",
|
||||
"status.replied_in_thread": "Responder na conversa",
|
||||
@@ -1025,7 +1025,7 @@
|
||||
"visibility_modal.helper.privacy_editing": "A visibilidade não pode ser alterada após a publicação ser publicada.",
|
||||
"visibility_modal.helper.privacy_private_self_quote": "As autocitações de publicações privadas não podem ser tornadas públicas.",
|
||||
"visibility_modal.helper.private_quoting": "As publicações apenas para seguidores criadas no Mastodon não podem ser citadas por outras pessoas.",
|
||||
"visibility_modal.helper.unlisted_quoting": "Quando as pessoas o citarem, as publicações delas serão também ocultadas das tendências.",
|
||||
"visibility_modal.helper.unlisted_quoting": "Quando as pessoas o citarem, as respetivas publicações também serão ocultadas dos destaques.",
|
||||
"visibility_modal.instructions": "Controle quem pode interagir com esta publicação. Também pode definir esta configuração para todas as publicações futuras, em <link>Preferências > Padrões de publicação</link>.",
|
||||
"visibility_modal.privacy_label": "Visibilidade",
|
||||
"visibility_modal.quote_followers": "Apenas seguidores",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"about.blocks": "Servere moderate",
|
||||
"about.contact": "Contact:",
|
||||
"about.default_locale": "Standard",
|
||||
"about.disclaimer": "Mastodon este o aplicație gratuită, cu sursă deschisă și o marcă înregistrată a Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Motivul nu este disponibil",
|
||||
"about.domain_blocks.preamble": "Mastodon îți permite în general să vezi conținut de la și să interacționezi cu utilizatori de pe oricare server în fediverse. Acestea sunt excepțiile care au fost făcute pe acest server.",
|
||||
@@ -8,6 +9,7 @@
|
||||
"about.domain_blocks.silenced.title": "Limitat",
|
||||
"about.domain_blocks.suspended.explanation": "Nicio informație de la acest server nu va fi procesată, stocată sau trimisă, făcând imposibilă orice interacțiune sau comunicare cu utilizatorii de pe acest server.",
|
||||
"about.domain_blocks.suspended.title": "Suspendat",
|
||||
"about.language_label": "Limbă",
|
||||
"about.not_available": "Această informație nu a fost pusă la dispoziție pe acest server.",
|
||||
"about.powered_by": "Media socială descentralizată furnizată de {mastodon}",
|
||||
"about.rules": "Reguli server",
|
||||
@@ -19,11 +21,13 @@
|
||||
"account.block_domain": "Blochează domeniul {domain}",
|
||||
"account.block_short": "Blochează",
|
||||
"account.blocked": "Blocat",
|
||||
"account.blocking": "Blocarea",
|
||||
"account.cancel_follow_request": "Retrage cererea de urmărire",
|
||||
"account.copy": "Copiază link-ul profilului",
|
||||
"account.direct": "Menționează pe @{name} în privat",
|
||||
"account.disable_notifications": "Nu îmi mai trimite notificări când postează @{name}",
|
||||
"account.edit_profile": "Modifică profilul",
|
||||
"account.edit_profile_short": "Editare",
|
||||
"account.enable_notifications": "Trimite-mi o notificare când postează @{name}",
|
||||
"account.endorse": "Promovează pe profil",
|
||||
"account.featured_tags.last_status_at": "Ultima postare pe {date}",
|
||||
@@ -521,6 +525,7 @@
|
||||
"status.mute_conversation": "Ignoră conversația",
|
||||
"status.open": "Extinde această stare",
|
||||
"status.pin": "Fixează pe profil",
|
||||
"status.quotes": "{count, plural, one {citat} few {citate} other {de citate}}",
|
||||
"status.read_more": "Citește mai mult",
|
||||
"status.reblog": "Impuls",
|
||||
"status.reblogged_by": "{name} a distribuit",
|
||||
|
||||
@@ -475,6 +475,7 @@
|
||||
"keyboard_shortcuts.translate": "Preložiť príspevok",
|
||||
"keyboard_shortcuts.unfocus": "Odísť z textového poľa",
|
||||
"keyboard_shortcuts.up": "Posunúť sa vyššie v zozname",
|
||||
"learn_more_link.got_it": "Mám to",
|
||||
"learn_more_link.learn_more": "Zistiť viac",
|
||||
"lightbox.close": "Zatvoriť",
|
||||
"lightbox.next": "Ďalej",
|
||||
@@ -699,6 +700,7 @@
|
||||
"relative_time.minutes": "{number} min",
|
||||
"relative_time.seconds": "{number} sek",
|
||||
"relative_time.today": "Dnes",
|
||||
"remove_quote_hint.button_label": "Mám to",
|
||||
"remove_quote_hint.title": "Chceš vymazať svoju citáciu príspevku?",
|
||||
"reply_indicator.attachments": "{count, plural, one {# príloha} few {# prílohy} other {# príloh}}",
|
||||
"reply_indicator.cancel": "Zrušiť",
|
||||
@@ -793,9 +795,11 @@
|
||||
"status.bookmark": "Pridať záložku",
|
||||
"status.cancel_reblog_private": "Zrušiť zdieľanie",
|
||||
"status.cannot_reblog": "Tento príspevok nie je možné zdieľať",
|
||||
"status.context.show": "Zobraziť",
|
||||
"status.continued_thread": "Pokračujúce vlákno",
|
||||
"status.copy": "Kopírovať odkaz na príspevok",
|
||||
"status.delete": "Vymazať",
|
||||
"status.delete.success": "Príspevok vymazaný",
|
||||
"status.detailed_status": "Podrobný náhľad celej konverzácie",
|
||||
"status.direct": "Súkromne označiť @{name}",
|
||||
"status.direct_indicator": "Súkromné označenie",
|
||||
@@ -816,7 +820,11 @@
|
||||
"status.mute_conversation": "Stíšiť konverzáciu",
|
||||
"status.open": "Rozbaliť príspevok",
|
||||
"status.pin": "Pripnúť na profil",
|
||||
"status.quote_error.not_available": "Príspevok je nedostupný",
|
||||
"status.quote_noun": "Citácia",
|
||||
"status.quote_policy_change": "Zmeňte, kto vás môže citovať",
|
||||
"status.quote_post_author": "Citoval/a príspevok od @{name}",
|
||||
"status.quote_private": "Súkromné príspevky nemožno citovať",
|
||||
"status.read_more": "Čítaj ďalej",
|
||||
"status.reblog": "Zdieľať",
|
||||
"status.reblog_or_quote": "Zdieľať alebo citovať",
|
||||
@@ -847,7 +855,11 @@
|
||||
"subscribed_languages.target": "Zmeniť prihlásené jazyky pre {target}",
|
||||
"tabs_bar.home": "Domov",
|
||||
"tabs_bar.notifications": "Upozornenia",
|
||||
"tabs_bar.publish": "Nový príspevok",
|
||||
"tabs_bar.search": "Vyhľadávanie",
|
||||
"terms_of_service.effective_as_of": "Platí od {date}",
|
||||
"terms_of_service.title": "Podmienky prevozu",
|
||||
"terms_of_service.upcoming_changes_on": "Zmeny nadchádzajúce od {date}",
|
||||
"time_remaining.days": "Ostáva{number, plural, one { # deň} few {jú # dni} many { # dní} other { # dní}}",
|
||||
"time_remaining.hours": "Ostáva{number, plural, one { # hodina} few {jú # hodiny} many { # hodín} other { # hodín}}",
|
||||
"time_remaining.minutes": "Ostáva{number, plural, one { # minúta} few {jú # minúty} many { # minút} other { # minút}}",
|
||||
@@ -882,5 +894,6 @@
|
||||
"visibility_modal.quote_followers": "Iba sledujúce účty",
|
||||
"visibility_modal.quote_label": "Kto vás môže citovať",
|
||||
"visibility_modal.quote_nobody": "Iba ja",
|
||||
"visibility_modal.quote_public": "Ktokoľvek"
|
||||
"visibility_modal.quote_public": "Ktokoľvek",
|
||||
"visibility_modal.save": "Uložiť"
|
||||
}
|
||||
|
||||
@@ -21,10 +21,12 @@
|
||||
"account.block_domain": "Blokiraj domeno {domain}",
|
||||
"account.block_short": "Blokiraj",
|
||||
"account.blocked": "Blokirano",
|
||||
"account.blocking": "Blokirano",
|
||||
"account.cancel_follow_request": "Umakni zahtevo za sledenje",
|
||||
"account.copy": "Kopiraj povezavo do profila",
|
||||
"account.direct": "Zasebno omeni @{name}",
|
||||
"account.disable_notifications": "Ne obveščaj me več, ko ima @{name} novo objavo",
|
||||
"account.domain_blocking": "Blokirana domena",
|
||||
"account.edit_profile": "Uredi profil",
|
||||
"account.edit_profile_short": "Uredi",
|
||||
"account.enable_notifications": "Obvesti me, ko ima @{name} novo objavo",
|
||||
@@ -38,11 +40,14 @@
|
||||
"account.follow": "Sledi",
|
||||
"account.follow_back": "Sledi nazaj",
|
||||
"account.follow_back_short": "Sledi nazaj",
|
||||
"account.follow_request": "Zaprosi za sledenje",
|
||||
"account.follow_request_cancel": "Prekliči zahtevo",
|
||||
"account.follow_request_cancel_short": "Prekliči",
|
||||
"account.follow_request_short": "Zaprosi",
|
||||
"account.followers": "Sledilci",
|
||||
"account.followers.empty": "Nihče še ne sledi temu uporabniku.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} sledilec} two {{counter} sledilca} few {{counter} sledilci} other {{counter} sledilcev}}",
|
||||
"account.followers_you_know_counter": "{counter} znanih",
|
||||
"account.following": "Sledim",
|
||||
"account.following_counter": "{count, plural, one {{counter} sleden} two {{counter} sledena} few {{counter} sledeni} other {{counter} sledenih}}",
|
||||
"account.follows.empty": "Ta uporabnik še ne sledi nikomur.",
|
||||
@@ -61,13 +66,16 @@
|
||||
"account.mute_notifications_short": "Utišaj obvestila",
|
||||
"account.mute_short": "Utišaj",
|
||||
"account.muted": "Utišan",
|
||||
"account.muting": "Izklop zvoka",
|
||||
"account.mutual": "Drug drugemu sledita",
|
||||
"account.no_bio": "Ni opisa.",
|
||||
"account.open_original_page": "Odpri izvirno stran",
|
||||
"account.posts": "Objave",
|
||||
"account.posts_with_replies": "Objave in odgovori",
|
||||
"account.remove_from_followers": "Odstrani {name} iz sledilcev",
|
||||
"account.report": "Prijavi @{name}",
|
||||
"account.requested_follow": "{name} vam želi slediti",
|
||||
"account.requests_to_follow_you": "Vas prosi za sledenje",
|
||||
"account.share": "Deli profil osebe @{name}",
|
||||
"account.show_reblogs": "Pokaži izpostavitve osebe @{name}",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} objava} two {{counter} objavi} few {{counter} objave} other {{counter} objav}}",
|
||||
@@ -217,6 +225,7 @@
|
||||
"confirmations.delete_list.confirm": "Izbriši",
|
||||
"confirmations.delete_list.message": "Ali ste prepričani, da želite trajno izbrisati ta seznam?",
|
||||
"confirmations.delete_list.title": "Želite izbrisati seznam?",
|
||||
"confirmations.discard_draft.confirm": "Opusti in nadaljuj",
|
||||
"confirmations.discard_draft.edit.cancel": "Nadaljuj z urejanjem",
|
||||
"confirmations.discard_draft.post.cancel": "Nadaljuj na osnutku",
|
||||
"confirmations.discard_edit_media.confirm": "Opusti",
|
||||
@@ -291,6 +300,7 @@
|
||||
"domain_pill.your_handle": "Vaša ročica:",
|
||||
"domain_pill.your_server": "Vaše digitalno domovanje, kjer bivajo vse vaše objave. Vam ni všeč? Kadar koli ga prenesite med strežniki in z njim tudi svoje sledilce.",
|
||||
"domain_pill.your_username": "Vaš edinstveni identifikator na tem strežniku. Uporabnike z istim uporabniškim imenom je možno najti na različnih strežnikih.",
|
||||
"dropdown.empty": "Izberite možnost",
|
||||
"embed.instructions": "Vstavite to objavo na svojo spletno stran tako, da kopirate spodnjo kodo.",
|
||||
"embed.preview": "Takole bo videti:",
|
||||
"emoji_button.activity": "Dejavnost",
|
||||
@@ -552,6 +562,8 @@
|
||||
"navigation_bar.follows_and_followers": "Sledenja in sledilci",
|
||||
"navigation_bar.import_export": "Uvoz in izvoz",
|
||||
"navigation_bar.lists": "Seznami",
|
||||
"navigation_bar.live_feed_local": "Vir v živo (krajevno)",
|
||||
"navigation_bar.live_feed_public": "Vir v živo (javno)",
|
||||
"navigation_bar.logout": "Odjava",
|
||||
"navigation_bar.moderation": "Moderiranje",
|
||||
"navigation_bar.more": "Več",
|
||||
@@ -831,6 +843,10 @@
|
||||
"status.cancel_reblog_private": "Prekliči izpostavitev",
|
||||
"status.cannot_reblog": "Te objave ni mogoče izpostaviti",
|
||||
"status.contains_quote": "Vsebuje citat",
|
||||
"status.context.loading": "Nalaganje več odgovorov",
|
||||
"status.context.loading_error": "Novih odgovorov ni bilo možno naložiti",
|
||||
"status.context.loading_success": "Novi odgovori naloženi",
|
||||
"status.context.more_replies_found": "Najdenih več odgovorov",
|
||||
"status.context.retry": "Poskusi znova",
|
||||
"status.context.show": "Pokaži",
|
||||
"status.continued_thread": "Nadaljevanje niti",
|
||||
@@ -859,14 +875,22 @@
|
||||
"status.mute_conversation": "Utišaj pogovor",
|
||||
"status.open": "Razširi to objavo",
|
||||
"status.pin": "Pripni na profil",
|
||||
"status.quote": "Citiraj",
|
||||
"status.quote.cancel": "Prekliči citat",
|
||||
"status.quote_error.blocked_account_hint.title": "Ta objava je skrita, ker ste blokirali up. @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Ta objava je skrita, ker ste blokirali {domain}.",
|
||||
"status.quote_error.filtered": "Skrito zaradi enega od vaših filtrov",
|
||||
"status.quote_error.limited_account_hint.action": "Vseeno pokaži",
|
||||
"status.quote_error.limited_account_hint.title": "Ta račun so moderatorji {domain} skrili.",
|
||||
"status.quote_error.muted_account_hint.title": "Ta objava je skrita, ker ste utišali up. @{name}.",
|
||||
"status.quote_error.not_available": "Objava ni na voljo",
|
||||
"status.quote_error.revoked": "Avtor je umaknil objavo",
|
||||
"status.quote_followers_only": "Samo sledilci lahko citirajo to objavo",
|
||||
"status.quote_policy_change": "Spremenite, kdo lahko citira",
|
||||
"status.quote_private": "Zasebnih objav ni možno citirati",
|
||||
"status.quotes": "{count, plural, one {# citat} two {# citata} few {# citati} other {# citatov}}",
|
||||
"status.quotes.empty": "Nihče še ni citiral te objave. Ko se bo to zgodilo, se bodo pojavile tukaj.",
|
||||
"status.quotes.local_other_disclaimer": "Citati, ki jih je avtor zavrnil, ne bodo prikazani.",
|
||||
"status.read_more": "Preberi več",
|
||||
"status.reblog": "Izpostavi",
|
||||
"status.reblogged_by": "{name} je izpostavil/a",
|
||||
@@ -918,6 +942,7 @@
|
||||
"upload_button.label": "Dodajte slike, video ali zvočno datoteko",
|
||||
"upload_error.limit": "Omejitev prenosa datoteke je presežena.",
|
||||
"upload_error.poll": "Prenos datoteke z anketami ni dovoljen.",
|
||||
"upload_error.quote": "Prenos datoteke s citati ni dovoljen.",
|
||||
"upload_form.drag_and_drop.instructions": "Predstavnostno priponko lahko poberete tako, da pritisnete preslednico ali vnašalko. S puščicami na tipkovnici premikate priponko v posamezno smer. Priponko lahko odložite na novem položaju s ponovnim pritiskom na preslednico ali vnašalko ali pa dejanje prekličete s tipko ubežnica.",
|
||||
"upload_form.drag_and_drop.on_drag_cancel": "Premikanje priponke je preklicano. Predstavnostna priponka {item} je padla nazaj na prejšnje mesto.",
|
||||
"upload_form.drag_and_drop.on_drag_end": "Predstavnostna priponka {item} je padla nazaj.",
|
||||
@@ -941,7 +966,9 @@
|
||||
"video.unmute": "Odtišaj",
|
||||
"video.volume_down": "Zmanjšaj glasnost",
|
||||
"video.volume_up": "Povečaj glasnost",
|
||||
"visibility_modal.button_title": "Določi vidnost",
|
||||
"visibility_modal.header": "Vidnost in interakcija",
|
||||
"visibility_modal.helper.privacy_editing": "Vidnosti ni moč spremeniti, ko je objava objavljena.",
|
||||
"visibility_modal.privacy_label": "Vidnost",
|
||||
"visibility_modal.quote_followers": "Samo sledilci",
|
||||
"visibility_modal.quote_label": "Kdo lahko citira",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"about.blocks": "Moderowane serwery",
|
||||
"about.contact": "Kōntakt:",
|
||||
"about.disclaimer": "Mastodōn je wolnym a ôtwartozdrzōdłowym ôprogramowaniym ôraz znakiym towarowym ôd Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Grund niydostympny",
|
||||
"about.domain_blocks.preamble": "Mastodōn normalniy pozwŏlŏ na ôglōndaniy treściōw a interakcyje ze używŏczami inkszych serwerōw we fediverse, ale sōm ôd tygo wyjōntki, kere bōły poczyniōne na tym serwerze.",
|
||||
"about.disclaimer": "Mastodon je wolne a ôtwartozdrzōdłowe ôprogramowanie i towarowy znak ôd Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Brak prziczyny",
|
||||
"about.domain_blocks.preamble": "Mastodon z wiynksza dŏwŏ ôglōndać treści i kōmunikować sie ze używŏczami inkszych serwerōw we fediverse. To sōm wyjōntki, co fungujōm na tym kōnkretnym serwerze.",
|
||||
"about.domain_blocks.silenced.explanation": "Normalniy niy bydziesz widzieć profilōw a treściōw ze tygo serwera. Ôboczysz je ino jak specjalniy bydziesz ich szukać abo jak je zaôbserwujesz.",
|
||||
"about.domain_blocks.silenced.title": "Ôgraniczone",
|
||||
"about.domain_blocks.suspended.explanation": "Żŏdne dane ze tygo serwera niy bydōm przetwarzane, przechowywane abo wymieniane, beztoż wszelakŏ interakcyjŏ abo komunikacyjŏ ze używŏczami tygo serwera bydzie niymożliwŏ.",
|
||||
@@ -15,16 +15,24 @@
|
||||
"account.block": "Zablokuj @{name}",
|
||||
"account.block_domain": "Zablokuj domena {domain}",
|
||||
"account.cancel_follow_request": "Withdraw follow request",
|
||||
"account.media": "Mydia",
|
||||
"account.media": "Media",
|
||||
"account.mute": "Wycisz @{name}",
|
||||
"account.posts": "Toots",
|
||||
"account.posts_with_replies": "Toots and replies",
|
||||
"account_note.placeholder": "Click to add a note",
|
||||
"account.posts": "Posty",
|
||||
"account.posts_with_replies": "Posty i ôdpowiedzi",
|
||||
"account_note.placeholder": "Wybier, żeby przidac notka",
|
||||
"column.bookmarks": "Zokłodki",
|
||||
"column.direct": "Prywatne spōmniynia",
|
||||
"column.favourites": "Spamiyntane",
|
||||
"column.firehose": "Kanały na żywo",
|
||||
"column.home": "Przodek",
|
||||
"column.lists": "Wykazy",
|
||||
"column.notifications": "Uwiadōmiynia",
|
||||
"column.pins": "Pinned toot",
|
||||
"community.column_settings.media_only": "Media only",
|
||||
"community.column_settings.media_only": "Ino media",
|
||||
"compose_form.encryption_warning": "Posts on Mastodon are not end-to-end encrypted. Do not share any dangerous information over Mastodon.",
|
||||
"compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
|
||||
"compose_form.placeholder": "What is on your mind?",
|
||||
"compose_form.placeholder": "Co nowego?",
|
||||
"compose_form.publish": "Wyślij",
|
||||
"compose_form.spoiler.marked": "Text is hidden behind warning",
|
||||
"compose_form.spoiler.unmarked": "Text is not hidden",
|
||||
"confirmations.delete.message": "Are you sure you want to delete this status?",
|
||||
@@ -33,6 +41,11 @@
|
||||
"empty_column.bookmarked_statuses": "You don't have any bookmarked toots yet. When you bookmark one, it will show up here.",
|
||||
"empty_column.home": "Your home timeline is empty! Follow more people to fill it up. {suggestions}",
|
||||
"empty_column.list": "There is nothing in this list yet. When members of this list post new statuses, they will appear here.",
|
||||
"explore.title": "Popularne",
|
||||
"explore.trending_links": "Nowiny",
|
||||
"explore.trending_statuses": "Posty",
|
||||
"explore.trending_tags": "Etykety",
|
||||
"followed_tags": "Torowane etykety",
|
||||
"hashtag.column_settings.tag_toggle": "Include additional tags in this column",
|
||||
"keyboard_shortcuts.back": "to navigate back",
|
||||
"keyboard_shortcuts.blocked": "to open blocked users list",
|
||||
@@ -64,7 +77,10 @@
|
||||
"keyboard_shortcuts.toot": "to start a brand new toot",
|
||||
"keyboard_shortcuts.unfocus": "to un-focus compose textarea/search",
|
||||
"keyboard_shortcuts.up": "to move up in the list",
|
||||
"navigation_bar.bookmarks": "Zokłodki",
|
||||
"navigation_bar.domain_blocks": "Hidden domains",
|
||||
"navigation_bar.more": "Wiyncyj",
|
||||
"navigation_bar.preferences": "Sztalōnki",
|
||||
"not_signed_in_indicator.not_signed_in": "You need to sign in to access this resource.",
|
||||
"notification.reblog": "{name} boosted your status",
|
||||
"notifications.column_settings.status": "New toots:",
|
||||
@@ -73,6 +89,7 @@
|
||||
"report.submit": "Submit report",
|
||||
"report.target": "Report {target}",
|
||||
"report_notification.attached_statuses": "{count, plural, one {# post} other {# posts}} attached",
|
||||
"search.search_or_paste": "Szukej abo wraź URL",
|
||||
"search_results.statuses": "Toots",
|
||||
"sign_in_banner.sign_in": "Sign in",
|
||||
"status.admin_status": "Open this status in the moderation interface",
|
||||
@@ -82,5 +99,6 @@
|
||||
"status.reblogs.empty": "No one has boosted this toot yet. When someone does, they will show up here.",
|
||||
"status.title.with_attachments": "{user} posted {attachmentCount, plural, one {an attachment} other {# attachments}}",
|
||||
"trends.counter_by_accounts": "{count, plural, one {{counter} person} other {{counter} people}} in the past {days, plural, one {day} other {# days}}",
|
||||
"trends.trending_now": "Prawie popularne",
|
||||
"upload_progress.label": "Uploading…"
|
||||
}
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
"account.edit_profile_short": "แก้ไข",
|
||||
"account.enable_notifications": "แจ้งเตือนฉันเมื่อ @{name} โพสต์",
|
||||
"account.endorse": "แสดงในโปรไฟล์",
|
||||
"account.familiar_followers_many": "ติดตามโดย {name1}, {name2}, และ {othersCount, plural, one {อีกหนึ่งผู้ใช้ที่คุณรู้จัก} other {# ผู้ใช้อื่น ๆ ที่คุณรู้จัก}}",
|
||||
"account.familiar_followers_one": "ติดตามโดย {name1}",
|
||||
"account.familiar_followers_two": "ติดตามโดย {name1} และ {name2}",
|
||||
"account.featured": "น่าสนใจ",
|
||||
@@ -48,6 +49,7 @@
|
||||
"account.followers": "ผู้ติดตาม",
|
||||
"account.followers.empty": "ยังไม่มีใครติดตามผู้ใช้นี้",
|
||||
"account.followers_counter": "{count, plural, other {{counter} ผู้ติดตาม}}",
|
||||
"account.followers_you_know_counter": "{counter} ที่คุณรู้จัก",
|
||||
"account.following": "กำลังติดตาม",
|
||||
"account.following_counter": "{count, plural, other {{counter} กำลังติดตาม}}",
|
||||
"account.follows.empty": "ผู้ใช้นี้ยังไม่ได้ติดตามใคร",
|
||||
@@ -75,6 +77,7 @@
|
||||
"account.remove_from_followers": "เอา {name} ออกจากผู้ติดตาม",
|
||||
"account.report": "รายงาน @{name}",
|
||||
"account.requested_follow": "{name} ได้ขอติดตามคุณ",
|
||||
"account.requests_to_follow_you": "ส่งคำขอติดตามคุณ",
|
||||
"account.share": "แชร์โปรไฟล์ของ @{name}",
|
||||
"account.show_reblogs": "แสดงการดันจาก @{name}",
|
||||
"account.statuses_counter": "{count, plural, other {{counter} โพสต์}}",
|
||||
@@ -226,6 +229,7 @@
|
||||
"confirmations.discard_edit_media.confirm": "ละทิ้ง",
|
||||
"confirmations.discard_edit_media.message": "คุณมีการเปลี่ยนแปลงคำอธิบายหรือตัวอย่างสื่อที่ยังไม่ได้บันทึก ละทิ้งการเปลี่ยนแปลงเหล่านั้นต่อไป?",
|
||||
"confirmations.follow_to_list.confirm": "ติดตามและเพิ่มไปยังรายการ",
|
||||
"confirmations.follow_to_list.message": "คุณต้องติดตาม {name} ถึงจะสามารถเพิ่มพวกเขาลงลิสต์ได้",
|
||||
"confirmations.follow_to_list.title": "ติดตามผู้ใช้?",
|
||||
"confirmations.logout.confirm": "ออกจากระบบ",
|
||||
"confirmations.logout.message": "คุณแน่ใจหรือไม่ว่าต้องการออกจากระบบ?",
|
||||
@@ -236,12 +240,15 @@
|
||||
"confirmations.missing_alt_text.title": "เพิ่มข้อความแสดงแทน?",
|
||||
"confirmations.mute.confirm": "ซ่อน",
|
||||
"confirmations.private_quote_notify.confirm": "เผยแพร่โพสต์",
|
||||
"confirmations.private_quote_notify.message": "คนที่คุณอ้างอิงและผู้ที่ถูกกล่าวถึงคนอื่น ๆ จะถูกแจ้งให้ทราบและพวกเขาจะสามารถดูโพสต์ของคุณได้ ถึงแม้พวกเขาจะไม่ได้ติดตามคุณอยู่",
|
||||
"confirmations.private_quote_notify.title": "แชร์ให้กับผู้ติดตามและผู้ใช้ที่ถูกกล่าวถึงไหม?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "ไม่ต้องเตือนฉันอีก",
|
||||
"confirmations.quiet_post_quote_info.got_it": "เข้าใจแล้ว",
|
||||
"confirmations.redraft.confirm": "ลบแล้วร่างใหม่",
|
||||
"confirmations.redraft.message": "คุณแน่ใจหรือไม่ว่าต้องการลบโพสต์นี้แล้วร่างโพสต์ใหม่? รายการโปรดและการดันจะสูญหาย และการตอบกลับโพสต์ดั้งเดิมจะไม่มีความเกี่ยวพัน",
|
||||
"confirmations.redraft.title": "ลบแล้วร่างโพสต์ใหม่?",
|
||||
"confirmations.remove_from_followers.confirm": "เอาผู้ติดตามออก",
|
||||
"confirmations.remove_from_followers.message": "{name} จะหยุดติดตามคุณ คุณแน่ใจไหมว่าจะดำเนินการต่อ",
|
||||
"confirmations.remove_from_followers.title": "เอาผู้ติดตามออก?",
|
||||
"confirmations.revoke_quote.confirm": "เอาโพสต์ออก",
|
||||
"confirmations.revoke_quote.title": "เอาโพสต์ออก?",
|
||||
@@ -566,7 +573,9 @@
|
||||
"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}",
|
||||
@@ -870,9 +879,11 @@
|
||||
"status.open": "ขยายโพสต์นี้",
|
||||
"status.pin": "ปักหมุดในโปรไฟล์",
|
||||
"status.quote_error.limited_account_hint.action": "แสดงต่อไป",
|
||||
"status.quote_followers_only": "เฉพาะผู้ติดตามเท่านั้นที่สามารถอ้างอิงโพสต์นี้ได้",
|
||||
"status.quote_post_author": "อ้างอิงโพสต์โดย @{name}",
|
||||
"status.read_more": "อ่านเพิ่มเติม",
|
||||
"status.reblog": "ดัน",
|
||||
"status.reblog_private": "แชร์อีกครั้งกับผู้ติดตามของคุณ",
|
||||
"status.reblogged_by": "{name} ได้ดัน",
|
||||
"status.reblogs": "{count, plural, other {การดัน}}",
|
||||
"status.reblogs.empty": "ยังไม่มีใครดันโพสต์นี้ เมื่อใครสักคนดัน เขาจะปรากฏที่นี่",
|
||||
|
||||
@@ -425,7 +425,7 @@
|
||||
"keyboard_shortcuts.muted": "o lukin e lipu sina pi jan len",
|
||||
"keyboard_shortcuts.my_profile": "o lukin e lipu sina",
|
||||
"keyboard_shortcuts.open_media": "o lukin e sitelen",
|
||||
"keyboard_shortcuts.pinned": "o lukin pi lipu sina pi toki sewi",
|
||||
"keyboard_shortcuts.pinned": "o lukin pi toki sina sewi",
|
||||
"keyboard_shortcuts.reply": "o toki lon ijo ni",
|
||||
"keyboard_shortcuts.toggle_hidden": "o lukin ala lukin e toki len",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "o lukin ala lukin e sitelen",
|
||||
|
||||
@@ -21,12 +21,12 @@
|
||||
"account.block_domain": "{domain} alan adını engelle",
|
||||
"account.block_short": "Engelle",
|
||||
"account.blocked": "Engellendi",
|
||||
"account.blocking": "Engelleme",
|
||||
"account.cancel_follow_request": "Takip isteğini geri çek",
|
||||
"account.copy": "Gönderi bağlantısını kopyala",
|
||||
"account.blocking": "Engelli",
|
||||
"account.cancel_follow_request": "Takibi bırak",
|
||||
"account.copy": "Profil bağlantısını kopyala",
|
||||
"account.direct": "@{name} kullanıcısından özel olarak bahset",
|
||||
"account.disable_notifications": "@{name} kişisinin gönderi bildirimlerini kapat",
|
||||
"account.domain_blocking": "Alan adını engelleme",
|
||||
"account.domain_blocking": "Alan adını engelle",
|
||||
"account.edit_profile": "Profili düzenle",
|
||||
"account.edit_profile_short": "Düzenle",
|
||||
"account.enable_notifications": "@{name} kişisinin gönderi bildirimlerini aç",
|
||||
@@ -167,7 +167,7 @@
|
||||
"column.bookmarks": "Yer İşaretleri",
|
||||
"column.community": "Yerel ağ akışı",
|
||||
"column.create_list": "Liste oluştur",
|
||||
"column.direct": "Özel mesajlar",
|
||||
"column.direct": "Özel bahsetmeler",
|
||||
"column.directory": "Profillere göz at",
|
||||
"column.domain_blocks": "Engellenen alan adları",
|
||||
"column.edit_list": "Listeyi düzenle",
|
||||
@@ -216,8 +216,8 @@
|
||||
"compose_form.publish": "Gönder",
|
||||
"compose_form.reply": "Yanıtla",
|
||||
"compose_form.save_changes": "Güncelle",
|
||||
"compose_form.spoiler.marked": "Metin uyarının arkasına gizlenir",
|
||||
"compose_form.spoiler.unmarked": "Metin gizli değil",
|
||||
"compose_form.spoiler.marked": "İçerik uyarısını kaldır",
|
||||
"compose_form.spoiler.unmarked": "İçerik uyarısı ekle",
|
||||
"compose_form.spoiler_placeholder": "İçerik uyarısı (isteğe bağlı)",
|
||||
"confirmation_modal.cancel": "İptal",
|
||||
"confirmations.block.confirm": "Engelle",
|
||||
@@ -314,7 +314,7 @@
|
||||
"domain_pill.your_username": "Bu sunucudaki tekil tanımlayıcınız. Farklı sunucularda aynı kullanıcı adına sahip kullanıcıları bulmak mümkündür.",
|
||||
"dropdown.empty": "Bir seçenek seçin",
|
||||
"embed.instructions": "Aşağıdaki kodu kopyalayarak bu durumu sitenize gömün.",
|
||||
"embed.preview": "İşte nasıl görüneceği:",
|
||||
"embed.preview": "İşte böyle görünecek:",
|
||||
"emoji_button.activity": "Aktivite",
|
||||
"emoji_button.clear": "Temizle",
|
||||
"emoji_button.custom": "Özel",
|
||||
@@ -486,7 +486,7 @@
|
||||
"keyboard_shortcuts.column": "Sütunlardan birindeki duruma odaklanmak için",
|
||||
"keyboard_shortcuts.compose": "Yazma alanına odaklanmak için",
|
||||
"keyboard_shortcuts.description": "Açıklama",
|
||||
"keyboard_shortcuts.direct": "özel mesajlar sütununu açmak için",
|
||||
"keyboard_shortcuts.direct": "özel bahsetmeler sütununu açmak için",
|
||||
"keyboard_shortcuts.down": "Listede aşağıya inmek için",
|
||||
"keyboard_shortcuts.enter": "Gönderiyi açınız",
|
||||
"keyboard_shortcuts.favourite": "Gönderiyi favorilerine ekle",
|
||||
@@ -574,7 +574,7 @@
|
||||
"navigation_bar.automated_deletion": "Otomatik gönderi silme",
|
||||
"navigation_bar.blocks": "Engellenen kullanıcılar",
|
||||
"navigation_bar.bookmarks": "Yer İşaretleri",
|
||||
"navigation_bar.direct": "Özel mesajlar",
|
||||
"navigation_bar.direct": "Özel bahsetmeler",
|
||||
"navigation_bar.domain_blocks": "Engellenen alan adları",
|
||||
"navigation_bar.favourites": "Favorilerin",
|
||||
"navigation_bar.filters": "Sessize alınmış kelimeler",
|
||||
@@ -714,7 +714,7 @@
|
||||
"notifications.policy.filter_not_following_hint": "Onları manuel olarak onaylayana kadar",
|
||||
"notifications.policy.filter_not_following_title": "Takip etmediğin kullanıcılar",
|
||||
"notifications.policy.filter_private_mentions_hint": "Kendi değinmenize yanıt veya takip ettiğiniz kullanıcıdan değilse filtrelenir",
|
||||
"notifications.policy.filter_private_mentions_title": "İstenmeyen özel mesajlar",
|
||||
"notifications.policy.filter_private_mentions_title": "İstenmeyen özel bahsetmeler",
|
||||
"notifications.policy.title": "Şundan bildirimleri yönet…",
|
||||
"notifications_permission_banner.enable": "Masaüstü bildirimlerini etkinleştir",
|
||||
"notifications_permission_banner.how_to_control": "Mastodon açık olmadığında bildirim almak için masaüstü bildirimlerini etkinleştirin. Etkinleştirildikten sonra, yukarıdaki{icon} düğmesi aracılığıyla hangi etkileşim türlerinin masaüstü bildirimi oluşturacağını tam olarak kontrol edebilirsiniz.",
|
||||
|
||||
@@ -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": "Сервер кагыйдәләре",
|
||||
@@ -22,8 +23,11 @@
|
||||
"account.copy": "Профиль сылтамасын күчереп ал",
|
||||
"account.disable_notifications": "@{name} язулары өчен белдерүләр сүндерү",
|
||||
"account.edit_profile": "Профильне үзгәртү",
|
||||
"account.edit_profile_short": "Үзгәрт",
|
||||
"account.enable_notifications": "@{name} язулары өчен белдерүләр яндыру",
|
||||
"account.endorse": "Профильдә тәкъдим итү",
|
||||
"account.featured.accounts": "Профильләр",
|
||||
"account.featured.hashtags": "Һәштэглар",
|
||||
"account.featured_tags.last_status_at": "Соңгы хәбәр {date}",
|
||||
"account.featured_tags.last_status_never": "Хәбәрләр юк",
|
||||
"account.follow": "Язылу",
|
||||
|
||||
@@ -455,7 +455,7 @@
|
||||
"interaction_modal.on_another_server": "На іншому сервері",
|
||||
"interaction_modal.on_this_server": "На цьому сервері",
|
||||
"interaction_modal.title": "Увійдіть, щоб продовжити",
|
||||
"interaction_modal.username_prompt": "Наприклад, %{example}",
|
||||
"interaction_modal.username_prompt": "Наприклад, {example}",
|
||||
"intervals.full.days": "{number, plural, one {# день} few {# дні} other {# днів}}",
|
||||
"intervals.full.hours": "{number, plural, one {# година} few {# години} other {# годин}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# хвилина} few {# хвилини} other {# хвилин}}",
|
||||
@@ -841,7 +841,7 @@
|
||||
"search_results.no_results": "Жодних результатів.",
|
||||
"search_results.no_search_yet": "Спробуйте пошукати дописи, профілі або хештеґи.",
|
||||
"search_results.see_all": "Показати все",
|
||||
"search_results.statuses": "Дописів",
|
||||
"search_results.statuses": "Дописи",
|
||||
"search_results.title": "Пошук «{q}»",
|
||||
"server_banner.about_active_users": "Люди, які використовують цей сервер протягом останніх 30 днів (Щомісячні Активні Користувачі)",
|
||||
"server_banner.active_users": "активні користувачі",
|
||||
|
||||
@@ -4,16 +4,16 @@
|
||||
"about.default_locale": "Mặc định",
|
||||
"about.disclaimer": "Mastodon là phần mềm tự do nguồn mở của Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Lý do không được cung cấp",
|
||||
"about.domain_blocks.preamble": "Mastodon cho phép bạn đọc nội dung và giao tiếp với mọi người từ bất kỳ máy chủ nào. Còn đây là những ngoại lệ trên máy chủ này.",
|
||||
"about.domain_blocks.silenced.explanation": "Nói chung, bạn sẽ không thấy người và nội dung từ máy chủ này, trừ khi bạn tự tìm kiếm hoặc tự theo dõi.",
|
||||
"about.domain_blocks.preamble": "Mastodon cho phép bạn đọc nội dung và giao tiếp với tài khoản từ bất kỳ máy chủ nào. Còn đây là những ngoại lệ trên máy chủ này.",
|
||||
"about.domain_blocks.silenced.explanation": "Nói chung, bạn sẽ không thấy tài khoản và nội dung từ máy chủ này, trừ khi bạn tự tìm kiếm hoặc tự theo dõi.",
|
||||
"about.domain_blocks.silenced.title": "Hạn chế",
|
||||
"about.domain_blocks.suspended.explanation": "Dữ liệu từ máy chủ này sẽ không được xử lý, lưu trữ hoặc trao đổi. Mọi tương tác hoặc giao tiếp với người từ máy chủ này đều bị cấm.",
|
||||
"about.domain_blocks.suspended.explanation": "Dữ liệu từ máy chủ này sẽ không được xử lý, lưu trữ hoặc trao đổi. Mọi tương tác hoặc giao tiếp với tài khoản ở máy chủ này đều bị cấm.",
|
||||
"about.domain_blocks.suspended.title": "Vô hiệu hóa",
|
||||
"about.language_label": "Ngôn ngữ",
|
||||
"about.not_available": "Máy chủ này chưa cung cấp thông tin.",
|
||||
"about.powered_by": "Mạng xã hội liên hợp {mastodon}",
|
||||
"about.rules": "Nội quy máy chủ",
|
||||
"account.account_note_header": "Ghi chú cá nhân",
|
||||
"account.account_note_header": "Ghi chú",
|
||||
"account.add_or_remove_from_list": "Sửa danh sách",
|
||||
"account.badges.bot": "Bot",
|
||||
"account.badges.group": "Nhóm",
|
||||
@@ -30,12 +30,12 @@
|
||||
"account.edit_profile": "Sửa hồ sơ",
|
||||
"account.edit_profile_short": "Sửa",
|
||||
"account.enable_notifications": "Nhận thông báo khi @{name} đăng tút",
|
||||
"account.endorse": "Nêu bật người này",
|
||||
"account.familiar_followers_many": "Theo dõi bởi {name1}, {name2} và {othersCount, plural, other {# người khác mà bạn biết}}",
|
||||
"account.endorse": "Nêu bật tài khoản này",
|
||||
"account.familiar_followers_many": "Theo dõi bởi {name1}, {name2} và {othersCount, plural, other {# tài khoản khác mà bạn biết}}",
|
||||
"account.familiar_followers_one": "Theo dõi bởi {name1}",
|
||||
"account.familiar_followers_two": "Theo dõi bởi {name1} và {name2}",
|
||||
"account.featured": "Nêu bật",
|
||||
"account.featured.accounts": "Mọi người",
|
||||
"account.featured.accounts": "Tài khoản",
|
||||
"account.featured.hashtags": "Hashtag thường dùng",
|
||||
"account.featured_tags.last_status_at": "Tút gần nhất {date}",
|
||||
"account.featured_tags.last_status_never": "Chưa có tút",
|
||||
@@ -48,26 +48,26 @@
|
||||
"account.follow_request_short": "Yêu cầu",
|
||||
"account.followers": "Người theo dõi",
|
||||
"account.followers.empty": "Chưa có người theo dõi nào.",
|
||||
"account.followers_counter": "{count, plural, other {{counter} Người theo dõi}}",
|
||||
"account.followers_counter": "{count, plural, other {{counter} người theo dõi}}",
|
||||
"account.followers_you_know_counter": "{counter} bạn biết",
|
||||
"account.following": "Đang theo dõi",
|
||||
"account.following_counter": "{count, plural, other {{counter} Đang theo dõi}}",
|
||||
"account.follows.empty": "Người này chưa theo dõi ai.",
|
||||
"account.following_counter": "{count, plural, other {{counter} theo dõi}}",
|
||||
"account.follows.empty": "Tài khoản này chưa theo dõi ai.",
|
||||
"account.follows_you": "Đang theo dõi bạn",
|
||||
"account.go_to_profile": "Xem hồ sơ",
|
||||
"account.hide_reblogs": "Ẩn tút @{name} đăng lại",
|
||||
"account.in_memoriam": "Tưởng Niệm.",
|
||||
"account.joined_short": "Đã tham gia",
|
||||
"account.joined_short": "Tham gia",
|
||||
"account.languages": "Đổi ngôn ngữ mong muốn",
|
||||
"account.link_verified_on": "Liên kết này đã được xác minh vào {date}",
|
||||
"account.locked_info": "Đây là tài khoản riêng tư. Chủ tài khoản tự mình xét duyệt các yêu cầu theo dõi.",
|
||||
"account.media": "Media",
|
||||
"account.media": "Phương tiện",
|
||||
"account.mention": "Nhắc đến @{name}",
|
||||
"account.moved_to": "{name} đã chuyển sang máy chủ khác",
|
||||
"account.mute": "Ẩn @{name}",
|
||||
"account.mute_notifications_short": "Tắt thông báo",
|
||||
"account.mute_short": "Ẩn",
|
||||
"account.muted": "Đã ẩn",
|
||||
"account.mute": "Phớt lờ @{name}",
|
||||
"account.mute_notifications_short": "Phớt lờ thông báo",
|
||||
"account.mute_short": "Phớt lờ",
|
||||
"account.muted": "Đã phớt lờ",
|
||||
"account.muting": "Đang ẩn",
|
||||
"account.mutual": "Theo dõi nhau",
|
||||
"account.no_bio": "Chưa có miêu tả.",
|
||||
@@ -85,20 +85,20 @@
|
||||
"account.unblock_domain": "Bỏ ẩn {domain}",
|
||||
"account.unblock_domain_short": "Bỏ chặn",
|
||||
"account.unblock_short": "Bỏ chặn",
|
||||
"account.unendorse": "Bỏ nêu bật người này",
|
||||
"account.unendorse": "Bỏ nêu bật tài khoản này",
|
||||
"account.unfollow": "Bỏ theo dõi",
|
||||
"account.unmute": "Bỏ ẩn @{name}",
|
||||
"account.unmute_notifications_short": "Mở lại thông báo",
|
||||
"account.unmute_short": "Bỏ ẩn",
|
||||
"account.unmute": "Bỏ phớt lờ @{name}",
|
||||
"account.unmute_notifications_short": "Bỏ phớt lờ thông báo",
|
||||
"account.unmute_short": "Bỏ phớt lờ",
|
||||
"account_note.placeholder": "Nhấn để thêm",
|
||||
"admin.dashboard.daily_retention": "Tỉ lệ người dùng sau đăng ký ở lại theo ngày",
|
||||
"admin.dashboard.monthly_retention": "Tỉ lệ người dùng ở lại sau khi đăng ký",
|
||||
"admin.dashboard.retention.average": "Trung bình",
|
||||
"admin.dashboard.retention.cohort": "Tháng đăng ký",
|
||||
"admin.dashboard.retention.cohort_size": "Số người",
|
||||
"admin.dashboard.retention.cohort_size": "Mới",
|
||||
"admin.impact_report.instance_accounts": "Hồ sơ tài khoản này sẽ xóa",
|
||||
"admin.impact_report.instance_followers": "Người theo dõi của thành viên máy chủ sẽ mất",
|
||||
"admin.impact_report.instance_follows": "Người theo dõi người dùng của họ sẽ mất",
|
||||
"admin.impact_report.instance_followers": "Người theo dõi của thành viên máy chủ sẽ bị mất",
|
||||
"admin.impact_report.instance_follows": "Người mà thành viên máy chủ theo dõi sẽ bị mất",
|
||||
"admin.impact_report.title": "Mô tả ảnh hưởng",
|
||||
"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",
|
||||
@@ -140,7 +140,7 @@
|
||||
"block_modal.they_cant_mention": "Họ không thể theo dõi & nhắc đến bạn.",
|
||||
"block_modal.they_cant_see_posts": "Cả hai không còn nhìn thấy tút của nhau.",
|
||||
"block_modal.they_will_know": "Họ sẽ biết đã bị bạn chặn.",
|
||||
"block_modal.title": "Chặn người này?",
|
||||
"block_modal.title": "Chặn tài khoản này?",
|
||||
"block_modal.you_wont_see_mentions": "Bạn không còn thấy tút có nhắc đến họ.",
|
||||
"boost_modal.combo": "Nhấn {combo} để bỏ qua bước này",
|
||||
"boost_modal.reblog": "Đăng lại?",
|
||||
@@ -160,15 +160,15 @@
|
||||
"closed_registrations.other_server_instructions": "Tạo tài khoản trên máy chủ khác và vẫn tương tác với máy chủ này.",
|
||||
"closed_registrations_modal.description": "{domain} hiện tắt đăng ký, nhưng hãy lưu ý rằng bạn không cần một tài khoản riêng trên {domain} để sử dụng Mastodon.",
|
||||
"closed_registrations_modal.find_another_server": "Tìm máy chủ khác",
|
||||
"closed_registrations_modal.preamble": "Mastodon liên hợp nên bất kể bạn tạo tài khoản ở đâu, bạn cũng sẽ có thể theo dõi và tương tác với mọi người trên máy chủ này. Bạn thậm chí có thể tự mở máy chủ!",
|
||||
"closed_registrations_modal.preamble": "Mastodon liên hợp nên bất kể bạn tạo tài khoản ở đâu, bạn cũng sẽ có thể theo dõi và tương tác với tài khoản trên máy chủ này. Bạn thậm chí có thể tự mở máy chủ!",
|
||||
"closed_registrations_modal.title": "Đăng ký Mastodon",
|
||||
"column.about": "Giới thiệu",
|
||||
"column.blocks": "Người đã chặn",
|
||||
"column.blocks": "Tài khoản đã chặn",
|
||||
"column.bookmarks": "Những tút đã lưu",
|
||||
"column.community": "Máy chủ này",
|
||||
"column.create_list": "Tạo danh sách",
|
||||
"column.direct": "Nhắn riêng",
|
||||
"column.directory": "Kết nối dựa trên sở thích",
|
||||
"column.directory": "Tìm tài khoản",
|
||||
"column.domain_blocks": "Máy chủ đã chặn",
|
||||
"column.edit_list": "Sửa danh sách",
|
||||
"column.favourites": "Những tút đã thích",
|
||||
@@ -177,9 +177,9 @@
|
||||
"column.firehose_singular": "Bảng tin",
|
||||
"column.follow_requests": "Yêu cầu theo dõi",
|
||||
"column.home": "Trang chủ",
|
||||
"column.list_members": "Những người trong danh sách",
|
||||
"column.list_members": "Quản lý tài khoản trong danh sách",
|
||||
"column.lists": "Danh sách",
|
||||
"column.mutes": "Người đã ẩn",
|
||||
"column.mutes": "Tài khoản đã phớt lờ",
|
||||
"column.notifications": "Thông báo",
|
||||
"column.pins": "Tút ghim",
|
||||
"column.public": "Liên hợp",
|
||||
@@ -193,7 +193,7 @@
|
||||
"column_search.cancel": "Hủy bỏ",
|
||||
"community.column_settings.local_only": "Chỉ máy chủ của bạn",
|
||||
"community.column_settings.media_only": "Chỉ hiện tút có media",
|
||||
"community.column_settings.remote_only": "Chỉ người ở máy chủ khác",
|
||||
"community.column_settings.remote_only": "Chỉ tài khoản ở máy chủ khác",
|
||||
"compose.error.blank_post": "Không thể để trống.",
|
||||
"compose.language.change": "Chọn ngôn ngữ tút",
|
||||
"compose.language.search": "Tìm ngôn ngữ...",
|
||||
@@ -203,7 +203,7 @@
|
||||
"compose_form.direct_message_warning_learn_more": "Tìm hiểu thêm",
|
||||
"compose_form.encryption_warning": "Các tút trên Mastodon không được mã hóa đầu cuối. Không chia sẻ bất kỳ thông tin nhạy cảm nào qua Mastodon.",
|
||||
"compose_form.hashtag_warning": "Tút này sẽ không xuất hiện công khai. Chỉ những tút công khai mới có thể được tìm kiếm thông qua hashtag.",
|
||||
"compose_form.lock_disclaimer": "Tài khoản của bạn không {locked}. Bất cứ ai cũng có thể theo dõi và xem tút riêng tư của bạn.",
|
||||
"compose_form.lock_disclaimer": "Tài khoản của bạn không {locked}. Bất cứ ai cũng có thể theo dõi và xem tút chỉ dành cho người theo dõi bạn.",
|
||||
"compose_form.lock_disclaimer.lock": "khóa",
|
||||
"compose_form.placeholder": "Bạn đang nghĩ gì?",
|
||||
"compose_form.poll.duration": "Hết hạn sau",
|
||||
@@ -238,7 +238,7 @@
|
||||
"confirmations.discard_edit_media.message": "Bạn chưa lưu thay đổi của phần mô tả hoặc bản xem trước của media, vẫn bỏ qua?",
|
||||
"confirmations.follow_to_list.confirm": "Theo dõi & thêm vào danh sách",
|
||||
"confirmations.follow_to_list.message": "Bạn cần theo dõi {name} trước khi thêm họ vào danh sách.",
|
||||
"confirmations.follow_to_list.title": "Theo dõi người này?",
|
||||
"confirmations.follow_to_list.title": "Theo dõi tài khoản?",
|
||||
"confirmations.logout.confirm": "Đăng xuất",
|
||||
"confirmations.logout.message": "Bạn có chắc muốn thoát?",
|
||||
"confirmations.logout.title": "Đăng xuất",
|
||||
@@ -246,12 +246,12 @@
|
||||
"confirmations.missing_alt_text.message": "Tút của bạn chứa media không có văn bản thay thế. Thêm mô tả giúp nội dung của bạn dễ tiếp cận với nhiều người hơn.",
|
||||
"confirmations.missing_alt_text.secondary": "Đăng luôn",
|
||||
"confirmations.missing_alt_text.title": "Thêm văn bản thay thế?",
|
||||
"confirmations.mute.confirm": "Ẩn",
|
||||
"confirmations.mute.confirm": "Phớt lờ",
|
||||
"confirmations.private_quote_notify.cancel": "Quay lại chỉnh sửa",
|
||||
"confirmations.private_quote_notify.confirm": "Đăng tút",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Không hiện thông báo này nữa",
|
||||
"confirmations.private_quote_notify.message": "Người mà bạn trích dẫn và những người được bạn nhắc đến khác sẽ được thông báo và có thể xem tút của bạn, ngay cả khi họ không theo dõi bạn.",
|
||||
"confirmations.private_quote_notify.title": "Chia sẻ với người được nhắc đến và người theo dõi?",
|
||||
"confirmations.private_quote_notify.message": "Tài khoản mà bạn trích dẫn và những người được bạn nhắc đến khác sẽ được thông báo và có thể xem tút của bạn, ngay cả khi họ không theo dõi bạn.",
|
||||
"confirmations.private_quote_notify.title": "Chia sẻ với tài khoản được nhắc đến và người theo dõi?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Không nhắc lại nữa",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Đã hiểu",
|
||||
"confirmations.quiet_post_quote_info.message": "Khi trích dẫn một tút hạn chế, tút của bạn sẽ bị ẩn khỏi dòng thời gian thịnh hành.",
|
||||
@@ -296,19 +296,19 @@
|
||||
"domain_block_modal.they_cant_follow": "Không ai trên máy chủ này có thể theo dõi bạn.",
|
||||
"domain_block_modal.they_wont_know": "Họ không biết đã bị bạn chặn.",
|
||||
"domain_block_modal.title": "Chặn máy chủ?",
|
||||
"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_will_lose_num_followers": "Bạn sẽ mất {followersCount, plural, other {{followersCountDisplay} người theo dõi}} và {followingCount, plural, other {{followingCountDisplay} tài khoản mà 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 tài khoản mà bạn theo dõi ở 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 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:",
|
||||
"domain_pill.their_server": "Nơi lưu trữ tút của người này.",
|
||||
"domain_pill.their_server": "Nơi lưu trữ tút của tài khoản này.",
|
||||
"domain_pill.their_username": "Độc nhất trên máy chủ này. Những máy chủ khác có thể cũng có tên người dùng giống vậy.",
|
||||
"domain_pill.username": "Tên người dùng",
|
||||
"domain_pill.whats_in_a_handle": "Địa chỉ Mastodon là gì?",
|
||||
"domain_pill.who_they_are": "Vì địa chỉ Mastodon cho biết một người là ai và họ ở đâu, nên bạn có thể tương tác với mọi người trên các nền tảng có <button>hỗ trợ ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Vì địa chỉ Mastodon cho biết bạn là ai và bạn ở đâu, nên bạn có thể tương tác với mọi người trên các nền tảng có <button>hỗ trợ ActivityPub</button>.",
|
||||
"domain_pill.who_they_are": "Vì địa chỉ Mastodon cho biết một người là ai và họ ở đâu, nên bạn có thể tương tác với mọi người trên các nền tảng <button>hỗ trợ ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Vì địa chỉ Mastodon cho biết bạn là ai và bạn ở đâu, nên mọi người có thể tương tác với bạn từ các nền tảng <button>hỗ trợ ActivityPub</button>.",
|
||||
"domain_pill.your_handle": "Địa chỉ Mastodon của bạn:",
|
||||
"domain_pill.your_server": "Nơi lưu trữ tút của bạn. Không thích ở đây? Chuyển sang máy chủ khác và giữ nguyên người theo dõi của bạn.",
|
||||
"domain_pill.your_username": "Chỉ riêng bạn trên máy chủ này. Những máy chủ khác có thể cũng có tên người dùng giống vậy.",
|
||||
@@ -332,8 +332,8 @@
|
||||
"emoji_button.travel": "Du lịch",
|
||||
"empty_column.account_featured.me": "Bạn chưa nêu bật gì. Bạn có biết rằng, bạn có thể giới thiệu hashtag thường dùng và hồ sơ của bạn bè trên trang cá nhân của mình không?",
|
||||
"empty_column.account_featured.other": "{acct} chưa nêu bật gì. Bạn có biết rằng, bạn có thể giới thiệu hashtag thường dùng và hồ sơ của bạn bè trên trang cá nhân của mình không?",
|
||||
"empty_column.account_featured_other.unknown": "Người này chưa nêu bật nội dung gì.",
|
||||
"empty_column.account_hides_collections": "Người này đã chọn ẩn thông tin",
|
||||
"empty_column.account_featured_other.unknown": "Tài khoản này chưa nêu bật gì.",
|
||||
"empty_column.account_hides_collections": "Tài khoản này đã chọn ẩn thông tin",
|
||||
"empty_column.account_suspended": "Tài khoản vô hiệu hóa",
|
||||
"empty_column.account_timeline": "Chưa có tút nào!",
|
||||
"empty_column.account_unavailable": "Tài khoản bị đình chỉ",
|
||||
@@ -349,12 +349,12 @@
|
||||
"empty_column.follow_requests": "Bạn chưa có yêu cầu theo dõi nào.",
|
||||
"empty_column.followed_tags": "Bạn chưa theo dõi hashtag nào. Khi bạn theo dõi, chúng sẽ hiện lên ở đây.",
|
||||
"empty_column.hashtag": "Chưa có tút nào dùng hashtag này.",
|
||||
"empty_column.home": "Trang chủ của bạn đang trống! Hãy theo dõi nhiều người hơn để lấp đầy.",
|
||||
"empty_column.list": "Chưa có tút. Khi những người trong danh sách này đăng tút mới, chúng sẽ xuất hiện ở đây.",
|
||||
"empty_column.mutes": "Bạn chưa ẩn bất kỳ ai.",
|
||||
"empty_column.home": "Trang chủ của bạn đang trống! Hãy theo dõi nhiều tài khoản hơn để lấp đầy.",
|
||||
"empty_column.list": "Chưa có tút. Khi những tài khoản trong danh sách này đăng tút mới, chúng sẽ xuất hiện ở đây.",
|
||||
"empty_column.mutes": "Bạn chưa phớt lờ ai.",
|
||||
"empty_column.notification_requests": "Sạch sẽ! Không còn gì ở đây. Khi bạn nhận được thông báo mới, chúng sẽ xuất hiện ở đây theo cài đặt của bạn.",
|
||||
"empty_column.notifications": "Bạn chưa có thông báo nào. Hãy thử theo dõi hoặc nhắn riêng cho ai đó.",
|
||||
"empty_column.public": "Trống trơn! Bạn hãy viết gì đó hoặc bắt đầu theo dõi những người khác",
|
||||
"empty_column.public": "Trống trơn! Bạn hãy viết gì đó hoặc bắt đầu theo dõi những tài khoản khác",
|
||||
"error.unexpected_crash.explanation": "Trang này có thể không hiển thị chính xác do lỗi lập trình Mastodon hoặc vấn đề tương thích trình duyệt.",
|
||||
"error.unexpected_crash.explanation_addons": "Trang này không thể hiển thị do xung khắc với add-on của trình duyệt hoặc công cụ tự động dịch ngôn ngữ.",
|
||||
"error.unexpected_crash.next_steps": "Hãy thử làm mới trang. Nếu vẫn không được, bạn hãy vào Mastodon bằng một ứng dụng di động hoặc trình duyệt khác.",
|
||||
@@ -388,27 +388,27 @@
|
||||
"filter_modal.select_filter.title": "Lọc tút này",
|
||||
"filter_modal.title.status": "Lọc một tút",
|
||||
"filter_warning.matches_filter": "Khớp bộ lọc “<span>{title}</span>”",
|
||||
"filtered_notifications_banner.pending_requests": "Từ {count, plural, =0 {không ai} other {# người}} bạn có thể biết",
|
||||
"filtered_notifications_banner.pending_requests": "Từ {count, plural, =0 {không ai} other {# tài khoản}} mà bạn có thể biết",
|
||||
"filtered_notifications_banner.title": "Thông báo đã lọc",
|
||||
"firehose.all": "Toàn bộ",
|
||||
"firehose.local": "Máy chủ này",
|
||||
"firehose.remote": "Máy chủ khác",
|
||||
"follow_request.authorize": "Chấp nhận",
|
||||
"follow_request.reject": "Từ chối",
|
||||
"follow_requests.unlocked_explanation": "Mặc dù tài khoản của bạn đang ở chế độ công khai, quản trị viên của {domain} vẫn tin rằng bạn sẽ muốn xem lại yêu cầu theo dõi từ những người khác.",
|
||||
"follow_requests.unlocked_explanation": "Mặc dù tài khoản của bạn đang ở chế độ công khai, quản trị viên {domain} tin rằng bạn sẽ muốn xem lại yêu cầu theo dõi từ những tài khoản khác.",
|
||||
"follow_suggestions.curated_suggestion": "Gợi ý từ máy chủ",
|
||||
"follow_suggestions.dismiss": "Không hiện lại",
|
||||
"follow_suggestions.featured_longer": "Tuyển chọn bởi {domain}",
|
||||
"follow_suggestions.friends_of_friends_longer": "Nổi tiếng với những người mà bạn theo dõi",
|
||||
"follow_suggestions.hints.featured": "Người này được đội ngũ {domain} đề xuất.",
|
||||
"follow_suggestions.hints.friends_of_friends": "Người này nổi tiếng với những người bạn theo dõi.",
|
||||
"follow_suggestions.hints.most_followed": "Người này được theo dõi nhiều nhất trên {domain}.",
|
||||
"follow_suggestions.hints.most_interactions": "Người này đang thu hút sự chú ý trên {domain}.",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "Người này có nét giống những người mà bạn theo dõi gần đây.",
|
||||
"follow_suggestions.friends_of_friends_longer": "Nổi tiếng với những tài khoản mà bạn theo dõi",
|
||||
"follow_suggestions.hints.featured": "Được đội ngũ {domain} đề xuất.",
|
||||
"follow_suggestions.hints.friends_of_friends": "Nổi tiếng với những tài khoản mà bạn theo dõi.",
|
||||
"follow_suggestions.hints.most_followed": "Được theo dõi nhiều nhất trên {domain}.",
|
||||
"follow_suggestions.hints.most_interactions": "Đang được quan tâm nhiều trên {domain}.",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "Tương tự những tài khoản mà bạn theo dõi gần đây.",
|
||||
"follow_suggestions.personalized_suggestion": "Gợi ý cá nhân hóa",
|
||||
"follow_suggestions.popular_suggestion": "Người nổi tiếng",
|
||||
"follow_suggestions.popular_suggestion": "Nổi tiếng",
|
||||
"follow_suggestions.popular_suggestion_longer": "Nổi tiếng trên {domain}",
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Tương tự những người mà bạn theo dõi",
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Tương tự những tài khoản mà bạn theo dõi gần đây",
|
||||
"follow_suggestions.view_all": "Xem tất cả",
|
||||
"follow_suggestions.who_to_follow": "Gợi ý theo dõi",
|
||||
"followed_tags": "Hashtag theo dõi",
|
||||
@@ -439,15 +439,15 @@
|
||||
"hashtag.counter_by_uses_today": "{count, plural, other {{counter} tút}} hôm nay",
|
||||
"hashtag.feature": "Nêu bật trên hồ sơ",
|
||||
"hashtag.follow": "Theo dõi hashtag",
|
||||
"hashtag.mute": "Ẩn #{hashtag}",
|
||||
"hashtag.mute": "Phớt lờ #{hashtag}",
|
||||
"hashtag.unfeature": "Bỏ nêu bật trên hồ sơ",
|
||||
"hashtag.unfollow": "Bỏ theo dõi hashtag",
|
||||
"hashtags.and_other": "…và {count, plural, other {# nữa}}",
|
||||
"hints.profiles.followers_may_be_missing": "Số người theo dõi có thể không đầy đủ.",
|
||||
"hints.profiles.follows_may_be_missing": "Số người mà người này theo dõi có thể không đầy đủ.",
|
||||
"hints.profiles.posts_may_be_missing": "Số tút của người này có thể không đầy đủ.",
|
||||
"hints.profiles.followers_may_be_missing": "Số người theo dõi có thể bị thiếu.",
|
||||
"hints.profiles.follows_may_be_missing": "Số lượng tài khoản mà tài khoản này theo dõi có thể bị thiếu.",
|
||||
"hints.profiles.posts_may_be_missing": "Số lượng tút của tài khoản này có thể bị thiếu.",
|
||||
"hints.profiles.see_more_followers": "Xem thêm người theo dõi ở {domain}",
|
||||
"hints.profiles.see_more_follows": "Xem thêm người mà người này theo dõi ở {domain}",
|
||||
"hints.profiles.see_more_follows": "Xem thêm người mà tài khoản này theo dõi ở {domain}",
|
||||
"hints.profiles.see_more_posts": "Xem thêm tút ở {domain}",
|
||||
"home.column_settings.show_quotes": "Hiện những trích dẫn",
|
||||
"home.column_settings.show_reblogs": "Hiện những lượt đăng lại",
|
||||
@@ -457,16 +457,16 @@
|
||||
"home.pending_critical_update.link": "Xem bản cập nhật",
|
||||
"home.pending_critical_update.title": "Có bản cập nhật bảo mật quan trọng!",
|
||||
"home.show_announcements": "Xem thông báo máy chủ",
|
||||
"ignore_notifications_modal.disclaimer": "Mastodon sẽ không thông báo cho người dùng rằng bạn đã bỏ qua thông báo của họ. Họ sẽ vẫn có thể tương tác với bạn.",
|
||||
"ignore_notifications_modal.disclaimer": "Mastodon sẽ không thông báo cho tài khoản rằng bạn đã bỏ qua thông báo của họ. Họ sẽ vẫn có thể tương tác với bạn.",
|
||||
"ignore_notifications_modal.filter_instead": "Lọc thay thế",
|
||||
"ignore_notifications_modal.filter_to_act_users": "Bạn vẫn có thể chấp nhận, từ chối hoặc báo cáo người khác",
|
||||
"ignore_notifications_modal.filter_to_act_users": "Bạn vẫn có thể chấp nhận, từ chối hoặc báo cáo tài khoản khác",
|
||||
"ignore_notifications_modal.filter_to_avoid_confusion": "Lọc giúp tránh nhầm lẫn tiềm ẩn",
|
||||
"ignore_notifications_modal.filter_to_review_separately": "Bạn có thể xem lại các thông báo đã được lọc riêng",
|
||||
"ignore_notifications_modal.ignore": "Bỏ qua thông báo",
|
||||
"ignore_notifications_modal.limited_accounts_title": "Bỏ qua thông báo từ các tài khoản bị kiểm duyệt?",
|
||||
"ignore_notifications_modal.new_accounts_title": "Bỏ qua thông báo từ các tài khoản mới đăng ký?",
|
||||
"ignore_notifications_modal.not_followers_title": "Bỏ qua thông báo từ những người chưa theo dõi bạn?",
|
||||
"ignore_notifications_modal.not_following_title": "Bỏ qua thông báo từ những người bạn không theo dõi?",
|
||||
"ignore_notifications_modal.not_followers_title": "Bỏ qua thông báo từ những tài khoản chưa theo dõi bạn?",
|
||||
"ignore_notifications_modal.not_following_title": "Bỏ qua thông báo từ những tài khoản mà bạn không theo dõi?",
|
||||
"ignore_notifications_modal.private_mentions_title": "Bỏ qua thông báo từ những lượt nhắn riêng không mong muốn?",
|
||||
"info_button.label": "Trợ giúp",
|
||||
"info_button.what_is_alt_text": "<h1>Văn bản thay thế là gì?</h1> <p>Văn bản thay thế giúp mô tả hình ảnh cho những người khiếm thị, kết nối mạng chậm hoặc đơn giản là bổ sung ngữ cảnh.</p> <p>Bạn có thể cải thiện khả năng tiếp cận và giải thích kỹ hơn cho mọi người bằng cách viết văn bản thay thế rõ ràng, ngắn gọn và khách quan.</p> <ul> <li>Nắm bắt thành phần quan trọng</li> <li>Tóm tắt văn bản trong hình</li> <li>Dùng cấu trúc câu đơn</li> <li>Tránh giải thích rối rắm</li> <li>Tập trung vào các xu hướng và kết luận chính trong hình ảnh phức tạp (như biểu đồ hoặc bản đồ)</li> </ul>",
|
||||
@@ -481,8 +481,8 @@
|
||||
"intervals.full.hours": "{number, plural, other {# giờ}}",
|
||||
"intervals.full.minutes": "{number, plural, other {# phút}}",
|
||||
"keyboard_shortcuts.back": "quay lại",
|
||||
"keyboard_shortcuts.blocked": "mở danh sách người đã chặn",
|
||||
"keyboard_shortcuts.boost": "đăng lại",
|
||||
"keyboard_shortcuts.blocked": "mở danh sách tài khoản đã chặn",
|
||||
"keyboard_shortcuts.boost": "đăng lại tút",
|
||||
"keyboard_shortcuts.column": "mở các cột",
|
||||
"keyboard_shortcuts.compose": "mở khung soạn tút",
|
||||
"keyboard_shortcuts.description": "Mô tả",
|
||||
@@ -496,16 +496,16 @@
|
||||
"keyboard_shortcuts.home": "mở trang chủ",
|
||||
"keyboard_shortcuts.hotkey": "Phím tắt",
|
||||
"keyboard_shortcuts.legend": "hiện bảng hướng dẫn này",
|
||||
"keyboard_shortcuts.load_more": "Mở nút \"Tải thêm\"",
|
||||
"keyboard_shortcuts.load_more": "mở nút \"Tải thêm\"",
|
||||
"keyboard_shortcuts.local": "mở máy chủ của bạn",
|
||||
"keyboard_shortcuts.mention": "nhắc đến ai đó",
|
||||
"keyboard_shortcuts.muted": "mở danh sách người đã ẩn",
|
||||
"keyboard_shortcuts.muted": "mở danh sách tài khoản đã phớt lờ",
|
||||
"keyboard_shortcuts.my_profile": "mở hồ sơ của bạn",
|
||||
"keyboard_shortcuts.notifications": "mở thông báo",
|
||||
"keyboard_shortcuts.open_media": "mở ảnh hoặc video",
|
||||
"keyboard_shortcuts.pinned": "mở những tút đã ghim",
|
||||
"keyboard_shortcuts.profile": "mở trang của người đăng tút",
|
||||
"keyboard_shortcuts.quote": "Trích dẫn tút",
|
||||
"keyboard_shortcuts.quote": "trích dẫn tút",
|
||||
"keyboard_shortcuts.reply": "trả lời",
|
||||
"keyboard_shortcuts.requests": "mở danh sách yêu cầu theo dõi",
|
||||
"keyboard_shortcuts.search": "mở tìm kiếm",
|
||||
@@ -525,7 +525,7 @@
|
||||
"lightbox.zoom_in": "Kích cỡ gốc",
|
||||
"lightbox.zoom_out": "Vừa màn hình",
|
||||
"limited_account_hint.action": "Vẫn cứ xem",
|
||||
"limited_account_hint.title": "Người này đã bị ẩn bởi quản trị viên {domain}.",
|
||||
"limited_account_hint.title": "Tài khoản này đã bị ẩn bởi quản trị viên {domain}.",
|
||||
"link_preview.author": "Bởi {name}",
|
||||
"link_preview.more_from_author": "Viết bởi {name}",
|
||||
"link_preview.shares": "{count, plural, other {{counter} lượt chia sẻ}}",
|
||||
@@ -539,32 +539,32 @@
|
||||
"lists.done": "Xong",
|
||||
"lists.edit": "Sửa danh sách",
|
||||
"lists.exclusive": "Ẩn trên Trang chủ",
|
||||
"lists.exclusive_hint": "Ẩn tút của những người này khỏi Trang chủ để tránh trùng lặp.",
|
||||
"lists.find_users_to_add": "Tìm người để thêm vào",
|
||||
"lists.list_members_count": "{count, plural, other {# người}}",
|
||||
"lists.exclusive_hint": "Ẩn tút của những tài khoản này khỏi Trang chủ để tránh trùng lặp.",
|
||||
"lists.find_users_to_add": "Tìm tài khoản để thêm vào",
|
||||
"lists.list_members_count": "{count, plural, other {# tài khoản}}",
|
||||
"lists.list_name": "Tên danh sách",
|
||||
"lists.new_list_name": "Tên danh sách mới",
|
||||
"lists.no_lists_yet": "Chưa có danh sách nào.",
|
||||
"lists.no_members_yet": "Chưa có người nào.",
|
||||
"lists.no_members_yet": "Chưa có tài khoản nào.",
|
||||
"lists.no_results_found": "Không tìm thấy kết quả nào.",
|
||||
"lists.remove_member": "Bỏ ra",
|
||||
"lists.replies_policy.followed": "Người mà bạn đã theo dõi",
|
||||
"lists.replies_policy.list": "Người trong danh sách",
|
||||
"lists.replies_policy.followed": "Tài khoản mà bạn theo dõi",
|
||||
"lists.replies_policy.list": "Tài khoản trong danh sách",
|
||||
"lists.replies_policy.none": "Không ai",
|
||||
"lists.save": "Lưu",
|
||||
"lists.search": "Tìm kiếm",
|
||||
"lists.show_replies_to": "Bao gồm lượt trả lời từ người trong danh sách đến",
|
||||
"lists.show_replies_to": "Bao gồm lượt trả lời từ những tài khoản trong danh sách",
|
||||
"load_pending": "{count, plural, one {# tút mới} other {# tút mới}}",
|
||||
"loading_indicator.label": "Đang tải…",
|
||||
"media_gallery.hide": "Ẩn",
|
||||
"moved_to_account_banner.text": "Tài khoản {disabledAccount} của bạn hiện không khả dụng vì bạn đã chuyển sang {movedToAccount}.",
|
||||
"mute_modal.hide_from_notifications": "Ẩn thông báo",
|
||||
"mute_modal.hide_from_notifications": "Phớt lờ thông báo",
|
||||
"mute_modal.hide_options": "Ẩn tùy chọn",
|
||||
"mute_modal.indefinite": "Cho tới khi bỏ ẩn",
|
||||
"mute_modal.indefinite": "Phớt lờ vĩnh viễn",
|
||||
"mute_modal.show_options": "Thêm tùy chọn",
|
||||
"mute_modal.they_can_mention_and_follow": "Họ vẫn có thể theo dõi & nhắc đến bạn.",
|
||||
"mute_modal.they_wont_know": "Họ không biết đã bị bạn ẩn.",
|
||||
"mute_modal.title": "Ẩn người này?",
|
||||
"mute_modal.they_wont_know": "Họ không biết đã bị bạn phớt lờ.",
|
||||
"mute_modal.title": "Phớt lờ tài khoản?",
|
||||
"mute_modal.you_wont_see_mentions": "Bạn không còn thấy tút có nhắc đến họ.",
|
||||
"mute_modal.you_wont_see_posts": "Bạn không còn thấy tút của họ.",
|
||||
"navigation_bar.about": "Giới thiệu",
|
||||
@@ -572,7 +572,7 @@
|
||||
"navigation_bar.administration": "Quản trị",
|
||||
"navigation_bar.advanced_interface": "Dùng bố cục nhiều cột",
|
||||
"navigation_bar.automated_deletion": "Tự động xóa tút cũ",
|
||||
"navigation_bar.blocks": "Người đã chặn",
|
||||
"navigation_bar.blocks": "Tài khoản đã chặn",
|
||||
"navigation_bar.bookmarks": "Tút lưu",
|
||||
"navigation_bar.direct": "Nhắn riêng",
|
||||
"navigation_bar.domain_blocks": "Máy chủ đã ẩn",
|
||||
@@ -588,7 +588,7 @@
|
||||
"navigation_bar.logout": "Đăng xuất",
|
||||
"navigation_bar.moderation": "Kiểm duyệt",
|
||||
"navigation_bar.more": "Khác",
|
||||
"navigation_bar.mutes": "Người đã ẩn",
|
||||
"navigation_bar.mutes": "Tài khoản đã phớt lờ",
|
||||
"navigation_bar.opened_in_classic_interface": "Tút, tài khoản và các trang cụ thể khác được mở theo mặc định trong giao diện web cổ điển.",
|
||||
"navigation_bar.preferences": "Thiết lập",
|
||||
"navigation_bar.privacy_and_reach": "Riêng tư và tiếp cận",
|
||||
@@ -708,11 +708,11 @@
|
||||
"notifications.policy.filter_limited_accounts_hint": "Chỉ dành cho kiểm duyệt viên",
|
||||
"notifications.policy.filter_limited_accounts_title": "Kiểm duyệt tài khoản",
|
||||
"notifications.policy.filter_new_accounts.hint": "Dưới {days, plural, other {# ngày}}",
|
||||
"notifications.policy.filter_new_accounts_title": "Những người mới tạo tài khoản",
|
||||
"notifications.policy.filter_not_followers_hint": "Kể cả người theo dõi bạn dưới {days, plural, other {# ngày}}",
|
||||
"notifications.policy.filter_not_followers_title": "Những người không theo dõi bạn",
|
||||
"notifications.policy.filter_new_accounts_title": "Tài khoản mới tạo gần đây",
|
||||
"notifications.policy.filter_not_followers_hint": "Kể cả tài khoản theo dõi bạn dưới {days, plural, other {# ngày}}",
|
||||
"notifications.policy.filter_not_followers_title": "Tài khoản không theo dõi bạn",
|
||||
"notifications.policy.filter_not_following_hint": "Cho đến khi bạn duyệt họ",
|
||||
"notifications.policy.filter_not_following_title": "Những người bạn không theo dõi",
|
||||
"notifications.policy.filter_not_following_title": "Tài khoản mà bạn không theo dõi",
|
||||
"notifications.policy.filter_private_mentions_hint": "Trừ khi bạn nhắn họ trước hoặc bạn có theo dõi họ",
|
||||
"notifications.policy.filter_private_mentions_title": "Nhắn riêng không mong muốn",
|
||||
"notifications.policy.title": "Quản lý thông báo từ…",
|
||||
@@ -726,8 +726,8 @@
|
||||
"onboarding.follows.title": "Tìm người để theo dõi",
|
||||
"onboarding.profile.discoverable": "Bật khám phá cho hồ sơ của tôi",
|
||||
"onboarding.profile.discoverable_hint": "Khi bạn bật khám phá trên Mastodon, các tút của bạn có thể xuất hiện trong kết quả tìm kiếm và xu hướng, đồng thời hồ sơ của bạn sẽ được đề xuất cho những người có cùng sở thích với bạn.",
|
||||
"onboarding.profile.display_name": "Biệt danh",
|
||||
"onboarding.profile.display_name_hint": "Tên đầy đủ hoặc biệt danh đều được…",
|
||||
"onboarding.profile.display_name": "Tên gọi",
|
||||
"onboarding.profile.display_name_hint": "Tên thật hay biệt danh đều được…",
|
||||
"onboarding.profile.note": "Giới thiệu",
|
||||
"onboarding.profile.note_hint": "Bạn có thể @aiđó hoặc #hashtags…",
|
||||
"onboarding.profile.save_and_continue": "Lưu và tiếp tục",
|
||||
@@ -803,8 +803,8 @@
|
||||
"report.comment.title": "Có điều gì mà chúng tôi cần biết không?",
|
||||
"report.forward": "Chuyển đến {target}",
|
||||
"report.forward_hint": "Người này thuộc máy chủ khác. Gửi một báo cáo ẩn danh tới máy chủ đó?",
|
||||
"report.mute": "Ẩn",
|
||||
"report.mute_explanation": "Bạn sẽ không còn thấy tút của người này. Họ vẫn có thể thấy tút của bạn hoặc theo dõi bạn. Họ không biết là bạn đã chặn họ.",
|
||||
"report.mute": "Phớt lờ",
|
||||
"report.mute_explanation": "Bạn sẽ không còn thấy tút của họ. Họ vẫn có thể thấy tút của bạn hoặc theo dõi bạn. Họ không biết là bạn đã phớt lờ họ.",
|
||||
"report.next": "Tiếp theo",
|
||||
"report.placeholder": "Thêm lưu ý",
|
||||
"report.reasons.dislike": "Tôi không thích",
|
||||
@@ -891,7 +891,7 @@
|
||||
"status.context.retry": "Thử lại",
|
||||
"status.context.show": "Hiện",
|
||||
"status.continued_thread": "Tiếp tục chủ đề",
|
||||
"status.copy": "Sao chép URL",
|
||||
"status.copy": "Sao chép liên kết gốc",
|
||||
"status.delete": "Xóa",
|
||||
"status.delete.success": "Tút đã bị xoá",
|
||||
"status.detailed_status": "Xem chi tiết thêm",
|
||||
@@ -912,8 +912,8 @@
|
||||
"status.media_hidden": "Đã ẩn",
|
||||
"status.mention": "Nhắc đến @{name}",
|
||||
"status.more": "Xem thêm",
|
||||
"status.mute": "Ẩn @{name}",
|
||||
"status.mute_conversation": "Tắt thông báo",
|
||||
"status.mute": "Phớt lờ @{name}",
|
||||
"status.mute_conversation": "Phớt lờ thông báo",
|
||||
"status.open": "Mở tút",
|
||||
"status.pin": "Ghim lên hồ sơ",
|
||||
"status.quote": "Trích dẫn",
|
||||
@@ -923,7 +923,7 @@
|
||||
"status.quote_error.filtered": "Bị ẩn vì một bộ lọc của bạn",
|
||||
"status.quote_error.limited_account_hint.action": "Vẫn xem",
|
||||
"status.quote_error.limited_account_hint.title": "Người này đã bị ẩn bởi quản trị viên {domain}.",
|
||||
"status.quote_error.muted_account_hint.title": "Tút này bị ẩn vì bạn đã ẩn @{name}.",
|
||||
"status.quote_error.muted_account_hint.title": "Tút này bị ẩn vì bạn đã phớt lờ @{name}.",
|
||||
"status.quote_error.not_available": "Tút không khả dụng",
|
||||
"status.quote_error.pending_approval": "Tút đang chờ duyệt",
|
||||
"status.quote_error.pending_approval_popout.body": "Trên Mastodon, bạn có thể kiểm soát việc ai đó có thể trích dẫn tút của bạn hay không. Tút này đang chờ phê duyệt từ tác giả gốc.",
|
||||
@@ -965,7 +965,7 @@
|
||||
"status.translate": "Dịch tút",
|
||||
"status.translated_from_with": "Dịch từ {lang} bằng {provider}",
|
||||
"status.uncached_media_warning": "Không bản xem trước",
|
||||
"status.unmute_conversation": "Mở lại thông báo",
|
||||
"status.unmute_conversation": "Bỏ phớt lờ thông báo",
|
||||
"status.unpin": "Bỏ ghim trên hồ sơ",
|
||||
"subscribed_languages.lead": "Chỉ các tút đăng bằng các ngôn ngữ đã chọn mới được xuất hiện trên bảng tin của bạn. Không chọn gì cả để đọc tút đăng bằng mọi ngôn ngữ.",
|
||||
"subscribed_languages.save": "Lưu thay đổi",
|
||||
|
||||
@@ -785,7 +785,7 @@
|
||||
"relative_time.today": "今天",
|
||||
"remove_quote_hint.button_label": "明白了",
|
||||
"remove_quote_hint.message": "你可以通过 {icon} 选项菜单进行此操作。",
|
||||
"remove_quote_hint.title": "是否想要删除你的引用嘟文?",
|
||||
"remove_quote_hint.title": "是否想要移除你的引用嘟文?",
|
||||
"reply_indicator.attachments": "{count, plural, other {# 个附件}}",
|
||||
"reply_indicator.cancel": "取消",
|
||||
"reply_indicator.poll": "投票",
|
||||
|
||||
@@ -351,15 +351,15 @@
|
||||
"empty_column.hashtag": "這個主題標籤下什麼也沒有。",
|
||||
"empty_column.home": "您的首頁時間軸是空的!跟隨更多人將它填滿吧!",
|
||||
"empty_column.list": "這份列表下什麼也沒有。當此列表的成員嘟出新的嘟文時,它們將顯示於此。",
|
||||
"empty_column.mutes": "您尚未靜音任何使用者。",
|
||||
"empty_column.mutes": "您還沒有靜音任何使用者。",
|
||||
"empty_column.notification_requests": "清空啦!已經沒有任何推播通知。當您收到新推播通知時,它們將依照您的設定於此顯示。",
|
||||
"empty_column.notifications": "您還沒有收到任何推播通知,當您與別人開始互動時,它將於此顯示。",
|
||||
"empty_column.public": "這裡什麼都沒有!嘗試寫些公開的嘟文,或著自己跟隨其他伺服器的使用者後就會有嘟文出現了",
|
||||
"error.unexpected_crash.explanation": "由於發生系統故障或瀏覽器相容性問題,無法正常顯示此頁面。",
|
||||
"error.unexpected_crash.explanation_addons": "此頁面無法被正常顯示,這可能是由瀏覽器附加元件或網頁自動翻譯工具造成的。",
|
||||
"error.unexpected_crash.next_steps": "請嘗試重新整理頁面。如果狀況沒有改善,您可以使用不同的瀏覽器或應用程式以檢視來使用 Mastodon。",
|
||||
"error.unexpected_crash.next_steps_addons": "請嘗試關閉它們然後重新整理頁面。如果狀況沒有改善,您可以使用不同的瀏覽器或應用程式來檢視來使用 Mastodon。",
|
||||
"errors.unexpected_crash.copy_stacktrace": "複製 stacktrace 到剪貼簿",
|
||||
"error.unexpected_crash.next_steps": "請嘗試重新整理頁面。如果狀況沒有改善,您可以透過不同的瀏覽器或應用程式以使用 Mastodon。",
|
||||
"error.unexpected_crash.next_steps_addons": "請嘗試關閉它們然後重新整理頁面。如果狀況沒有改善,您可以透過不同的瀏覽器或應用程式以使用 Mastodon。",
|
||||
"errors.unexpected_crash.copy_stacktrace": "複製 stacktrace 至剪貼簿",
|
||||
"errors.unexpected_crash.report_issue": "回報問題",
|
||||
"explore.suggested_follows": "使用者",
|
||||
"explore.title": "熱門",
|
||||
@@ -375,12 +375,12 @@
|
||||
"filter_modal.added.context_mismatch_title": "不符合情境!",
|
||||
"filter_modal.added.expired_explanation": "此過濾器類別已失效,您需要更新過期日期以套用。",
|
||||
"filter_modal.added.expired_title": "過期的過濾器!",
|
||||
"filter_modal.added.review_and_configure": "要檢視與進一步設定此過濾器類別,請至 {settings_link}。",
|
||||
"filter_modal.added.review_and_configure": "如欲檢視與進一步設定此過濾器類別,請至 {settings_link}。",
|
||||
"filter_modal.added.review_and_configure_title": "過濾器設定",
|
||||
"filter_modal.added.settings_link": "設定頁面",
|
||||
"filter_modal.added.short_explanation": "此嘟文已被新增至以下過濾器類別:{title}。",
|
||||
"filter_modal.added.title": "已新增過濾器!",
|
||||
"filter_modal.select_filter.context_mismatch": "不是用目前情境",
|
||||
"filter_modal.select_filter.context_mismatch": "不適用目前情境",
|
||||
"filter_modal.select_filter.expired": "已過期",
|
||||
"filter_modal.select_filter.prompt_new": "新類別:{name}",
|
||||
"filter_modal.select_filter.search": "搜尋或新增",
|
||||
@@ -398,13 +398,13 @@
|
||||
"follow_requests.unlocked_explanation": "即便您的帳號未被鎖定,{domain} 的管理員認為您可能想要自己審核這些帳號的跟隨請求。",
|
||||
"follow_suggestions.curated_suggestion": "精選內容",
|
||||
"follow_suggestions.dismiss": "不再顯示",
|
||||
"follow_suggestions.featured_longer": "{domain} 團隊精選",
|
||||
"follow_suggestions.featured_longer": "{domain} 團隊精心挑選",
|
||||
"follow_suggestions.friends_of_friends_longer": "受您跟隨之使用者愛戴的風雲人物",
|
||||
"follow_suggestions.hints.featured": "這個個人檔案是 {domain} 管理團隊精心挑選的。",
|
||||
"follow_suggestions.hints.friends_of_friends": "這個個人檔案於您跟隨的帳號中很受歡迎。",
|
||||
"follow_suggestions.hints.most_followed": "這個個人檔案是 {domain} 中最受歡迎的帳號之一。",
|
||||
"follow_suggestions.hints.most_interactions": "這個個人檔案最近於 {domain} 受到非常多關注。",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "這個個人檔案與您最近跟隨之帳號類似。",
|
||||
"follow_suggestions.hints.featured": "此個人檔案是 {domain} 管理團隊精心挑選。",
|
||||
"follow_suggestions.hints.friends_of_friends": "此個人檔案於您跟隨的帳號中很受歡迎。",
|
||||
"follow_suggestions.hints.most_followed": "此個人檔案是 {domain} 中最受歡迎的帳號之一。",
|
||||
"follow_suggestions.hints.most_interactions": "此個人檔案最近於 {domain} 受到非常多關注。",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "此個人檔案與您最近跟隨之帳號類似。",
|
||||
"follow_suggestions.personalized_suggestion": "個人化推薦",
|
||||
"follow_suggestions.popular_suggestion": "熱門推薦",
|
||||
"follow_suggestions.popular_suggestion_longer": "{domain} 上的人氣王",
|
||||
@@ -422,8 +422,8 @@
|
||||
"footer.terms_of_service": "服務條款",
|
||||
"generic.saved": "已儲存",
|
||||
"getting_started.heading": "開始使用",
|
||||
"hashtag.admin_moderation": "開啟 #{name} 的管理介面",
|
||||
"hashtag.browse": "瀏覽於 #{hashtag} 之嘟文",
|
||||
"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}",
|
||||
@@ -433,7 +433,7 @@
|
||||
"hashtag.column_settings.tag_mode.all": "全部",
|
||||
"hashtag.column_settings.tag_mode.any": "任一",
|
||||
"hashtag.column_settings.tag_mode.none": "全不",
|
||||
"hashtag.column_settings.tag_toggle": "將額外標籤加入到這個欄位",
|
||||
"hashtag.column_settings.tag_toggle": "將額外標籤加入至此欄位",
|
||||
"hashtag.counter_by_accounts": "{count, plural, other {{counter} 名參與者}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, other {{counter} 則嘟文}}",
|
||||
"hashtag.counter_by_uses_today": "本日有 {count, plural, other {{counter} 則嘟文}}",
|
||||
@@ -451,7 +451,7 @@
|
||||
"hints.profiles.see_more_posts": "於 {domain} 檢視更多嘟文",
|
||||
"home.column_settings.show_quotes": "顯示引用嘟文",
|
||||
"home.column_settings.show_reblogs": "顯示轉嘟",
|
||||
"home.column_settings.show_replies": "顯示回覆",
|
||||
"home.column_settings.show_replies": "顯示回嘟",
|
||||
"home.hide_announcements": "隱藏公告",
|
||||
"home.pending_critical_update.body": "請立即升級您的 Mastodon 伺服器!",
|
||||
"home.pending_critical_update.link": "檢視更新內容",
|
||||
@@ -525,7 +525,7 @@
|
||||
"lightbox.zoom_in": "縮放至實際大小",
|
||||
"lightbox.zoom_out": "縮放至合適大小",
|
||||
"limited_account_hint.action": "一律顯示個人檔案",
|
||||
"limited_account_hint.title": "此個人檔案已被 {domain} 的管理員隱藏。",
|
||||
"limited_account_hint.title": "此個人檔案已被 {domain} 之管理員隱藏。",
|
||||
"link_preview.author": "來自 {name}",
|
||||
"link_preview.more_from_author": "來自 {name} 之更多內容",
|
||||
"link_preview.shares": "{count, plural, other {{counter} 則嘟文}}",
|
||||
@@ -538,7 +538,7 @@
|
||||
"lists.delete": "刪除列表",
|
||||
"lists.done": "完成",
|
||||
"lists.edit": "編輯列表",
|
||||
"lists.exclusive": "於首頁隱藏成員",
|
||||
"lists.exclusive": "於首頁隱藏列表成員",
|
||||
"lists.exclusive_hint": "如果某個帳號於此列表中,將自您的首頁時間軸中隱藏此帳號,以防重複見到他們的嘟文。",
|
||||
"lists.find_users_to_add": "尋找欲新增之使用者",
|
||||
"lists.list_members_count": "{count, plural, other {# 個成員}}",
|
||||
@@ -548,7 +548,7 @@
|
||||
"lists.no_members_yet": "尚無成員。",
|
||||
"lists.no_results_found": "找不到結果。",
|
||||
"lists.remove_member": "移除",
|
||||
"lists.replies_policy.followed": "任何跟隨的使用者",
|
||||
"lists.replies_policy.followed": "任何已跟隨之使用者",
|
||||
"lists.replies_policy.list": "列表成員",
|
||||
"lists.replies_policy.none": "沒有人",
|
||||
"lists.save": "儲存",
|
||||
@@ -572,7 +572,7 @@
|
||||
"navigation_bar.administration": "管理介面",
|
||||
"navigation_bar.advanced_interface": "以進階網頁介面開啟",
|
||||
"navigation_bar.automated_deletion": "自動嘟文刪除",
|
||||
"navigation_bar.blocks": "已封鎖的使用者",
|
||||
"navigation_bar.blocks": "已封鎖使用者",
|
||||
"navigation_bar.bookmarks": "書籤",
|
||||
"navigation_bar.direct": "私訊",
|
||||
"navigation_bar.domain_blocks": "已封鎖網域",
|
||||
@@ -591,7 +591,7 @@
|
||||
"navigation_bar.mutes": "已靜音的使用者",
|
||||
"navigation_bar.opened_in_classic_interface": "預設於經典網頁介面中開啟嘟文、帳號與其他特定頁面。",
|
||||
"navigation_bar.preferences": "偏好設定",
|
||||
"navigation_bar.privacy_and_reach": "隱私權及觸及",
|
||||
"navigation_bar.privacy_and_reach": "隱私權與觸及",
|
||||
"navigation_bar.search": "搜尋",
|
||||
"navigation_bar.search_trends": "搜尋 / 熱門趨勢",
|
||||
"navigation_panel.collapse_followed_tags": "收合已跟隨主題標籤選單",
|
||||
@@ -607,7 +607,7 @@
|
||||
"notification.admin.sign_up": "{name} 已經註冊",
|
||||
"notification.admin.sign_up.name_and_others": "{name} 與{count, plural, other {其他 # 個人}}已註冊",
|
||||
"notification.annual_report.message": "您的 {year} #Wrapstodon 正等著您!揭開您 Mastodon 上的年度精彩時刻與值得回憶的難忘時光!",
|
||||
"notification.annual_report.view": "檢視 #Wrapstodon",
|
||||
"notification.annual_report.view": "檢視 #Wrapstodon 年度回顧",
|
||||
"notification.favourite": "{name} 已將您的嘟文加入最愛",
|
||||
"notification.favourite.name_and_others_with_link": "{name} 與<a>{count, plural, other {其他 # 個人}}</a>已將您的嘟文加入最愛",
|
||||
"notification.favourite_pm": "{name} 將您的私訊加入最愛",
|
||||
@@ -849,7 +849,7 @@
|
||||
"search.quick_action.status_search": "符合的嘟文 {x}",
|
||||
"search.search_or_paste": "搜尋或輸入網址",
|
||||
"search_popout.full_text_search_disabled_message": "{domain} 上無法使用。",
|
||||
"search_popout.full_text_search_logged_out_message": "僅於登入時能使用。",
|
||||
"search_popout.full_text_search_logged_out_message": "功能僅限登入後使用。",
|
||||
"search_popout.language_code": "ISO 語言代碼 (ISO language code)",
|
||||
"search_popout.options": "搜尋選項",
|
||||
"search_popout.quick_actions": "快捷操作",
|
||||
|
||||
@@ -530,7 +530,7 @@ export const composeReducer = (state = initialState, action) => {
|
||||
map.set('sensitive', action.status.get('sensitive'));
|
||||
map.set('language', action.status.get('language'));
|
||||
map.set('id', null);
|
||||
map.set('quoted_status_id', action.status.getIn(['quote', 'quoted_status'], null));
|
||||
map.set('quoted_status_id', action.quoted_status_id);
|
||||
// Mastodon-authored posts can be expected to have at most one automatic approval policy
|
||||
map.set('quote_policy', action.status.getIn(['quote_approval', 'automatic', 0]) || 'nobody');
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ class ActivityPub::Activity::Accept < ActivityPub::Activity
|
||||
|
||||
def accept_quote!(quote)
|
||||
approval_uri = value_or_id(first_of_value(@json['result']))
|
||||
return if unsupported_uri_scheme?(approval_uri) || quote.quoted_account != @account || !quote.status.local? || !quote.pending?
|
||||
return if unsupported_uri_scheme?(approval_uri) || non_matching_uri_hosts?(approval_uri, @account.uri) || quote.quoted_account != @account || !quote.status.local? || !quote.pending?
|
||||
|
||||
# NOTE: we are not going through `ActivityPub::VerifyQuoteService` as the `Accept` is as authoritative
|
||||
# as the stamp, but this means we are not checking the stamp, which may lead to inconsistencies
|
||||
|
||||
@@ -47,6 +47,7 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
|
||||
@params = {}
|
||||
@quote = nil
|
||||
@quote_uri = nil
|
||||
@quote_approval_uri = nil
|
||||
|
||||
process_status_params
|
||||
process_tags
|
||||
@@ -218,9 +219,9 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
|
||||
@quote_uri = @status_parser.quote_uri
|
||||
return unless @status_parser.quote?
|
||||
|
||||
approval_uri = @status_parser.quote_approval_uri
|
||||
approval_uri = nil if unsupported_uri_scheme?(approval_uri) || TagManager.instance.local_url?(approval_uri)
|
||||
@quote = Quote.new(account: @account, approval_uri: approval_uri, legacy: @status_parser.legacy_quote?, state: @status_parser.deleted_quote? ? :deleted : :pending)
|
||||
@quote_approval_uri = @status_parser.quote_approval_uri
|
||||
@quote_approval_uri = nil if unsupported_uri_scheme?(@quote_approval_uri) || TagManager.instance.local_url?(@quote_approval_uri)
|
||||
@quote = Quote.new(account: @account, approval_uri: nil, legacy: @status_parser.legacy_quote?, state: @status_parser.deleted_quote? ? :deleted : :pending)
|
||||
end
|
||||
|
||||
def process_hashtag(tag)
|
||||
@@ -371,14 +372,15 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
|
||||
return if @quote.nil?
|
||||
|
||||
embedded_quote = safe_prefetched_embed(@account, @status_parser.quoted_object, @json['context'])
|
||||
ActivityPub::VerifyQuoteService.new.call(@quote, fetchable_quoted_uri: @quote_uri, prefetched_quoted_object: embedded_quote, request_id: @options[:request_id], depth: @options[:depth])
|
||||
ActivityPub::VerifyQuoteService.new.call(@quote, @quote_approval_uri, fetchable_quoted_uri: @quote_uri, prefetched_quoted_object: embedded_quote, request_id: @options[:request_id], depth: @options[:depth])
|
||||
rescue Mastodon::RecursionLimitExceededError, Mastodon::UnexpectedResponseError, *Mastodon::HTTP_CONNECTION_ERRORS
|
||||
ActivityPub::RefetchAndVerifyQuoteWorker.perform_in(rand(30..600).seconds, @quote.id, @quote_uri, { 'request_id' => @options[:request_id] })
|
||||
ActivityPub::RefetchAndVerifyQuoteWorker.perform_in(rand(30..600).seconds, @quote.id, @quote_uri, { 'request_id' => @options[:request_id], 'approval_uri' => @quote_approval_uri })
|
||||
end
|
||||
|
||||
def conversation_from_uri(uri)
|
||||
return nil if uri.nil?
|
||||
return Conversation.find_by(id: OStatus::TagManager.instance.unique_tag_to_local_id(uri, 'Conversation')) if OStatus::TagManager.instance.local_id?(uri)
|
||||
return ActivityPub::TagManager.instance.uri_to_resource(uri, Conversation) if ActivityPub::TagManager.instance.local_uri?(uri)
|
||||
|
||||
begin
|
||||
Conversation.find_or_create_by!(uri: uri)
|
||||
|
||||
@@ -30,7 +30,7 @@ class ActivityPub::Parser::MediaAttachmentParser
|
||||
|
||||
def description
|
||||
str = @json['summary'].presence || @json['name'].presence
|
||||
str = str.strip[0...MediaAttachment::MAX_DESCRIPTION_LENGTH] if str.present?
|
||||
str = str.strip[0...MediaAttachment::MAX_DESCRIPTION_HARD_LENGTH_LIMIT] if str.present?
|
||||
str
|
||||
end
|
||||
|
||||
|
||||
@@ -241,12 +241,6 @@ class ActivityPub::TagManager
|
||||
!host.nil? && (::TagManager.instance.local_domain?(host) || ::TagManager.instance.web_domain?(host))
|
||||
end
|
||||
|
||||
def uri_to_local_id(uri, param = :id)
|
||||
path_params = Rails.application.routes.recognize_path(uri)
|
||||
path_params[:username] = Rails.configuration.x.local_domain if path_params[:controller] == 'instance_actors'
|
||||
path_params[param]
|
||||
end
|
||||
|
||||
def uris_to_local_accounts(uris)
|
||||
usernames = []
|
||||
ids = []
|
||||
@@ -264,6 +258,14 @@ class ActivityPub::TagManager
|
||||
uri_to_resource(uri, Account)
|
||||
end
|
||||
|
||||
def uri_to_local_conversation(uri)
|
||||
path_params = Rails.application.routes.recognize_path(uri)
|
||||
return unless path_params[:controller] == 'activitypub/contexts'
|
||||
|
||||
account_id, conversation_id = path_params[:id].split('-')
|
||||
Conversation.find_by(parent_account_id: account_id, id: conversation_id)
|
||||
end
|
||||
|
||||
def uri_to_resource(uri, klass)
|
||||
return if uri.nil?
|
||||
|
||||
@@ -271,6 +273,8 @@ class ActivityPub::TagManager
|
||||
case klass.name
|
||||
when 'Account'
|
||||
uris_to_local_accounts([uri]).first
|
||||
when 'Conversation'
|
||||
uri_to_local_conversation(uri)
|
||||
else
|
||||
StatusFinder.new(uri).status
|
||||
end
|
||||
|
||||
@@ -70,6 +70,7 @@ class ConnectionPool::SharedTimedStack
|
||||
if @created == @max && !@queue.empty?
|
||||
throw_away_connection = @queue.pop
|
||||
@tagged_queue[throw_away_connection.site].delete(throw_away_connection)
|
||||
throw_away_connection.close
|
||||
@create_block.call(preferred_tag)
|
||||
elsif @created != @max
|
||||
connection = @create_block.call(preferred_tag)
|
||||
|
||||
@@ -29,7 +29,7 @@ class Fasp::Request
|
||||
response = HTTP
|
||||
.headers(headers)
|
||||
.use(http_signature: { key:, covered_components: COVERED_COMPONENTS })
|
||||
.send(verb, url, body:)
|
||||
.send(verb, url, body:, socket_class: ::Request::Socket)
|
||||
|
||||
validate!(response)
|
||||
@provider.delivery_failure_tracker.track_success!
|
||||
|
||||
@@ -11,16 +11,12 @@ class OStatus::TagManager
|
||||
def unique_tag_to_local_id(tag, expected_type)
|
||||
return nil unless local_id?(tag)
|
||||
|
||||
if ActivityPub::TagManager.instance.local_uri?(tag)
|
||||
ActivityPub::TagManager.instance.uri_to_local_id(tag)
|
||||
else
|
||||
matches = Regexp.new("objectId=([\\d]+):objectType=#{expected_type}").match(tag)
|
||||
matches[1] unless matches.nil?
|
||||
end
|
||||
matches = Regexp.new("objectId=([\\d]+):objectType=#{expected_type}").match(tag)
|
||||
matches[1] unless matches.nil?
|
||||
end
|
||||
|
||||
def local_id?(id)
|
||||
id.start_with?("tag:#{Rails.configuration.x.local_domain}") || ActivityPub::TagManager.instance.local_uri?(id)
|
||||
id.start_with?("tag:#{Rails.configuration.x.local_domain}")
|
||||
end
|
||||
|
||||
def uri_for(target)
|
||||
|
||||
@@ -179,7 +179,7 @@ class Request
|
||||
return
|
||||
end
|
||||
|
||||
signature_value = @signing.sign(signed_headers.without('User-Agent', 'Accept-Encoding'), @verb, Addressable::URI.parse(request.uri))
|
||||
signature_value = @signing.sign(signed_headers.without('User-Agent', 'Accept-Encoding', 'Accept'), @verb, Addressable::URI.parse(request.uri))
|
||||
request.headers['Signature'] = signature_value
|
||||
end
|
||||
|
||||
@@ -349,5 +349,5 @@ class Request
|
||||
end
|
||||
end
|
||||
|
||||
private_constant :ClientLimit, :Socket, :ProxySocket
|
||||
private_constant :ClientLimit
|
||||
end
|
||||
|
||||
@@ -25,7 +25,10 @@ class AccountMigration < ApplicationRecord
|
||||
before_validation :set_target_account
|
||||
before_validation :set_followers_count
|
||||
|
||||
attribute :current_username, :string
|
||||
|
||||
normalizes :acct, with: ->(acct) { acct.strip.delete_prefix('@') }
|
||||
normalizes :current_username, with: ->(value) { value.strip.delete_prefix('@') }
|
||||
|
||||
validates :acct, presence: true, domain: { acct: true }
|
||||
validate :validate_migration_cooldown
|
||||
@@ -33,7 +36,7 @@ class AccountMigration < ApplicationRecord
|
||||
|
||||
scope :within_cooldown, -> { where(created_at: cooldown_duration_ago..) }
|
||||
|
||||
attr_accessor :current_password, :current_username
|
||||
attr_accessor :current_password
|
||||
|
||||
def self.cooldown_duration_ago
|
||||
Time.current - COOLDOWN_PERIOD
|
||||
|
||||
@@ -37,6 +37,7 @@ class Fasp::Provider < ApplicationRecord
|
||||
before_create :create_keypair
|
||||
after_commit :update_remote_capabilities
|
||||
|
||||
scope :confirmed, -> { where(confirmed: true) }
|
||||
scope :with_capability, lambda { |capability_name|
|
||||
where('fasp_providers.capabilities @> ?::jsonb', "[{\"id\": \"#{capability_name}\", \"enabled\": true}]")
|
||||
}
|
||||
|
||||
@@ -38,6 +38,7 @@ class MediaAttachment < ApplicationRecord
|
||||
enum :processing, { queued: 0, in_progress: 1, complete: 2, failed: 3 }, prefix: true
|
||||
|
||||
MAX_DESCRIPTION_LENGTH = 1_500
|
||||
MAX_DESCRIPTION_HARD_LENGTH_LIMIT = 10_000
|
||||
|
||||
IMAGE_LIMIT = (ENV['MAX_IMAGE_SIZE'] || 16.megabytes).to_i
|
||||
VIDEO_LIMIT = (ENV['MAX_VIDEO_SIZE'] || 99.megabytes).to_i
|
||||
|
||||
@@ -45,8 +45,14 @@ class Quote < ApplicationRecord
|
||||
after_destroy_commit :decrement_counter_caches!
|
||||
after_update_commit :update_counter_caches!
|
||||
|
||||
def accept!
|
||||
update!(state: :accepted)
|
||||
def accept!(approval_uri: nil)
|
||||
if approval_uri.present?
|
||||
update!(state: :accepted, approval_uri:)
|
||||
else
|
||||
update!(state: :accepted)
|
||||
end
|
||||
|
||||
reset_parent_cache! if attribute_previously_changed?(:state)
|
||||
end
|
||||
|
||||
def reject!
|
||||
@@ -75,6 +81,15 @@ class Quote < ApplicationRecord
|
||||
|
||||
private
|
||||
|
||||
def reset_parent_cache!
|
||||
return if status_id.nil?
|
||||
|
||||
Rails.cache.delete("v3:statuses/#{status_id}")
|
||||
|
||||
# This clears the web cache for the ActivityPub representation
|
||||
Rails.cache.delete("statuses/show:v3:statuses/#{status_id}")
|
||||
end
|
||||
|
||||
def set_accounts
|
||||
self.account = status.account
|
||||
self.quoted_account = quoted_status&.account
|
||||
|
||||
@@ -495,7 +495,13 @@ class Status < ApplicationRecord
|
||||
def set_local_only
|
||||
return unless account.domain.nil? && !attribute_changed?(:local_only)
|
||||
|
||||
self.local_only = marked_local_only?
|
||||
self.local_only = true if thread&.local_only? && local_only.nil?
|
||||
|
||||
if reblog?
|
||||
self.local_only = reblog.local_only
|
||||
elsif local_only.nil?
|
||||
self.local_only = marked_local_only?
|
||||
end
|
||||
end
|
||||
|
||||
def set_conversation
|
||||
|
||||
@@ -13,7 +13,7 @@ class REST::BaseQuoteSerializer < ActiveModel::Serializer
|
||||
end
|
||||
|
||||
def quoted_status
|
||||
object.quoted_status if object.accepted? && object.quoted_status.present? && !object.quoted_status&.reblog? && status_filter.filter_state_for_quote != 'unauthorized'
|
||||
object.quoted_status if (object.accepted? || instance_options[:source_requested]) && object.quoted_status.present? && !object.quoted_status&.reblog? && status_filter.filter_state_for_quote != 'unauthorized'
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
@@ -12,7 +12,7 @@ class ActivityPub::FetchRemoteKeyService < BaseService
|
||||
@json = fetch_resource(uri, false)
|
||||
|
||||
raise Error, "Unable to fetch key JSON at #{uri}" if @json.nil?
|
||||
raise Error, "Unsupported JSON-LD context for document #{uri}" unless supported_context?(@json)
|
||||
raise Error, "Unsupported JSON-LD context for document #{uri}" unless supported_context?(@json) || (supported_security_context?(@json) && @json['owner'].present? && !actor_type?)
|
||||
raise Error, "Unexpected object type for key #{uri}" unless expected_type?
|
||||
return find_actor(@json['id'], @json, suppress_errors) if actor_type?
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
|
||||
create_edits!
|
||||
end
|
||||
|
||||
fetch_and_verify_quote!(@quote, @status_parser.quote_uri) if @quote.present?
|
||||
fetch_and_verify_quote!(@quote, @quote_approval_uri, @status_parser.quote_uri) if @quote.present?
|
||||
download_media_files!
|
||||
queue_poll_notifications!
|
||||
|
||||
@@ -204,7 +204,11 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
|
||||
|
||||
def update_tags!
|
||||
previous_tags = @status.tags.to_a
|
||||
current_tags = @status.tags = Tag.find_or_create_by_names(@raw_tags)
|
||||
current_tags = @status.tags = @raw_tags.flat_map do |tag|
|
||||
Tag.find_or_create_by_names([tag]).filter(&:valid?)
|
||||
rescue ActiveRecord::RecordInvalid
|
||||
[]
|
||||
end.uniq
|
||||
|
||||
return unless @status.distributable?
|
||||
|
||||
@@ -291,9 +295,9 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
|
||||
approval_uri = @status_parser.quote_approval_uri
|
||||
approval_uri = nil if unsupported_uri_scheme?(approval_uri) || TagManager.instance.local_url?(approval_uri)
|
||||
|
||||
quote.update(approval_uri: approval_uri, state: :pending, legacy: @status_parser.legacy_quote?) if quote.approval_uri != @status_parser.quote_approval_uri
|
||||
quote.update(approval_uri: nil, state: :pending, legacy: @status_parser.legacy_quote?) if quote.approval_uri.present? && quote.approval_uri != @status_parser.quote_approval_uri
|
||||
|
||||
fetch_and_verify_quote!(quote, quote_uri)
|
||||
fetch_and_verify_quote!(quote, approval_uri, quote_uri)
|
||||
end
|
||||
|
||||
def update_quote!
|
||||
@@ -309,18 +313,20 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
|
||||
# Revoke the quote while we get a chance… maybe this should be a `before_destroy` hook?
|
||||
RevokeQuoteService.new.call(@status.quote) if @status.quote.quoted_account&.local? && @status.quote.accepted?
|
||||
@status.quote.destroy
|
||||
quote = Quote.create(status: @status, approval_uri: approval_uri, legacy: @status_parser.legacy_quote?, state: @status_parser.deleted_quote? ? :deleted : :pending)
|
||||
quote = Quote.create(status: @status, approval_uri: nil, legacy: @status_parser.legacy_quote?, state: @status_parser.deleted_quote? ? :deleted : :pending)
|
||||
@quote_changed = true
|
||||
else
|
||||
quote = @status.quote
|
||||
quote.update(approval_uri: approval_uri, state: :pending, legacy: @status_parser.legacy_quote?) if quote.approval_uri != approval_uri
|
||||
quote.update(approval_uri: nil, state: :pending, legacy: @status_parser.legacy_quote?) if quote.approval_uri.present? && quote.approval_uri != approval_uri
|
||||
end
|
||||
else
|
||||
quote = Quote.create(status: @status, approval_uri: approval_uri, legacy: @status_parser.legacy_quote?)
|
||||
quote = Quote.create(status: @status, approval_uri: nil, legacy: @status_parser.legacy_quote?)
|
||||
@quote_changed = true
|
||||
end
|
||||
|
||||
@quote = quote
|
||||
@quote_approval_uri = approval_uri
|
||||
|
||||
quote.save
|
||||
elsif @status.quote.present?
|
||||
@quote = nil
|
||||
@@ -329,11 +335,11 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
|
||||
end
|
||||
end
|
||||
|
||||
def fetch_and_verify_quote!(quote, quote_uri)
|
||||
def fetch_and_verify_quote!(quote, approval_uri, quote_uri)
|
||||
embedded_quote = safe_prefetched_embed(@account, @status_parser.quoted_object, @activity_json['context'])
|
||||
ActivityPub::VerifyQuoteService.new.call(quote, fetchable_quoted_uri: quote_uri, prefetched_quoted_object: embedded_quote, request_id: @request_id)
|
||||
ActivityPub::VerifyQuoteService.new.call(quote, approval_uri, fetchable_quoted_uri: quote_uri, prefetched_quoted_object: embedded_quote, request_id: @request_id)
|
||||
rescue Mastodon::UnexpectedResponseError, *Mastodon::HTTP_CONNECTION_ERRORS
|
||||
ActivityPub::RefetchAndVerifyQuoteWorker.perform_in(rand(30..600).seconds, quote.id, quote_uri, { 'request_id' => @request_id })
|
||||
ActivityPub::RefetchAndVerifyQuoteWorker.perform_in(rand(30..600).seconds, quote.id, quote_uri, { 'request_id' => @request_id, 'approval_uri' => approval_uri })
|
||||
end
|
||||
|
||||
def update_counts!
|
||||
@@ -406,6 +412,11 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
|
||||
|
||||
return unless poll.present? && poll.expires_at.present? && poll.votes.exists?
|
||||
|
||||
# If the poll had previously expired, notifications should have already been sent out (or scheduled),
|
||||
# and re-scheduling them would cause duplicate notifications for people who had already dismissed them
|
||||
# (see #37948)
|
||||
return if @previous_expires_at&.past?
|
||||
|
||||
PollExpirationNotifyWorker.remove_from_scheduled(poll.id) if @previous_expires_at.present? && @previous_expires_at > poll.expires_at
|
||||
PollExpirationNotifyWorker.perform_at(poll.expires_at + 5.minutes, poll.id)
|
||||
end
|
||||
|
||||
@@ -6,20 +6,21 @@ class ActivityPub::VerifyQuoteService < BaseService
|
||||
MAX_SYNCHRONOUS_DEPTH = 2
|
||||
|
||||
# Optionally fetch quoted post, and verify the quote is authorized
|
||||
def call(quote, fetchable_quoted_uri: nil, prefetched_quoted_object: nil, prefetched_approval: nil, request_id: nil, depth: nil)
|
||||
def call(quote, approval_uri, fetchable_quoted_uri: nil, prefetched_quoted_object: nil, prefetched_approval: nil, request_id: nil, depth: nil)
|
||||
@request_id = request_id
|
||||
@depth = depth || 0
|
||||
@quote = quote
|
||||
@approval_uri = approval_uri.presence || @quote.approval_uri
|
||||
@fetching_error = nil
|
||||
|
||||
fetch_quoted_post_if_needed!(fetchable_quoted_uri, prefetched_body: prefetched_quoted_object)
|
||||
return if quote.quoted_account&.local?
|
||||
return if fast_track_approval! || quote.approval_uri.blank?
|
||||
return if fast_track_approval! || @approval_uri.blank?
|
||||
|
||||
@json = fetch_approval_object(quote.approval_uri, prefetched_body: prefetched_approval)
|
||||
@json = fetch_approval_object(@approval_uri, prefetched_body: prefetched_approval)
|
||||
return quote.reject! if @json.nil?
|
||||
|
||||
return if non_matching_uri_hosts?(quote.approval_uri, value_or_id(@json['attributedTo']))
|
||||
return if non_matching_uri_hosts?(@approval_uri, value_or_id(@json['attributedTo']))
|
||||
return unless matching_type? && matching_quote_uri?
|
||||
|
||||
# Opportunistically import embedded posts if needed
|
||||
@@ -30,7 +31,7 @@ class ActivityPub::VerifyQuoteService < BaseService
|
||||
|
||||
return unless matching_quoted_post? && matching_quoted_author?
|
||||
|
||||
quote.accept!
|
||||
quote.accept!(approval_uri: @approval_uri)
|
||||
end
|
||||
|
||||
private
|
||||
@@ -87,7 +88,7 @@ class ActivityPub::VerifyQuoteService < BaseService
|
||||
object = @json['interactionTarget'].merge({ '@context' => @json['@context'] })
|
||||
|
||||
# It's not safe to fetch if the inlined object is cross-origin or doesn't match expectations
|
||||
return if object['id'] != uri || non_matching_uri_hosts?(@quote.approval_uri, object['id'])
|
||||
return if object['id'] != uri || non_matching_uri_hosts?(@approval_uri, object['id'])
|
||||
|
||||
status = ActivityPub::FetchRemoteStatusService.new.call(object['id'], prefetched_body: object, on_behalf_of: @quote.account.followers.local.first, request_id: @request_id, depth: @depth)
|
||||
|
||||
|
||||
@@ -29,7 +29,12 @@ class BlockDomainService < BaseService
|
||||
suspend_accounts!
|
||||
end
|
||||
|
||||
DomainClearMediaWorker.perform_async(domain_block.id) if domain_block.reject_media?
|
||||
if domain_block.suspend?
|
||||
# Account images and attachments are already handled by `suspend_accounts!`
|
||||
PurgeCustomEmojiWorker.perform_async(blocked_domain)
|
||||
elsif domain_block.reject_media?
|
||||
DomainClearMediaWorker.perform_async(domain_block.id)
|
||||
end
|
||||
end
|
||||
|
||||
def silence_accounts!
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user