Merge remote-tracking branch 'parent/main' into upstream-20240913
This commit is contained in:
commit
fc9d27ff91
392 changed files with 3757 additions and 3233 deletions
|
@ -12,24 +12,6 @@ policy = ContentSecurityPolicy.new
|
|||
assets_host = policy.assets_host
|
||||
media_hosts = policy.media_hosts
|
||||
|
||||
def sso_host
|
||||
return unless ENV['ONE_CLICK_SSO_LOGIN'] == 'true'
|
||||
return unless ENV['OMNIAUTH_ONLY'] == 'true'
|
||||
return unless Devise.omniauth_providers.length == 1
|
||||
|
||||
provider = Devise.omniauth_configs[Devise.omniauth_providers[0]]
|
||||
@sso_host ||= begin
|
||||
case provider.provider
|
||||
when :cas
|
||||
provider.cas_url
|
||||
when :saml
|
||||
provider.options[:idp_sso_target_url]
|
||||
when :openid_connect
|
||||
provider.options.dig(:client_options, :authorization_endpoint) || OpenIDConnect::Discovery::Provider::Config.discover!(provider.options[:issuer]).authorization_endpoint
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Rails.application.config.content_security_policy do |p|
|
||||
p.base_uri :none
|
||||
p.default_src :none
|
||||
|
@ -38,17 +20,16 @@ Rails.application.config.content_security_policy do |p|
|
|||
p.img_src :self, :data, :blob, *media_hosts
|
||||
p.style_src :self, assets_host
|
||||
p.media_src :self, :data, *media_hosts
|
||||
p.frame_src :self, :https
|
||||
p.manifest_src :self, assets_host
|
||||
|
||||
if sso_host.present?
|
||||
p.form_action :self, sso_host
|
||||
if policy.sso_host.present?
|
||||
p.form_action :self, policy.sso_host
|
||||
else
|
||||
p.form_action :self
|
||||
p.form_action :self
|
||||
end
|
||||
|
||||
p.child_src :self, :blob, assets_host
|
||||
p.worker_src :self, :blob, assets_host
|
||||
p.child_src :self, :blob, assets_host
|
||||
p.worker_src :self, :blob, assets_host
|
||||
|
||||
if Rails.env.development?
|
||||
webpacker_public_host = ENV.fetch('WEBPACKER_DEV_SERVER_PUBLIC', Webpacker.config.dev_server[:public])
|
||||
|
@ -56,9 +37,11 @@ Rails.application.config.content_security_policy do |p|
|
|||
|
||||
p.connect_src :self, :data, :blob, *media_hosts, Rails.configuration.x.streaming_api_base_url, *front_end_build_urls
|
||||
p.script_src :self, :unsafe_inline, :unsafe_eval, assets_host
|
||||
p.frame_src :self, :https, :http
|
||||
else
|
||||
p.connect_src :self, :data, :blob, *media_hosts, Rails.configuration.x.streaming_api_base_url
|
||||
p.script_src :self, assets_host, "'wasm-unsafe-eval'"
|
||||
p.frame_src :self, :https
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -15,6 +15,12 @@ ca:
|
|||
user/invite_request:
|
||||
text: Motiu
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: no és un nom de domini vàlid
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} no és un nom de domini vàlid"
|
||||
too_many_lines: sobrepassa el límit de %{limit} línies
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ cy:
|
|||
user/invite_request:
|
||||
text: Rheswm
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: "- nid yw'n enw parth dilys"
|
||||
messages:
|
||||
invalid_domain_on_line: Nid yw %{value} yn enw parth dilys
|
||||
too_many_lines: "- dros y terfyn o %{limit} llinell"
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ da:
|
|||
user/invite_request:
|
||||
text: Årsag
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: er ikke et gyldigt domænenavn
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} er ikke et gyldigt domænenavn"
|
||||
too_many_lines: overstiger grænsen på %{limit} linjer
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ de:
|
|||
user/invite_request:
|
||||
text: Begründung
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: ist kein gültiger Domain-Name
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} ist kein gültiger Domain-Name"
|
||||
too_many_lines: übersteigt das Limit von %{limit} Zeilen
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ en-GB:
|
|||
user/invite_request:
|
||||
text: Reason
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: is not a valid domain name
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} is not a valid domain name"
|
||||
too_many_lines: is over the limit of %{limit} lines
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ en:
|
|||
user/invite_request:
|
||||
text: Reason
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: is not a valid domain name
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} is not a valid domain name"
|
||||
too_many_lines: is over the limit of %{limit} lines
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ es-AR:
|
|||
user/invite_request:
|
||||
text: Motivo
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: no es un nombre de dominio válido
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} no es un nombre de dominio válido"
|
||||
too_many_lines: está por encima del límite de %{limit} líneas
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ fi:
|
|||
user/invite_request:
|
||||
text: Syy
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: ei ole kelvollinen verkkotunnus
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} ei ole kelvollinen verkkotunnus"
|
||||
too_many_lines: ylittää %{limit} rivin rajan
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ fo:
|
|||
user/invite_request:
|
||||
text: Orsøk
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: er ikki eitt virkið økisnavn
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} er ikki eitt virkið økisnavn"
|
||||
too_many_lines: er longri enn markið á %{limit} reglur
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ gl:
|
|||
user/invite_request:
|
||||
text: Razón
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: non é un nome de dominio válido
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} non é un nome de dominio válido"
|
||||
too_many_lines: superou o límite de %{limit} liñas
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ he:
|
|||
user/invite_request:
|
||||
text: סיבה
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: אינו שם מתחם קביל
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} אינו שם מתחם קביל"
|
||||
too_many_lines: מעבר למגבלה של %{limit} שורות
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ hu:
|
|||
user/invite_request:
|
||||
text: Indoklás
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: nem egy érvényes domain név
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} nem egy érvényes domain név"
|
||||
too_many_lines: túllépi a(z) %{limit} soros korlátot
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,11 @@ ia:
|
|||
user/invite_request:
|
||||
text: Motivo
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: non es un nomine de dominio valide
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} non es un nomine de dominio valide"
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ is:
|
|||
user/invite_request:
|
||||
text: Ástæða
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: er ekki leyfilegt nafn á léni
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} er ekki leyfilegt nafn á léni"
|
||||
too_many_lines: er yfir takmörkum á %{limit} línum
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ it:
|
|||
user/invite_request:
|
||||
text: Motivo
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: non è un nome di dominio valido
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} non è un nome di dominio valido"
|
||||
too_many_lines: è oltre il limite di %{limit} righe
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ lt:
|
|||
user/invite_request:
|
||||
text: Priežastis
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: nėra tinkamas domeno vardas.
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} nėra tinkamas domeno vardas."
|
||||
too_many_lines: yra daugiau nei %{limit} eilučių ribojimą.
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ nl:
|
|||
user/invite_request:
|
||||
text: Reden
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: is een ongeldige domeinnaam
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} is een ongeldige domeinnaam"
|
||||
too_many_lines: overschrijdt de limiet van %{limit} regels
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ nn:
|
|||
user/invite_request:
|
||||
text: Grunn
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: er ikkje eit gyldig domenenamn
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} er ikkje gyldig i eit domenenamn"
|
||||
too_many_lines: er over grensa på %{limit} liner
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ pl:
|
|||
user/invite_request:
|
||||
text: Powód
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: nie jest prawidłową nazwą domeny
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} nie jest prawidłową nazwą domeny"
|
||||
too_many_lines: przekracza limit %{limit} linii
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ pt-BR:
|
|||
user/invite_request:
|
||||
text: Razão
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: não é um nome de domínio válido
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} não é um nome de domínio válido"
|
||||
too_many_lines: está acima do limite de %{limit} linhas
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ sq:
|
|||
user/invite_request:
|
||||
text: Arsye
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: s’është emër i vlefshëm përkatësie
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} s’është emër i vlefshëm përkatësie"
|
||||
too_many_lines: është tej kufirit prej %{limit} rreshta
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ sv:
|
|||
user/invite_request:
|
||||
text: Anledning
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: är inte ett giltigt domännamn
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} Är inte ett giltigt domännamn"
|
||||
too_many_lines: överskrider gränsen på %{limit} rader
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ tr:
|
|||
user/invite_request:
|
||||
text: Gerekçe
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: geçerli bir alan adı değil
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} geçerli bir alan adı değil"
|
||||
too_many_lines: "%{limit} satır sınırının üzerinde"
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ uk:
|
|||
user/invite_request:
|
||||
text: Причина
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: не є дійсним іменем домену
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} не є дійсним іменем домену"
|
||||
too_many_lines: перевищує ліміт %{limit} рядків
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,12 @@ zh-CN:
|
|||
user/invite_request:
|
||||
text: 理由
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: 不是有效的域名
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} 不是有效的域名"
|
||||
too_many_lines: 超出 %{limit} 行的长度限制
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
@ -56,4 +62,4 @@ zh-CN:
|
|||
webhook:
|
||||
attributes:
|
||||
events:
|
||||
invalid_permissions: 不能包含您没有权限的事件
|
||||
invalid_permissions: 不能包含你没有权限的事件
|
||||
|
|
|
@ -15,6 +15,12 @@ zh-TW:
|
|||
user/invite_request:
|
||||
text: 原因
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: 並非一個有效網域
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} 並非一個有效網域"
|
||||
too_many_lines: 已超過行數限制 (%{limit} 行)
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -6,7 +6,6 @@ af:
|
|||
hosted_on: Mastodon gehuisves op %{domain}
|
||||
title: Aangaande
|
||||
accounts:
|
||||
follow: Volg
|
||||
followers:
|
||||
one: Volgeling
|
||||
other: Volgelinge
|
||||
|
|
|
@ -7,7 +7,6 @@ an:
|
|||
hosted_on: Mastodon alochau en %{domain}
|
||||
title: Sobre
|
||||
accounts:
|
||||
follow: Seguir
|
||||
followers:
|
||||
one: Seguidor
|
||||
other: Seguidores
|
||||
|
@ -1017,8 +1016,6 @@ an:
|
|||
your_appeal_approved: S'aprebó la tuya apelación
|
||||
your_appeal_pending: Has ninviau una apelación
|
||||
your_appeal_rejected: La tuya apelación ha estau refusada
|
||||
domain_validator:
|
||||
invalid_domain: no ye un nombre de dominio valido
|
||||
errors:
|
||||
'400': La solicitut que has ninviau no ye valida u yera malformada.
|
||||
'403': No tiens permiso pa acceder ta esta pachina.
|
||||
|
@ -1412,23 +1409,12 @@ an:
|
|||
edited_at_html: Editau %{date}
|
||||
errors:
|
||||
in_reply_not_found: Lo estau a lo qual intentas responder no existe.
|
||||
open_in_web: Ubrir en web
|
||||
over_character_limit: Limite de caracters de %{max} superau
|
||||
pin_errors:
|
||||
direct: Las publicacions que son visibles solo pa los usuarios mencionaus no pueden fixar-se
|
||||
limit: Ya has fixau lo numero maximo de publicacions
|
||||
ownership: La publicación d'unatra persona no puede fixar-se
|
||||
reblog: Un boost no puede fixar-se
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persona"
|
||||
other: "%{count} chent"
|
||||
total_votes:
|
||||
one: "%{count} voto"
|
||||
other: "%{count} votos"
|
||||
vote: Vota
|
||||
show_more: Amostrar mas
|
||||
show_thread: Amostrar discusión
|
||||
title: "%{name}: «%{quote}»"
|
||||
visibilities:
|
||||
direct: Directa
|
||||
|
|
|
@ -7,7 +7,6 @@ ar:
|
|||
hosted_on: ماستدون مُستضاف على %{domain}
|
||||
title: عن
|
||||
accounts:
|
||||
follow: متابَعة
|
||||
followers:
|
||||
few: متابِعون
|
||||
many: متابِعون
|
||||
|
@ -1239,8 +1238,6 @@ ar:
|
|||
your_appeal_approved: تمت الموافقة على طعنك
|
||||
your_appeal_pending: لقد قمت بتقديم طعن
|
||||
your_appeal_rejected: تم رفض طعنك
|
||||
domain_validator:
|
||||
invalid_domain: ليس بإسم نطاق صالح
|
||||
edit_profile:
|
||||
basic_information: معلومات أساسية
|
||||
hint_html: "<strong>قم بتخصيص ما سيراه الناس في ملفك الشخصي العام وبجوار منشوراتك.</strong> من المرجح أن يتابعك أشخاص آخرون ويتفاعلون معك إن كان لديك صفحة شخصية مملوء وصورة."
|
||||
|
@ -1774,31 +1771,12 @@ ar:
|
|||
edited_at_html: عُدّل في %{date}
|
||||
errors:
|
||||
in_reply_not_found: إنّ المنشور الذي تحاول الرد عليه غير موجود على ما يبدو.
|
||||
open_in_web: افتح في الويب
|
||||
over_character_limit: تم تجاوز حد الـ %{max} حرف المسموح بها
|
||||
pin_errors:
|
||||
direct: لا يمكن تثبيت المنشورات التي يراها فقط المتسخدمون المشار إليهم
|
||||
limit: لقد بلغت الحد الأقصى للمنشورات المثبتة
|
||||
ownership: لا يمكن تثبيت منشور نشره شخص آخر
|
||||
reblog: لا يمكن تثبيت إعادة نشر
|
||||
poll:
|
||||
total_people:
|
||||
few: "%{count} أشخاص"
|
||||
many: "%{count} أشخاص"
|
||||
one: "%{count} شخص واحد"
|
||||
other: "%{count} شخصا"
|
||||
two: "%{count} شخصين"
|
||||
zero: "%{count} شخص"
|
||||
total_votes:
|
||||
few: "%{count} أصوات"
|
||||
many: "%{count} أصوات"
|
||||
one: صوت واحد %{count}
|
||||
other: "%{count} صوتا"
|
||||
two: صوتين %{count}
|
||||
zero: بدون صوت %{count}
|
||||
vote: صوّت
|
||||
show_more: أظهر المزيد
|
||||
show_thread: اعرض خيط المحادثة
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: مباشرة
|
||||
|
@ -1824,7 +1802,7 @@ ar:
|
|||
keep_pinned: الاحتفاظ بالمنشورات المثبتة
|
||||
keep_pinned_hint: لن تحذف أي من منشوراتك المثبتة
|
||||
keep_polls: الاحتفاظ باستطلاعات الرأي
|
||||
keep_polls_hint: لم تقم بحذف أي من استطلاعاتك
|
||||
keep_polls_hint: لن يتم حذف أي من استطلاعات الرأي الخاصة بك
|
||||
keep_self_bookmark: احتفظ بالمنشورات التي أدرجتها في الفواصل المرجعية
|
||||
keep_self_bookmark_hint: لن تحذف منشوراتك الخاصة إذا قمت بوضع علامة مرجعية عليها
|
||||
keep_self_fav: احتفظ بالمنشورات التي أدرجتها في المفضلة
|
||||
|
|
|
@ -800,20 +800,11 @@ ast:
|
|||
default_language: La mesma que la de la interfaz
|
||||
errors:
|
||||
in_reply_not_found: L'artículu al que tentes de responder paez que nun esiste.
|
||||
open_in_web: Abrir na web
|
||||
pin_errors:
|
||||
direct: Nun se puen fixar los artículos que son visibles namás pa los usuarios mentaos
|
||||
limit: Yá fixesti'l númberu máximu d'artículos
|
||||
ownership: Nun se pue fixar l'artículu d'otru perfil
|
||||
reblog: Nun se pue fixar un artículu compartíu
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persona"
|
||||
other: "%{count} persones"
|
||||
total_votes:
|
||||
one: "%{count} votu"
|
||||
other: "%{count} votos"
|
||||
show_more: Amosar más
|
||||
title: "%{name}: «%{quote}»"
|
||||
visibilities:
|
||||
direct: Mensaxe direutu
|
||||
|
|
|
@ -7,7 +7,6 @@ be:
|
|||
hosted_on: Mastodon месціцца на %{domain}
|
||||
title: Пра нас
|
||||
accounts:
|
||||
follow: Падпісацца
|
||||
followers:
|
||||
few: Падпісчыка
|
||||
many: Падпісчыкаў
|
||||
|
@ -1256,8 +1255,6 @@ be:
|
|||
your_appeal_approved: Ваша абскарджанне было ўхвалена
|
||||
your_appeal_pending: Вы адправілі апеляцыю
|
||||
your_appeal_rejected: Ваша абскарджанне было адхілена
|
||||
domain_validator:
|
||||
invalid_domain: не з'яўляецца сапраўдным даменным імем
|
||||
edit_profile:
|
||||
basic_information: Асноўная інфармацыя
|
||||
hint_html: "<strong>Наладзьце тое, што людзі будуць бачыць у вашым профілі і побач з вашымі паведамленнямі.</strong> Іншыя людзі з большай верагоднасцю будуць сачыць і ўзаемадзейнічаць з вамі, калі ў вас ёсць запоўнены профіль і фота профілю."
|
||||
|
@ -1780,27 +1777,12 @@ be:
|
|||
edited_at_html: Адрэдагавана %{date}
|
||||
errors:
|
||||
in_reply_not_found: Здаецца, допіс, на які вы спрабуеце адказаць, не існуе.
|
||||
open_in_web: Адчыніць у вэб-версіі
|
||||
over_character_limit: перавышаная колькасць сімвалаў у %{max}
|
||||
pin_errors:
|
||||
direct: Допісы, бачныя толькі згаданым карыстальнікам, не могуць быць замацаваныя
|
||||
limit: Вы ўжо замацавалі максімальную колькасць допісаў
|
||||
ownership: Немагчыма замацаваць чужы допіс
|
||||
reblog: Немагчыма замацаваць пашырэнне
|
||||
poll:
|
||||
total_people:
|
||||
few: "%{count} чалавекі"
|
||||
many: "%{count} чалавек"
|
||||
one: "%{count} чалавек"
|
||||
other: "%{count} чалавека"
|
||||
total_votes:
|
||||
few: "%{count} галасы"
|
||||
many: "%{count} галасоў"
|
||||
one: "%{count} голас"
|
||||
other: "%{count} голасу"
|
||||
vote: Прагаласаваць
|
||||
show_more: Паказаць больш
|
||||
show_thread: Паказаць ланцуг
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Асабіста
|
||||
|
|
|
@ -7,7 +7,6 @@ bg:
|
|||
hosted_on: Mastodon е разположен на хост %{domain}
|
||||
title: Относно
|
||||
accounts:
|
||||
follow: Последване
|
||||
followers:
|
||||
one: Последовател
|
||||
other: Последователи
|
||||
|
@ -1179,8 +1178,6 @@ bg:
|
|||
your_appeal_approved: Вашето обжалване е одобрено
|
||||
your_appeal_pending: Подадохте обжалване
|
||||
your_appeal_rejected: Вашето обжалване е отхвърлено
|
||||
domain_validator:
|
||||
invalid_domain: не е валидно име на домейн
|
||||
edit_profile:
|
||||
basic_information: Основна информация
|
||||
hint_html: "<strong>Персонализирайте какво хората виждат в обществения ви профил и до публикациите ви.</strong> Другите хора са по-склонни да ви последват и да взаимодействат с вас, когато имате попълнен профил и снимка на профила."
|
||||
|
@ -1666,23 +1663,12 @@ bg:
|
|||
edited_at_html: Редактирано на %{date}
|
||||
errors:
|
||||
in_reply_not_found: Изглежда, че публикацията, на която се опитвате да отговорите, не съществува.
|
||||
open_in_web: Отвори в уеб
|
||||
over_character_limit: прехвърлен лимит от %{max} символа
|
||||
pin_errors:
|
||||
direct: Публикациите, които са видими само за потребители споменати в тях, не могат да бъдат закачани
|
||||
limit: Вече сте закачили максималния брой публикации
|
||||
ownership: Публикация на някого другиго не може да бъде закачена
|
||||
reblog: Раздуване не може да бъде закачано
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} човек"
|
||||
other: "%{count} души"
|
||||
total_votes:
|
||||
one: "%{count} глас"
|
||||
other: "%{count} гласа"
|
||||
vote: Гласуване
|
||||
show_more: Покажи повече
|
||||
show_thread: Показване на нишката
|
||||
title: "%{name}: „%{quote}“"
|
||||
visibilities:
|
||||
direct: Директно
|
||||
|
|
|
@ -7,7 +7,6 @@ bn:
|
|||
hosted_on: এই মাস্টাডনটি আছে %{domain} এ
|
||||
title: পরিচিতি
|
||||
accounts:
|
||||
follow: যুক্ত
|
||||
followers:
|
||||
one: যুক্ত আছে
|
||||
other: যারা যুক্ত হয়েছে
|
||||
|
|
|
@ -6,7 +6,6 @@ br:
|
|||
hosted_on: Servijer Mastodon herberc'hiet war %{domain}
|
||||
title: Diwar-benn
|
||||
accounts:
|
||||
follow: Heuliañ
|
||||
followers:
|
||||
few: Heulier·ez
|
||||
many: Heulier·ez
|
||||
|
@ -519,9 +518,6 @@ br:
|
|||
two: "%{count} skeudenn"
|
||||
pin_errors:
|
||||
ownership: N'hallit ket spilhennañ embannadurioù ar re all
|
||||
poll:
|
||||
vote: Mouezhiañ
|
||||
show_more: Diskouez muioc'h
|
||||
visibilities:
|
||||
direct: War-eeun
|
||||
public: Publik
|
||||
|
|
|
@ -7,7 +7,6 @@ ca:
|
|||
hosted_on: Mastodon allotjat a %{domain}
|
||||
title: Quant a
|
||||
accounts:
|
||||
follow: Segueix
|
||||
followers:
|
||||
one: Seguidor
|
||||
other: Seguidors
|
||||
|
@ -25,6 +24,8 @@ ca:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Realitza l'acció
|
||||
already_silenced: Aquest compte ja s'ha limitat.
|
||||
already_suspended: Aquest compte ja s'ha suspès.
|
||||
title: Fer l'acció de moderació a %{acct}
|
||||
account_moderation_notes:
|
||||
create: Crea nota
|
||||
|
@ -46,6 +47,7 @@ ca:
|
|||
title: Canvia l'adreça electrònica de %{username}
|
||||
change_role:
|
||||
changed_msg: Els privilegis del compte s'han canviat correctament!
|
||||
edit_roles: Gestió de rols d'usuari
|
||||
label: Canvia rol
|
||||
no_role: Sense rol
|
||||
title: Canvia el rol per a %{username}
|
||||
|
@ -58,6 +60,7 @@ ca:
|
|||
demote: Degrada
|
||||
destroyed_msg: Les dades de %{username} son a la cua per a ser esborrades en breu
|
||||
disable: Inhabilita
|
||||
disable_sign_in_token_auth: Desactivar l'autenticació de token per correu-e
|
||||
disable_two_factor_authentication: Desactiva 2FA
|
||||
disabled: Inhabilitat
|
||||
display_name: Nom visible
|
||||
|
@ -66,6 +69,7 @@ ca:
|
|||
email: Adreça electrònica
|
||||
email_status: Estat de l'adreça electrònica
|
||||
enable: Habilita
|
||||
enable_sign_in_token_auth: Activar l'autenticació de token per correu-e
|
||||
enabled: Habilitat
|
||||
enabled_msg: El compte de %{username} s’ha descongelat amb èxit
|
||||
followers: Seguidors
|
||||
|
@ -198,8 +202,10 @@ ca:
|
|||
destroy_user_role: Destrueix Rol
|
||||
disable_2fa_user: Desactiva 2FA
|
||||
disable_custom_emoji: Desactiva l'emoji personalitzat
|
||||
disable_sign_in_token_auth_user: Desactivar l'autenticació de token per correu-e per a l'usuari
|
||||
disable_user: Deshabilita l'usuari
|
||||
enable_custom_emoji: Activa l'emoji personalitzat
|
||||
enable_sign_in_token_auth_user: Activar l'autenticació de token per correu-e per a l'usuari
|
||||
enable_user: Activa l'usuari
|
||||
memorialize_account: Memoritza el compte
|
||||
promote_user: Promou l'usuari
|
||||
|
@ -234,17 +240,21 @@ ca:
|
|||
confirm_user_html: "%{name} ha confirmat l'adreça del correu electrònic de l'usuari %{target}"
|
||||
create_account_warning_html: "%{name} ha enviat un avís a %{target}"
|
||||
create_announcement_html: "%{name} ha creat un nou anunci %{target}"
|
||||
create_canonical_email_block_html: "%{name} ha blocat l'adreça de correu electrònic amb el hash %{target}"
|
||||
create_custom_emoji_html: "%{name} ha pujat un emoji nou %{target}"
|
||||
create_domain_allow_html: "%{name} ha permès la federació amb el domini %{target}"
|
||||
create_domain_block_html: "%{name} ha bloquejat el domini %{target}"
|
||||
create_email_domain_block_html: "%{name} ha blocat el domini de correu electrònic %{target}"
|
||||
create_ip_block_html: "%{name} ha creat una regla per a l'IP %{target}"
|
||||
create_unavailable_domain_html: "%{name} ha aturat el lliurament al domini %{target}"
|
||||
create_user_role_html: "%{name} ha creat el rol %{target}"
|
||||
demote_user_html: "%{name} ha degradat l'usuari %{target}"
|
||||
destroy_announcement_html: "%{name} ha eliminat l'anunci %{target}"
|
||||
destroy_canonical_email_block_html: "%{name} ha desblocat el correu electrònic amb el hash %{target}"
|
||||
destroy_custom_emoji_html: "%{name} ha esborrat l'emoji %{target}"
|
||||
destroy_domain_allow_html: "%{name} no permet la federació amb el domini %{target}"
|
||||
destroy_domain_block_html: "%{name} ha desbloquejat el domini %{target}"
|
||||
destroy_email_domain_block_html: "%{name} ha desblocat el domini de correu electrònic %{target}"
|
||||
destroy_instance_html: "%{name} ha purgat el domini %{target}"
|
||||
destroy_ip_block_html: "%{name} ha esborrat la regla per a l'IP %{target}"
|
||||
destroy_status_html: "%{name} ha eliminat el tut de %{target}"
|
||||
|
@ -252,8 +262,10 @@ ca:
|
|||
destroy_user_role_html: "%{name} ha esborrat el rol %{target}"
|
||||
disable_2fa_user_html: "%{name} ha desactivat el requisit de dos factors per a l'usuari %{target}"
|
||||
disable_custom_emoji_html: "%{name} ha desactivat l'emoji %{target}"
|
||||
disable_sign_in_token_auth_user_html: "%{name} ha desactivat l'autenticació de token per correu-e per a %{target}"
|
||||
disable_user_html: "%{name} ha desactivat l'accés del usuari %{target}"
|
||||
enable_custom_emoji_html: "%{name} ha activat l'emoji %{target}"
|
||||
enable_sign_in_token_auth_user_html: "%{name} ha activat l'autenticació de token per correu-e per a %{target}"
|
||||
enable_user_html: "%{name} ha activat l'accés del usuari %{target}"
|
||||
memorialize_account_html: "%{name} ha convertit el compte %{target} en una pàgina de memorial"
|
||||
promote_user_html: "%{name} ha promogut l'usuari %{target}"
|
||||
|
@ -261,6 +273,7 @@ ca:
|
|||
reject_user_html: "%{name} ha rebutjat el registre de %{target}"
|
||||
remove_avatar_user_html: "%{name} ha eliminat l'avatar de %{target}"
|
||||
reopen_report_html: "%{name} ha reobert l'informe %{target}"
|
||||
resend_user_html: "%{name} ha reenviat el correu-e de confirmació per %{target}"
|
||||
reset_password_user_html: "%{name} ha restablert la contrasenya de l'usuari %{target}"
|
||||
resolve_report_html: "%{name} ha resolt l'informe %{target}"
|
||||
sensitive_account_html: "%{name} ha marcat els mèdia de %{target} com a sensibles"
|
||||
|
@ -421,6 +434,7 @@ ca:
|
|||
attempts_over_week:
|
||||
one: "%{count} intent en la darrera setmana"
|
||||
other: "%{count} intents de registre en la darrera setmana"
|
||||
created_msg: S'ha blocat el domini de correu-e
|
||||
delete: Elimina
|
||||
dns:
|
||||
types:
|
||||
|
@ -429,8 +443,11 @@ ca:
|
|||
new:
|
||||
create: Afegir un domini
|
||||
resolve: Resol domini
|
||||
title: Blocar el nou domini de correu-e
|
||||
no_email_domain_block_selected: No s'han canviat els bloqueigs de domini perquè no se n'ha seleccionat cap
|
||||
not_permitted: No permés
|
||||
resolved_through_html: Resolt mitjançant %{domain}
|
||||
title: Dominis de correu-e blocats
|
||||
export_domain_allows:
|
||||
new:
|
||||
title: Importa dominis permesos
|
||||
|
@ -584,7 +601,9 @@ ca:
|
|||
resolve_description_html: No serà presa cap acció contra el compte denunciat, no se'n registrarà res i l'informe es tancarà.
|
||||
silence_description_html: El compte només serà visible a qui ja el seguia o l'ha cercat manualment, limitant-ne fortament l'abast. Sempre es pot revertir. Es tancaran tots els informes contra aquest compte.
|
||||
suspend_description_html: Aquest compte i tots els seus continguts seran inaccessibles i finalment eliminats, i interaccionar amb ell no serà possible. Reversible en 30 dies. Tanca tots els informes contra aquest compte.
|
||||
actions_description_html: Decidiu quina acció a prendre per a resoldre aquest informe. Si preneu una acció punitiva contra el compte denunciat, se li enviarà una notificació per correu-e, excepte si se selecciona la categoria <strong>Spam</strong>.
|
||||
actions_description_remote_html: Decideix quina acció prendre per a resoldre aquest informe. Això només afectarà com <strong>el teu</strong> servidor es comunica amb aquest compte remot i en gestiona el contingut.
|
||||
actions_no_posts: Aquest informe no té associada cap publicació a esborrar
|
||||
add_to_report: Afegir més al informe
|
||||
already_suspended_badges:
|
||||
local: Ja és suspès en aquest servidor
|
||||
|
@ -648,6 +667,7 @@ ca:
|
|||
delete_data_html: Esborra el perfil de <strong>@%{acct}</strong> i els seus continguts dins de 30 dies des d'ara a no ser que es desactivi la suspensió abans
|
||||
preview_preamble_html: "<strong>@%{acct}</strong> rebrà un avís amb el contingut següent:"
|
||||
record_strike_html: Registra una acció contra <strong>@%{acct}</strong> per ajudar a escalar-ho en futures violacions des d'aquest compte
|
||||
send_email_html: Envia un avís per correu-e a <strong>@%{acct}</strong>
|
||||
warning_placeholder: Opcional raó adicional d'aquesta acció de moderació.
|
||||
target_origin: Origen del compte denunciat
|
||||
title: Informes
|
||||
|
@ -687,6 +707,7 @@ ca:
|
|||
manage_appeals: Gestiona apel·lacions
|
||||
manage_appeals_description: Permet als usuaris revisar les apel·lacions contra les accions de moderació
|
||||
manage_blocks: Gestiona blocs
|
||||
manage_blocks_description: Permet als usuaris blocar adreces IP i proveïdors de correu-e
|
||||
manage_custom_emojis: Gestiona emojis personalitzats
|
||||
manage_custom_emojis_description: Permet als usuaris gestionar emojis personalitzats al servidor
|
||||
manage_federation: Gestiona federació
|
||||
|
@ -704,6 +725,7 @@ ca:
|
|||
manage_taxonomies: Gestionar taxonomies
|
||||
manage_taxonomies_description: Permet als usuaris revisar el contingut actual i actualitzar la configuració de l'etiqueta
|
||||
manage_user_access: Gestionar l'accés dels usuaris
|
||||
manage_user_access_description: Permet als usuaris desactivar l'autenticació de dos factors d'altres usuaris, canviar la seva adreça de correu-e i restablir la seva contrasenya
|
||||
manage_users: Gestionar usuaris
|
||||
manage_users_description: Permet als usuaris veure els detalls d'altres usuaris i realitzar accions de moderació contra ells
|
||||
manage_webhooks: Gestionar Webhooks
|
||||
|
@ -1041,7 +1063,9 @@ ca:
|
|||
guide_link_text: Tothom hi pot contribuir.
|
||||
sensitive_content: Contingut sensible
|
||||
application_mailer:
|
||||
notification_preferences: Canviar les preferències de correu-e
|
||||
salutation: "%{name},"
|
||||
settings: 'Canviar les preferències de correu-e: %{link}'
|
||||
unsubscribe: Cancel·la la subscripció
|
||||
view: 'Visualització:'
|
||||
view_profile: Mostra el perfil
|
||||
|
@ -1061,6 +1085,7 @@ ca:
|
|||
hint_html: Una cosa més! Necessitem confirmar que ets una persona humana (és així com mantenim a ratlla l'spam). Resolt el CAPTCHA inferior i clica a "Segueix".
|
||||
title: Revisió de seguretat
|
||||
confirmations:
|
||||
awaiting_review: S'ha confirmat la vostra adreça-e. El personal de %{domain} revisa ara el registre. Rebreu un correu si s'aprova el compte.
|
||||
awaiting_review_title: S'està revisant la teva inscripció
|
||||
clicking_this_link: en clicar aquest enllaç
|
||||
login_link: inici de sessió
|
||||
|
@ -1068,6 +1093,7 @@ ca:
|
|||
redirect_to_app_html: Se us hauria d'haver redirigit a l'app <strong>%{app_name}</strong>. Si això no ha passat, intenteu %{clicking_this_link} o torneu manualment a l'app.
|
||||
registration_complete: La teva inscripció a %{domain} ja és completa.
|
||||
welcome_title: Hola, %{name}!
|
||||
wrong_email_hint: Si aquesta adreça de correu-e no és correcta, podeu canviar-la en els ajustos del compte.
|
||||
delete_account: Elimina el compte
|
||||
delete_account_html: Si vols suprimir el compte pots <a href="%{path}">fer-ho aquí</a>. Se't demanarà confirmació.
|
||||
description:
|
||||
|
@ -1110,6 +1136,7 @@ ca:
|
|||
security: Seguretat
|
||||
set_new_password: Estableix una contrasenya nova
|
||||
setup:
|
||||
email_below_hint_html: Verifiqueu la carpeta de correu brossa o demaneu-ne un altre. Podeu corregir l'adreça de correu-e si no és correcta.
|
||||
email_settings_hint_html: Toca l'enllaç que t'hem enviat per a verificar %{email}. Esperarem aquí mateix.
|
||||
link_not_received: No has rebut l'enllaç?
|
||||
new_confirmation_instructions_sent: Rebràs un nou correu amb l'enllaç de confirmació en pocs minuts!
|
||||
|
@ -1123,12 +1150,19 @@ ca:
|
|||
title: Configurem-te a %{domain}.
|
||||
status:
|
||||
account_status: Estat del compte
|
||||
confirming: Esperant que es completi la confirmació del correu-e.
|
||||
functional: El teu compte està completament operatiu.
|
||||
redirecting_to: El teu compte és inactiu perquè actualment està redirigint a %{acct}.
|
||||
self_destruct: Com que %{domain} tanca, només tindreu accés limitat al vostre compte.
|
||||
view_strikes: Veure accions del passat contra el teu compte
|
||||
too_fast: Formulari enviat massa ràpid, torna a provar-ho.
|
||||
use_security_key: Usa clau de seguretat
|
||||
author_attribution:
|
||||
example_title: Text d'exemple
|
||||
hint_html: Controleu com se us acredita quan els enllaços es comparteixen a Mastodon.
|
||||
more_from_html: Més de %{name}
|
||||
s_blog: Blog de %{name}
|
||||
title: Atribució d'autor
|
||||
challenge:
|
||||
confirm: Continua
|
||||
hint_html: "<strong>Pista:</strong> No et preguntarem un altre cop la teva contrasenya en la pròxima hora."
|
||||
|
@ -1200,8 +1234,6 @@ ca:
|
|||
your_appeal_approved: La teva apel·lació s'ha aprovat
|
||||
your_appeal_pending: Has enviat una apel·lació
|
||||
your_appeal_rejected: La teva apel·lació ha estat rebutjada
|
||||
domain_validator:
|
||||
invalid_domain: no es un nom de domini vàlid
|
||||
edit_profile:
|
||||
basic_information: Informació bàsica
|
||||
hint_html: "<strong>Personalitza el que la gent veu en el teu perfil públic i a prop dels teus tuts..</strong> És més probable que altres persones et segueixin i interaccionin amb tu quan tens emplenat el teu perfil i amb la teva imatge."
|
||||
|
@ -1398,6 +1430,7 @@ ca:
|
|||
authentication_methods:
|
||||
otp: aplicació d'autenticació de dos factors
|
||||
password: contrasenya
|
||||
sign_in_token: codi de seguretat per correu electrònic
|
||||
webauthn: claus de seguretat
|
||||
description_html: Si veus activitat que no reconeixes, considera canviar la teva contrasenya i activar l'autenticació de dos factors.
|
||||
empty: Historial d'autenticació no disponible
|
||||
|
@ -1408,6 +1441,16 @@ ca:
|
|||
unsubscribe:
|
||||
action: Sí, canceŀla la subscripció
|
||||
complete: Subscripció cancel·lada
|
||||
confirmation_html: Segur que vols donar-te de baixa de rebre %{type} de Mastodon a %{domain} a %{email}? Sempre pots subscriure't de nou des de la <a href="%{settings_path}">configuració de les notificacions per correu electrònic</a>.
|
||||
emails:
|
||||
notification_emails:
|
||||
favourite: notificacions dels favorits per correu electrònic
|
||||
follow: notificacions dels seguiments per correu electrònic
|
||||
follow_request: correus electrònics de peticions de seguiment
|
||||
mention: correus electrònics de notificacions de mencions
|
||||
reblog: correus electrònics de notificacions d'impulsos
|
||||
resubscribe_html: Si ets dones de baixa per error pots donar-te d'alta des de la <a href="%{settings_path}">configuració de les notificacions per correu electrònic</a>.
|
||||
success_html: Ja no rebràs %{type} de Mastodon a %{domain} a %{email}.
|
||||
title: Cancel·la la subscripció
|
||||
media_attachments:
|
||||
validations:
|
||||
|
@ -1489,6 +1532,8 @@ ca:
|
|||
update:
|
||||
subject: "%{name} ha editat una publicació"
|
||||
notifications:
|
||||
administration_emails: Notificacions per correu-e de l'administrador
|
||||
email_events: Esdeveniments per a notificacions de correu electrònic
|
||||
email_events_hint: 'Selecciona els esdeveniments per als quals vols rebre notificacions:'
|
||||
number:
|
||||
human:
|
||||
|
@ -1647,6 +1692,7 @@ ca:
|
|||
import: Importació
|
||||
import_and_export: Importació i exportació
|
||||
migrate: Migració del compte
|
||||
notifications: Notificacions per correu electrònic
|
||||
preferences: Preferències
|
||||
profile: Perfil
|
||||
relationships: Seguits i seguidors
|
||||
|
@ -1687,23 +1733,12 @@ ca:
|
|||
edited_at_html: Editat %{date}
|
||||
errors:
|
||||
in_reply_not_found: El tut al qual intentes respondre sembla que no existeix.
|
||||
open_in_web: Obre en la web
|
||||
over_character_limit: Límit de caràcters de %{max} superat
|
||||
pin_errors:
|
||||
direct: Els tuts que només són visibles per als usuaris mencionats no poden ser fixats
|
||||
limit: Ja has fixat el màxim nombre de tuts
|
||||
ownership: No es pot fixar el tut d'algú altre
|
||||
reblog: No es pot fixar un impuls
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persona"
|
||||
other: "%{count} persones"
|
||||
total_votes:
|
||||
one: "%{count} vot"
|
||||
other: "%{count} vots"
|
||||
vote: Vota
|
||||
show_more: Mostra'n més
|
||||
show_thread: Mostra el fil
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Directe
|
||||
|
@ -1893,6 +1928,7 @@ ca:
|
|||
invalid_otp_token: El codi de dos factors no és correcte
|
||||
otp_lost_help_html: Si has perdut l'accés a tots dos pots contactar per %{email}
|
||||
rate_limited: Excessius intents d'autenticació, torneu-hi més tard.
|
||||
seamless_external_login: Has iniciat sessió via un servei extern. Així, els ajustos de contrasenya i correu electrònic no estan disponibles.
|
||||
signed_in_as: 'Sessió iniciada com a:'
|
||||
verification:
|
||||
extra_instructions_html: <strong>Consell:</strong> l'enllaç al vostre lloc web pot ser invisible. La part important és <code>rel="me"</code> que evita que us suplantin la identitat a llocs web amb contingut generat pels usuaris. Fins i tot podeu generar una etiqueta <code>link</code> a la capçalera de la pàgina en comptes d'una <code>a</code>, però el codi HTML ha de ser accessible sense requerir executar JavaScript.
|
||||
|
@ -1901,6 +1937,7 @@ ca:
|
|||
instructions_html: Copieu i enganxeu el següent codi HTML al vostre lloc web. Després, afegiu l'adreça del vostre lloc web dins d'un dels camps extres del vostre perfil i deseu els canvis.
|
||||
verification: Verificació
|
||||
verified_links: Els teus enllaços verificats
|
||||
website_verification: Verificació de web
|
||||
webauthn_credentials:
|
||||
add: Afegir nova clau de seguretat
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ ckb:
|
|||
hosted_on: مەستودۆن میوانداری کراوە لە %{domain}
|
||||
title: دەربارە
|
||||
accounts:
|
||||
follow: شوێن کەوە
|
||||
followers:
|
||||
one: شوێنکەوتوو
|
||||
other: شوێنکەوتووان
|
||||
|
@ -646,8 +645,6 @@ ckb:
|
|||
strikes:
|
||||
title_actions:
|
||||
none: ئاگاداری
|
||||
domain_validator:
|
||||
invalid_domain: ناوی دۆمەین بڕوادار نییە
|
||||
errors:
|
||||
'400': داواکاریەکەی کە پێشکەشت کردووە نادروستە یان نەیپێکا.
|
||||
'403': تۆ مۆڵەتت نیە بۆ بینینی ئەم لاپەڕەیە.
|
||||
|
@ -940,22 +937,11 @@ ckb:
|
|||
other: 'هاشتاگەکانی ڕێگەپێنەدراوەی تێدابوو: %{tags}'
|
||||
errors:
|
||||
in_reply_not_found: ئەو دۆخەی کە تۆ هەوڵی وەڵامدانەوەی دەدەیت وادەرناکەوێت کە هەبێت.
|
||||
open_in_web: کردنەوە لە وێب
|
||||
over_character_limit: سنووری نووسەی %{max} تێپەڕێنرا
|
||||
pin_errors:
|
||||
limit: تۆ پێشتر زۆرترین ژمارەی توتتی چەسپیوەت هەیە
|
||||
ownership: نووسراوەکانی تر ناتوانرێ بسەلمێت
|
||||
reblog: بەهێزکردن ناتوانرێت بچەسپێ
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} کەس"
|
||||
other: "%{count} خەڵک"
|
||||
total_votes:
|
||||
one: "%{count} دەنگ"
|
||||
other: "%{count} دەنگەکان"
|
||||
vote: دەنگ
|
||||
show_more: زیاتر پیشان بدە
|
||||
show_thread: نیشاندانی ڕشتە
|
||||
visibilities:
|
||||
private: شوێنکەوتوانی تەنها
|
||||
private_long: تەنها بۆ شوێنکەوتوانی پیشان بدە
|
||||
|
|
|
@ -6,7 +6,6 @@ co:
|
|||
contact_unavailable: Micca dispunibule
|
||||
hosted_on: Mastodon allughjatu nant’à %{domain}
|
||||
accounts:
|
||||
follow: Siguità
|
||||
followers:
|
||||
one: Abbunatu·a
|
||||
other: Abbunati
|
||||
|
@ -603,8 +602,6 @@ co:
|
|||
more_details_html: Per più di ditagli, videte a <a href="%{terms_path}">pulitica di vita privata</a>.
|
||||
username_available: U vostru cugnome riduvinterà dispunibule
|
||||
username_unavailable: U vostru cugnome ùn sarà sempre micca dispunibule
|
||||
domain_validator:
|
||||
invalid_domain: ùn hè micca un nome di duminiu currettu
|
||||
errors:
|
||||
'400': A richiesta mandata ùn era micca valida o curretta.
|
||||
'403': Ùn site micca auturizatu·a à vede sta pagina.
|
||||
|
@ -924,22 +921,11 @@ co:
|
|||
other: 'cuntene l’hashtag disattivati: %{tags}'
|
||||
errors:
|
||||
in_reply_not_found: U statutu à quellu avete pruvatu di risponde ùn sembra micca esiste.
|
||||
open_in_web: Apre nant’à u web
|
||||
over_character_limit: site sopr’à a limita di %{max} caratteri
|
||||
pin_errors:
|
||||
limit: Avete digià puntarulatu u numeru massimale di statuti
|
||||
ownership: Pudete puntarulà solu unu di i vostri propii statuti
|
||||
reblog: Ùn pudete micca puntarulà una spartera
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persona"
|
||||
other: "%{count} persone"
|
||||
total_votes:
|
||||
one: "%{count} votu"
|
||||
other: "%{count} voti"
|
||||
vote: Vutà
|
||||
show_more: Vede di più
|
||||
show_thread: Vede u filu
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Direttu
|
||||
|
|
|
@ -7,7 +7,6 @@ cs:
|
|||
hosted_on: Mastodon na doméně %{domain}
|
||||
title: O aplikaci
|
||||
accounts:
|
||||
follow: Sledovat
|
||||
followers:
|
||||
few: Sledující
|
||||
many: Sledujících
|
||||
|
@ -1213,8 +1212,6 @@ cs:
|
|||
your_appeal_approved: Vaše odvolání bylo schváleno
|
||||
your_appeal_pending: Podali jste odvolání
|
||||
your_appeal_rejected: Vaše odvolání bylo zamítnuto
|
||||
domain_validator:
|
||||
invalid_domain: není platné doménové jméno
|
||||
edit_profile:
|
||||
basic_information: Základní informace
|
||||
hint_html: "<strong>Nastavte si, co lidé uvidí na vašem veřejném profilu a vedle vašich příspěvků.</strong> Ostatní lidé vás budou spíše sledovat a komunikovat s vámi, když budete mít vyplněný profil a profilový obrázek."
|
||||
|
@ -1723,27 +1720,12 @@ cs:
|
|||
edited_at_html: Upraven %{date}
|
||||
errors:
|
||||
in_reply_not_found: Příspěvek, na který se pokoušíte odpovědět, neexistuje.
|
||||
open_in_web: Otevřít na webu
|
||||
over_character_limit: byl překročen limit %{max} znaků
|
||||
pin_errors:
|
||||
direct: Příspěvky viditelné pouze zmíněným uživatelům nelze připnout
|
||||
limit: Už jste si připnuli maximální počet příspěvků
|
||||
ownership: Nelze připnout příspěvek někoho jiného
|
||||
reblog: Boosty nelze připnout
|
||||
poll:
|
||||
total_people:
|
||||
few: "%{count} lidé"
|
||||
many: "%{count} lidí"
|
||||
one: "%{count} člověk"
|
||||
other: "%{count} lidí"
|
||||
total_votes:
|
||||
few: "%{count} hlasy"
|
||||
many: "%{count} hlasů"
|
||||
one: "%{count} hlas"
|
||||
other: "%{count} hlasů"
|
||||
vote: Hlasovat
|
||||
show_more: Zobrazit více
|
||||
show_thread: Zobrazit vlákno
|
||||
title: "%{name}: „%{quote}“"
|
||||
visibilities:
|
||||
direct: Přímé
|
||||
|
|
|
@ -7,7 +7,6 @@ cy:
|
|||
hosted_on: Mastodon wedi ei weinyddu ar %{domain}
|
||||
title: Ynghylch
|
||||
accounts:
|
||||
follow: Dilyn
|
||||
followers:
|
||||
few: Dilynwyr
|
||||
many: Dilynwyr
|
||||
|
@ -33,6 +32,8 @@ cy:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Cyflawni gweithred
|
||||
already_silenced: Mae'r cyfrif hwn eisoes wedi'i gyfyngu.
|
||||
already_suspended: Mae'r cyfrif hwn eisoes wedi'i atal.
|
||||
title: Cyflawni gweithred cymedroli ar %{acct}
|
||||
account_moderation_notes:
|
||||
create: Gadael nodyn
|
||||
|
@ -54,6 +55,7 @@ cy:
|
|||
title: Newid e-bost i %{username}
|
||||
change_role:
|
||||
changed_msg: Rôl wedi ei newid yn llwyddiannus!
|
||||
edit_roles: Rheoli rolau defnyddwyr
|
||||
label: Newid rôl
|
||||
no_role: Dim rôl
|
||||
title: Newid rôl %{username}
|
||||
|
@ -650,6 +652,7 @@ cy:
|
|||
suspend_description_html: Bydd y cyfrif a'i holl gynnwys yn anhygyrch ac yn cael ei ddileu yn y pen draw, a bydd rhyngweithio ag ef yn amhosibl. Yn gildroadwy o fewn 30 diwrnod. Yn cau pob adroddiad yn erbyn y cyfrif hwn.
|
||||
actions_description_html: Penderfynwch pa gamau i'w cymryd i delio gyda'r adroddiad hwn. Os cymerwch gamau cosbi yn erbyn y cyfrif a adroddwyd, bydd hysbysiad e-bost yn cael ei anfon atyn nhw, ac eithrio pan fydd y categori <strong>Sbam</strong> yn cael ei ddewis.
|
||||
actions_description_remote_html: Penderfynwch pa gamau i'w cymryd i ddatrys yr adroddiad hwn. Bydd hyn ond yn effeithio ar sut <strong>mae'ch</strong> gweinydd yn cyfathrebu â'r cyfrif hwn o bell ac yn trin ei gynnwys.
|
||||
actions_no_posts: Nid oes gan yr adroddiad hwn unrhyw bostiadau cysylltiedig i'w dileu
|
||||
add_to_report: Ychwanegu rhagor i adroddiad
|
||||
already_suspended_badges:
|
||||
local: Wedi atal dros dro ar y gweinydd hwn yn barod
|
||||
|
@ -1229,6 +1232,12 @@ cy:
|
|||
view_strikes: Gweld rybuddion y gorffennol yn erbyn eich cyfrif
|
||||
too_fast: Cafodd y ffurflen ei chyflwyno'n rhy gyflym, ceisiwch eto.
|
||||
use_security_key: Defnyddiwch allwedd diogelwch
|
||||
author_attribution:
|
||||
example_title: Testun enghreifftiol
|
||||
hint_html: Rheolwch sut rydych chi'n cael eich canmol pan fydd dolenni'n cael eu rhannu ar Mastodon.
|
||||
more_from_html: Mwy gan %{name}
|
||||
s_blog: Blog %{name}
|
||||
title: Priodoliad awdur
|
||||
challenge:
|
||||
confirm: Parhau
|
||||
hint_html: "<strong>Awgrym:</strong> Fyddwn ni ddim yn gofyn i chi am eich cyfrinair eto am yr awr nesaf."
|
||||
|
@ -1303,8 +1312,6 @@ cy:
|
|||
your_appeal_approved: Mae eich apêl wedi'i chymeradwyo
|
||||
your_appeal_pending: Rydych wedi cyflwyno apêl
|
||||
your_appeal_rejected: Mae eich apêl wedi'i gwrthod
|
||||
domain_validator:
|
||||
invalid_domain: ddim yn enw parth dilys
|
||||
edit_profile:
|
||||
basic_information: Gwybodaeth Sylfaenol
|
||||
hint_html: "<strong>Addaswch yr hyn y mae pobl yn ei weld ar eich proffil cyhoeddus ac wrth ymyl eich postiadau.</strong> Mae pobl eraill yn fwy tebygol o'ch dilyn yn ôl a rhyngweithio â chi pan fydd gennych broffil wedi'i lenwi a llun proffil."
|
||||
|
@ -1558,6 +1565,7 @@ cy:
|
|||
media_attachments:
|
||||
validations:
|
||||
images_and_video: Methu atodi fideo i bostiad sydd eisoes yn cynnwys delweddau
|
||||
not_found: Cyfryngau %{ids} heb eu canfod neu wedi'u hatodi i bostiad arall yn barod
|
||||
not_ready: Methu atodi ffeiliau nad ydynt wedi gorffen prosesu. Ceisiwch eto, cyn hir!
|
||||
too_many: Methu atodi mwy na 4 ffeil
|
||||
migrations:
|
||||
|
@ -1851,31 +1859,12 @@ cy:
|
|||
edited_at_html: Wedi'i olygu %{date}
|
||||
errors:
|
||||
in_reply_not_found: Nid yw'n ymddangos bod y postiad rydych chi'n ceisio ei ateb yn bodoli.
|
||||
open_in_web: Agor yn y we
|
||||
over_character_limit: wedi mynd y tu hwnt i'r terfyn nodau o %{max}
|
||||
pin_errors:
|
||||
direct: Nid oes modd pinio postiadau sy'n weladwy i ddefnyddwyr a grybwyllwyd yn unig
|
||||
limit: Rydych chi eisoes wedi pinio uchafswm nifer y postiadau
|
||||
ownership: Nid oes modd pinio postiad rhywun arall
|
||||
reblog: Nid oes modd pinio hwb
|
||||
poll:
|
||||
total_people:
|
||||
few: "%{count} person"
|
||||
many: "%{count} person"
|
||||
one: "%{count} berson"
|
||||
other: "%{count} person"
|
||||
two: "%{count} person"
|
||||
zero: "%{count} o bersonau"
|
||||
total_votes:
|
||||
few: "%{count} pleidlais"
|
||||
many: "%{count} pleidlais"
|
||||
one: "%{count} bleidlais"
|
||||
other: "%{count} pleidlais"
|
||||
two: "%{count} pleidlais"
|
||||
zero: "%{count} o bleidleisiau"
|
||||
vote: Pleidlais
|
||||
show_more: Dangos mwy
|
||||
show_thread: Dangos edefyn
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Uniongyrchol
|
||||
|
@ -2078,6 +2067,7 @@ cy:
|
|||
instructions_html: Copïwch a gludo'r cod isod i HTML eich gwefan. Yna ychwanegwch gyfeiriad eich gwefan i un o'r meysydd ychwanegol ar eich proffil o'r tab "Golygu proffil" a chadw'r newidiadau.
|
||||
verification: Dilysu
|
||||
verified_links: Eich dolenni wedi'u dilysu
|
||||
website_verification: Gwirio gwefan
|
||||
webauthn_credentials:
|
||||
add: Ychwanegu allwedd ddiogelwch newydd
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ da:
|
|||
hosted_on: Mastodon hostet på %{domain}
|
||||
title: Om
|
||||
accounts:
|
||||
follow: Følg
|
||||
followers:
|
||||
one: Følger
|
||||
other: tilhængere
|
||||
|
@ -25,6 +24,8 @@ da:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Udfør handling
|
||||
already_silenced: Denne konto er allerede blevet begrænset.
|
||||
already_suspended: Denne konto er allerede suspenderet.
|
||||
title: Udfør moderatorhandling på %{acct}
|
||||
account_moderation_notes:
|
||||
create: Skriv notat
|
||||
|
@ -46,6 +47,7 @@ da:
|
|||
title: Skift e-mail for %{username}
|
||||
change_role:
|
||||
changed_msg: Rolle ændret!
|
||||
edit_roles: Håndtér brugerroller
|
||||
label: Ændr rolle
|
||||
no_role: Ingen rolle
|
||||
title: Ændr rolle for %{username}
|
||||
|
@ -602,6 +604,7 @@ da:
|
|||
suspend_description_html: Kontoen inkl. alt indhold utilgængeliggøres og interaktion umuliggøres, og den slettes på et tidspunkt. Kan omgøres inden for 30 dage. Lukker alle indrapporteringer af kontoen.
|
||||
actions_description_html: Afgør, hvilke foranstaltning, der skal træffes for at løse denne anmeldelse. Ved en straffende foranstaltning mod den anmeldte konto, fremsendes en e-mailnotifikation, undtagen når kategorien <strong>Spam</strong> er valgt.
|
||||
actions_description_remote_html: Fastslå en nødvendig handling mhp. at løse denne anmeldelse. Dette vil kun påvirke <strong>din</strong> servers kommunikation med, og indholdshåndtering for, fjernkontoen.
|
||||
actions_no_posts: Denne anmeldelse har ingen tilknyttede indlæg at slette
|
||||
add_to_report: Føj mere til anmeldelse
|
||||
already_suspended_badges:
|
||||
local: Allerede suspenderet på denne server
|
||||
|
@ -1157,6 +1160,12 @@ da:
|
|||
view_strikes: Se tidligere anmeldelser af din konto
|
||||
too_fast: Formularen indsendt for hurtigt, forsøg igen.
|
||||
use_security_key: Brug sikkerhedsnøgle
|
||||
author_attribution:
|
||||
example_title: Eksempeltekst
|
||||
hint_html: Styrer, hvordan man krediteres, når links deles på Mastodon.
|
||||
more_from_html: Flere fra %{name}
|
||||
s_blog: "%{name}s blog"
|
||||
title: Forfattertilskrivning
|
||||
challenge:
|
||||
confirm: Fortsæt
|
||||
hint_html: "<strong>Tip:</strong> Du bliver ikke anmodet om din adgangskode igen den næste time."
|
||||
|
@ -1231,8 +1240,6 @@ da:
|
|||
your_appeal_approved: Din appel er godkendt
|
||||
your_appeal_pending: Du har indgivet en appel
|
||||
your_appeal_rejected: Din appel er afvist
|
||||
domain_validator:
|
||||
invalid_domain: er ikke et gyldigt domænenavn
|
||||
edit_profile:
|
||||
basic_information: Oplysninger
|
||||
hint_html: "<strong>Tilpas hvad folk ser på din offentlige profil og ved siden af dine indlæg.</strong> Andre personer vil mere sandsynligt følge dig tilbage og interagere med dig, når du har en udfyldt profil og et profilbillede."
|
||||
|
@ -1732,23 +1739,12 @@ da:
|
|||
edited_at_html: Redigeret %{date}
|
||||
errors:
|
||||
in_reply_not_found: Indlægget, der forsøges besvaret, ser ikke ud til at eksistere.
|
||||
open_in_web: Åbn i webbrowser
|
||||
over_character_limit: grænsen på %{max} tegn overskredet
|
||||
pin_errors:
|
||||
direct: Indlæg, som kun kan ses af omtalte brugere, kan ikke fastgøres
|
||||
limit: Maksimalt antal indlæg allerede fastgjort
|
||||
ownership: Andres indlæg kan ikke fastgøres
|
||||
reblog: Et boost kan ikke fastgøres
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} person"
|
||||
other: "%{count} personer"
|
||||
total_votes:
|
||||
one: "%{count} stemme"
|
||||
other: "%{count} stemmer"
|
||||
vote: Stem
|
||||
show_more: Vis flere
|
||||
show_thread: Vis tråd
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Direkte
|
||||
|
@ -1947,6 +1943,7 @@ da:
|
|||
instructions_html: Kopier og indsæt koden nedenfor i HTML på din hjemmeside. Tilføj derefter adressen på din hjemmeside i et af de ekstra felter på din profil på fanen "Redigér profil" og gem ændringer.
|
||||
verification: Bekræftelse
|
||||
verified_links: Dine bekræftede links
|
||||
website_verification: Webstedsbekræftelse
|
||||
webauthn_credentials:
|
||||
add: Tilføj ny sikkerhedsnøgle
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ de:
|
|||
hosted_on: Mastodon, gehostet auf %{domain}
|
||||
title: Über
|
||||
accounts:
|
||||
follow: Folgen
|
||||
followers:
|
||||
one: Follower
|
||||
other: Follower
|
||||
|
@ -25,6 +24,8 @@ de:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Aktion ausführen
|
||||
already_silenced: Dieses Konto wurde bereits eingeschränkt.
|
||||
already_suspended: Dieses Konto wurde bereits gesperrt.
|
||||
title: "@%{acct} moderieren"
|
||||
account_moderation_notes:
|
||||
create: Notiz abspeichern
|
||||
|
@ -46,6 +47,7 @@ de:
|
|||
title: E-Mail-Adresse für %{username} ändern
|
||||
change_role:
|
||||
changed_msg: Rolle erfolgreich geändert!
|
||||
edit_roles: Rollen verwalten
|
||||
label: Rolle ändern
|
||||
no_role: Keine Rolle
|
||||
title: Rolle für %{username} ändern
|
||||
|
@ -602,6 +604,7 @@ de:
|
|||
suspend_description_html: Das Konto und alle Inhalte werden unzugänglich und ggf. gelöscht. Eine Interaktion mit dem Konto wird unmöglich. Dies kann innerhalb von 30 Tagen rückgängig gemacht werden. Alle Meldungen zu diesem Konto werden geschlossen.
|
||||
actions_description_html: Entscheide, welche Maßnahmen du zum Klären dieser Meldung ergreifen möchtest. Wenn du eine Strafmaßnahme gegen das gemeldete Konto ergreifst, wird eine E-Mail-Benachrichtigung an dieses gesendet, außer wenn die <strong>Spam</strong>-Kategorie ausgewählt ist.
|
||||
actions_description_remote_html: Entscheide, welche Maßnahmen du zum Klären dieser Meldung ergreifen möchtest. Dies wirkt sich lediglich darauf aus, wie <strong>dein</strong> Server mit diesem externen Konto kommuniziert und dessen Inhalt handhabt.
|
||||
actions_no_posts: Diese Meldung enthält keine zu löschenden Beiträge
|
||||
add_to_report: Meldung ergänzen
|
||||
already_suspended_badges:
|
||||
local: Auf diesem Server bereits gesperrt
|
||||
|
@ -1157,6 +1160,12 @@ de:
|
|||
view_strikes: Vorherige Verstöße deines Kontos ansehen
|
||||
too_fast: Formular zu schnell übermittelt. Bitte versuche es erneut.
|
||||
use_security_key: Sicherheitsschlüssel verwenden
|
||||
author_attribution:
|
||||
example_title: Beispieltext
|
||||
hint_html: Bestimme, wie du Anerkennungen durch geteilte Links auf Mastodon handhaben möchtest.
|
||||
more_from_html: Mehr von %{name}
|
||||
s_blog: Blog von %{name}
|
||||
title: Anerkennung als Autor*in
|
||||
challenge:
|
||||
confirm: Fortfahren
|
||||
hint_html: "<strong>Hinweis:</strong> Wir werden dich für die nächste Stunde nicht erneut nach deinem Passwort fragen."
|
||||
|
@ -1231,8 +1240,6 @@ de:
|
|||
your_appeal_approved: Dein Einspruch wurde angenommen
|
||||
your_appeal_pending: Du hast Einspruch erhoben
|
||||
your_appeal_rejected: Dein Einspruch wurde abgelehnt
|
||||
domain_validator:
|
||||
invalid_domain: ist keine gültige Domain
|
||||
edit_profile:
|
||||
basic_information: Allgemeine Informationen
|
||||
hint_html: "<strong>Bestimme, was andere auf deinem öffentlichen Profil und neben deinen Beiträgen sehen können.</strong> Wenn du ein Profilbild festlegst und dein Profil vervollständigst, werden andere eher mit dir interagieren und dir folgen."
|
||||
|
@ -1454,7 +1461,7 @@ de:
|
|||
media_attachments:
|
||||
validations:
|
||||
images_and_video: Es kann kein Video an einen Beitrag angehängt werden, der bereits Bilder enthält
|
||||
not_found: Medien %{ids} nicht verfügbar oder bereits an einen anderen Beitrag angehängt
|
||||
not_found: Medieninhalt(e) %{ids} nicht gefunden oder bereits an einen anderen Beitrag angehängt
|
||||
not_ready: Dateien, die noch nicht verarbeitet wurden, können nicht angehängt werden. Versuche es gleich noch einmal!
|
||||
too_many: Mehr als vier Dateien können nicht angehängt werden
|
||||
migrations:
|
||||
|
@ -1732,23 +1739,12 @@ de:
|
|||
edited_at_html: 'Bearbeitet: %{date}'
|
||||
errors:
|
||||
in_reply_not_found: Der Beitrag, auf den du antworten möchtest, scheint nicht zu existieren.
|
||||
open_in_web: Im Webinterface öffnen
|
||||
over_character_limit: Begrenzung von %{max} Zeichen überschritten
|
||||
pin_errors:
|
||||
direct: Beiträge, die nur für erwähnte Profile sichtbar sind, können nicht angeheftet werden
|
||||
limit: Du hast bereits die maximale Anzahl an Beiträgen angeheftet
|
||||
ownership: Du kannst nur eigene Beiträge anheften
|
||||
reblog: Du kannst keine geteilten Beiträge anheften
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} Stimme"
|
||||
other: "%{count} Stimmen"
|
||||
total_votes:
|
||||
one: "%{count} Stimme"
|
||||
other: "%{count} Stimmen"
|
||||
vote: Abstimmen
|
||||
show_more: Mehr anzeigen
|
||||
show_thread: Thread anzeigen
|
||||
title: "%{name}: „%{quote}“"
|
||||
visibilities:
|
||||
direct: Direktnachricht
|
||||
|
@ -1947,6 +1943,7 @@ de:
|
|||
instructions_html: Kopiere den unten stehenden Code und füge ihn in das HTML deiner Website ein. Trage anschließend die Adresse deiner Website in ein Zusatzfeld auf deinem Profil ein und speichere die Änderungen. Die Zusatzfelder befinden sich im Reiter „Profil bearbeiten“.
|
||||
verification: Verifizierung
|
||||
verified_links: Deine verifizierten Links
|
||||
website_verification: Website-Verifizierung
|
||||
webauthn_credentials:
|
||||
add: Sicherheitsschlüssel hinzufügen
|
||||
create:
|
||||
|
|
|
@ -50,12 +50,12 @@ zh-CN:
|
|||
two_factor_disabled:
|
||||
explanation: 目前只能通过邮箱地址和密码登录。
|
||||
subject: Mastodon:双因素认证已禁用
|
||||
subtitle: 您账户的双因素认证已被停用。
|
||||
subtitle: 你账户的双因素认证已被停用。
|
||||
title: 双因素认证已停用
|
||||
two_factor_enabled:
|
||||
explanation: 登录时需要输入先前配对好的TOTP应用生成的令牌。
|
||||
subject: Mastodon:双因素认证已启用
|
||||
subtitle: 您账户的双因素认证已被启用。
|
||||
subtitle: 你账户的双因素认证已被启用。
|
||||
title: 双因素认证已启用
|
||||
two_factor_recovery_codes_changed:
|
||||
explanation: 新恢复码已生成,同时旧恢复码已失效。
|
||||
|
@ -74,13 +74,13 @@ zh-CN:
|
|||
subject: Mastodon:安全密钥已删除
|
||||
title: 你的安全密钥之一已被删除
|
||||
webauthn_disabled:
|
||||
explanation: 您账户的安全密钥身份认证已被停用。
|
||||
explanation: 你账户的安全密钥身份认证已被停用。
|
||||
extra: 目前只能用先前配对的TOTP应用生成的令牌登录。
|
||||
subject: Mastodon:安全密钥认证已禁用
|
||||
title: 安全密钥已禁用
|
||||
webauthn_enabled:
|
||||
explanation: 您账户的安全密钥身份认证已被启用。
|
||||
extra: 您的安全密钥现在可用于登录。
|
||||
explanation: 你账户的安全密钥身份认证已被启用。
|
||||
extra: 你的安全密钥现在可用于登录。
|
||||
subject: Mastodon:安全密钥认证已启用
|
||||
title: 已启用安全密钥
|
||||
omniauth_callbacks:
|
||||
|
|
|
@ -83,6 +83,7 @@ fa:
|
|||
access_denied: صاحب منبع یا کارساز تأیید هویت، درخواست را رد کردند.
|
||||
credential_flow_not_configured: جریان اعتبارنامهٔ گذرواژهٔ مالک منبع به دلیل پیکربندی نشده بودن Doorkeeper.configure.resource_owner_from_credentials شکست خورد.
|
||||
invalid_client: تأیید هویت کارخواه به دلیل کارخواه ناشناخته، عدم وجود تأیید هویت کاره یا روش تأیید هویت پشتیبانینشده شکست خورد.
|
||||
invalid_code_challenge_method: روش چالش کدی باید S256 باشد. متن خام پشتیبانی نمیشود.
|
||||
invalid_grant: اعطای دسترسی فراهم شده نامعتبر، منقضی یا نامطابق با نشانی بازگشت استفادهشده در درخواست تأیید هویت بوده و یا برای کارخواهی دیگر صادر شده است.
|
||||
invalid_redirect_uri: نشانی بازگشت موجود، معتبر نیست.
|
||||
invalid_request:
|
||||
|
@ -135,6 +136,7 @@ fa:
|
|||
media: پیوستهای رسانهای
|
||||
mutes: خموشها
|
||||
notifications: آگاهیها
|
||||
profile: نمایهٔ ماستودونتان
|
||||
push: آگاهیهای ارسالی
|
||||
reports: گزارشها
|
||||
search: جستوجو
|
||||
|
@ -165,6 +167,7 @@ fa:
|
|||
admin:write:reports: انجام کنش مدیریتی روی گزارشها
|
||||
crypto: از رمزگذاری سرتاسر استفاده کنید
|
||||
follow: پیگیری، مسدودسازی، لغو مسدودسازی، و لغو پیگیری حسابها
|
||||
profile: فقط خواندن اطّلاعات نمایهٔ حسابتان
|
||||
push: دریافت آگاهیای ارسالیتان
|
||||
read: خواندن اطلاعات حساب شما
|
||||
read:accounts: دیدن اطّلاعات حساب
|
||||
|
|
|
@ -7,7 +7,6 @@ el:
|
|||
hosted_on: Το Mastodon φιλοξενείται στο %{domain}
|
||||
title: Σχετικά
|
||||
accounts:
|
||||
follow: Ακολούθησε
|
||||
followers:
|
||||
one: Ακόλουθος
|
||||
other: Ακόλουθοι
|
||||
|
@ -1192,8 +1191,6 @@ el:
|
|||
your_appeal_approved: Η έφεση σου έχει εγκριθεί
|
||||
your_appeal_pending: Υπέβαλλες έφεση
|
||||
your_appeal_rejected: Η έφεση σου απορρίφθηκε
|
||||
domain_validator:
|
||||
invalid_domain: δεν είναι έγκυρο όνομα τομέα
|
||||
edit_profile:
|
||||
basic_information: Βασικές πληροφορίες
|
||||
hint_html: "<strong>Τροποποίησε τί βλέπουν άτομα στο δημόσιο προφίλ σου και δίπλα στις αναρτήσεις σου.</strong> Είναι πιο πιθανό κάποιος να σε ακολουθήσει πίσω και να αλληλεπιδράσουν μαζί σου αν έχεις ολοκληρωμένο προφίλ και εικόνα προφίλ."
|
||||
|
@ -1638,23 +1635,12 @@ el:
|
|||
edited_at_html: Επεξεργάστηκε στις %{date}
|
||||
errors:
|
||||
in_reply_not_found: Η ανάρτηση στην οποία προσπαθείς να απαντήσεις δεν φαίνεται να υπάρχει.
|
||||
open_in_web: Άνοιγμα στο διαδίκτυο
|
||||
over_character_limit: υπέρβαση μέγιστου ορίου %{max} χαρακτήρων
|
||||
pin_errors:
|
||||
direct: Αναρτήσεις που είναι ορατές μόνο στους αναφερόμενους χρήστες δεν μπορούν να καρφιτσωθούν
|
||||
limit: Έχεις ήδη καρφιτσώσει το μέγιστο αριθμό επιτρεπτών αναρτήσεων
|
||||
ownership: Δεν μπορείς να καρφιτσώσεις ανάρτηση κάποιου άλλου
|
||||
reblog: Οι ενισχύσεις δεν καρφιτσώνονται
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} άτομο"
|
||||
other: "%{count} άτομα"
|
||||
total_votes:
|
||||
one: "%{count} ψήφος"
|
||||
other: "%{count} ψήφοι"
|
||||
vote: Ψήφισε
|
||||
show_more: Δείξε περισσότερα
|
||||
show_thread: Εμφάνιση νήματος
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Άμεση
|
||||
|
|
|
@ -7,7 +7,6 @@ en-GB:
|
|||
hosted_on: Mastodon hosted on %{domain}
|
||||
title: About
|
||||
accounts:
|
||||
follow: Follow
|
||||
followers:
|
||||
one: Follower
|
||||
other: Followers
|
||||
|
@ -25,6 +24,8 @@ en-GB:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Perform action
|
||||
already_silenced: This account has already been limited.
|
||||
already_suspended: This account has already been suspended.
|
||||
title: Perform moderation action on %{acct}
|
||||
account_moderation_notes:
|
||||
create: Leave note
|
||||
|
@ -46,6 +47,7 @@ en-GB:
|
|||
title: Change email for %{username}
|
||||
change_role:
|
||||
changed_msg: Role successfully changed!
|
||||
edit_roles: Manage user roles
|
||||
label: Change role
|
||||
no_role: No role
|
||||
title: Change role for %{username}
|
||||
|
@ -602,6 +604,7 @@ en-GB:
|
|||
suspend_description_html: The account and all its contents will be inaccessible and eventually deleted, and interacting with it will be impossible. Reversible within 30 days. Closes all reports against this account.
|
||||
actions_description_html: Decide which action to take to resolve this report. If you take a punitive action against the reported account, an email notification will be sent to them, except when the <strong>Spam</strong> category is selected.
|
||||
actions_description_remote_html: Decide which action to take to resolve this report. This will only affect how <strong>your</strong> server communicates with this remote account and handle its content.
|
||||
actions_no_posts: This report doesn't have any associated posts to delete
|
||||
add_to_report: Add more to report
|
||||
already_suspended_badges:
|
||||
local: Already suspended on this server
|
||||
|
@ -723,6 +726,7 @@ en-GB:
|
|||
manage_taxonomies: Manage Taxonomies
|
||||
manage_taxonomies_description: Allows users to review trending content and update hashtag settings
|
||||
manage_user_access: Manage User Access
|
||||
manage_user_access_description: Allows users to disable other users' two-factor authentication, change their email address, and reset their password
|
||||
manage_users: Manage Users
|
||||
manage_users_description: Allows users to view other users' details and perform moderation actions against them
|
||||
manage_webhooks: Manage Webhooks
|
||||
|
@ -797,6 +801,7 @@ en-GB:
|
|||
destroyed_msg: Site upload successfully deleted!
|
||||
software_updates:
|
||||
critical_update: Critical — please update quickly
|
||||
description: It is recommended to keep your Mastodon installation up to date to benefit from the latest fixes and features. Moreover, it is sometimes critical to update Mastodon in a timely manner to avoid security issues. For these reasons, Mastodon checks for updates every 30 minutes, and will notify you according to your email notification preferences.
|
||||
documentation_link: Learn more
|
||||
release_notes: Release notes
|
||||
title: Available updates
|
||||
|
@ -883,16 +888,37 @@ en-GB:
|
|||
action: Check here for more information
|
||||
message_html: "<strong>Your object storage is misconfigured. The privacy of your users is at risk.</strong>"
|
||||
tags:
|
||||
moderation:
|
||||
not_trendable: Not trendable
|
||||
not_usable: Not usable
|
||||
pending_review: Pending review
|
||||
review_requested: Review requested
|
||||
reviewed: Reviewed
|
||||
title: Status
|
||||
trendable: Trendable
|
||||
unreviewed: Unreviewed
|
||||
usable: Usable
|
||||
name: Name
|
||||
newest: Newest
|
||||
oldest: Oldest
|
||||
open: View Publicly
|
||||
reset: Reset
|
||||
review: Review status
|
||||
search: Search
|
||||
title: Hashtags
|
||||
updated_msg: Hashtag settings updated successfully
|
||||
title: Administration
|
||||
trends:
|
||||
allow: Allow
|
||||
approved: Approved
|
||||
confirm_allow: Are you sure you want to allow selected tags?
|
||||
confirm_disallow: Are you sure you want to disallow selected tags?
|
||||
disallow: Disallow
|
||||
links:
|
||||
allow: Allow link
|
||||
allow_provider: Allow publisher
|
||||
confirm_allow: Are you sure you want to allow selected links?
|
||||
confirm_allow_provider: Are you sure you want to allow selected providers?
|
||||
confirm_disallow: Are you sure you want to disallow selected links?
|
||||
confirm_disallow_provider: Are you sure you want to disallow selected providers?
|
||||
description_html: These are links that are currently being shared a lot by accounts that your server sees posts from. It can help your users find out what's going on in the world. No links are displayed publicly until you approve the publisher. You can also allow or reject individual links.
|
||||
|
@ -1039,7 +1065,9 @@ en-GB:
|
|||
guide_link_text: Everyone can contribute.
|
||||
sensitive_content: Sensitive content
|
||||
application_mailer:
|
||||
notification_preferences: Change email preferences
|
||||
salutation: "%{name},"
|
||||
settings: 'Change email preferences: %{link}'
|
||||
unsubscribe: Unsubscribe
|
||||
view: 'View:'
|
||||
view_profile: View profile
|
||||
|
@ -1059,6 +1087,7 @@ en-GB:
|
|||
hint_html: Just one more thing! We need to confirm you're a human (this is so we can keep the spam out!). Solve the CAPTCHA below and click "Continue".
|
||||
title: Security check
|
||||
confirmations:
|
||||
awaiting_review: Your email address is confirmed! The %{domain} staff is now reviewing your registration. You will receive an email if they approve your account!
|
||||
awaiting_review_title: Your registration is being reviewed
|
||||
clicking_this_link: clicking this link
|
||||
login_link: log in
|
||||
|
@ -1066,6 +1095,7 @@ en-GB:
|
|||
redirect_to_app_html: You should have been redirected to the <strong>%{app_name}</strong> app. If that did not happen, try %{clicking_this_link} or manually return to the app.
|
||||
registration_complete: Your registration on %{domain} is now complete!
|
||||
welcome_title: Welcome, %{name}!
|
||||
wrong_email_hint: If that email address is not correct, you can change it in account settings.
|
||||
delete_account: Delete account
|
||||
delete_account_html: If you wish to delete your account, you can <a href="%{path}">proceed here</a>. You will be asked for confirmation.
|
||||
description:
|
||||
|
@ -1086,6 +1116,7 @@ en-GB:
|
|||
or_log_in_with: Or log in with
|
||||
privacy_policy_agreement_html: I have read and agree to the <a href="%{privacy_policy_path}" target="_blank">privacy policy</a>
|
||||
progress:
|
||||
confirm: Confirm email
|
||||
details: Your details
|
||||
review: Our review
|
||||
rules: Accept rules
|
||||
|
@ -1107,6 +1138,7 @@ en-GB:
|
|||
security: Security
|
||||
set_new_password: Set new password
|
||||
setup:
|
||||
email_below_hint_html: Check your spam folder, or request another one. You can correct your email address if it's wrong.
|
||||
email_settings_hint_html: Click the link we sent you to verify %{email}. We'll wait right here.
|
||||
link_not_received: Didn't get a link?
|
||||
new_confirmation_instructions_sent: You will receive a new email with the confirmation link in a few minutes!
|
||||
|
@ -1128,6 +1160,12 @@ en-GB:
|
|||
view_strikes: View past strikes against your account
|
||||
too_fast: Form submitted too fast, try again.
|
||||
use_security_key: Use security key
|
||||
author_attribution:
|
||||
example_title: Sample text
|
||||
hint_html: Control how you're credited when links are shared on Mastodon.
|
||||
more_from_html: More from %{name}
|
||||
s_blog: "%{name}'s Blog"
|
||||
title: Author attribution
|
||||
challenge:
|
||||
confirm: Continue
|
||||
hint_html: "<strong>Tip:</strong> We won't ask you for your password again for the next hour."
|
||||
|
@ -1202,8 +1240,6 @@ en-GB:
|
|||
your_appeal_approved: Your appeal has been approved
|
||||
your_appeal_pending: You have submitted an appeal
|
||||
your_appeal_rejected: Your appeal has been rejected
|
||||
domain_validator:
|
||||
invalid_domain: is not a valid domain name
|
||||
edit_profile:
|
||||
basic_information: Basic information
|
||||
hint_html: "<strong>Customise what people see on your public profile and next to your posts.</strong> Other people are more likely to follow you back and interact with you when you have a filled out profile and a profile picture."
|
||||
|
@ -1425,6 +1461,7 @@ en-GB:
|
|||
media_attachments:
|
||||
validations:
|
||||
images_and_video: Cannot attach a video to a post that already contains images
|
||||
not_found: Media %{ids} not found or already attached to another post
|
||||
not_ready: Cannot attach files that have not finished processing. Try again in a moment!
|
||||
too_many: Cannot attach more than 4 files
|
||||
migrations:
|
||||
|
@ -1702,23 +1739,12 @@ en-GB:
|
|||
edited_at_html: Edited %{date}
|
||||
errors:
|
||||
in_reply_not_found: The post you are trying to reply to does not appear to exist.
|
||||
open_in_web: Open in web
|
||||
over_character_limit: character limit of %{max} exceeded
|
||||
pin_errors:
|
||||
direct: Posts that are only visible to mentioned users cannot be pinned
|
||||
limit: You have already pinned the maximum number of posts
|
||||
ownership: Someone else's post cannot be pinned
|
||||
reblog: A boost cannot be pinned
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} person"
|
||||
other: "%{count} people"
|
||||
total_votes:
|
||||
one: "%{count} vote"
|
||||
other: "%{count} votes"
|
||||
vote: Vote
|
||||
show_more: Show more
|
||||
show_thread: Show thread
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Direct
|
||||
|
@ -1917,6 +1943,7 @@ en-GB:
|
|||
instructions_html: Copy and paste the code below into the HTML of your website. Then add the address of your website into one of the extra fields on your profile from the "Edit profile" tab and save changes.
|
||||
verification: Verification
|
||||
verified_links: Your verified links
|
||||
website_verification: Website verification
|
||||
webauthn_credentials:
|
||||
add: Add new security key
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ en:
|
|||
hosted_on: Mastodon hosted on %{domain}
|
||||
title: About
|
||||
accounts:
|
||||
follow: Follow
|
||||
followers:
|
||||
one: Follower
|
||||
other: Followers
|
||||
|
@ -25,7 +24,7 @@ en:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Perform action
|
||||
already_silenced: This account has already been silenced.
|
||||
already_silenced: This account has already been limited.
|
||||
already_suspended: This account has already been suspended.
|
||||
title: Perform moderation action on %{acct}
|
||||
account_moderation_notes:
|
||||
|
@ -1484,6 +1483,12 @@ en:
|
|||
too_fast: Form submitted too fast, try again.
|
||||
use_security_key: Use security key
|
||||
with_login_options: Will you disable your custom css?
|
||||
author_attribution:
|
||||
example_title: Sample text
|
||||
hint_html: Control how you're credited when links are shared on Mastodon.
|
||||
more_from_html: More from %{name}
|
||||
s_blog: "%{name}'s Blog"
|
||||
title: Author attribution
|
||||
bookmark_categories:
|
||||
errors:
|
||||
limit: Bookmark category limit
|
||||
|
@ -1562,8 +1567,6 @@ en:
|
|||
your_appeal_approved: Your appeal has been approved
|
||||
your_appeal_pending: You have submitted an appeal
|
||||
your_appeal_rejected: Your appeal has been rejected
|
||||
domain_validator:
|
||||
invalid_domain: is not a valid domain name
|
||||
edit_profile:
|
||||
basic_information: Basic information
|
||||
hint_html: "<strong>Customize what people see on your public profile and next to your posts.</strong> Other people are more likely to follow you back and interact with you when you have a filled out profile and a profile picture."
|
||||
|
@ -2098,21 +2101,12 @@ en:
|
|||
edited_at_html: Edited %{date}
|
||||
errors:
|
||||
in_reply_not_found: The post you are trying to reply to does not appear to exist.
|
||||
open_in_web: Open in web
|
||||
over_character_limit: character limit of %{max} exceeded
|
||||
pin_errors:
|
||||
direct: Posts that are only visible to mentioned users cannot be pinned
|
||||
limit: You have already pinned the maximum number of posts
|
||||
ownership: Someone else's post cannot be pinned
|
||||
reblog: A boost cannot be pinned
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} person"
|
||||
other: "%{count} people"
|
||||
total_votes:
|
||||
one: "%{count} vote"
|
||||
other: "%{count} votes"
|
||||
vote: Vote
|
||||
searchabilities:
|
||||
direct: Reactionners
|
||||
direct_long: Reacter of this post can find
|
||||
|
@ -2129,8 +2123,6 @@ en:
|
|||
public_unlisted: Local and followers
|
||||
public_unlisted_long: Local users and followers can find
|
||||
unset: "(Unsupported servers)"
|
||||
show_more: Show more
|
||||
show_thread: Show thread
|
||||
title: '%{name}: "%{quote}"'
|
||||
too_many_hashtags: Too many hashtags
|
||||
too_many_mentions: Too many mentions
|
||||
|
@ -2351,6 +2343,7 @@ en:
|
|||
instructions_html: Copy and paste the code below into the HTML of your website. Then add the address of your website into one of the extra fields on your profile from the "Edit profile" tab and save changes.
|
||||
verification: Verification
|
||||
verified_links: Your verified links
|
||||
website_verification: Website verification
|
||||
webauthn_credentials:
|
||||
add: Add new security key
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ eo:
|
|||
hosted_on: "%{domain} estas nodo de Mastodon"
|
||||
title: Pri
|
||||
accounts:
|
||||
follow: Sekvi
|
||||
followers:
|
||||
one: Sekvanto
|
||||
other: Sekvantoj
|
||||
|
@ -1105,8 +1104,6 @@ eo:
|
|||
your_appeal_approved: Via apelacio aprobitas
|
||||
your_appeal_pending: Vi sendis apelacion
|
||||
your_appeal_rejected: Via apelacio malakceptitas
|
||||
domain_validator:
|
||||
invalid_domain: ne estas valida domajna nomo
|
||||
edit_profile:
|
||||
basic_information: Baza informo
|
||||
other: Alia
|
||||
|
@ -1555,23 +1552,12 @@ eo:
|
|||
edited_at_html: Redaktis je %{date}
|
||||
errors:
|
||||
in_reply_not_found: Mesaĝo kiun vi provas respondi ŝajnas ne ekzisti.
|
||||
open_in_web: Malfermi retumile
|
||||
over_character_limit: limo de %{max} signoj transpasita
|
||||
pin_errors:
|
||||
direct: Mesaĝoj kiu videbla nun al la uzantoj ne povas alpinglitis
|
||||
limit: Vi jam atingis la maksimuman nombron de alpinglitaj mesaĝoj
|
||||
ownership: Mesaĝo de iu alia ne povas esti alpinglita
|
||||
reblog: Diskonigo ne povas esti alpinglita
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persono"
|
||||
other: "%{count} personoj"
|
||||
total_votes:
|
||||
one: "%{count} voĉdono"
|
||||
other: "%{count} voĉdonoj"
|
||||
vote: Voĉdoni
|
||||
show_more: Montri pli
|
||||
show_thread: Montri la mesaĝaron
|
||||
title: "%{name}: “%{quote}”"
|
||||
visibilities:
|
||||
direct: Rekta
|
||||
|
|
|
@ -7,7 +7,6 @@ es-AR:
|
|||
hosted_on: Mastodon alojado en %{domain}
|
||||
title: Información
|
||||
accounts:
|
||||
follow: Seguir
|
||||
followers:
|
||||
one: Seguidor
|
||||
other: Seguidores
|
||||
|
@ -25,6 +24,8 @@ es-AR:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Ejecutar acción
|
||||
already_silenced: Esta cuenta ya fue limitada.
|
||||
already_suspended: Esta cuenta ya ha sido suspendida.
|
||||
title: Ejecutar acción de moderación en %{acct}
|
||||
account_moderation_notes:
|
||||
create: Dejar nota
|
||||
|
@ -46,6 +47,7 @@ es-AR:
|
|||
title: Cambiar correo electrónico para %{username}
|
||||
change_role:
|
||||
changed_msg: "¡Rol cambiado exitosamente!"
|
||||
edit_roles: Administrar roles de usuario
|
||||
label: Cambiar rol
|
||||
no_role: Sin rol
|
||||
title: Cambiar rol para %{username}
|
||||
|
@ -602,6 +604,7 @@ es-AR:
|
|||
suspend_description_html: La cuenta y todos sus contenidos serán inaccesibles y finalmente eliminados, e interactuar con ella será imposible. Revertible en 30 días. Esto cierra todas las denuncias contra esta cuenta.
|
||||
actions_description_html: Decidí qué medidas tomar para resolver esta denuncia. Si tomás una acción punitiva contra la cuenta denunciada, se le enviará a dicha cuenta una notificación por correo electrónico, excepto cuando se seleccione la categoría <strong>Spam</strong>.
|
||||
actions_description_remote_html: Decidí qué medidas tomar para resolver esta denuncia. Esto sólo afectará la forma en que <strong>tu servidor</strong> se comunica con esta cuenta remota y maneja su contenido.
|
||||
actions_no_posts: Esta denuncia no tiene ningún mensaje asociado para eliminar
|
||||
add_to_report: Agregar más a la denuncia
|
||||
already_suspended_badges:
|
||||
local: Ya suspendido en este servidor
|
||||
|
@ -1157,6 +1160,12 @@ es-AR:
|
|||
view_strikes: Ver incumplimientos pasados contra tu cuenta
|
||||
too_fast: Formulario enviado demasiado rápido, probá de nuevo.
|
||||
use_security_key: Usar la llave de seguridad
|
||||
author_attribution:
|
||||
example_title: Texto de ejemplo
|
||||
hint_html: Controlá cómo se te da crédito cuando los enlaces son compartidos en Mastodon.
|
||||
more_from_html: Más de %{name}
|
||||
s_blog: Blog de %{name}
|
||||
title: Atribución del autor
|
||||
challenge:
|
||||
confirm: Continuar
|
||||
hint_html: "<strong>Dato:</strong> No volveremos a preguntarte por la contraseña durante la siguiente hora."
|
||||
|
@ -1231,8 +1240,6 @@ es-AR:
|
|||
your_appeal_approved: Se aprobó tu apelación
|
||||
your_appeal_pending: Enviaste una apelación
|
||||
your_appeal_rejected: Se rechazó tu apelación
|
||||
domain_validator:
|
||||
invalid_domain: no es un nombre de dominio válido
|
||||
edit_profile:
|
||||
basic_information: Información básica
|
||||
hint_html: "<strong>Personalizá lo que la gente ve en tu perfil público y junto a tus publicaciones.</strong> Es más probable que otras personas te sigan e interactúen con vos cuando tengas un perfil completo y una foto de perfil."
|
||||
|
@ -1732,23 +1739,12 @@ es-AR:
|
|||
edited_at_html: Editado el %{date}
|
||||
errors:
|
||||
in_reply_not_found: El mensaje al que intentás responder no existe.
|
||||
open_in_web: Abrir en la web
|
||||
over_character_limit: se excedió el límite de %{max} caracteres
|
||||
pin_errors:
|
||||
direct: Los mensajes que sólo son visibles para los usuarios mencionados no pueden ser fijados
|
||||
limit: Ya fijaste el número máximo de mensajes
|
||||
ownership: No se puede fijar el mensaje de otra cuenta
|
||||
reblog: No se puede fijar una adhesión
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persona"
|
||||
other: "%{count} personas"
|
||||
total_votes:
|
||||
one: "%{count} voto"
|
||||
other: "%{count} votos"
|
||||
vote: Votar
|
||||
show_more: Mostrar más
|
||||
show_thread: Mostrar hilo
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Directo
|
||||
|
@ -1947,6 +1943,7 @@ es-AR:
|
|||
instructions_html: Copiá y pegá el siguiente código en el HTML de tu sitio web. Luego, agregá la dirección de tu sitio web en uno de los campos extras de tu perfil desde la pestaña "Editar perfil" y guardá los cambios.
|
||||
verification: Verificación
|
||||
verified_links: Tus enlaces verificados
|
||||
website_verification: Verificación del sitio web
|
||||
webauthn_credentials:
|
||||
add: Agregar nueva llave de seguridad
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ es-MX:
|
|||
hosted_on: Mastodon alojado en %{domain}
|
||||
title: Acerca de
|
||||
accounts:
|
||||
follow: Seguir
|
||||
followers:
|
||||
one: Seguidor
|
||||
other: Seguidores
|
||||
|
@ -1231,8 +1230,6 @@ es-MX:
|
|||
your_appeal_approved: Se aprobó tu apelación
|
||||
your_appeal_pending: Has enviado una apelación
|
||||
your_appeal_rejected: Tu apelación ha sido rechazada
|
||||
domain_validator:
|
||||
invalid_domain: no es un nombre de dominio válido
|
||||
edit_profile:
|
||||
basic_information: Información básica
|
||||
hint_html: "<strong>Personaliza lo que la gente ve en tu perfil público junto a tus publicaciones.</strong> Es más probable que otras personas te sigan e interactúen contigo cuando completes tu perfil y agregues una foto."
|
||||
|
@ -1454,6 +1451,7 @@ es-MX:
|
|||
media_attachments:
|
||||
validations:
|
||||
images_and_video: No se puede adjuntar un video a un estado que ya contenga imágenes
|
||||
not_found: Archivos multimedia %{ids} no encontrados, o ya se encuentran adjuntos a otra publicación
|
||||
not_ready: No se pueden adjuntar archivos que no se han terminado de procesar. ¡Inténtalo de nuevo en un momento!
|
||||
too_many: No se pueden adjuntar más de 4 archivos
|
||||
migrations:
|
||||
|
@ -1731,23 +1729,12 @@ es-MX:
|
|||
edited_at_html: Editado %{date}
|
||||
errors:
|
||||
in_reply_not_found: El estado al que intentas responder no existe.
|
||||
open_in_web: Abrir en web
|
||||
over_character_limit: Límite de caracteres de %{max} superado
|
||||
pin_errors:
|
||||
direct: Las publicaciones que son visibles solo para los usuarios mencionados no pueden fijarse
|
||||
limit: Ya has fijado el número máximo de publicaciones
|
||||
ownership: El toot de alguien más no puede fijarse
|
||||
reblog: Un boost no puede fijarse
|
||||
poll:
|
||||
total_people:
|
||||
one: persona %{count}
|
||||
other: "%{count} gente"
|
||||
total_votes:
|
||||
one: "%{count} voto"
|
||||
other: "%{count} votos"
|
||||
vote: Vota
|
||||
show_more: Mostrar más
|
||||
show_thread: Mostrar discusión
|
||||
title: "%{name}: «%{quote}»"
|
||||
visibilities:
|
||||
direct: Directa
|
||||
|
|
|
@ -7,7 +7,6 @@ es:
|
|||
hosted_on: Mastodon alojado en %{domain}
|
||||
title: Acerca de
|
||||
accounts:
|
||||
follow: Seguir
|
||||
followers:
|
||||
one: Seguidor
|
||||
other: Seguidores
|
||||
|
@ -1231,8 +1230,6 @@ es:
|
|||
your_appeal_approved: Se aprobó tu apelación
|
||||
your_appeal_pending: Has enviado una apelación
|
||||
your_appeal_rejected: Tu apelación ha sido rechazada
|
||||
domain_validator:
|
||||
invalid_domain: no es un nombre de dominio válido
|
||||
edit_profile:
|
||||
basic_information: Información básica
|
||||
hint_html: "<strong>Personaliza lo que la gente ve en tu perfil público junto a tus publicaciones.</strong> Es más probable que otras personas te sigan e interactúen contigo cuando completas tu perfil y foto."
|
||||
|
@ -1454,6 +1451,7 @@ es:
|
|||
media_attachments:
|
||||
validations:
|
||||
images_and_video: No se puede adjuntar un video a unapublicación que ya contenga imágenes
|
||||
not_found: Archivos multimedia %{ids} no encontrados, o ya se encuentran adjuntos a otra publicación
|
||||
not_ready: No se pueden adjuntar archivos que no se han terminado de procesar. ¡Inténtalo de nuevo en un momento!
|
||||
too_many: No se pueden adjuntar más de 4 archivos
|
||||
migrations:
|
||||
|
@ -1731,23 +1729,12 @@ es:
|
|||
edited_at_html: Editado %{date}
|
||||
errors:
|
||||
in_reply_not_found: La publicación a la que intentas responder no existe.
|
||||
open_in_web: Abrir en web
|
||||
over_character_limit: Límite de caracteres de %{max} superado
|
||||
pin_errors:
|
||||
direct: Las publicaciones que son visibles solo para los usuarios mencionados no pueden fijarse
|
||||
limit: Ya has fijado el número máximo de publicaciones
|
||||
ownership: La publicación de otra persona no puede fijarse
|
||||
reblog: Un boost no puede fijarse
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persona"
|
||||
other: "%{count} personas"
|
||||
total_votes:
|
||||
one: "%{count} voto"
|
||||
other: "%{count} votos"
|
||||
vote: Vota
|
||||
show_more: Mostrar más
|
||||
show_thread: Mostrar discusión
|
||||
title: "%{name}: «%{quote}»"
|
||||
visibilities:
|
||||
direct: Directa
|
||||
|
|
|
@ -7,7 +7,6 @@ et:
|
|||
hosted_on: Mastodon majutatud %{domain}-is
|
||||
title: Teave
|
||||
accounts:
|
||||
follow: Jälgi
|
||||
followers:
|
||||
one: Jälgija
|
||||
other: Jälgijaid
|
||||
|
@ -25,12 +24,14 @@ et:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Täida tegevus
|
||||
already_suspended: See konto on juba peatatud.
|
||||
title: Rakenda moderaatori tegevus kasutajale %{acct}
|
||||
account_moderation_notes:
|
||||
create: Jäta teade
|
||||
created_msg: Modereerimisteade edukalt koostatud!
|
||||
destroyed_msg: Modereerimisteade edukalt kustutatud!
|
||||
accounts:
|
||||
add_email_domain_block: Blokeeri e-posti domeen
|
||||
approve: Võta vastu
|
||||
approved_msg: Kasutaja %{username} liitumisavaldus rahuldatud
|
||||
are_you_sure: Oled kindel?
|
||||
|
@ -45,6 +46,7 @@ et:
|
|||
title: Muuda e-postiaadressi kasutajale %{username}
|
||||
change_role:
|
||||
changed_msg: Roll on muudetud!
|
||||
edit_roles: Halda kasutaja rolle
|
||||
label: Muuda rolli
|
||||
no_role: Roll puudub
|
||||
title: "%{username} rolli muutmine"
|
||||
|
@ -57,6 +59,7 @@ et:
|
|||
demote: Alanda
|
||||
destroyed_msg: "%{username} andmed on nüüd lõpliku kustutamise ootel"
|
||||
disable: Lukusta
|
||||
disable_sign_in_token_auth: E-posti võtme abil autentimise väljalülitamine
|
||||
disable_two_factor_authentication: Keela 2FA
|
||||
disabled: Keelatud
|
||||
display_name: Kuvanimi
|
||||
|
@ -65,6 +68,7 @@ et:
|
|||
email: E-post
|
||||
email_status: E-posti olek
|
||||
enable: Luba
|
||||
enable_sign_in_token_auth: Luba e-posti võtme abil autentimine
|
||||
enabled: Lubatud
|
||||
enabled_msg: Kasutaja %{username} konto taastatud
|
||||
followers: Jälgijad
|
||||
|
@ -191,8 +195,10 @@ et:
|
|||
destroy_user_role: Rolli kustutamine
|
||||
disable_2fa_user: Keela 2FA
|
||||
disable_custom_emoji: Keelas kohandatud emotikoni
|
||||
disable_sign_in_token_auth_user: Keela e-posti võtme abil autentimine kasutajale
|
||||
disable_user: Keelas kasutaja
|
||||
enable_custom_emoji: Lubas kohandatud emotikoni
|
||||
enable_sign_in_token_auth_user: Luba e-posti võtme abil autentimine kasutajale
|
||||
enable_user: Lubas kasutaja
|
||||
memorialize_account: Igaveselt lahkunuks märkimine
|
||||
promote_user: Edendas kasutaja
|
||||
|
@ -243,8 +249,10 @@ et:
|
|||
destroy_user_role_html: "%{name} kustutas %{target} rolli"
|
||||
disable_2fa_user_html: "%{name} eemaldas kasutaja %{target} kahe etapise nõude"
|
||||
disable_custom_emoji_html: "%{name} keelas emotikooni %{target}"
|
||||
disable_sign_in_token_auth_user_html: "%{name} keelas e-posti võtme abil autentimise %{target} jaoks"
|
||||
disable_user_html: "%{name} keelas %{target} sisenemise"
|
||||
enable_custom_emoji_html: "%{name} lubas emotikooni %{target}"
|
||||
enable_sign_in_token_auth_user_html: "%{name} lubas e-posti võtme abil autentimise %{target} jaoks"
|
||||
enable_user_html: "%{name} lubas %{target} sisenemise"
|
||||
memorialize_account_html: "%{name} märkis %{target} igaveselt lahkunuks"
|
||||
promote_user_html: "%{name} ülendas kasutajat %{target}"
|
||||
|
@ -576,6 +584,7 @@ et:
|
|||
silence_description_html: Konto saab olema nähtav ainult senistele jälgijatele või otsestele pöördujatele, mõjutates avalikku levi. On tagasipööratav. Sulgeb kõik konto suhtes esitatud raportid.
|
||||
suspend_description_html: See konto ja kogu selle sisu muutub kättesaamatuks ning kustub lõpuks ja igasugune suhtlus sellega muutub võimatuks. Tagasipööratav 30 päeva jooksul. Lõpetab kõik selle konto kohta esitatud kaebused.
|
||||
actions_description_remote_html: Otsusta, mida teha selle raporti lahendamiseks. See mõjutab ainult seda, kuidas <strong>Sinu</strong> server selle kaugkontoga suhtleb ning selle sisu käsitleb.
|
||||
actions_no_posts: Selle raportiga pole seotud ühtegi postitust, mida kustutada
|
||||
add_to_report: Lisa raportile juurde
|
||||
already_suspended_badges:
|
||||
local: Juba kustutamisel selles serveris
|
||||
|
@ -769,6 +778,7 @@ et:
|
|||
destroyed_msg: Üleslaetud fail edukalt kustutatud!
|
||||
software_updates:
|
||||
critical_update: Kriitiline — uuenda kiiresti
|
||||
description: Soovitatav on hoida oma Mastodoni paigaldus ajakohasena, et saada kasu viimastest parandustest ja funktsioonidest. Lisaks sellele on mõnikord oluline Mastodoni õigeaegne uuendamine, et vältida turvaprobleeme. Neil põhjustel kontrollib Mastodon uuendusi iga 30 minuti järel ja teavitab vastavalt sinu e-posti teavitamise eelistustele.
|
||||
documentation_link: Vaata lisa
|
||||
release_notes: Väljalaskemärkused
|
||||
title: Saadaval uuendused
|
||||
|
@ -878,10 +888,16 @@ et:
|
|||
trends:
|
||||
allow: Luba
|
||||
approved: Kinnitatud
|
||||
confirm_allow: Oled kindel, et soovid valitud sildid lubada?
|
||||
confirm_disallow: Oled kindel, et soovid valitud sildid keelata?
|
||||
disallow: Keela
|
||||
links:
|
||||
allow: Luba viit
|
||||
allow_provider: Luba autor
|
||||
confirm_allow: Oled kindel, et soovid valitud lingid lubada?
|
||||
confirm_allow_provider: Oled kindel, et soovid valitud teenusepakkujad lubada?
|
||||
confirm_disallow: Oled kindel, et soovid valitud lingid keelata?
|
||||
confirm_disallow_provider: Oled kindel, et soovid valitud teenusepakkujad keelata?
|
||||
description_html: Need on lingid, mida jagavad praegu paljud kontod, mille postitusi server näeb. See võib aidata kasutajatel teada saada, mis maailmas toimub. Ühtegi linki ei kuvata avalikult enne, kui avaldaja on heakskiidetud. Samuti saab üksikuid linke lubada või tagasi lükata.
|
||||
disallow: Keela viit
|
||||
disallow_provider: Keela autor
|
||||
|
@ -905,6 +921,10 @@ et:
|
|||
statuses:
|
||||
allow: Luba postitada
|
||||
allow_account: Luba autor
|
||||
confirm_allow: Oled kindel, et soovid valitud olekud lubada?
|
||||
confirm_allow_account: Oled kindel, et soovid valitud kontod lubada?
|
||||
confirm_disallow: Oled kindel, et soovid valitud olekud lubada?
|
||||
confirm_disallow_account: Oled kindel, et soovid valitud kontod keelata?
|
||||
description_html: Need on postitused, millest server teab ja mida praegu jagatakse ja mis on hetkel paljude lemmikud. See võib aidata uutel ja naasvatel kasutajatel leida rohkem inimesi, keda jälgida. Ühtegi postitust ei kuvata avalikult enne, kui autor on heaks kiidetud ja autor lubab oma kontot teistele soovitada. Samuti saab üksikuid postitusi lubada või tagasi lükata.
|
||||
disallow: Ära luba postitada
|
||||
disallow_account: Keela autor
|
||||
|
@ -937,6 +957,7 @@ et:
|
|||
used_by_over_week:
|
||||
one: Kasutatud ühe kasutaja pool viimase nädala jooksul
|
||||
other: Kasutatud %{count} kasutaja poolt viimase nädala jooksul
|
||||
title: Soovitused ja trendid
|
||||
trending: Trendid
|
||||
warning_presets:
|
||||
add_new: Lisa uus
|
||||
|
@ -1021,7 +1042,9 @@ et:
|
|||
guide_link_text: Panustada võib igaüks!
|
||||
sensitive_content: Tundlik sisu
|
||||
application_mailer:
|
||||
notification_preferences: Muuda e-posti eelistusi
|
||||
salutation: "%{name}!"
|
||||
settings: 'Muuda e-posti eelistusi: %{link}'
|
||||
unsubscribe: Loobu tellimisest
|
||||
view: 'Vaade:'
|
||||
view_profile: Vaata profiili
|
||||
|
@ -1030,10 +1053,10 @@ et:
|
|||
created: Rakenduse loomine õnnestus
|
||||
destroyed: Rakenduse kustutamine õnnestus
|
||||
logout: Logi välja
|
||||
regenerate_token: Loo uus access token
|
||||
token_regenerated: Access tokeni loomine õnnestus
|
||||
regenerate_token: Loo uus ligipääsuvõti
|
||||
token_regenerated: Ligipääsuvõtme loomine õnnestus
|
||||
warning: Ole nende andmetega ettevaatlikud. Ära jaga neid kellegagi!
|
||||
your_token: Su juurdepääsutunnus
|
||||
your_token: Su juurdepääsuvõti
|
||||
auth:
|
||||
apply_for_account: Konto taotluse esitamine
|
||||
captcha_confirmation:
|
||||
|
@ -1041,6 +1064,7 @@ et:
|
|||
hint_html: Üks asi veel! Me peame veenduma, et oled inimene (et me saaksime spämmi väljaspoole jätta!). Lahenda allpool olev CAPTCHA ja klõpsa "Jätka".
|
||||
title: Turvalisuse kontroll
|
||||
confirmations:
|
||||
awaiting_review: Sinu e-posti aadress on kinnitatud! %{domain} meeskond vaatab praegu sinu registreeringut läbi. Saad e-kirja, kui nad konto heaks kiidavad!
|
||||
awaiting_review_title: Su registreeringut vaadatakse läbi
|
||||
clicking_this_link: klõpsates seda linki
|
||||
login_link: logi sisse
|
||||
|
@ -1048,6 +1072,7 @@ et:
|
|||
redirect_to_app_html: Sind oleks pidanud suunatama rakendusse <strong>%{app_name}</strong>. Kui seda ei juhtunud, proovi %{clicking_this_link} või naase käsitsi rakendusse.
|
||||
registration_complete: Sinu registreering domeenil %{domain} on nüüd valmis!
|
||||
welcome_title: Tere tulemast, %{name}!
|
||||
wrong_email_hint: Kui see e-postiaadress pole korrektne, saad seda muuta konto seadetes.
|
||||
delete_account: Konto kustutamine
|
||||
delete_account_html: Kui soovid oma konto kustutada, siis <a href="%{path}">jätka siit</a>. Pead kustutamise eraldi kinnitama.
|
||||
description:
|
||||
|
@ -1068,6 +1093,7 @@ et:
|
|||
or_log_in_with: Või logi sisse koos
|
||||
privacy_policy_agreement_html: Olen tutvunud <a href="%{privacy_policy_path}" target="_blank">isikuandmete kaitse põhimõtetega</a> ja nõustun nendega
|
||||
progress:
|
||||
confirm: E-posti kinnitamine
|
||||
details: Sinu üksikasjad
|
||||
review: Meie ülevaatamine
|
||||
rules: Nõustu reeglitega
|
||||
|
@ -1089,8 +1115,10 @@ et:
|
|||
security: Turvalisus
|
||||
set_new_password: Uue salasõna määramine
|
||||
setup:
|
||||
email_below_hint_html: Kontrolli rämpsposti kausta või taotle uut. Saad oma e-posti aadressi parandada, kui see on vale.
|
||||
email_settings_hint_html: Klõpsa linki, mis saadeti sulle, et kinnitada %{email}. Seni me ootame.
|
||||
link_not_received: Kas ei saanud linki?
|
||||
new_confirmation_instructions_sent: Saad mõne minuti pärast uue kinnituslingiga e-kirja!
|
||||
title: Kontrolli sisendkasti
|
||||
sign_in:
|
||||
preamble_html: Logi sisse oma <strong>%{domain}</strong> volitustega. Kui konto asub teises serveris, ei saa siin sisse logida.
|
||||
|
@ -1101,7 +1129,9 @@ et:
|
|||
title: Loo konto serverisse %{domain}.
|
||||
status:
|
||||
account_status: Konto olek
|
||||
confirming: E-posti kinnitamise ootamine.
|
||||
functional: Konto on täies mahus kasutatav.
|
||||
pending: Sinu taotlus ootab meie meeskonna läbivaatamist. See võib võtta aega. Kui taotlus on heaks kiidetud, saadetakse sulle e-kiri.
|
||||
redirecting_to: See konto pole aktiivne, sest on suunatud aadressile %{acct}.
|
||||
self_destruct: Kuna %{domain} on sulgemisel, saad oma kontole vaid piiratud ligipääsu.
|
||||
view_strikes: Vaata enda eelnevaid juhtumeid
|
||||
|
@ -1144,6 +1174,9 @@ et:
|
|||
before: 'Veendu, et saad aru, mida toob plaanitav muudatus kaasa:'
|
||||
caches: Teiste serverite poolt talletatud sisu võib jääda kättesaadavaks
|
||||
data_removal: Sinu postitused ning kontoandmed kustutatakse jäädavalt
|
||||
email_change_html: Saad <a href="%{path}">muuta oma e-postiaadressi</a> ilma oma kontot kustutamata
|
||||
email_contact_html: Kui see ikkagi ei saabu, võid abi saamiseks kirjutada <a href="mailto:%{email}">%{email}</a>
|
||||
email_reconfirmation_html: Kui sa ei saa kinnituskirja, saad <a href="%{path}">taotleda seda uuesti</a>
|
||||
irreversible: Kustutatud kontot ei saa taastada ega uuesti aktiveerida
|
||||
more_details_html: Konto kustutamise kohta loe täpsemalt <a href="%{terms_path}">isikuandmete kaitse põhimõtetest</a>.
|
||||
username_available: Kasutajanimi muutub uuesti kasutatavaks
|
||||
|
@ -1178,8 +1211,6 @@ et:
|
|||
your_appeal_approved: Su vaidlustus on heakskiidetud
|
||||
your_appeal_pending: Vaidlustus on esitatud
|
||||
your_appeal_rejected: Vaidlustus on tagasi lükatud
|
||||
domain_validator:
|
||||
invalid_domain: ei ole sobiv domeeni nimi
|
||||
edit_profile:
|
||||
basic_information: Põhiinfo
|
||||
hint_html: "<strong>Kohanda, mida inimesed näevad su avalikul profiilil ja postituste kõrval.</strong> Inimesed alustavad tõenäolisemalt sinu jälgimist ja interakteeruvad sinuga, kui sul on täidetud profiil ja profiilipilt."
|
||||
|
@ -1376,6 +1407,7 @@ et:
|
|||
authentication_methods:
|
||||
otp: kaheastmelise autentimise rakendus
|
||||
password: salasõna
|
||||
sign_in_token: e-posti turvvakood
|
||||
webauthn: turvavõtmed
|
||||
description_html: Kui paistab tundmatuid tegevusi, tuleks vahetada salasõna ja aktiveerida kaheastmeline autentimine.
|
||||
empty: Autentimisajalugu pole saadaval
|
||||
|
@ -1390,6 +1422,7 @@ et:
|
|||
media_attachments:
|
||||
validations:
|
||||
images_and_video: Ei saa lisada video postitusele, milles on juba pildid
|
||||
not_found: Meedia %{ids} pole leitav või juba teisele postitusele lisatud
|
||||
not_ready: Ei saa lisada faile, mida hetkel töödeldakse. Proovi uuesti mõne hetke pärast!
|
||||
too_many: Ei saa lisada rohkem, kui 4 faili
|
||||
migrations:
|
||||
|
@ -1466,6 +1499,8 @@ et:
|
|||
update:
|
||||
subject: "%{name} muutis postitust"
|
||||
notifications:
|
||||
administration_emails: Admini e-postiteated
|
||||
email_events: Sündmused e-postiteavituste jaoks
|
||||
email_events_hint: 'Vali sündmused, mille kohta soovid teavitusi:'
|
||||
number:
|
||||
human:
|
||||
|
@ -1624,6 +1659,7 @@ et:
|
|||
import: Impordi
|
||||
import_and_export: Import / eksport
|
||||
migrate: Konto kolimine
|
||||
notifications: E-postiteated
|
||||
preferences: Eelistused
|
||||
profile: Profiil
|
||||
relationships: Jälgitud ja jälgijad
|
||||
|
@ -1664,23 +1700,12 @@ et:
|
|||
edited_at_html: Muudetud %{date}
|
||||
errors:
|
||||
in_reply_not_found: Postitus, millele üritad vastata, ei näi enam eksisteerivat.
|
||||
open_in_web: Ava veebis
|
||||
over_character_limit: tähtmärkide limiit %{max} ületatud
|
||||
pin_errors:
|
||||
direct: Ei saa kinnitada postitusi, mis on nähtavad vaid mainitud kasutajatele
|
||||
limit: Kinnitatud on juba maksimaalne arv postitusi
|
||||
ownership: Kellegi teise postitust ei saa kinnitada
|
||||
reblog: Jagamist ei saa kinnitada
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} inimene"
|
||||
other: "%{count} inimest"
|
||||
total_votes:
|
||||
one: "%{count} hääl"
|
||||
other: "%{count} häält"
|
||||
vote: Hääleta
|
||||
show_more: Näita rohkem
|
||||
show_thread: Kuva lõim
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Otsene
|
||||
|
@ -1872,6 +1897,7 @@ et:
|
|||
invalid_otp_token: Vale kaheastmeline võti
|
||||
otp_lost_help_html: Kui kaotasid ligipääsu mõlemale, saad võtta ühendust %{email}-iga
|
||||
rate_limited: Liiga palju autentimise katseid, proovi hiljem uuesti.
|
||||
seamless_external_login: Oled sisse logitud välise teenuse kaudu. Nii pole salasõna ja e-posti seaded saadaval.
|
||||
signed_in_as: 'Sisse logitud kasutajana:'
|
||||
verification:
|
||||
extra_instructions_html: <strong>Soovitus:</strong> Sinu kodulehel olev link võib olla nähtamatu. Oluline osa on <code>rel="me"</code>, mis väldib kasutaja loodud sisuga lehtedel libaisikustamist. Sa saad isegi kasutada lehe HEADER osas silti <code>link</code> sildi <code>a</code> asemel, kuid HTML peab olema kättesaadav ilma JavaScripti käivitamata.
|
||||
|
|
|
@ -7,7 +7,6 @@ eu:
|
|||
hosted_on: Mastodon %{domain} domeinuan ostatatua
|
||||
title: Honi buruz
|
||||
accounts:
|
||||
follow: Jarraitu
|
||||
followers:
|
||||
one: Jarraitzaile
|
||||
other: jarraitzaile
|
||||
|
@ -1155,8 +1154,6 @@ eu:
|
|||
your_appeal_approved: Zure apelazioa onartu da
|
||||
your_appeal_pending: Apelazio bat bidali duzu
|
||||
your_appeal_rejected: Zure apelazioa baztertu da
|
||||
domain_validator:
|
||||
invalid_domain: ez da domeinu izen baliogarria
|
||||
edit_profile:
|
||||
basic_information: Oinarrizko informazioa
|
||||
hint_html: "<strong>Pertsonalizatu jendeak zer ikusi dezakeen zure profil publikoan eta zure bidalketen baitan.</strong> Segur aski, jende gehiagok jarraituko dizu eta interakzio gehiago izango dituzu profila osatuta baduzu, profil irudia eta guzti."
|
||||
|
@ -1641,23 +1638,12 @@ eu:
|
|||
edited_at_html: Editatua %{date}
|
||||
errors:
|
||||
in_reply_not_found: Erantzuten saiatu zaren bidalketa antza ez da existitzen.
|
||||
open_in_web: Ireki web-ean
|
||||
over_character_limit: "%{max}eko karaktere muga gaindituta"
|
||||
pin_errors:
|
||||
direct: Aipatutako erabiltzaileentzat soilik ikusgai dauden bidalketak ezin dira finkatu
|
||||
limit: Gehienez finkatu daitekeen bidalketa kopurua finkatu duzu jada
|
||||
ownership: Ezin duzu beste norbaiten bidalketa bat finkatu
|
||||
reblog: Bultzada bat ezin da finkatu
|
||||
poll:
|
||||
total_people:
|
||||
one: pertsona %{count}
|
||||
other: "%{count} pertsona"
|
||||
total_votes:
|
||||
one: Boto %{count}
|
||||
other: "%{count} boto"
|
||||
vote: Bozkatu
|
||||
show_more: Erakutsi gehiago
|
||||
show_thread: Erakutsi haria
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Zuzena
|
||||
|
|
|
@ -7,7 +7,6 @@ fa:
|
|||
hosted_on: ماستودون، میزبانیشده روی %{domain}
|
||||
title: درباره
|
||||
accounts:
|
||||
follow: پیگیری
|
||||
followers:
|
||||
one: پیگیر
|
||||
other: پیگیر
|
||||
|
@ -986,8 +985,6 @@ fa:
|
|||
your_appeal_approved: درخواست تجدیدنظرتان پذیرفته شد
|
||||
your_appeal_pending: شما یک درخواست تجدیدنظر فرستادید
|
||||
your_appeal_rejected: درخواست تجدیدنظرتان رد شد
|
||||
domain_validator:
|
||||
invalid_domain: نام دامین معتبر نیست
|
||||
edit_profile:
|
||||
basic_information: اطلاعات پایه
|
||||
hint_html: "<strong>شخصیسازی آن چه مردم روی نمایهٔ عمومیتان و کنار فرستههایتان میبینند.</strong> هنگامی که نمایهای کامل و یک تصویر نمایه داشته باشید، احتمال پیگیری متقابل و تعامل با شما بیشتر است."
|
||||
|
@ -1406,23 +1403,12 @@ fa:
|
|||
edited_at_html: ویراسته در %{date}
|
||||
errors:
|
||||
in_reply_not_found: به نظر نمیرسد وضعیتی که میخواهید به آن پاسخ دهید، وجود داشته باشد.
|
||||
open_in_web: گشودن در وب
|
||||
over_character_limit: از حد مجاز %{max} حرف فراتر رفتید
|
||||
pin_errors:
|
||||
direct: فرستههایی که فقط برای کاربران اشاره شده نمایانند نمیتوانند سنجاق شوند
|
||||
limit: از این بیشتر نمیشود نوشتههای ثابت داشت
|
||||
ownership: نوشتههای دیگران را نمیتوان ثابت کرد
|
||||
reblog: تقویت نمیتواند سنجاق شود
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} نفر"
|
||||
other: "%{count} نفر"
|
||||
total_votes:
|
||||
one: "%{count} رأی"
|
||||
other: "%{count} رأی"
|
||||
vote: رأی
|
||||
show_more: نمایش
|
||||
show_thread: نمایش رشته
|
||||
title: "%{name}: «%{quote}»"
|
||||
visibilities:
|
||||
direct: مستقیم
|
||||
|
|
|
@ -7,7 +7,6 @@ fi:
|
|||
hosted_on: Mastodon palvelimella %{domain}
|
||||
title: Tietoja
|
||||
accounts:
|
||||
follow: Seuraa
|
||||
followers:
|
||||
one: seuraaja
|
||||
other: seuraajaa
|
||||
|
@ -25,6 +24,8 @@ fi:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Suorita toimi
|
||||
already_silenced: Tätä tiliä on jo rajoitettu.
|
||||
already_suspended: Tämä tili on jo jäädytetty.
|
||||
title: Suorita moderointitoimi käyttäjälle %{acct}
|
||||
account_moderation_notes:
|
||||
create: Jätä muistiinpano
|
||||
|
@ -46,6 +47,7 @@ fi:
|
|||
title: Vaihda käyttäjän %{username} sähköposti-osoite
|
||||
change_role:
|
||||
changed_msg: Roolin vaihto onnistui!
|
||||
edit_roles: Hallinnoi käyttäjien rooleja
|
||||
label: Vaihda rooli
|
||||
no_role: Ei roolia
|
||||
title: Vaihda käyttäjän %{username} rooli
|
||||
|
@ -442,7 +444,7 @@ fi:
|
|||
create: Lisää verkkotunnus
|
||||
resolve: Selvitä verkkotunnus
|
||||
title: Estä uusi sähköpostiverkkotunnus
|
||||
no_email_domain_block_selected: Sähköpostiverkkotunnusten estoja ei muutettu; yhtäkään ei ollut valittu
|
||||
no_email_domain_block_selected: Sähköpostiverkkotunnusten estoja ei muutettu, koska yhtäkään ei ollut valittuna
|
||||
not_permitted: Ei sallittu
|
||||
resolved_dns_records_hint_html: Verkkotunnusnimi kytkeytyy seuraaviin MX-verkkotunnuksiin, jotka ovat viime kädessä vastuussa sähköpostin vastaanottamisesta. MX-verkkotunnuksen estäminen estää rekisteröitymisen mistä tahansa sähköpostiosoitteesta, joka käyttää samaa MX-verkkotunnusta, vaikka näkyvä verkkotunnuksen nimi olisikin erilainen. <strong>Varo estämästä suuria sähköpostipalvelujen tarjoajia.</strong>
|
||||
resolved_through_html: Ratkaistu verkkotunnuksen %{domain} kautta
|
||||
|
@ -600,8 +602,9 @@ fi:
|
|||
resolve_description_html: Ilmoitettua tiliä kohtaan ei ryhdytä toimiin, varoitusta ei kirjata ja raportti suljetaan.
|
||||
silence_description_html: Tili näkyy vain niille, jotka jo seuraavat sitä tai etsivät sen manuaalisesti, mikä rajoittaa merkittävästi sen tavoitettavuutta. Voidaan perua milloin vain. Sulkee kaikki tiliin kohdistuvat raportit.
|
||||
suspend_description_html: Tili ja mikään sen sisältö eivät ole käytettävissä, ja lopulta ne poistetaan ja vuorovaikutus tilin kanssa on mahdotonta. Peruttavissa 30 päivän ajan. Sulkee kaikki tiliin kohdistuvat raportit.
|
||||
actions_description_html: Päätä, mihin toimiin ryhdyt tämän raportin ratkaisemiseksi. Jos ryhdyt rangaistustoimeen ilmoitettua tiliä kohtaan, hänelle lähetetään sähköpostitse ilmoitus asiasta, paitsi jos valittuna on <strong>Roskaposti</strong>-luokka.
|
||||
actions_description_html: Päätä, mihin toimiin ryhdyt tämän raportin ratkaisemiseksi. Jos ryhdyt rangaistustoimeen raportoitua tiliä kohtaan, hänelle lähetetään sähköpostitse ilmoitus asiasta, paitsi jos valittuna on <strong>Roskaposti</strong>-luokka.
|
||||
actions_description_remote_html: Päätä, mihin toimiin ryhdyt tämän raportin ratkaisemiseksi. Tämä vaikuttaa vain siihen, miten <strong>sinun</strong> palvelimesi viestii tämän etätilin kanssa ja käsittelee sen sisältöä.
|
||||
actions_no_posts: Tähän raporttiin ei liity poistettavia julkaisuja
|
||||
add_to_report: Lisää raporttiin
|
||||
already_suspended_badges:
|
||||
local: Jäädytetty jo tällä palvelimella
|
||||
|
@ -977,7 +980,7 @@ fi:
|
|||
used_by_over_week:
|
||||
one: Käyttänyt yksi käyttäjä viimeisen viikon aikana
|
||||
other: Käyttänyt %{count} käyttäjää viimeisen viikon aikana
|
||||
title: Suositukset ja suuntaukset
|
||||
title: Suositukset ja trendit
|
||||
trending: Trendaus
|
||||
warning_presets:
|
||||
add_new: Lisää uusi
|
||||
|
@ -1135,7 +1138,7 @@ fi:
|
|||
security: Turvallisuus
|
||||
set_new_password: Aseta uusi salasana
|
||||
setup:
|
||||
email_below_hint_html: Tarkista roskapostikansiosi tai pyydä uusi viesti. Voit myös korjata sähköpostiosoitteesi tarvittaessa.
|
||||
email_below_hint_html: Tarkista roskapostikansiosi tai pyydä uusi viesti. Voit korjata sähköpostiosoitteesi tarvittaessa.
|
||||
email_settings_hint_html: Napsauta lähettämäämme linkkiä vahvistaaksesi osoitteen %{email}. Odotamme täällä.
|
||||
link_not_received: Etkö saanut linkkiä?
|
||||
new_confirmation_instructions_sent: Saat pian uuden vahvistuslinkin sisältävän sähköpostiviestin!
|
||||
|
@ -1157,6 +1160,10 @@ fi:
|
|||
view_strikes: Näytä aiemmat tiliäsi koskevat varoitukset
|
||||
too_fast: Lomake lähetettiin liian nopeasti, yritä uudelleen.
|
||||
use_security_key: Käytä suojausavainta
|
||||
author_attribution:
|
||||
example_title: Esimerkkiteksti
|
||||
more_from_html: Lisää tekijältä %{name}
|
||||
s_blog: Käyttäjän %{name} blogi
|
||||
challenge:
|
||||
confirm: Jatka
|
||||
hint_html: "<strong>Vihje:</strong> Emme pyydä sinulta salasanaa uudelleen seuraavan tunnin aikana."
|
||||
|
@ -1195,7 +1202,7 @@ fi:
|
|||
caches: Muiden palvelinten välimuistiinsa tallentamaa sisältöä voi säilyä
|
||||
data_removal: Julkaisusi ja muut tietosi poistetaan pysyvästi
|
||||
email_change_html: Voit <a href="%{path}">muuttaa sähköpostiosoitettasi</a> poistamatta tiliäsi
|
||||
email_contact_html: Mikäli viesti ei vieläkään saavu perille, voit pyytää apua sähköpostitse osoitteella <a href="mailto:%{email}">%{email}</a>
|
||||
email_contact_html: Jos viesti ei vieläkään saavu perille, voit pyytää apua sähköpostitse osoitteella <a href="mailto:%{email}">%{email}</a>
|
||||
email_reconfirmation_html: Jos et saa vahvistussähköpostiviestiä, voit <a href="%{path}">pyytää sitä uudelleen</a>
|
||||
irreversible: Et voi palauttaa tiliäsi etkä aktivoida sitä uudelleen
|
||||
more_details_html: Tarkempia tietoja saat <a href="%{terms_path}">tietosuojakäytännöstämme</a>.
|
||||
|
@ -1231,8 +1238,6 @@ fi:
|
|||
your_appeal_approved: Valituksesi on hyväksytty
|
||||
your_appeal_pending: Olet lähettänyt valituksen
|
||||
your_appeal_rejected: Valituksesi on hylätty
|
||||
domain_validator:
|
||||
invalid_domain: ei ole kelvollinen verkkotunnus
|
||||
edit_profile:
|
||||
basic_information: Perustiedot
|
||||
hint_html: "<strong>Mukauta, mitä ihmiset näkevät julkisessa profiilissasi ja julkaisujesi vieressä.</strong> Sinua seurataan takaisin ja kanssasi ollaan vuorovaikutuksessa todennäköisemmin, kun sinulla on täytetty profiili ja profiilikuva."
|
||||
|
@ -1732,23 +1737,12 @@ fi:
|
|||
edited_at_html: Muokattu %{date}
|
||||
errors:
|
||||
in_reply_not_found: Julkaisua, johon yrität vastata, ei näytä olevan olemassa.
|
||||
open_in_web: Avaa selaimessa
|
||||
over_character_limit: merkkimäärän rajoitus %{max} ylitetty
|
||||
pin_errors:
|
||||
direct: Vain mainituille käyttäjille näkyviä julkaisuja ei voi kiinnittää
|
||||
limit: Olet jo kiinnittänyt enimmäismäärän julkaisuja
|
||||
ownership: Muiden julkaisuja ei voi kiinnittää
|
||||
reblog: Tehostusta ei voi kiinnittää
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} käyttäjä"
|
||||
other: "%{count} käyttäjää"
|
||||
total_votes:
|
||||
one: "%{count} ääni"
|
||||
other: "%{count} ääntä"
|
||||
vote: Äänestä
|
||||
show_more: Näytä lisää
|
||||
show_thread: Näytä ketju
|
||||
title: "%{name}: ”%{quote}”"
|
||||
visibilities:
|
||||
direct: Suoraan
|
||||
|
@ -1947,6 +1941,7 @@ fi:
|
|||
instructions_html: Kopioi ja liitä seuraava koodi verkkosivustosi HTML-lähdekoodiin. Lisää sitten verkkosivustosi osoite johonkin profiilisi lisäkentistä ”Muokkaa profiilia” -välilehdellä ja tallenna muutokset.
|
||||
verification: Vahvistus
|
||||
verified_links: Vahvistetut linkkisi
|
||||
website_verification: Verkkosivuston vahvistus
|
||||
webauthn_credentials:
|
||||
add: Lisää uusi suojausavain
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ fo:
|
|||
hosted_on: Mastodon hýst á %{domain}
|
||||
title: Um
|
||||
accounts:
|
||||
follow: Fylg
|
||||
followers:
|
||||
one: Fylgjari
|
||||
other: Fylgjarar
|
||||
|
@ -25,6 +24,8 @@ fo:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Frem atgerð
|
||||
already_silenced: Hendan kontan er longu avmarkað.
|
||||
already_suspended: Hendan kontan er longu ógildað.
|
||||
title: Frem umsjónaratgerð á %{acct}
|
||||
account_moderation_notes:
|
||||
create: Skriva umsjónarviðmerking
|
||||
|
@ -46,6 +47,7 @@ fo:
|
|||
title: Broyt teldupostin hjá %{username}
|
||||
change_role:
|
||||
changed_msg: Leiklutur broyttur!
|
||||
edit_roles: Stýr brúkaraleiklutir
|
||||
label: Broyt leiklut
|
||||
no_role: Eingin leiklutur
|
||||
title: Broyt leiklut hjá %{username}
|
||||
|
@ -602,6 +604,7 @@ fo:
|
|||
suspend_description_html: Kontan og alt innihald hjá kontuni gerast óatkomulig og við tíðini strikaði, og tað verður ógjørligt at samvirka við henni. Kann angrast innan 30 dagar. Lukkar allar rapporteringar av hesi kontuni.
|
||||
actions_description_html: Ger av hvør atgerð skal takast fyri at avgreiða hesa meldingina. Revsitiltøk móti meldaðu kontuni føra við sær, at ein teldupostfráboðan verður send teimum, undantikið tá <strong>Ruskpostur</strong> verður valdur.
|
||||
actions_description_remote_html: Tak avgerð um hvat skal gerast fyri at avgreiða hesa rapporteringina. Hetta fer einans at ávirka, hvussu <strong>tín</strong> ambætari samskiftir við hesa fjarkontuna og hvussu hann handfer tilfar frá henni.
|
||||
actions_no_posts: Hendan fráboðanin hevur ongar viðkomandi postar at strika
|
||||
add_to_report: Legg meira afturat meldingini
|
||||
already_suspended_badges:
|
||||
local: Longu gjørt óvirkin á hesum ambætaranum
|
||||
|
@ -1157,6 +1160,12 @@ fo:
|
|||
view_strikes: Vís eldri atsóknir móti tíni kontu
|
||||
too_fast: Oyðublaðið innsent ov skjótt, royn aftur.
|
||||
use_security_key: Brúka trygdarlykil
|
||||
author_attribution:
|
||||
example_title: Tekstadømi
|
||||
hint_html: Kanna, hvussu tú verður viðurkend/ur, tá ið onnur deila slóðir á Mastodon.
|
||||
more_from_html: Meiri frá %{name}
|
||||
s_blog: Bloggurin hjá %{name}
|
||||
title: Ískoyti høvundans
|
||||
challenge:
|
||||
confirm: Hald á
|
||||
hint_html: "<strong>Góð ráð:</strong> vit spyrja teg ikki aftur um loyniorðið næsta tíman."
|
||||
|
@ -1231,8 +1240,6 @@ fo:
|
|||
your_appeal_approved: Kæra tín er góðkend
|
||||
your_appeal_pending: Tú hevur kært
|
||||
your_appeal_rejected: Kæra tín er vrakað
|
||||
domain_validator:
|
||||
invalid_domain: er ikki eitt loyvt økisnavn
|
||||
edit_profile:
|
||||
basic_information: Grundleggjandi upplýsingar
|
||||
hint_html: "<strong>Tillaga tað, sum fólk síggja á tínum almenna vanga og við síðna av tínum postum.</strong> Sannlíkindini fyri, at onnur fylgja tær og virka saman við tær eru størri, tá tú hevur fylt út vangan og eina vangamynd."
|
||||
|
@ -1732,23 +1739,12 @@ fo:
|
|||
edited_at_html: Rættað %{date}
|
||||
errors:
|
||||
in_reply_not_found: Posturin, sum tú roynir at svara, sýnist ikki at finnast.
|
||||
open_in_web: Lat upp á vevinum
|
||||
over_character_limit: mesta tal av teknum, %{max}, rokkið
|
||||
pin_errors:
|
||||
direct: Postar, sum einans eru sjónligir hjá nevndum brúkarum, kunnu ikki festast
|
||||
limit: Tú hevur longu fest loyvda talið av postum
|
||||
ownership: Postar hjá øðrum kunnu ikki festast
|
||||
reblog: Ein stimbran kann ikki festast
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} fólk"
|
||||
other: "%{count} fólk"
|
||||
total_votes:
|
||||
one: "%{count} atkvøða"
|
||||
other: "%{count} atkvøður"
|
||||
vote: Atkvøð
|
||||
show_more: Vís meira
|
||||
show_thread: Vís tráð
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Beinleiðis
|
||||
|
@ -1944,6 +1940,7 @@ fo:
|
|||
instructions_html: Avrita og innset koduna niðanfyri inn í HTML'ið á heimasíðuni hjá tær. Legg síðani adressuna á heimasíðuni hjá tær inn á eitt av eyka teigunum á vanganum hjá tær umvegis "Rætta vanga" teigin og goym broytingar.
|
||||
verification: Váttan
|
||||
verified_links: Tíni váttaðu leinki
|
||||
website_verification: Heimasíðuváttan
|
||||
webauthn_credentials:
|
||||
add: Legg nýggjan trygdarlykil afturat
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ fr-CA:
|
|||
hosted_on: Serveur Mastodon hébergé sur %{domain}
|
||||
title: À propos
|
||||
accounts:
|
||||
follow: Suivre
|
||||
followers:
|
||||
one: Abonné·e
|
||||
other: Abonné·e·s
|
||||
|
@ -25,6 +24,7 @@ fr-CA:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Effectuer l'action
|
||||
already_suspended: Ce compte est déjà suspendu.
|
||||
title: Effectuer une action de modération sur %{acct}
|
||||
account_moderation_notes:
|
||||
create: Laisser une remarque
|
||||
|
@ -46,6 +46,7 @@ fr-CA:
|
|||
title: Modifier le courriel pour %{username}
|
||||
change_role:
|
||||
changed_msg: Rôle modifié avec succès !
|
||||
edit_roles: Gérer les rôles d'utilisateur·ices
|
||||
label: Modifier le rôle
|
||||
no_role: Aucun rôle
|
||||
title: Modifier le rôle de %{username}
|
||||
|
@ -188,9 +189,11 @@ fr-CA:
|
|||
create_user_role: Créer le rôle
|
||||
demote_user: Rétrograder l’utilisateur·ice
|
||||
destroy_announcement: Supprimer l’annonce
|
||||
destroy_canonical_email_block: Supprimer le blocage de courriel
|
||||
destroy_custom_emoji: Supprimer des émojis personnalisés
|
||||
destroy_domain_allow: Supprimer le domaine autorisé
|
||||
destroy_domain_block: Supprimer le blocage de domaine
|
||||
destroy_email_domain_block: Supprimer le blocage de domaine de courriel
|
||||
destroy_instance: Purge du domaine
|
||||
destroy_ip_block: Supprimer la règle IP
|
||||
destroy_status: Supprimer le message
|
||||
|
@ -236,6 +239,7 @@ fr-CA:
|
|||
confirm_user_html: "%{name} a confirmé l'adresse e-mail de l'utilisateur %{target}"
|
||||
create_account_warning_html: "%{name} a envoyé un avertissement à %{target}"
|
||||
create_announcement_html: "%{name} a créé une nouvelle annonce %{target}"
|
||||
create_canonical_email_block_html: "%{name} a bloqué l'adresse email avec le hachage %{target}"
|
||||
create_custom_emoji_html: "%{name} a téléversé un nouvel émoji %{target}"
|
||||
create_domain_allow_html: "%{name} a autorisé la fédération avec le domaine %{target}"
|
||||
create_domain_block_html: "%{name} a bloqué le domaine %{target}"
|
||||
|
@ -245,6 +249,7 @@ fr-CA:
|
|||
create_user_role_html: "%{name} a créé le rôle %{target}"
|
||||
demote_user_html: "%{name} a rétrogradé l'utilisateur·rice %{target}"
|
||||
destroy_announcement_html: "%{name} a supprimé l'annonce %{target}"
|
||||
destroy_canonical_email_block_html: "%{name} a débloqué l'adresse email avec le hachage %{target}"
|
||||
destroy_custom_emoji_html: "%{name} a supprimé l'émoji %{target}"
|
||||
destroy_domain_allow_html: "%{name} a rejeté la fédération avec le domaine %{target}"
|
||||
destroy_domain_block_html: "%{name} a débloqué le domaine %{target}"
|
||||
|
@ -1216,8 +1221,6 @@ fr-CA:
|
|||
your_appeal_approved: Votre appel a été approuvé
|
||||
your_appeal_pending: Vous avez soumis un appel
|
||||
your_appeal_rejected: Votre appel a été rejeté
|
||||
domain_validator:
|
||||
invalid_domain: n’est pas un nom de domaine valide
|
||||
edit_profile:
|
||||
basic_information: Informations de base
|
||||
hint_html: "<strong>Personnalisez ce que les gens voient sur votre profil public et à côté de vos messages.</strong> Les autres personnes seront plus susceptibles de vous suivre et d’interagir avec vous lorsque vous avez un profil complet et une photo."
|
||||
|
@ -1707,23 +1710,12 @@ fr-CA:
|
|||
edited_at_html: Édité le %{date}
|
||||
errors:
|
||||
in_reply_not_found: Le message auquel vous essayez de répondre ne semble pas exister.
|
||||
open_in_web: Ouvrir sur le web
|
||||
over_character_limit: limite de %{max} caractères dépassée
|
||||
pin_errors:
|
||||
direct: Les messages qui ne sont visibles que pour les utilisateur·rice·s mentionné·e·s ne peuvent pas être épinglés
|
||||
limit: Vous avez déjà épinglé le nombre maximum de messages
|
||||
ownership: Vous ne pouvez pas épingler un message ne vous appartenant pas
|
||||
reblog: Un partage ne peut pas être épinglé
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} personne"
|
||||
other: "%{count} personnes"
|
||||
total_votes:
|
||||
one: "%{count} vote"
|
||||
other: "%{count} votes"
|
||||
vote: Voter
|
||||
show_more: Déplier
|
||||
show_thread: Afficher le fil de discussion
|
||||
title: "%{name} : « %{quote} »"
|
||||
visibilities:
|
||||
direct: Direct
|
||||
|
|
|
@ -7,7 +7,6 @@ fr:
|
|||
hosted_on: Serveur Mastodon hébergé sur %{domain}
|
||||
title: À propos
|
||||
accounts:
|
||||
follow: Suivre
|
||||
followers:
|
||||
one: Abonné·e
|
||||
other: Abonné·e·s
|
||||
|
@ -25,6 +24,7 @@ fr:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Effectuer l'action
|
||||
already_suspended: Ce compte est déjà suspendu.
|
||||
title: Effectuer une action de modération sur %{acct}
|
||||
account_moderation_notes:
|
||||
create: Laisser une remarque
|
||||
|
@ -46,6 +46,7 @@ fr:
|
|||
title: Modifier l’adresse de courriel pour %{username}
|
||||
change_role:
|
||||
changed_msg: Rôle modifié avec succès !
|
||||
edit_roles: Gérer les rôles d'utilisateur·ices
|
||||
label: Modifier le rôle
|
||||
no_role: Aucun rôle
|
||||
title: Modifier le rôle de %{username}
|
||||
|
@ -188,9 +189,11 @@ fr:
|
|||
create_user_role: Créer le rôle
|
||||
demote_user: Rétrograder l’utilisateur·ice
|
||||
destroy_announcement: Supprimer l’annonce
|
||||
destroy_canonical_email_block: Supprimer le blocage de courriel
|
||||
destroy_custom_emoji: Supprimer des émojis personnalisés
|
||||
destroy_domain_allow: Supprimer le domaine autorisé
|
||||
destroy_domain_block: Supprimer le blocage de domaine
|
||||
destroy_email_domain_block: Supprimer le blocage de domaine de courriel
|
||||
destroy_instance: Purge du domaine
|
||||
destroy_ip_block: Supprimer la règle IP
|
||||
destroy_status: Supprimer le message
|
||||
|
@ -236,6 +239,7 @@ fr:
|
|||
confirm_user_html: "%{name} a confirmé l'adresse e-mail de l'utilisateur %{target}"
|
||||
create_account_warning_html: "%{name} a envoyé un avertissement à %{target}"
|
||||
create_announcement_html: "%{name} a créé une nouvelle annonce %{target}"
|
||||
create_canonical_email_block_html: "%{name} a bloqué l'adresse email avec le hachage %{target}"
|
||||
create_custom_emoji_html: "%{name} a téléversé un nouvel émoji %{target}"
|
||||
create_domain_allow_html: "%{name} a autorisé la fédération avec le domaine %{target}"
|
||||
create_domain_block_html: "%{name} a bloqué le domaine %{target}"
|
||||
|
@ -245,6 +249,7 @@ fr:
|
|||
create_user_role_html: "%{name} a créé le rôle %{target}"
|
||||
demote_user_html: "%{name} a rétrogradé l'utilisateur·rice %{target}"
|
||||
destroy_announcement_html: "%{name} a supprimé l'annonce %{target}"
|
||||
destroy_canonical_email_block_html: "%{name} a débloqué l'adresse email avec le hachage %{target}"
|
||||
destroy_custom_emoji_html: "%{name} a supprimé l'émoji %{target}"
|
||||
destroy_domain_allow_html: "%{name} a rejeté la fédération avec le domaine %{target}"
|
||||
destroy_domain_block_html: "%{name} a débloqué le domaine %{target}"
|
||||
|
@ -1216,8 +1221,6 @@ fr:
|
|||
your_appeal_approved: Votre appel a été approuvé
|
||||
your_appeal_pending: Vous avez soumis un appel
|
||||
your_appeal_rejected: Votre appel a été rejeté
|
||||
domain_validator:
|
||||
invalid_domain: n’est pas un nom de domaine valide
|
||||
edit_profile:
|
||||
basic_information: Informations de base
|
||||
hint_html: "<strong>Personnalisez ce que les gens voient sur votre profil public et à côté de vos messages.</strong> Les autres personnes seront plus susceptibles de vous suivre et d’interagir avec vous lorsque vous avez un profil complet et une photo."
|
||||
|
@ -1707,23 +1710,12 @@ fr:
|
|||
edited_at_html: Modifié le %{date}
|
||||
errors:
|
||||
in_reply_not_found: Le message auquel vous essayez de répondre ne semble pas exister.
|
||||
open_in_web: Ouvrir sur le web
|
||||
over_character_limit: limite de %{max} caractères dépassée
|
||||
pin_errors:
|
||||
direct: Les messages qui ne sont visibles que pour les utilisateur·rice·s mentionné·e·s ne peuvent pas être épinglés
|
||||
limit: Vous avez déjà épinglé le nombre maximum de messages
|
||||
ownership: Vous ne pouvez pas épingler un message ne vous appartenant pas
|
||||
reblog: Un partage ne peut pas être épinglé
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} personne"
|
||||
other: "%{count} personnes"
|
||||
total_votes:
|
||||
one: "%{count} vote"
|
||||
other: "%{count} votes"
|
||||
vote: Voter
|
||||
show_more: Déplier
|
||||
show_thread: Afficher le fil de discussion
|
||||
title: "%{name} : « %{quote} »"
|
||||
visibilities:
|
||||
direct: Direct
|
||||
|
|
|
@ -7,7 +7,6 @@ fy:
|
|||
hosted_on: Mastodon op %{domain}
|
||||
title: Oer
|
||||
accounts:
|
||||
follow: Folgje
|
||||
followers:
|
||||
one: Folger
|
||||
other: Folgers
|
||||
|
@ -1231,8 +1230,6 @@ fy:
|
|||
your_appeal_approved: Jo beswier is goedkard
|
||||
your_appeal_pending: Jo hawwe in beswier yntsjinne
|
||||
your_appeal_rejected: Jo beswier is ôfwêzen
|
||||
domain_validator:
|
||||
invalid_domain: is in ûnjildige domeinnamme
|
||||
edit_profile:
|
||||
basic_information: Algemiene ynformaasje
|
||||
hint_html: "<strong>Pas oan wat minsken op jo iepenbiere profyl en njonken jo berjochten sjogge.</strong> Oare minsken sille jo earder folgje en mei jo kommunisearje wannear’t jo profyl ynfolle is en jo in profylfoto hawwe."
|
||||
|
@ -1732,23 +1729,12 @@ fy:
|
|||
edited_at_html: Bewurke op %{date}
|
||||
errors:
|
||||
in_reply_not_found: It berjocht wêrop jo probearje te reagearjen liket net te bestean.
|
||||
open_in_web: Yn de webapp iepenje
|
||||
over_character_limit: Oer de limyt fan %{max} tekens
|
||||
pin_errors:
|
||||
direct: Berjochten dy’t allinnich sichtber binne foar fermelde brûkers kinne net fêstset wurde
|
||||
limit: Jo hawwe it maksimaal tal berjochten al fêstmakke
|
||||
ownership: In berjocht fan in oar kin net fêstmakke wurde
|
||||
reblog: In boost kin net fêstset wurde
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persoan"
|
||||
other: "%{count} persoanen"
|
||||
total_votes:
|
||||
one: "%{count} stim"
|
||||
other: "%{count} stimmen"
|
||||
vote: Stimme
|
||||
show_more: Mear toane
|
||||
show_thread: Petear toane
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Direkt
|
||||
|
|
|
@ -7,7 +7,6 @@ ga:
|
|||
hosted_on: Mastodon arna óstáil ar %{domain}
|
||||
title: Maidir le
|
||||
accounts:
|
||||
follow: Lean
|
||||
followers:
|
||||
few: Leantóirí
|
||||
many: Leantóirí
|
||||
|
@ -31,6 +30,7 @@ ga:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Déan gníomh
|
||||
already_suspended: Tá an cuntas seo curtha ar fionraí cheana féin.
|
||||
title: Dean gníomh modhnóireachta ar %{acct}
|
||||
account_moderation_notes:
|
||||
create: Fág nóta
|
||||
|
@ -52,6 +52,7 @@ ga:
|
|||
title: Athraigh ríomhphost do %{username}
|
||||
change_role:
|
||||
changed_msg: Athraíodh ról go rathúil!
|
||||
edit_roles: Bainistigh róil úsáideora
|
||||
label: Athraigh ról
|
||||
no_role: Gan ról
|
||||
title: Athraigh ról do %{username}
|
||||
|
@ -638,6 +639,7 @@ ga:
|
|||
suspend_description_html: Beidh an cuntas agus a bhfuil ann go léir dorochtana agus scriosfar iad ar deireadh, agus beidh sé dodhéanta idirghníomhú leis. Inchúlaithe laistigh de 30 lá. Dúnann sé gach tuairisc i gcoinne an chuntais seo.
|
||||
actions_description_html: Déan cinneadh ar an ngníomh atá le déanamh chun an tuarascáil seo a réiteach. Má dhéanann tú beart pionósach in aghaidh an chuntais tuairiscithe, seolfar fógra ríomhphoist chucu, ach amháin nuair a roghnaítear an chatagóir <strong>Turscar</strong>.
|
||||
actions_description_remote_html: Déan cinneadh ar an ngníomh atá le déanamh chun an tuarascáil seo a réiteach. Ní bheidh tionchar aige seo ach ar an gcaoi a ndéanann <strong>do fhreastalaí</strong> cumarsáid leis an gcianchuntas seo agus a láimhseálann sé a ábhar.
|
||||
actions_no_posts: Níl aon phostáil ghaolmhar ag an tuarascáil seo le scriosadh
|
||||
add_to_report: Cuir tuilleadh leis an tuairisc
|
||||
already_suspended_badges:
|
||||
local: Ar fionraí cheana féin ar an bhfreastalaí seo
|
||||
|
@ -1285,8 +1287,6 @@ ga:
|
|||
your_appeal_approved: Tá d’achomharc ceadaithe
|
||||
your_appeal_pending: Chuir tú achomharc isteach
|
||||
your_appeal_rejected: Diúltaíodh do d'achomharc
|
||||
domain_validator:
|
||||
invalid_domain: nach ainm fearainn bailí é
|
||||
edit_profile:
|
||||
basic_information: Eolas bunúsach
|
||||
hint_html: "<strong>Saincheap a bhfeiceann daoine ar do phróifíl phoiblí agus in aice le do phostálacha.</strong> Is dóichí go leanfaidh daoine eile ar ais tú agus go n-idirghníomhóidh siad leat nuair a bhíonn próifíl líonta agus pictiúr próifíle agat."
|
||||
|
@ -1822,29 +1822,12 @@ ga:
|
|||
edited_at_html: "%{date} curtha in eagar"
|
||||
errors:
|
||||
in_reply_not_found: Is cosúil nach ann don phostáil a bhfuil tú ag iarraidh freagra a thabhairt air.
|
||||
open_in_web: Oscail i ngréasán
|
||||
over_character_limit: teorainn carachtar %{max} sáraithe
|
||||
pin_errors:
|
||||
direct: Ní féidir postálacha nach bhfuil le feiceáil ach ag úsáideoirí luaite a phinnáil
|
||||
limit: Tá uaslíon na bpostálacha pinn agat cheana féin
|
||||
ownership: Ní féidir postáil duine éigin eile a phionnáil
|
||||
reblog: Ní féidir treisiú a phinnáil
|
||||
poll:
|
||||
total_people:
|
||||
few: "%{count} daoine"
|
||||
many: "%{count} daoine"
|
||||
one: "%{count} duine"
|
||||
other: "%{count} daoine"
|
||||
two: "%{count} daoine"
|
||||
total_votes:
|
||||
few: "%{count} vótaí"
|
||||
many: "%{count} vótaí"
|
||||
one: "%{count} vóta"
|
||||
other: "%{count} vótaí"
|
||||
two: "%{count} vótaí"
|
||||
vote: Vótáil
|
||||
show_more: Taispeáin níos mó
|
||||
show_thread: Taispeáin snáithe
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Díreach
|
||||
|
|
|
@ -7,7 +7,6 @@ gd:
|
|||
hosted_on: Mastodon ’ga òstadh air %{domain}
|
||||
title: Mu dhèidhinn
|
||||
accounts:
|
||||
follow: Lean
|
||||
followers:
|
||||
few: Luchd-leantainn
|
||||
one: Neach-leantainn
|
||||
|
@ -29,6 +28,7 @@ gd:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Gabh an gnìomh
|
||||
already_suspended: Chaidh an cunntas seo a chur à rèim mu thràth.
|
||||
title: Gabh gnìomh maorsainneachd air %{acct}
|
||||
account_moderation_notes:
|
||||
create: Fàg nòta
|
||||
|
@ -50,6 +50,7 @@ gd:
|
|||
title: Atharraich am post-d airson %{username}
|
||||
change_role:
|
||||
changed_msg: Chaidh an dreuchd atharrachadh!
|
||||
edit_roles: Stiùirich dreuchdan nan cleachdaichean
|
||||
label: Atharraich an dreuchd
|
||||
no_role: Gun dreuchd
|
||||
title: Atharraich an dreuchd aig %{username}
|
||||
|
@ -626,6 +627,7 @@ gd:
|
|||
suspend_description_html: Cha ghabh an cunntas seo agus an t-susbaint gu leòr aige inntrigeadh gus an dèid a sguabadh às air deireadh na sgeòil agus cha ghabh eadar-ghabhail a dhèanamh leis. Gabhaidh seo a neo-dhèanamh am broinn 30 latha. Dùinidh seo gach gearan mun chunntas seo.
|
||||
actions_description_html: Cuir romhad dè nì thu airson an gearan seo fhuasgladh. Ma chuireas tu peanas air a’ chunntas le gearan air, gheibh iad brath air a’ phost-d mura tagh thu an roinn-seòrsa <strong>Spama</strong>.
|
||||
actions_description_remote_html: Cuir romhad dè an gnìomh a ghabhas tu airson an gearan seo fhuasgladh. Cha bheir seo buaidh ach air mar a làimhsicheas am frithealaiche <strong>agadsa</strong> an cunntas cèin seo is mar a nì e conaltradh leis.
|
||||
actions_no_posts: Chan eil post ri sguabadh às ris a’ ghearan seo
|
||||
add_to_report: Cuir barrachd ris a’ ghearan
|
||||
already_suspended_badges:
|
||||
local: Chaidh an cur à rèim air an fhrithealaiche seo mu thràth
|
||||
|
@ -1267,8 +1269,6 @@ gd:
|
|||
your_appeal_approved: Chaidh aontachadh ris an ath-thagradh agad
|
||||
your_appeal_pending: Chuir thu ath-thagradh a-null
|
||||
your_appeal_rejected: Chaidh an t-ath-thagradh agad a dhiùltadh
|
||||
domain_validator:
|
||||
invalid_domain: "– chan eil seo ’na ainm àrainne dligheach"
|
||||
edit_profile:
|
||||
basic_information: Fiosrachadh bunasach
|
||||
hint_html: "<strong>Gnàthaich na chithear air a’ phròifil phoblach agad is ri taobh nam postaichean agad.</strong> Bidh càch nas buailtiche do leantainn agus conaltradh leat nuair a bhios tu air a’ phròifil agad a lìonadh agus dealbh rithe."
|
||||
|
@ -1792,27 +1792,12 @@ gd:
|
|||
edited_at_html: Air a dheasachadh %{date}
|
||||
errors:
|
||||
in_reply_not_found: Tha coltas nach eil am post dhan a tha thu airson freagairt ann.
|
||||
open_in_web: Fosgail air an lìon
|
||||
over_character_limit: chaidh thu thar crìoch charactaran de %{max}
|
||||
pin_errors:
|
||||
direct: Chan urrainn dhut post a phrìneachadh nach fhaic ach na cleachdaichean le iomradh orra
|
||||
limit: Tha an àireamh as motha de phostaichean prìnichte agad a tha ceadaichte
|
||||
ownership: Chan urrainn dhut post càich a phrìneachadh
|
||||
reblog: Chan urrainn dhut brosnachadh a phrìneachadh
|
||||
poll:
|
||||
total_people:
|
||||
few: "%{count} daoine"
|
||||
one: "%{count} neach"
|
||||
other: "%{count} duine"
|
||||
two: "%{count} neach"
|
||||
total_votes:
|
||||
few: "%{count} bhòtaichean"
|
||||
one: "%{count} bhòt"
|
||||
other: "%{count} bhòt"
|
||||
two: "%{count} bhòt"
|
||||
vote: Bhòt
|
||||
show_more: Seall barrachd dheth
|
||||
show_thread: Seall an snàithlean
|
||||
title: "%{name}: “%{quote}”"
|
||||
visibilities:
|
||||
direct: Dìreach
|
||||
|
|
|
@ -7,7 +7,6 @@ gl:
|
|||
hosted_on: Mastodon aloxado en %{domain}
|
||||
title: Sobre
|
||||
accounts:
|
||||
follow: Seguir
|
||||
followers:
|
||||
one: Seguidora
|
||||
other: Seguidoras
|
||||
|
@ -25,6 +24,8 @@ gl:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Executar acción
|
||||
already_silenced: A conta xa está limitada
|
||||
already_suspended: Esta conta xa está suspendida.
|
||||
title: Executar acción de moderación a %{acct}
|
||||
account_moderation_notes:
|
||||
create: Deixar nota
|
||||
|
@ -46,6 +47,7 @@ gl:
|
|||
title: Mudar email de %{username}
|
||||
change_role:
|
||||
changed_msg: Rol mudado correctamente!
|
||||
edit_roles: Xestionar roles de usuarias
|
||||
label: Cambiar rol
|
||||
no_role: Sen rol
|
||||
title: Cambiar o rol de %{username}
|
||||
|
@ -602,6 +604,7 @@ gl:
|
|||
suspend_description_html: A conta e todo o seu contido non serán accesible e finalmente eliminaranse, será imposible interactuar con ela. A decisión é reversible durante 30 días. Isto pecha tódalas denuncias sobre esta conta.
|
||||
actions_description_html: Decide a acción a tomar para resolver esta denuncia. Se tomas accións punitivas contra a conta denunciada enviaraselle un correo, excepto se está indicada a categoría <strong>Spam</strong>.
|
||||
actions_description_remote_html: Decide a acción a tomar para resolver a denuncia. Isto só lle afecta ao xeito en que o <strong>teu</strong> servidor se comunica con esta conta remota e xestiona o seu contido.
|
||||
actions_no_posts: Esta denuncia non ten publicacións asociadas para eliminar
|
||||
add_to_report: Engadir máis á denuncia
|
||||
already_suspended_badges:
|
||||
local: Xa está suspendida neste servidor
|
||||
|
@ -1157,6 +1160,12 @@ gl:
|
|||
view_strikes: Ver avisos anteriores respecto da túa conta
|
||||
too_fast: Formulario enviado demasiado rápido, inténtao outra vez.
|
||||
use_security_key: Usa chave de seguridade
|
||||
author_attribution:
|
||||
example_title: Texto de mostra
|
||||
hint_html: Controla o xeito en que te acreditan cando se comparten ligazóns en Mastodon.
|
||||
more_from_html: Máis de %{name}
|
||||
s_blog: Blog de %{name}
|
||||
title: Atribución da autoría
|
||||
challenge:
|
||||
confirm: Continuar
|
||||
hint_html: "<strong>Nota:</strong> Non che pediremos o contrasinal na seguinte hora."
|
||||
|
@ -1231,8 +1240,6 @@ gl:
|
|||
your_appeal_approved: A apelación foi aprobada
|
||||
your_appeal_pending: Enviaches unha apelación
|
||||
your_appeal_rejected: A apelación foi rexeitada
|
||||
domain_validator:
|
||||
invalid_domain: non é un nome de dominio válido
|
||||
edit_profile:
|
||||
basic_information: Información básica
|
||||
hint_html: "<strong>Personaliza o que van ver no teu perfil público e ao lado das túas publicacións.</strong> As outras persoas estarán máis animadas a seguirte e interactuar contigo se engades algún dato sobre ti así como unha imaxe de perfil."
|
||||
|
@ -1732,23 +1739,12 @@ gl:
|
|||
edited_at_html: Editado %{date}
|
||||
errors:
|
||||
in_reply_not_found: A publicación á que tentas responder semella que non existe.
|
||||
open_in_web: Abrir na web
|
||||
over_character_limit: Excedeu o límite de caracteres %{max}
|
||||
pin_errors:
|
||||
direct: As publicacións que só son visibles para as usuarias mencionadas non se poden fixar
|
||||
limit: Xa fixaches o número máximo permitido de publicacións
|
||||
ownership: Non podes fixar a publicación doutra usuaria
|
||||
reblog: Non se poden fixar as mensaxes promovidas
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persoa"
|
||||
other: "%{count} persoas"
|
||||
total_votes:
|
||||
one: "%{count} voto"
|
||||
other: "%{count} votos"
|
||||
vote: Votar
|
||||
show_more: Mostrar máis
|
||||
show_thread: Amosar fío
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Directa
|
||||
|
@ -1850,7 +1846,7 @@ gl:
|
|||
failed_2fa:
|
||||
details: 'Detalles do intento de acceso:'
|
||||
explanation: Alguén intentou acceder á túa conta mais fíxoo cun segundo factor de autenticación non válido.
|
||||
further_actions_html: Se non foches ti, recomendámosche %{action} inmediatamente xa que a conta podería estar en risco.
|
||||
further_actions_html: Se non foches ti, recomendámosche %{action} inmediatamente porque a conta podería estar en risco.
|
||||
subject: Fallo co segundo factor de autenticación
|
||||
title: Fallou o segundo factor de autenticación
|
||||
suspicious_sign_in:
|
||||
|
@ -1947,6 +1943,7 @@ gl:
|
|||
instructions_html: Copia e pega o código inferior no HTML do teu sitio web. Despois engade o enderezo da túa web nun dos campos de datos extra do teu perfil dispoñibles na lapela "Editar perfil" e garda os cambios.
|
||||
verification: Validación
|
||||
verified_links: As túas ligazóns verificadas
|
||||
website_verification: Verificación do sitio web
|
||||
webauthn_credentials:
|
||||
add: Engadir nova chave de seguridade
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ he:
|
|||
hosted_on: מסטודון שיושב בכתובת %{domain}
|
||||
title: אודות
|
||||
accounts:
|
||||
follow: לעקוב
|
||||
followers:
|
||||
many: עוקבים
|
||||
one: עוקב
|
||||
|
@ -29,6 +28,8 @@ he:
|
|||
admin:
|
||||
account_actions:
|
||||
action: בצע/י פעולה
|
||||
already_silenced: חשבון זה הוגבל זה מכבר.
|
||||
already_suspended: חשבון זה הושעה.
|
||||
title: ביצוע פעולות הנהלה על %{acct}
|
||||
account_moderation_notes:
|
||||
create: ליצור
|
||||
|
@ -50,6 +51,7 @@ he:
|
|||
title: שינוי כתובת דוא"ל עבור המשתמש.ת %{username}
|
||||
change_role:
|
||||
changed_msg: התפקיד שונה בהצלחה!
|
||||
edit_roles: נהל תפקידי משתמש
|
||||
label: שינוי תפקיד
|
||||
no_role: ללא תפקיד
|
||||
title: שינוי תפקיד עבור %{username}
|
||||
|
@ -626,6 +628,7 @@ he:
|
|||
suspend_description_html: חשבון זה על כל תכניו יחסמו וברבות הימים ימחקו, כל פעילות מולו לא תתאפשר. הפעולה ניתנת לביטול תוך 30 ימים, והיא תסגור כל דיווח התלוי ועומד נגד החשבון.
|
||||
actions_description_html: בחר/י איזו פעולה לבצע על מנת לפתור את הדו"ח. אם תופעל פעולת ענישה כנגד החשבון המדווח, הודעת דוא"ל תשלח אליהם, אלא אם נבחרה קטגוריית ה<strong>ספאם</strong>.
|
||||
actions_description_remote_html: בחרו איזו פעולה לבצע כדי לפתור את הדיווח שהוגש. פעולה זו תשפיע רק על התקשורת מול השרת <strong>שלך</strong> עם החשבון המרוחק ותוכנו.
|
||||
actions_no_posts: דווח זה לא כולל הודעות למחיקה
|
||||
add_to_report: הוספת פרטים לדיווח
|
||||
already_suspended_badges:
|
||||
local: כבר הודח בשרת זה
|
||||
|
@ -1193,6 +1196,12 @@ he:
|
|||
view_strikes: צפיה בעברות קודמות שנרשמו נגד חשבונך
|
||||
too_fast: הטופס הוגש מהר מדי, נסה/י שוב.
|
||||
use_security_key: שימוש במפתח אבטחה
|
||||
author_attribution:
|
||||
example_title: טקסט לדוגמה
|
||||
hint_html: בחירה איך תקבלו קרדיטציה כאשר קישורים משותפים דרך מסטודון.
|
||||
more_from_html: עוד מאת %{name}
|
||||
s_blog: הבלוג של %{name}
|
||||
title: ייחוס למפרסם
|
||||
challenge:
|
||||
confirm: המשך
|
||||
hint_html: "<strong>טיפ:</strong> לא נבקש את סיסמתך שוב בשעה הקרובה."
|
||||
|
@ -1267,8 +1276,6 @@ he:
|
|||
your_appeal_approved: ערעורך התקבל
|
||||
your_appeal_pending: הגשת ערעור
|
||||
your_appeal_rejected: ערעורך נדחה
|
||||
domain_validator:
|
||||
invalid_domain: הוא לא שם דומיין קביל
|
||||
edit_profile:
|
||||
basic_information: מידע בסיסי
|
||||
hint_html: "<strong>התאמה אישית של מה שיראו אחרים בפרופיל הציבורי שלך וליד הודעותיך.</strong> אחרים עשויים יותר להחזיר עוקב וליצור אתך שיחה אם הפרופיל והתמונה יהיו מלאים."
|
||||
|
@ -1792,27 +1799,12 @@ he:
|
|||
edited_at_html: נערך ב-%{date}
|
||||
errors:
|
||||
in_reply_not_found: נראה שההודעה שאת/ה מנסה להגיב לה לא קיימת.
|
||||
open_in_web: פתח ברשת
|
||||
over_character_limit: חריגה מגבול התווים של %{max}
|
||||
pin_errors:
|
||||
direct: לא ניתן לקבע הודעות שנראותן מוגבלת למכותבים בלבד
|
||||
limit: הגעת למספר המירבי של ההודעות המוצמדות
|
||||
ownership: הודעות של אחרים לא יכולות להיות מוצמדות
|
||||
reblog: אין אפשרות להצמיד הדהודים
|
||||
poll:
|
||||
total_people:
|
||||
many: "%{count} אנשים"
|
||||
one: איש/ה %{count}
|
||||
other: "%{count} אנשים"
|
||||
two: "%{count} אנשים"
|
||||
total_votes:
|
||||
many: "%{count} קולות"
|
||||
one: קול %{count}
|
||||
other: "%{count} קולות"
|
||||
two: "%{count} קולות"
|
||||
vote: הצבעה
|
||||
show_more: עוד
|
||||
show_thread: הצג שרשור
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: ישיר
|
||||
|
@ -2013,6 +2005,7 @@ he:
|
|||
instructions_html: יש להדביק את הקוד שלמטה אל האתר שלך. ואז להוסיף את כתובת האתר לאחד השדות הנוספים בפרופיל מתוך טאב "עריכת פרופיל" ולשמור את השינויים.
|
||||
verification: אימות
|
||||
verified_links: קישוריך המאומתים
|
||||
website_verification: אימות אתר רשת
|
||||
webauthn_credentials:
|
||||
add: הוספת מפתח אבטחה חדש
|
||||
create:
|
||||
|
|
|
@ -5,7 +5,6 @@ hi:
|
|||
contact_unavailable: लागू नहीं है
|
||||
title: के बारे में
|
||||
accounts:
|
||||
follow: अनुसरे
|
||||
following: फ़ॉलो कर रहे हैं
|
||||
instance_actor_flash: यह खाता आभासी है जो सर्वर को दिखाने के लिये है और ये किसी व्यक्तिका प्रतिनिधित्व नहि करता। यह सिर्फ देखरेख के हेतु से कार्यरत है और इसको निलंबित करने कि आवश्यकता नहि है।
|
||||
last_active: आखिरि बार इस वक्त सक्रिय थे
|
||||
|
|
|
@ -5,7 +5,6 @@ hr:
|
|||
contact_missing: Nije postavljeno
|
||||
title: O aplikaciji
|
||||
accounts:
|
||||
follow: Prati
|
||||
following: Praćenih
|
||||
last_active: posljednja aktivnost
|
||||
nothing_here: Ovdje nema ničeg!
|
||||
|
@ -215,20 +214,7 @@ hr:
|
|||
statuses_cleanup: Automatsko brisanje postova
|
||||
two_factor_authentication: Dvofaktorska autentifikacija
|
||||
statuses:
|
||||
open_in_web: Otvori na webu
|
||||
over_character_limit: prijeđeno je ograničenje od %{max} znakova
|
||||
poll:
|
||||
total_people:
|
||||
few: "%{count} osobe"
|
||||
one: "%{count} osoba"
|
||||
other: "%{count} ljudi"
|
||||
total_votes:
|
||||
few: "%{count} glasa"
|
||||
one: "%{count} glas"
|
||||
other: "%{count} glasova"
|
||||
vote: Glasaj
|
||||
show_more: Prikaži više
|
||||
show_thread: Prikaži nit
|
||||
visibilities:
|
||||
private: Samo pratitelji
|
||||
public: Javno
|
||||
|
|
|
@ -7,7 +7,6 @@ hu:
|
|||
hosted_on: "%{domain} Mastodon-kiszolgáló"
|
||||
title: Névjegy
|
||||
accounts:
|
||||
follow: Követés
|
||||
followers:
|
||||
one: Követő
|
||||
other: Követő
|
||||
|
@ -25,6 +24,8 @@ hu:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Művelet végrehajtása
|
||||
already_silenced: Ezt a fiókot már korlátozták.
|
||||
already_suspended: Ezt a fiókot már felfüggesztették.
|
||||
title: 'Moderálási művelet végrehajtása ezen: %{acct}'
|
||||
account_moderation_notes:
|
||||
create: Megjegyzés hagyása
|
||||
|
@ -46,6 +47,7 @@ hu:
|
|||
title: "%{username} e-mail-címének megváltoztatása"
|
||||
change_role:
|
||||
changed_msg: A szerep sikeresen megváltoztatva!
|
||||
edit_roles: Felhasználói szerepkörök kezelése
|
||||
label: Szerep megváltoztatása
|
||||
no_role: Nincs szerep
|
||||
title: "%{username} szerepének megváltoztatása"
|
||||
|
@ -602,6 +604,7 @@ hu:
|
|||
suspend_description_html: A fiók és minden tartalma elérhetetlenné válik és végül törlésre kerül. A fiókkal kapcsolatbalépni lehetetlen lesz. Ez a művelet 30 napig visszafordítható. A fiók ellen indított minden bejelentést lezárunk.
|
||||
actions_description_html: Döntsd el, mit csináljunk, hogy megoldjuk ezt a bejelentést. Ha valamilyen büntető intézkedést hozol a bejelentett fiók ellen, küldünk neki egy figyelmeztetést e-mailben, kivéve ha a <strong>Spam</strong> kategóriát választod.
|
||||
actions_description_remote_html: Döntsd el, mit tegyünk a bejelentés lezárásának érdekében. Ez csak azt befolyásolja, hogy a <strong>saját</strong> kiszolgálód hogyan kommunikál ezzel a távoli fiókkal és hogyan kezeli annak tartalmait.
|
||||
actions_no_posts: Ennek a bejelentésnek nincs egyetlen törölhető, társított bejegyzése sem
|
||||
add_to_report: Továbbiak hozzáadása a bejelentéshez
|
||||
already_suspended_badges:
|
||||
local: Már felfüggesztették ezen a szerveren
|
||||
|
@ -1157,6 +1160,12 @@ hu:
|
|||
view_strikes: Fiókod ellen felrótt korábbi vétségek megtekintése
|
||||
too_fast: Túl gyorsan küldted el az űrlapot, próbáld később.
|
||||
use_security_key: Biztonsági kulcs használata
|
||||
author_attribution:
|
||||
example_title: Mintaszöveg
|
||||
hint_html: Szabályozd, hogyan hivatkoznak rád, amikor linket osztanak meg Mastodonon.
|
||||
more_from_html: 'Több tőle: %{name}'
|
||||
s_blog: "%{name} blogja"
|
||||
title: Szerző forrásmegjelölése
|
||||
challenge:
|
||||
confirm: Folytatás
|
||||
hint_html: "<strong>Hasznos:</strong> Nem fogjuk megint a jelszavadat kérdezni a következő órában."
|
||||
|
@ -1231,8 +1240,6 @@ hu:
|
|||
your_appeal_approved: A fellebbezésedet jóváhagyták
|
||||
your_appeal_pending: Beküldtél egy fellebbezést
|
||||
your_appeal_rejected: A fellebbezésedet visszautasították
|
||||
domain_validator:
|
||||
invalid_domain: nem egy valódi domain név
|
||||
edit_profile:
|
||||
basic_information: Általános információk
|
||||
hint_html: "<strong>Tedd egyedivé, mi látnak mások a profilodon és a bejegyzéseid mellett.</strong> Mások nagyobb eséllyel követnek vissza és lépnek veled kapcsolatba, ha van kitöltött profilod és profilképed."
|
||||
|
@ -1732,23 +1739,12 @@ hu:
|
|||
edited_at_html: 'Szerkesztve: %{date}'
|
||||
errors:
|
||||
in_reply_not_found: Már nem létezik az a bejegyzés, melyre válaszolni szeretnél.
|
||||
open_in_web: Megnyitás a weben
|
||||
over_character_limit: túllépted a maximális %{max} karakteres keretet
|
||||
pin_errors:
|
||||
direct: A csak a megemlített felhasználók számára látható bejegyzések nem tűzhetők ki
|
||||
limit: Elérted a kitűzhető bejegyzések maximális számát
|
||||
ownership: Nem tűzheted ki valaki más bejegyzését
|
||||
reblog: Megtolt bejegyzést nem tudsz kitűzni
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} személy"
|
||||
other: "%{count} személy"
|
||||
total_votes:
|
||||
one: "%{count} szavazat"
|
||||
other: "%{count} szavazat"
|
||||
vote: Szavazás
|
||||
show_more: Több megjelenítése
|
||||
show_thread: Szál mutatása
|
||||
title: "%{name}: „%{quote}”"
|
||||
visibilities:
|
||||
direct: Közvetlen
|
||||
|
@ -1945,8 +1941,9 @@ hu:
|
|||
here_is_how: Itt van, hogyan kell
|
||||
hint_html: "<strong>A személyazonosságod ellenőrizhetősége a Mastodonon mindenki számára elérhető.</strong> Ez nyílt webes szabványok alapján, most és mindörökké szabadon és ingyenesen történik. Ehhez csak egy saját weboldalra van szükséged, mely alapján mások felismernek téged. Ha a profilodról erre a weboldalra hivatkozol, mi ellenőrizzük, hogy erről az oldalról visszahivatkozol-e a profilodra, és siker esetén erről vizuális jelzést is adunk a profilodon."
|
||||
instructions_html: Az alábbi kódot másold be a weboldalad HTML kódjába. Ezután add hozzá a weboldalad címét a profilod egyik extra mezőjéhez a "Profil szerkesztése" fülön és mentsd a változásokat.
|
||||
verification: Hitelesítés
|
||||
verification: Ellenőrzés
|
||||
verified_links: Ellenőrzött hivatkozásaid
|
||||
website_verification: Weboldal ellenőrzése
|
||||
webauthn_credentials:
|
||||
add: Biztonsági kulcs hozzáadása
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ hy:
|
|||
hosted_on: Մաստոդոնը տեղակայուած է %{domain}ում
|
||||
title: Մասին
|
||||
accounts:
|
||||
follow: Հետևել
|
||||
followers:
|
||||
one: Հետեւորդ
|
||||
other: Հետևորդներ
|
||||
|
@ -523,8 +522,6 @@ hy:
|
|||
success_msg: Հաշիւդ բարեյաջող ջնջուեց
|
||||
warning:
|
||||
username_available: Քո օգտանունը կրկին հասանելի կը դառնայ
|
||||
domain_validator:
|
||||
invalid_domain: անվաւէր տիրոյթի անուն
|
||||
errors:
|
||||
'404': Էջը, որը փնտրում ես գոյութիւն չունի։
|
||||
'429': Չափազանց շատ հարցումներ
|
||||
|
@ -784,18 +781,7 @@ hy:
|
|||
other: "%{count} վիդեո"
|
||||
content_warning: Նախազգուշացում։ %{warning}
|
||||
edited_at_html: Խմբագրուած՝ %{date}
|
||||
open_in_web: Բացել վէբում
|
||||
over_character_limit: "%{max} նիշի սահմանը գերազանցուած է"
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} մարդ"
|
||||
other: "%{count} մարդիկ"
|
||||
total_votes:
|
||||
one: "%{count} ձայն"
|
||||
other: "%{count} ձայներ"
|
||||
vote: Քուէարկել
|
||||
show_more: Աւելին
|
||||
show_thread: Բացել շղթան
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Հասցէագրուած
|
||||
|
|
|
@ -7,7 +7,6 @@ ia:
|
|||
hosted_on: Mastodon albergate sur %{domain}
|
||||
title: A proposito
|
||||
accounts:
|
||||
follow: Sequer
|
||||
followers:
|
||||
one: Sequitor
|
||||
other: Sequitores
|
||||
|
@ -25,6 +24,8 @@ ia:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Exequer action
|
||||
already_silenced: Iste conto jam ha essite limitate.
|
||||
already_suspended: Iste conto jam ha essite suspendite.
|
||||
title: Exequer action de moderation sur %{acct}
|
||||
account_moderation_notes:
|
||||
create: Lassar un nota
|
||||
|
@ -46,6 +47,7 @@ ia:
|
|||
title: Cambiar e-mail pro %{username}
|
||||
change_role:
|
||||
changed_msg: Rolo cambiate con successo!
|
||||
edit_roles: Gerer le regulas de usator
|
||||
label: Cambiar rolo
|
||||
no_role: Necun rolo
|
||||
title: Cambiar rolo pro %{username}
|
||||
|
@ -964,6 +966,7 @@ ia:
|
|||
used_by_over_week:
|
||||
one: Usate per un persona in le ultime septimana
|
||||
other: Usate per %{count} personas in le ultime septimana
|
||||
title: Recommendationes e tendentias
|
||||
trending: In tendentia
|
||||
warning_presets:
|
||||
add_new: Adder nove
|
||||
|
@ -1143,6 +1146,10 @@ ia:
|
|||
view_strikes: Examinar le sanctiones passate contra tu conto
|
||||
too_fast: Formulario inviate troppo rapidemente. Tenta lo de novo.
|
||||
use_security_key: Usar clave de securitate
|
||||
author_attribution:
|
||||
example_title: Texto de exemplo
|
||||
more_from_html: Plus de %{name}
|
||||
s_blog: Blog de %{name}
|
||||
challenge:
|
||||
confirm: Continuar
|
||||
hint_html: "<strong>Consilio:</strong> Nos non te demandara tu contrasigno de novo in le proxime hora."
|
||||
|
@ -1217,8 +1224,6 @@ ia:
|
|||
your_appeal_approved: Tu appello ha essite approbate
|
||||
your_appeal_pending: Tu ha submittite un appello
|
||||
your_appeal_rejected: Tu appello ha essite rejectate
|
||||
domain_validator:
|
||||
invalid_domain: non es un nomine de dominio valide
|
||||
edit_profile:
|
||||
basic_information: Information basic
|
||||
hint_html: "<strong>Personalisa lo que le personas vide sur tu profilo public e presso tu messages.</strong> Il es plus probabile que altere personas te seque e interage con te quando tu ha un profilo complete e un photo."
|
||||
|
@ -1717,23 +1722,12 @@ ia:
|
|||
edited_at_html: Modificate le %{date}
|
||||
errors:
|
||||
in_reply_not_found: Le message a que tu tenta responder non pare exister.
|
||||
open_in_web: Aperir sur le web
|
||||
over_character_limit: limite de characteres de %{max} excedite
|
||||
pin_errors:
|
||||
direct: Messages que es solo visibile a usatores mentionate non pote esser appunctate
|
||||
limit: Tu ha jam appunctate le maxime numero de messages
|
||||
ownership: Le message de alcuno altere non pote esser appunctate
|
||||
reblog: Un impulso non pote esser affixate
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persona"
|
||||
other: "%{count} personas"
|
||||
total_votes:
|
||||
one: "%{count} voto"
|
||||
other: "%{count} votos"
|
||||
vote: Votar
|
||||
show_more: Monstrar plus
|
||||
show_thread: Monstrar discussion
|
||||
title: "%{name}: “%{quote}”"
|
||||
visibilities:
|
||||
direct: Directe
|
||||
|
@ -1932,6 +1926,7 @@ ia:
|
|||
instructions_html: Copia e colla le codice hic infra in le HTML de tu sito web. Alora adde le adresse de tu sito web in un del campos supplementari sur tu profilo desde le scheda “Modificar profilo” e salva le cambiamentos.
|
||||
verification: Verification
|
||||
verified_links: Tu ligamines verificate
|
||||
website_verification: Verification de sito web
|
||||
webauthn_credentials:
|
||||
add: Adder un nove clave de securitate
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ id:
|
|||
hosted_on: Mastodon dihosting di %{domain}
|
||||
title: Tentang
|
||||
accounts:
|
||||
follow: Ikuti
|
||||
followers:
|
||||
other: Pengikut
|
||||
following: Mengikuti
|
||||
|
@ -1000,8 +999,6 @@ id:
|
|||
your_appeal_approved: Banding Anda disetujui
|
||||
your_appeal_pending: Anda telah mengirim banding
|
||||
your_appeal_rejected: Banding Anda ditolak
|
||||
domain_validator:
|
||||
invalid_domain: bukan nama domain yang valid
|
||||
errors:
|
||||
'400': Permintaan yang dikirim tidak valid atau cacat.
|
||||
'403': Anda tidak mempunyai izin untuk melihat halaman ini.
|
||||
|
@ -1380,21 +1377,12 @@ id:
|
|||
edited_at_html: Diedit %{date}
|
||||
errors:
|
||||
in_reply_not_found: Status yang ingin Anda balas sudah tidak ada.
|
||||
open_in_web: Buka di web
|
||||
over_character_limit: melebihi %{max} karakter
|
||||
pin_errors:
|
||||
direct: Kiriman yang hanya terlihat oleh pengguna yang disebutkan tidak dapat disematkan
|
||||
limit: Anda sudah mencapai jumlah maksimum kiriman yang dapat disematkan
|
||||
ownership: Kiriman orang lain tidak bisa disematkan
|
||||
reblog: Boost tidak bisa disematkan
|
||||
poll:
|
||||
total_people:
|
||||
other: "%{count} orang"
|
||||
total_votes:
|
||||
other: "%{count} memilih"
|
||||
vote: Pilih
|
||||
show_more: Tampilkan selengkapnya
|
||||
show_thread: Tampilkan utas
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Langsung
|
||||
|
|
|
@ -7,7 +7,6 @@ ie:
|
|||
hosted_on: Mastodon logiat che %{domain}
|
||||
title: Pri
|
||||
accounts:
|
||||
follow: Sequer
|
||||
followers:
|
||||
one: Sequitor
|
||||
other: Sequitores
|
||||
|
@ -1153,8 +1152,6 @@ ie:
|
|||
your_appeal_approved: Tui apelle ha esset aprobat
|
||||
your_appeal_pending: Tu ha fat un apelle
|
||||
your_appeal_rejected: Tui apelle ha esset rejectet
|
||||
domain_validator:
|
||||
invalid_domain: ne es un valid dominia-nómine
|
||||
edit_profile:
|
||||
basic_information: Basic information
|
||||
hint_html: "<strong>Customisa ti quel gente vide sur tui public profil e apu tui postas.</strong> Altri persones es plu probabil sequer te e interacter con te si tu have un detalliat profil e un profil-image."
|
||||
|
@ -1639,23 +1636,12 @@ ie:
|
|||
edited_at_html: Modificat ye %{date}
|
||||
errors:
|
||||
in_reply_not_found: Li posta a quel tu prova responder ne sembla exister.
|
||||
open_in_web: Aperter in web
|
||||
over_character_limit: límite de carácteres de %{max} transpassat
|
||||
pin_errors:
|
||||
direct: On ne posse pinglar postas queles es visibil solmen a mentionat usatores
|
||||
limit: Tu ja ha pinglat li maxim númere de postas
|
||||
ownership: On ne posse pinglar li posta de un altri person
|
||||
reblog: On ne posse pinglar un boost
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} person"
|
||||
other: "%{count} persones"
|
||||
total_votes:
|
||||
one: "%{count} vote"
|
||||
other: "%{count} votes"
|
||||
vote: Votar
|
||||
show_more: Monstrar plu
|
||||
show_thread: Monstrar fil
|
||||
title: "%{name}: «%{quote}»"
|
||||
visibilities:
|
||||
direct: Direct
|
||||
|
|
|
@ -7,7 +7,6 @@ io:
|
|||
hosted_on: Mastodon hostigesas che %{domain}
|
||||
title: Pri co
|
||||
accounts:
|
||||
follow: Sequar
|
||||
followers:
|
||||
one: Sequanto
|
||||
other: Sequanti
|
||||
|
@ -1128,8 +1127,6 @@ io:
|
|||
your_appeal_approved: Vua konto aprobesis
|
||||
your_appeal_pending: Vu sendis apelo
|
||||
your_appeal_rejected: Vua apelo refuzesis
|
||||
domain_validator:
|
||||
invalid_domain: ne esas valida domennomo
|
||||
edit_profile:
|
||||
basic_information: Fundamentala informo
|
||||
other: Altra
|
||||
|
@ -1592,23 +1589,12 @@ io:
|
|||
edited_at_html: Modifikesis ye %{date}
|
||||
errors:
|
||||
in_reply_not_found: Posto quon vu probas respondar semblas ne existas.
|
||||
open_in_web: Apertar retnavigile
|
||||
over_character_limit: limito de %{max} signi ecesita
|
||||
pin_errors:
|
||||
direct: Posti quo povas videsar nur mencionita uzanti ne povas pinglagesar
|
||||
limit: Vu ja pinglagis maxima posti
|
||||
ownership: Posto di altra persono ne povas pinglagesar
|
||||
reblog: Repeto ne povas pinglizesar
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persono"
|
||||
other: "%{count} personi"
|
||||
total_votes:
|
||||
one: "%{count} voto"
|
||||
other: "%{count} voti"
|
||||
vote: Votez
|
||||
show_more: Montrar plue
|
||||
show_thread: Montrez postaro
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Direta
|
||||
|
|
|
@ -7,7 +7,6 @@ is:
|
|||
hosted_on: Mastodon hýst á %{domain}
|
||||
title: Um hugbúnaðinn
|
||||
accounts:
|
||||
follow: Fylgjast með
|
||||
followers:
|
||||
one: fylgjandi
|
||||
other: fylgjendur
|
||||
|
@ -25,6 +24,8 @@ is:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Framkvæma aðgerð
|
||||
already_silenced: Þessi aðgangur hefur þegar verið takmarkaður.
|
||||
already_suspended: Þessi aðgangur hefur þegar verið settur í frysti.
|
||||
title: Framkvæma umsjónaraðgerð á %{acct}
|
||||
account_moderation_notes:
|
||||
create: Skilja eftir minnispunkt
|
||||
|
@ -46,6 +47,7 @@ is:
|
|||
title: Breyta tölvupóstfangi fyrir %{username}
|
||||
change_role:
|
||||
changed_msg: Tókst að breyta hlutverki!
|
||||
edit_roles: Sýsla með hlutverk notenda
|
||||
label: Breyta hlutverki
|
||||
no_role: Ekkert hlutverk
|
||||
title: Breyta hlutverki fyrir %{username}
|
||||
|
@ -602,6 +604,7 @@ is:
|
|||
suspend_description_html: Notandaaðgangurinn og allt efni á honum mun verða óaðgengilegt og á endanum eytt út og samskipti við aðganginn verða ekki möguleg. Hægt að afturkalla innan 30 daga. Lokar öllum kærum gagnvart þessum aðgangi.
|
||||
actions_description_html: Ákveddu til hvaða aðgerða eigi að taka til að leysa þessa kæru. Ef þú ákveður að refsa kærða notandaaðgangnum, verður viðkomandi send tilkynning í tölvupósti, nema ef flokkurinn <strong>Ruslpóstur</strong> sé valinn.
|
||||
actions_description_remote_html: Ákveddu til hvaða aðgerða eigi að taka til að leysa þessa kæru. Þetta mun aðeins hafa áhrif á hvernig <strong>netþjónninn þinn</strong> meðhöndlar þennan fjartengda aðgang og efnið á honum.
|
||||
actions_no_posts: Þessi kæra er ekki með neinar tengdar færslur til að eyða
|
||||
add_to_report: Bæta fleiru í kæru
|
||||
already_suspended_badges:
|
||||
local: Þegar frystur á þessum netþjóni
|
||||
|
@ -1161,6 +1164,12 @@ is:
|
|||
view_strikes: Skoða fyrri bönn notandaaðgangsins þíns
|
||||
too_fast: Innfyllingarform sent inn of hratt, prófaðu aftur.
|
||||
use_security_key: Nota öryggislykil
|
||||
author_attribution:
|
||||
example_title: Sýnitexti
|
||||
hint_html: Stýrðu hvernig framlög þín birtast þegar tenglum er deilt á Mastodon.
|
||||
more_from_html: Meira frá %{name}
|
||||
s_blog: Bloggsvæði hjá %{name}
|
||||
title: Framlag höfundar
|
||||
challenge:
|
||||
confirm: Halda áfram
|
||||
hint_html: "<strong>Ábending:</strong> Við munum ekki spyrja þig um lykilorðið aftur næstu klukkustundina."
|
||||
|
@ -1235,8 +1244,6 @@ is:
|
|||
your_appeal_approved: Áfrýjun þín hefur verið samþykkt
|
||||
your_appeal_pending: Þú hefur sent inn áfrýjun
|
||||
your_appeal_rejected: Áfrýjun þinni hefur verið hafnað
|
||||
domain_validator:
|
||||
invalid_domain: er ekki leyfilegt nafn á léni
|
||||
edit_profile:
|
||||
basic_information: Grunnupplýsingar
|
||||
hint_html: "<strong>Sérsníddu hvað fólk sér á opinbera notandasniðinu þínu og næst færslunum þínum.</strong> Annað fólk er líklegra til að fylgjast með þér og eiga í samskiptum við þig ef þú fyllir út notandasniðið og setur auðkennismynd."
|
||||
|
@ -1736,23 +1743,12 @@ is:
|
|||
edited_at_html: Breytt %{date}
|
||||
errors:
|
||||
in_reply_not_found: Færslan sem þú ert að reyna að svara að er líklega ekki til.
|
||||
open_in_web: Opna í vafra
|
||||
over_character_limit: hámarksfjölda stafa (%{max}) náð
|
||||
pin_errors:
|
||||
direct: Ekki er hægt að festa færslur sem einungis eru sýnilegar þeim notendum sem minnst er á
|
||||
limit: Þú hefur þegar fest leyfilegan hámarksfjölda færslna
|
||||
ownership: Færslur frá einhverjum öðrum er ekki hægt að festa
|
||||
reblog: Ekki er hægt að festa endurbirtingu
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} aðili"
|
||||
other: "%{count} aðilar"
|
||||
total_votes:
|
||||
one: "%{count} atkvæði"
|
||||
other: "%{count} atkvæði"
|
||||
vote: Greiða atkvæði
|
||||
show_more: Sýna meira
|
||||
show_thread: Birta þráð
|
||||
title: "%{name}: „%{quote}‟"
|
||||
visibilities:
|
||||
direct: Beint
|
||||
|
@ -1951,6 +1947,7 @@ is:
|
|||
instructions_html: Afritaðu og límdu kóðann hér fyrir neðan inn í HTML-kóða vefsvæðisins þíns. Bættu síðan slóð vefsvæðisins þíns inn í einn af auka-reitunum í flipanum "Breyta notandasniði" og vistaðu síðan breytingarnar.
|
||||
verification: Sannprófun
|
||||
verified_links: Staðfestu tenglarnir þínir
|
||||
website_verification: Staðfesting vefsvæðis
|
||||
webauthn_credentials:
|
||||
add: Bæta við nýjum öryggislykli
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ it:
|
|||
hosted_on: Mastodon ospitato su %{domain}
|
||||
title: Info
|
||||
accounts:
|
||||
follow: Segui
|
||||
followers:
|
||||
one: Seguace
|
||||
other: Seguaci
|
||||
|
@ -25,6 +24,8 @@ it:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Esegui azione
|
||||
already_silenced: Questo account è già stato limitato.
|
||||
already_suspended: Questo account è già stato sospeso.
|
||||
title: Esegui l'azione di moderazione su %{acct}
|
||||
account_moderation_notes:
|
||||
create: Lascia una nota
|
||||
|
@ -46,6 +47,7 @@ it:
|
|||
title: Cambia l'email per %{username}
|
||||
change_role:
|
||||
changed_msg: Ruolo modificato correttamente!
|
||||
edit_roles: Gestisci i ruoli utente
|
||||
label: Cambia il ruolo
|
||||
no_role: Nessun ruolo
|
||||
title: Cambia il ruolo per %{username}
|
||||
|
@ -602,6 +604,7 @@ it:
|
|||
suspend_description_html: L'account e tutti i suoi contenuti saranno inaccessibili ed eventualmente cancellati, e interagire con esso sarà impossibile. Reversibile entro 30 giorni. Chiude tutte le segnalazioni contro questo account.
|
||||
actions_description_html: Decidi quale azione intraprendere per risolvere questa segnalazione. Se intraprendi un'azione punitiva nei confronti dell'account segnalato, gli verrà inviata una notifica via e-mail, tranne quando è selezionata la categoria <strong>Spam</strong>.
|
||||
actions_description_remote_html: Decide quali azioni intraprendere per risolvere la relazione. Questo influenzerà solo come <strong>il tuo</strong> server comunica con questo account remoto e ne gestisce il contenuto.
|
||||
actions_no_posts: Questa segnalazione non ha alcun post associato da eliminare
|
||||
add_to_report: Aggiungi altro al report
|
||||
already_suspended_badges:
|
||||
local: Già sospeso su questo server
|
||||
|
@ -1159,6 +1162,12 @@ it:
|
|||
view_strikes: Visualizza le sanzioni precedenti prese nei confronti del tuo account
|
||||
too_fast: Modulo inviato troppo velocemente, riprova.
|
||||
use_security_key: Usa la chiave di sicurezza
|
||||
author_attribution:
|
||||
example_title: Testo di esempio
|
||||
hint_html: Controlla come sei viene accreditato quando i link sono condivisi su Mastodon.
|
||||
more_from_html: Altro da %{name}
|
||||
s_blog: Blog di %{name}
|
||||
title: Attribuzione autore
|
||||
challenge:
|
||||
confirm: Continua
|
||||
hint_html: "<strong>Suggerimento:</strong> Non ti chiederemo di nuovo la tua password per la prossima ora."
|
||||
|
@ -1233,8 +1242,6 @@ it:
|
|||
your_appeal_approved: Il tuo appello è stato approvato
|
||||
your_appeal_pending: Hai presentato un appello
|
||||
your_appeal_rejected: Il tuo appello è stato respinto
|
||||
domain_validator:
|
||||
invalid_domain: non è un nome di dominio valido
|
||||
edit_profile:
|
||||
basic_information: Informazioni di base
|
||||
hint_html: "<strong>Personalizza ciò che le persone vedono sul tuo profilo pubblico e accanto ai tuoi post.</strong> È più probabile che altre persone ti seguano e interagiscano con te quando hai un profilo compilato e un'immagine del profilo."
|
||||
|
@ -1734,23 +1741,12 @@ it:
|
|||
edited_at_html: Modificato il %{date}
|
||||
errors:
|
||||
in_reply_not_found: Il post a cui stai tentando di rispondere non sembra esistere.
|
||||
open_in_web: Apri sul Web
|
||||
over_character_limit: Limite caratteri superato di %{max}
|
||||
pin_errors:
|
||||
direct: I messaggi visibili solo agli utenti citati non possono essere fissati in cima
|
||||
limit: Hai già fissato in cima il massimo numero di post
|
||||
ownership: Non puoi fissare in cima un post di qualcun altro
|
||||
reblog: Un toot condiviso non può essere fissato in cima
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persona"
|
||||
other: "%{count} persone"
|
||||
total_votes:
|
||||
one: "%{count} voto"
|
||||
other: "%{count} voti"
|
||||
vote: Vota
|
||||
show_more: Mostra di più
|
||||
show_thread: Mostra thread
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Diretto
|
||||
|
@ -1949,6 +1945,7 @@ it:
|
|||
instructions_html: Copia e incolla il codice qui sotto nell'HTML del tuo sito web. Quindi, aggiungi l'indirizzo del tuo sito web in uno dei campi aggiuntivi del tuo profilo dalla scheda "Modifica profilo" e salva le modifiche.
|
||||
verification: Verifica
|
||||
verified_links: I tuoi collegamenti verificati
|
||||
website_verification: Verifica del sito web
|
||||
webauthn_credentials:
|
||||
add: Aggiungi una nuova chiave di sicurezza
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ ja:
|
|||
hosted_on: Mastodon hosted on %{domain}
|
||||
title: このサーバーについて
|
||||
accounts:
|
||||
follow: フォロー
|
||||
followers:
|
||||
other: フォロワー
|
||||
following: フォロー中
|
||||
|
@ -1531,8 +1530,6 @@ ja:
|
|||
your_appeal_approved: 申し立てが承認されました
|
||||
your_appeal_pending: 申し立てを送信しました
|
||||
your_appeal_rejected: 申し立ては拒否されました
|
||||
domain_validator:
|
||||
invalid_domain: は無効なドメイン名です
|
||||
edit_profile:
|
||||
basic_information: 基本情報
|
||||
hint_html: "<strong>アカウントのトップページや投稿の隣に表示される公開情報です。</strong>プロフィールとアイコンを設定することで、ほかのユーザーは親しみやすく、またフォローしやすくなります。"
|
||||
|
@ -1750,6 +1747,7 @@ ja:
|
|||
media_attachments:
|
||||
validations:
|
||||
images_and_video: 既に画像が追加されているため、動画を追加することはできません
|
||||
not_found: メディア (%{ids}) が存在しないか、すでに添付して投稿されています
|
||||
not_ready: ファイルのアップロードに失敗しました。しばらくしてからもう一度お試しください!
|
||||
too_many: 追加できるファイルは4つまでです
|
||||
migrations:
|
||||
|
@ -2048,19 +2046,12 @@ ja:
|
|||
edited_at_html: "%{date} 編集済み"
|
||||
errors:
|
||||
in_reply_not_found: あなたが返信しようとしている投稿は存在しないようです。
|
||||
open_in_web: Webで開く
|
||||
over_character_limit: 上限は%{max}文字です
|
||||
pin_errors:
|
||||
direct: 返信したユーザーのみに表示される投稿はピン留めできません
|
||||
limit: 固定できる投稿数の上限に達しました
|
||||
ownership: 他人の投稿を固定することはできません
|
||||
reblog: ブーストを固定することはできません
|
||||
poll:
|
||||
total_people:
|
||||
other: "%{count}人"
|
||||
total_votes:
|
||||
other: "%{count}票"
|
||||
vote: 投票
|
||||
searchabilities:
|
||||
direct: 反応者
|
||||
direct_long: この投稿に反応した人しか検索できません
|
||||
|
@ -2077,8 +2068,6 @@ ja:
|
|||
public_unlisted: ローカルとフォロワー
|
||||
public_unlisted_long: ローカル・フォロワー・反応者のみが検索できます
|
||||
unset: "(未対応サーバー)"
|
||||
show_more: もっと見る
|
||||
show_thread: スレッドを表示
|
||||
title: '%{name}: "%{quote}"'
|
||||
too_many_hashtags: ハッシュタグが多すぎます
|
||||
too_many_mentions: メンションが多すぎます
|
||||
|
|
|
@ -6,7 +6,6 @@ ka:
|
|||
contact_unavailable: მიუწ.
|
||||
hosted_on: მასტოდონს მასპინძლობს %{domain}
|
||||
accounts:
|
||||
follow: გაყევი
|
||||
following: მიჰყვება
|
||||
nothing_here: აქ არაფერია!
|
||||
pin_errors:
|
||||
|
@ -430,13 +429,11 @@ ka:
|
|||
disallowed_hashtags:
|
||||
one: 'მოიცავდა აკრძალულ ჰეშტეგს: %{tags}'
|
||||
other: 'მოიცავს აკრძალულ ჰეშტეგს: %{tags}'
|
||||
open_in_web: ვებში გახნსა
|
||||
over_character_limit: ნიშნების ლიმიტი გადასცდა %{max}-ს
|
||||
pin_errors:
|
||||
limit: ტუტების მაქსიმალური რაოდენობა უკვე აპინეთ
|
||||
ownership: სხვისი ტუტი ვერ აიპინება
|
||||
reblog: ბუსტი ვერ აიპინება
|
||||
show_more: მეტის ჩვენება
|
||||
visibilities:
|
||||
private: მხოლოდ-მიმდევრები
|
||||
private_long: აჩვენე მხოლოდ მიმდევრებს
|
||||
|
|
|
@ -7,7 +7,6 @@ kab:
|
|||
hosted_on: Maṣṭudun yersen deg %{domain}
|
||||
title: Ɣef
|
||||
accounts:
|
||||
follow: Ḍfeṛ
|
||||
followers:
|
||||
one: Umeḍfaṛ
|
||||
other: Imeḍfaṛen
|
||||
|
@ -798,17 +797,6 @@ kab:
|
|||
one: "%{count} n tbidyutt"
|
||||
other: "%{count} n tbidyutin"
|
||||
edited_at_html: Tettwaẓreg ass n %{date}
|
||||
open_in_web: Ldi deg Web
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} n wemdan"
|
||||
other: "%{count} n yemdanen"
|
||||
total_votes:
|
||||
one: "%{count} n wedɣar"
|
||||
other: "%{count} n yedɣaren"
|
||||
vote: Dɣeṛ
|
||||
show_more: Ssken-d ugar
|
||||
show_thread: Ssken-d lxiḍ
|
||||
title: '%{name} : "%{quote}"'
|
||||
visibilities:
|
||||
direct: Usrid
|
||||
|
|
|
@ -6,7 +6,6 @@ kk:
|
|||
contact_unavailable: Белгісіз
|
||||
hosted_on: Mastodon орнатылған %{domain} доменінде
|
||||
accounts:
|
||||
follow: Жазылу
|
||||
followers:
|
||||
one: Оқырман
|
||||
other: Оқырман
|
||||
|
@ -385,8 +384,6 @@ kk:
|
|||
more_details_html: Қосымша мәліметтер алу үшін <a href="%{terms_path}"> құпиялылық саясатын </a> қараңыз.
|
||||
username_available: Аккаунтыңыз қайтадан қолжетімді болады
|
||||
username_unavailable: Логиніңіз қолжетімді болмайды
|
||||
domain_validator:
|
||||
invalid_domain: жарамды домен атауы емес
|
||||
errors:
|
||||
'400': Сіз жіберген сұрау жарамсыз немесе дұрыс емес.
|
||||
'403': Бұны көру үшін сізде рұқсат жоқ.
|
||||
|
@ -649,22 +646,11 @@ kk:
|
|||
disallowed_hashtags:
|
||||
one: 'рұқсат етілмеген хэштег: %{tags}'
|
||||
other: 'рұқсат етілмеген хэштегтер: %{tags}'
|
||||
open_in_web: Вебте ашу
|
||||
over_character_limit: "%{max} максимум таңбадан асып кетті"
|
||||
pin_errors:
|
||||
limit: Жабыстырылатын жазба саны максимумынан асты
|
||||
ownership: Біреудің жазбасы жабыстырылмайды
|
||||
reblog: Бөлісілген жазба жабыстырылмайды
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} адам"
|
||||
other: "%{count} адам"
|
||||
total_votes:
|
||||
one: "%{count} дауыс"
|
||||
other: "%{count} дауыс"
|
||||
vote: Дауыс беру
|
||||
show_more: Тағы әкел
|
||||
show_thread: Тақырыпты көрсет
|
||||
visibilities:
|
||||
private: Тек оқырмандарға
|
||||
private_long: Тек оқырмандарға ғана көрінеді
|
||||
|
|
|
@ -7,7 +7,6 @@ ko:
|
|||
hosted_on: "%{domain}에서 호스팅 되는 마스토돈"
|
||||
title: 정보
|
||||
accounts:
|
||||
follow: 팔로우
|
||||
followers:
|
||||
other: 팔로워
|
||||
following: 팔로잉
|
||||
|
@ -23,6 +22,7 @@ ko:
|
|||
admin:
|
||||
account_actions:
|
||||
action: 조치 취하기
|
||||
already_suspended: 이 계정은 이미 정지되었습니다.
|
||||
title: "%{acct} 계정에 중재 취하기"
|
||||
account_moderation_notes:
|
||||
create: 참고사항 남기기
|
||||
|
@ -44,6 +44,7 @@ ko:
|
|||
title: "%{username}의 이메일 바꾸기"
|
||||
change_role:
|
||||
changed_msg: 역할이 성공적으로 변경되었습니다!
|
||||
edit_roles: 사용자 역할 관리
|
||||
label: 역할 변경
|
||||
no_role: 역할 없음
|
||||
title: "%{username}의 역할 변경"
|
||||
|
@ -592,6 +593,7 @@ ko:
|
|||
suspend_description_html: 이 계정과 이 계정의 콘텐츠들은 접근 불가능해지고 삭제될 것이며, 상호작용은 불가능해집니다. 30일 이내에 되돌릴 수 있습니다. 이 계정에 대한 모든 신고를 닫습니다.
|
||||
actions_description_html: 이 신고를 해결하기 위해 취해야 할 조치를 지정해주세요. 신고된 계정에 대해 처벌 조치를 취하면, <strong>스팸</strong> 카테고리가 선택된 경우를 제외하고 해당 계정으로 이메일 알림이 전송됩니다.
|
||||
actions_description_remote_html: 이 신고를 해결하기 위해 실행할 행동을 결정하세요. 이 결정은 이 원격 계정과 그 콘텐츠를 다루는 방식에 대해 <strong>이 서버</strong>에서만 영향을 끼칩니다
|
||||
actions_no_posts: 이 신고는 삭제할 관련 게시물이 없습니다
|
||||
add_to_report: 신고에 더 추가하기
|
||||
already_suspended_badges:
|
||||
local: 이 서버에서 이미 정지되었습니다
|
||||
|
@ -1215,8 +1217,6 @@ ko:
|
|||
your_appeal_approved: 소명이 받아들여졌습니다
|
||||
your_appeal_pending: 소명을 제출했습니다
|
||||
your_appeal_rejected: 소명이 기각되었습니다
|
||||
domain_validator:
|
||||
invalid_domain: 올바른 도메인 네임이 아닙니다
|
||||
edit_profile:
|
||||
basic_information: 기본 정보
|
||||
hint_html: "<strong>사람들이 공개 프로필을 보고서 게시물을 볼 때를 위한 프로필을 꾸밉니다.</strong> 프로필과 프로필 사진을 채우면 다른 사람들이 나를 팔로우하고 나와 교류할 기회가 더 많아집니다."
|
||||
|
@ -1704,21 +1704,12 @@ ko:
|
|||
edited_at_html: "%{date}에 편집됨"
|
||||
errors:
|
||||
in_reply_not_found: 답장하려는 게시물이 존재하지 않습니다.
|
||||
open_in_web: Web으로 열기
|
||||
over_character_limit: 최대 %{max}자까지 입력할 수 있습니다
|
||||
pin_errors:
|
||||
direct: 멘션된 사용자들에게만 보이는 게시물은 고정될 수 없습니다
|
||||
limit: 이미 너무 많은 게시물을 고정했습니다
|
||||
ownership: 다른 사람의 게시물은 고정될 수 없습니다
|
||||
reblog: 부스트는 고정될 수 없습니다
|
||||
poll:
|
||||
total_people:
|
||||
other: "%{count}명"
|
||||
total_votes:
|
||||
other: "%{count} 명 투표함"
|
||||
vote: 투표
|
||||
show_more: 더 보기
|
||||
show_thread: 글타래 보기
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: 다이렉트
|
||||
|
|
|
@ -7,7 +7,6 @@ ku:
|
|||
hosted_on: Mastodon li ser %{domain} tê pêşkêşkirin
|
||||
title: Derbar
|
||||
accounts:
|
||||
follow: Bişopîne
|
||||
followers:
|
||||
one: Şopîner
|
||||
other: Şopîner
|
||||
|
@ -1014,8 +1013,6 @@ ku:
|
|||
your_appeal_approved: Îtîraza te hate pejirandin
|
||||
your_appeal_pending: Te îtîrazek şand
|
||||
your_appeal_rejected: Îtîraza te nehate pejirandin
|
||||
domain_validator:
|
||||
invalid_domain: ne naveke navper a derbasdar e
|
||||
errors:
|
||||
'400': Daxwaza ku te şand nederbasdar an çewt bû.
|
||||
'403': Ji bo dîtina vê rûpelê mafê te nîn e.
|
||||
|
@ -1406,23 +1403,12 @@ ku:
|
|||
edited_at_html: Di %{date} de hate serrastkirin
|
||||
errors:
|
||||
in_reply_not_found: Ew şandiya ku tu dikî nakî bersivê bide xuya nake an jî hatiye jêbirin.
|
||||
open_in_web: Di tevnê de veke
|
||||
over_character_limit: sînorê karakterê %{max} derbas kir
|
||||
pin_errors:
|
||||
direct: Şandiyên ku tenê ji bikarhênerên qalkirî re têne xuyangkirin, nayê derzîkirin
|
||||
limit: Jixwe te mezintirîn hejmara şandîyên xwe derzî kir
|
||||
ownership: Şandiya kesekî din nay derzî kirin
|
||||
reblog: Ev şandî nayê derzî kirin
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} kes"
|
||||
other: "%{count} kes"
|
||||
total_votes:
|
||||
one: "%{count} deng"
|
||||
other: "%{count} deng"
|
||||
vote: Deng bide
|
||||
show_more: Bêtir nîşan bide
|
||||
show_thread: Mijarê nîşan bide
|
||||
title: "%{name}%{quote}"
|
||||
visibilities:
|
||||
direct: Rasterast
|
||||
|
|
|
@ -7,7 +7,6 @@ la:
|
|||
hosted_on: Mastodon in %{domain} hospitātum
|
||||
title: De
|
||||
accounts:
|
||||
follow: Sequere
|
||||
followers:
|
||||
one: Sectātor
|
||||
other: Sectātōrēs
|
||||
|
|
|
@ -7,7 +7,6 @@ lad:
|
|||
hosted_on: Mastodon balabayado en %{domain}
|
||||
title: Sovre mozotros
|
||||
accounts:
|
||||
follow: Sige
|
||||
followers:
|
||||
one: Suivante
|
||||
other: Suivantes
|
||||
|
@ -25,6 +24,7 @@ lad:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Realiza aksion
|
||||
already_suspended: Este kuento ya tiene sido suspendido.
|
||||
title: Modera %{acct}
|
||||
account_moderation_notes:
|
||||
create: Kriya nota
|
||||
|
@ -1185,8 +1185,6 @@ lad:
|
|||
your_appeal_approved: Tu apelasyon fue achetada
|
||||
your_appeal_pending: Tienes enviado una apelasyon
|
||||
your_appeal_rejected: Tu apelasyon fue refuzada
|
||||
domain_validator:
|
||||
invalid_domain: no es un nombre de domeno valido
|
||||
edit_profile:
|
||||
basic_information: Enformasyon bazika
|
||||
hint_html: "<strong>Personaliza lo ke la djente ve en tu profil publiko i kon tus publikasyones.</strong> Es mas probavle ke otras personas te sigan i enteraktuen kontigo kuando kompletas tu profil i foto."
|
||||
|
@ -1678,23 +1676,12 @@ lad:
|
|||
edited_at_html: Editado %{date}
|
||||
errors:
|
||||
in_reply_not_found: La publikasion a la ke aprovas arispondir no egziste.
|
||||
open_in_web: Avre en web
|
||||
over_character_limit: limito de karakteres de %{max} superado
|
||||
pin_errors:
|
||||
direct: Las publikasyones ke son vizivles solo para los utilizadores enmentados no pueden fiksarse
|
||||
limit: Ya tienes fiksado el numero maksimo de publikasyones
|
||||
ownership: La publikasyon de otra persona no puede fiksarse
|
||||
reblog: No se puede fixar una repartajasyon
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persona"
|
||||
other: "%{count} personas"
|
||||
total_votes:
|
||||
one: "%{count} voto"
|
||||
other: "%{count} votos"
|
||||
vote: Vota
|
||||
show_more: Amostra mas
|
||||
show_thread: Amostra diskusyon
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Direkto
|
||||
|
|
|
@ -7,7 +7,6 @@ lt:
|
|||
hosted_on: Mastodon talpinamas %{domain}
|
||||
title: Apie
|
||||
accounts:
|
||||
follow: Sekti
|
||||
followers:
|
||||
few: Sekėjai
|
||||
many: Sekėjo
|
||||
|
@ -29,6 +28,8 @@ lt:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Atlikti veiksmą
|
||||
already_silenced: Ši paskyra jau buvo apribota.
|
||||
already_suspended: Ši paskyra jau sustabdyta.
|
||||
title: Atlikti prižiūrėjimo veiksmą %{acct}
|
||||
account_moderation_notes:
|
||||
create: Palikti pastabą
|
||||
|
@ -49,6 +50,7 @@ lt:
|
|||
title: Keisti el. paštą %{username}
|
||||
change_role:
|
||||
changed_msg: Vaidmuo sėkmingai pakeistas.
|
||||
edit_roles: Tvarkyti naudotojų vaidmenis
|
||||
label: Keisti vaidmenį
|
||||
no_role: Jokios vaidmenį
|
||||
title: Keisti vaidmenį %{username}
|
||||
|
@ -485,6 +487,7 @@ lt:
|
|||
destroyed_msg: Skundo žinutė sekmingai ištrinta!
|
||||
reports:
|
||||
action_taken_by: Veiksmo ėmėsi
|
||||
actions_no_posts: Ši ataskaita neturi jokių susijusių įrašų ištrinti
|
||||
already_suspended_badges:
|
||||
local: Jau sustabdytas šiame serveryje
|
||||
remote: Jau sustabdytas jų serveryje
|
||||
|
@ -797,6 +800,12 @@ lt:
|
|||
redirecting_to: Tavo paskyra yra neaktyvi, nes šiuo metu ji nukreipiama į %{acct}.
|
||||
self_destruct: Kadangi %{domain} uždaromas, turėsi tik ribotą prieigą prie savo paskyros.
|
||||
view_strikes: Peržiūrėti ankstesnius savo paskyros pažeidimus
|
||||
author_attribution:
|
||||
example_title: Teksto pavyzdys
|
||||
hint_html: Valdyk, kaip esi nurodomas (-a), kai nuorodos bendrinamos platformoje „Mastodon“.
|
||||
more_from_html: Daugiau iš %{name}
|
||||
s_blog: "%{name} tinklaraštis"
|
||||
title: Autoriaus (-ės) atribucija
|
||||
challenge:
|
||||
hint_html: "<strong>Patarimas:</strong> artimiausią valandą daugiau neprašysime tavo slaptažodžio."
|
||||
datetime:
|
||||
|
@ -1036,7 +1045,7 @@ lt:
|
|||
generic: Nežinoma naršyklė
|
||||
current_session: Dabartinis seansas
|
||||
date: Data
|
||||
description: "%{browser} ant %{platform}"
|
||||
description: "„%{browser}“ per „%{platform}“"
|
||||
explanation: Čia rodomos web naršyklės prijungtos prie Jūsų Mastodon paskyros.
|
||||
ip: IP
|
||||
platforms:
|
||||
|
@ -1097,16 +1106,11 @@ lt:
|
|||
other: "%{count} vaizdų"
|
||||
boosted_from_html: Pakelta iš %{acct_link}
|
||||
content_warning: 'Turinio įspėjimas: %{warning}'
|
||||
open_in_web: Atidaryti naudojan Web
|
||||
over_character_limit: pasiektas %{max} simbolių limitas
|
||||
pin_errors:
|
||||
limit: Jūs jau prisegėte maksimalų toot'ų skaičų
|
||||
ownership: Kitų vartotojų toot'ai negali būti prisegti
|
||||
reblog: Pakeltos žinutės negali būti prisegtos
|
||||
poll:
|
||||
vote: Balsuoti
|
||||
show_more: Rodyti daugiau
|
||||
show_thread: Rodyti giją
|
||||
visibilities:
|
||||
private: Tik sekėjams
|
||||
private_long: rodyti tik sekėjams
|
||||
|
@ -1116,6 +1120,7 @@ lt:
|
|||
unlisted_long: matyti gali visi, bet nėra išvardyti į viešąsias laiko skales
|
||||
statuses_cleanup:
|
||||
enabled_hint: Automatiškai ištrina įrašus, kai jie pasiekia nustatytą amžiaus ribą, nebent jie atitinka vieną iš toliau nurodytų išimčių
|
||||
interaction_exceptions_explanation: Atkreipk dėmesį, kad negarantuojama, jog įrašai nebus ištrinti, jei jų mėgstamumo ar pasidalinimo riba bus žemesnė, nors vieną kartą ji jau buvo viršyta.
|
||||
keep_polls_hint: Neištrina jokių tavo apklausų
|
||||
keep_self_bookmark: Laikyti įrašus, kuriuos pažymėjai
|
||||
keep_self_bookmark_hint: Neištrina tavo pačių įrašų, jei esi juos pažymėjęs (-usi)
|
||||
|
@ -1226,6 +1231,7 @@ lt:
|
|||
instructions_html: Nukopijuok ir įklijuok toliau pateiktą kodą į savo svetainės HTML. Tada į vieną iš papildomų profilio laukų skirtuke Redaguoti profilį įrašyk savo svetainės adresą ir išsaugok pakeitimus.
|
||||
verification: Patvirtinimas
|
||||
verified_links: Tavo patikrintos nuorodos
|
||||
website_verification: Svetainės patvirtinimas
|
||||
webauthn_credentials:
|
||||
add: Pridėti naują saugumo raktą
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ lv:
|
|||
hosted_on: Mastodon mitināts %{domain}
|
||||
title: Par
|
||||
accounts:
|
||||
follow: Sekot
|
||||
followers:
|
||||
one: Sekotājs
|
||||
other: Sekotāji
|
||||
|
@ -1162,8 +1161,6 @@ lv:
|
|||
your_appeal_approved: Jūsu apelācija ir apstiprināta
|
||||
your_appeal_pending: Jūs esat iesniedzis apelāciju
|
||||
your_appeal_rejected: Jūsu apelācija ir noraidīta
|
||||
domain_validator:
|
||||
invalid_domain: nav derīgs domēna nosaukums
|
||||
edit_profile:
|
||||
basic_information: Pamata informācija
|
||||
hint_html: "<strong>Pielāgo, ko cilvēki redz Tavā publiskajā profilā un blakus Taviem ierakstiem.</strong> Ir lielāka iespējamība, ka citi clivēki sekos Tev un mijiedarbosies ar Tevi, ja Tev ir aizpildīts profils un profila attēls."
|
||||
|
@ -1647,25 +1644,12 @@ lv:
|
|||
edited_at_html: Labots %{date}
|
||||
errors:
|
||||
in_reply_not_found: Šķiet, ka ziņa, uz kuru tu mēģini atbildēt, nepastāv.
|
||||
open_in_web: Atvērt webā
|
||||
over_character_limit: pārsniegts %{max} rakstzīmju ierobežojums
|
||||
pin_errors:
|
||||
direct: Ziņojumus, kas ir redzami tikai minētajiem lietotājiem, nevar piespraust
|
||||
limit: Tu jau esi piespraudis maksimālo ziņu skaitu
|
||||
ownership: Kāda cita ierakstu nevar piespraust
|
||||
reblog: Izceltu ierakstu nevar piespraust
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} cilvēks"
|
||||
other: "%{count} cilvēki"
|
||||
zero: "%{count} cilvēku"
|
||||
total_votes:
|
||||
one: "%{count} balss"
|
||||
other: "%{count} balsis"
|
||||
zero: "%{count} balsu"
|
||||
vote: Balsu skaits
|
||||
show_more: Rādīt vairāk
|
||||
show_thread: Rādīt tematu
|
||||
title: "%{name}: “%{quote}”"
|
||||
visibilities:
|
||||
direct: Tiešs
|
||||
|
|
|
@ -4,7 +4,6 @@ ml:
|
|||
contact_missing: സജ്ജമാക്കിയിട്ടില്ല
|
||||
contact_unavailable: ലഭ്യമല്ല
|
||||
accounts:
|
||||
follow: പിന്തുടരുക
|
||||
following: പിന്തുടരുന്നു
|
||||
last_active: അവസാനം സജീവമായിരുന്നത്
|
||||
link_verified_on: സന്ധിയുടെ ഉടമസ്ഥാവസ്കാശം %{date} ൽ പരിശോധിക്കപ്പെട്ടു
|
||||
|
|
|
@ -7,7 +7,6 @@ ms:
|
|||
hosted_on: Mastodon dihoskan di %{domain}
|
||||
title: Perihal
|
||||
accounts:
|
||||
follow: Ikut
|
||||
followers:
|
||||
other: Pengikut
|
||||
following: Mengikuti
|
||||
|
@ -1115,8 +1114,6 @@ ms:
|
|||
your_appeal_approved: Rayuan anda telah diluluskan
|
||||
your_appeal_pending: Anda telah menghantar rayuan
|
||||
your_appeal_rejected: Rayuan anda telah ditolak
|
||||
domain_validator:
|
||||
invalid_domain: bukan nama domain yang sah
|
||||
edit_profile:
|
||||
basic_information: Maklumat Asas
|
||||
hint_html: "<strong>Sesuaikan perkara yang orang lihat pada profil awam anda dan di sebelah siaran anda.</strong> Orang lain lebih berkemungkinan mengikuti anda kembali dan berinteraksi dengan anda apabila anda mempunyai profil dan gambar profil yang telah diisi."
|
||||
|
@ -1562,21 +1559,12 @@ ms:
|
|||
edited_at_html: Disunting %{date}
|
||||
errors:
|
||||
in_reply_not_found: Pos yang anda cuba balas nampaknya tidak wujud.
|
||||
open_in_web: Buka dalam web
|
||||
over_character_limit: had aksara %{max} melebihi
|
||||
pin_errors:
|
||||
direct: Pos yang hanya boleh dilihat oleh pengguna yang disebut tidak boleh disematkan
|
||||
limit: Anda telah menyematkan bilangan maksimum pos
|
||||
ownership: Siaran orang lain tidak boleh disematkan
|
||||
reblog: Rangsangan tidak boleh disematkan
|
||||
poll:
|
||||
total_people:
|
||||
other: "%{count} orang"
|
||||
total_votes:
|
||||
other: "%{count} undi"
|
||||
vote: Undi
|
||||
show_more: Tunjuk lebih banyak
|
||||
show_thread: Tunjuk bebenang
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Terus
|
||||
|
|
|
@ -7,7 +7,6 @@ my:
|
|||
hosted_on: "%{domain} မှ လက်ခံဆောင်ရွက်ထားသော Mastodon"
|
||||
title: အကြောင်း
|
||||
accounts:
|
||||
follow: စောင့်ကြည့်မယ်
|
||||
followers:
|
||||
other: စောင့်ကြည့်သူ
|
||||
following: စောင့်ကြည့်နေသည်
|
||||
|
@ -1108,8 +1107,6 @@ my:
|
|||
your_appeal_approved: သင့်တင်သွင်းခြင်းကို အတည်ပြုပြီးပါပြီ
|
||||
your_appeal_pending: အယူခံဝင်ရန် တင်သွင်းထားသည်
|
||||
your_appeal_rejected: အယူခံဝင်မှုကို ပယ်ချလိုက်သည်
|
||||
domain_validator:
|
||||
invalid_domain: တရားဝင်ဒိုမိန်းအမည်မဟုတ်ပါ
|
||||
edit_profile:
|
||||
basic_information: အခြေခံသတင်းအချက်အလက်
|
||||
hint_html: "<strong>သင်၏ အများမြင်ပရိုဖိုင်နှင့် သင့်ပို့စ်များဘေးရှိ တွေ့မြင်ရသည့်အရာကို စိတ်ကြိုက်ပြင်ဆင်ပါ။ </strong> သင့်တွင် ပရိုဖိုင်နှင့် ပရိုဖိုင်ပုံတစ်ခု ဖြည့်သွင်းထားပါက အခြားသူများအနေဖြင့် သင်နှင့် အပြန်အလှန် တုံ့ပြန်နိုင်ခြေပိုများပါသည်။"
|
||||
|
@ -1562,21 +1559,12 @@ my:
|
|||
edited_at_html: "%{date} ကို ပြင်ဆင်ပြီးပါပြီ"
|
||||
errors:
|
||||
in_reply_not_found: သင် စာပြန်နေသည့်ပို့စ်မှာ မရှိတော့ပါ။
|
||||
open_in_web: ဝဘ်တွင် ဖွင့်ပါ
|
||||
over_character_limit: စာလုံးကန့်သတ်ချက် %{max} ကို ကျော်လွန်သွားပါပြီ
|
||||
pin_errors:
|
||||
direct: အမည်ဖော်ပြထားသည့် ပို့စ်များကို ပင်တွဲ၍မရပါ
|
||||
limit: သင်သည် ပို့စ်အရေအတွက်အများဆုံးကို ပင်တွဲထားပြီးဖြစ်သည်
|
||||
ownership: အခြားသူ၏ပို့စ်ကို ပင်တွဲ၍မရပါ
|
||||
reblog: Boost လုပ်ထားသောပို့စ်ကို ပင်ထား၍မရပါ
|
||||
poll:
|
||||
total_people:
|
||||
other: "%{count} ယောက်"
|
||||
total_votes:
|
||||
other: မဲအရေအတွက် %{count} မဲ
|
||||
vote: မဲပေးမည်
|
||||
show_more: ပိုမိုပြရန်
|
||||
show_thread: Thread ကို ပြပါ
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: တိုက်ရိုက်
|
||||
|
|
|
@ -7,7 +7,6 @@ nl:
|
|||
hosted_on: Mastodon op %{domain}
|
||||
title: Over
|
||||
accounts:
|
||||
follow: Volgen
|
||||
followers:
|
||||
one: Volger
|
||||
other: Volgers
|
||||
|
@ -25,6 +24,8 @@ nl:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Actie uitvoeren
|
||||
already_silenced: Dit account is al beperkt.
|
||||
already_suspended: Dit account is al geschorst.
|
||||
title: Moderatiemaatregel tegen %{acct} nemen
|
||||
account_moderation_notes:
|
||||
create: Laat een opmerking achter
|
||||
|
@ -46,6 +47,7 @@ nl:
|
|||
title: E-mailadres wijzigen voor %{username}
|
||||
change_role:
|
||||
changed_msg: Rol succesvol veranderd!
|
||||
edit_roles: Gebruikersrollen beheren
|
||||
label: Rol veranderen
|
||||
no_role: Geen rol
|
||||
title: Rol van %{username} veranderen
|
||||
|
@ -602,6 +604,7 @@ nl:
|
|||
suspend_description_html: Het account en de inhoud hiervan is niet meer toegankelijk, en het is ook niet meer mogelijk om ermee interactie te hebben. Uiteindelijk wordt het account volledig verwijderd. Dit is omkeerbaar binnen 30 dagen. Dit sluit alle rapporten tegen dit account af.
|
||||
actions_description_html: Beslis welke maatregel moet worden genomen om deze rapportage op te lossen. Wanneer je een (straf)maatregel tegen het gerapporteerde account neemt, krijgt het account een e-mailmelding, behalve wanneer de <strong>spam</strong>-categorie is gekozen.
|
||||
actions_description_remote_html: Beslis welke actie moet worden ondernomen om deze rapportage op te lossen. Dit is alleen van invloed op hoe <strong>jouw</strong> server met dit externe account communiceert en de inhoud ervan beheert.
|
||||
actions_no_posts: Dit rapport heeft geen bijbehorende berichten om te verwijderen
|
||||
add_to_report: Meer aan de rapportage toevoegen
|
||||
already_suspended_badges:
|
||||
local: Al geschorst op deze server
|
||||
|
@ -1157,6 +1160,12 @@ nl:
|
|||
view_strikes: Bekijk de eerder door moderatoren vastgestelde overtredingen die je hebt gemaakt
|
||||
too_fast: Formulier is te snel ingediend. Probeer het nogmaals.
|
||||
use_security_key: Beveiligingssleutel gebruiken
|
||||
author_attribution:
|
||||
example_title: Voorbeeldtekst
|
||||
hint_html: Bepaal hoe we je vermelden, wanneer jouw links op Mastodon worden gedeeld.
|
||||
more_from_html: Meer van %{name}
|
||||
s_blog: De weblog van %{name}
|
||||
title: Auteur-attributie
|
||||
challenge:
|
||||
confirm: Doorgaan
|
||||
hint_html: "<strong>Tip:</strong> We vragen jou het komende uur niet meer naar jouw wachtwoord."
|
||||
|
@ -1231,8 +1240,6 @@ nl:
|
|||
your_appeal_approved: Jouw bezwaar is goedgekeurd
|
||||
your_appeal_pending: Je hebt een bezwaar ingediend
|
||||
your_appeal_rejected: Jouw bezwaar is afgewezen
|
||||
domain_validator:
|
||||
invalid_domain: is een ongeldige domeinnaam
|
||||
edit_profile:
|
||||
basic_information: Algemene informatie
|
||||
hint_html: "<strong>Wat mensen op jouw openbare profiel en naast je berichten zien aanpassen.</strong> Andere mensen gaan je waarschijnlijk eerder volgen en hebben vaker interactie met je, wanneer je profiel is ingevuld en je een profielfoto hebt."
|
||||
|
@ -1732,23 +1739,12 @@ nl:
|
|||
edited_at_html: Bewerkt op %{date}
|
||||
errors:
|
||||
in_reply_not_found: Het bericht waarop je probeert te reageren lijkt niet te bestaan.
|
||||
open_in_web: In de webapp openen
|
||||
over_character_limit: Limiet van %{max} tekens overschreden
|
||||
pin_errors:
|
||||
direct: Berichten die alleen zichtbaar zijn voor vermelde gebruikers, kunnen niet worden vastgezet
|
||||
limit: Je hebt het maximaal aantal bericht al vastgemaakt
|
||||
ownership: Een bericht van iemand anders kan niet worden vastgemaakt
|
||||
reblog: Een boost kan niet worden vastgezet
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persoon"
|
||||
other: "%{count} personen"
|
||||
total_votes:
|
||||
one: "%{count} stem"
|
||||
other: "%{count} stemmen"
|
||||
vote: Stemmen
|
||||
show_more: Meer tonen
|
||||
show_thread: Gesprek tonen
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Privébericht
|
||||
|
@ -1947,6 +1943,7 @@ nl:
|
|||
instructions_html: Kopieer en plak de onderstaande code in de HTML van je website. Voeg vervolgens het adres van je website toe aan een van de extra velden op je profiel op het tabblad "Profiel bewerken" en sla de wijzigingen op.
|
||||
verification: Verificatie
|
||||
verified_links: Jouw geverifieerde links
|
||||
website_verification: Website-verificatie
|
||||
webauthn_credentials:
|
||||
add: Nieuwe beveiligingssleutel toevoegen
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ nn:
|
|||
hosted_on: "%{domain} er vert for Mastodon"
|
||||
title: Om
|
||||
accounts:
|
||||
follow: Fylg
|
||||
followers:
|
||||
one: Fylgjar
|
||||
other: Fylgjarar
|
||||
|
@ -25,6 +24,8 @@ nn:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Utfør
|
||||
already_silenced: Denne kontoen har allereie vorte avgrensa.
|
||||
already_suspended: Denne kontoen er allereie sperra.
|
||||
title: Utfør moderatorhandling på %{acct}
|
||||
account_moderation_notes:
|
||||
create: Legg igjen merknad
|
||||
|
@ -46,6 +47,7 @@ nn:
|
|||
title: Byt e-post for %{username}
|
||||
change_role:
|
||||
changed_msg: Rolle endra!
|
||||
edit_roles: Administrer brukarroller
|
||||
label: Endre rolle
|
||||
no_role: Inga rolle
|
||||
title: Endre rolle for %{username}
|
||||
|
@ -602,6 +604,7 @@ nn:
|
|||
suspend_description_html: Brukarkontoen og alt innhaldet vil bli utilgjengeleg og til slutt sletta, og det vil vera uråd å samhandla med brukaren. Du kan angra dette innan 30 dagar. Dette avsluttar alle rapportar om kontoen.
|
||||
actions_description_html: Avgjer kva som skal gjerast med denne rapporteringa. Dersom du utfører straffetiltak mot den rapporterte kontoen, vil dei motta ein e-post – så sant du ikkje har valt kategorien <strong>Spam</strong>.
|
||||
actions_description_remote_html: Avgjer kva du vil gjera for å løysa denne rapporten. Dette påverkar berre korleis tenaren <strong>din</strong> kommuniserer med kontoen på ein annan tenar, og korleis tenaren din handterer innhald derifrå.
|
||||
actions_no_posts: Denne rapporten har ingen tilknytte innlegg å sletta
|
||||
add_to_report: Legg til i rapporten
|
||||
already_suspended_badges:
|
||||
local: Allereie utestengd på denne tenaren
|
||||
|
@ -1157,6 +1160,12 @@ nn:
|
|||
view_strikes: Vis tidligere advarsler mot kontoen din
|
||||
too_fast: Skjemaet ble sendt inn for raskt, prøv på nytt.
|
||||
use_security_key: Bruk sikkerhetsnøkkel
|
||||
author_attribution:
|
||||
example_title: Eksempeltekst
|
||||
hint_html: Kontroller korleis du blir kreditert når nokon deler lenker på Mastodon.
|
||||
more_from_html: Meir frå %{name}
|
||||
s_blog: Bloggen til %{name}
|
||||
title: Forfattarkreditering
|
||||
challenge:
|
||||
confirm: Hald fram
|
||||
hint_html: "<strong>Tips:</strong> Vi skal ikkje spørja deg om passordet ditt igjen i laupet av den neste timen."
|
||||
|
@ -1231,8 +1240,6 @@ nn:
|
|||
your_appeal_approved: Din klage har blitt godkjent
|
||||
your_appeal_pending: Du har levert en klage
|
||||
your_appeal_rejected: Din klage har blitt avvist
|
||||
domain_validator:
|
||||
invalid_domain: er ikkje eit gangbart domenenamn
|
||||
edit_profile:
|
||||
basic_information: Grunnleggande informasjon
|
||||
hint_html: "<strong>Tilpass kva folk ser på den offentlege profilen din og ved sida av innlegga dine.</strong> Andre vil i større grad fylgja og samhandla med deg når du har eit profilbilete og har fyllt ut profilen din."
|
||||
|
@ -1732,23 +1739,12 @@ nn:
|
|||
edited_at_html: Redigert %{date}
|
||||
errors:
|
||||
in_reply_not_found: Det ser ut til at tutet du freistar å svara ikkje finst.
|
||||
open_in_web: Opn på nett
|
||||
over_character_limit: øvregrensa for teikn, %{max}, er nådd
|
||||
pin_errors:
|
||||
direct: Innlegg som bare er synlige for nevnte brukere kan ikke festes
|
||||
limit: Du har allereie festa så mange tut som det går an å festa
|
||||
ownership: Du kan ikkje festa andre sine tut
|
||||
reblog: Ei framheving kan ikkje festast
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} person"
|
||||
other: "%{count} folk"
|
||||
total_votes:
|
||||
one: "%{count} røyst"
|
||||
other: "%{count} røyster"
|
||||
vote: Røyst
|
||||
show_more: Vis meir
|
||||
show_thread: Vis tråden
|
||||
title: "%{name}: «%{quote}»"
|
||||
visibilities:
|
||||
direct: Direkte
|
||||
|
@ -1947,6 +1943,7 @@ nn:
|
|||
instructions_html: Kopier og lim inn i koden nedanfor i HTML-koden for nettsida di. Legg deretter adressa til nettsida di til i ei av ekstrafelta på profilen din frå fana "Rediger profil" og lagre endringane.
|
||||
verification: Stadfesting
|
||||
verified_links: Dine verifiserte lenker
|
||||
website_verification: Stadfesting av nettside
|
||||
webauthn_credentials:
|
||||
add: Legg til ny sikkerhetsnøkkel
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
hosted_on: Mastodon driftet på %{domain}
|
||||
title: Om
|
||||
accounts:
|
||||
follow: Følg
|
||||
followers:
|
||||
one: Følger
|
||||
other: Følgere
|
||||
|
@ -1147,8 +1146,6 @@
|
|||
your_appeal_approved: Anken din har blitt godkjent
|
||||
your_appeal_pending: Du har levert en anke
|
||||
your_appeal_rejected: Anken din har blitt avvist
|
||||
domain_validator:
|
||||
invalid_domain: er ikke et gyldig domenenavn
|
||||
edit_profile:
|
||||
basic_information: Grunnleggende informasjon
|
||||
hint_html: "<strong>Tilpass hva folk ser på din offentlige profil og ved siden av dine innlegg.</strong> Det er mer sannsynlig at andre mennesker følger deg tilbake og samhandler med deg når du har fylt ut en profil og et profilbilde."
|
||||
|
@ -1621,23 +1618,12 @@
|
|||
edited_at_html: Redigert %{date}
|
||||
errors:
|
||||
in_reply_not_found: Posten du prøver å svare ser ikke ut til eksisterer.
|
||||
open_in_web: Åpne i nettleser
|
||||
over_character_limit: grensen på %{max} tegn overskredet
|
||||
pin_errors:
|
||||
direct: Innlegg som bare er synlige for nevnte brukere kan ikke festes
|
||||
limit: Du har allerede festet det maksimale antall innlegg
|
||||
ownership: Kun egne innlegg kan festes
|
||||
reblog: En fremheving kan ikke festes
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} person"
|
||||
other: "%{count} personer"
|
||||
total_votes:
|
||||
one: "%{count} stemme"
|
||||
other: "%{count} stemmer"
|
||||
vote: Stem
|
||||
show_more: Vis mer
|
||||
show_thread: Vis tråden
|
||||
title: "%{name}: «%{quote}»"
|
||||
visibilities:
|
||||
direct: Direkte
|
||||
|
|
|
@ -7,7 +7,6 @@ oc:
|
|||
hosted_on: Mastodon albergat sus %{domain}
|
||||
title: A prepaus
|
||||
accounts:
|
||||
follow: Sègre
|
||||
followers:
|
||||
one: Seguidor
|
||||
other: Seguidors
|
||||
|
@ -538,8 +537,6 @@ oc:
|
|||
strikes:
|
||||
title_actions:
|
||||
none: Avertiment
|
||||
domain_validator:
|
||||
invalid_domain: es pas un nom de domeni valid
|
||||
errors:
|
||||
'403': Avètz pas l’autorizacion de veire aquesta pagina.
|
||||
'404': La pagina que cercatz existís pas aquí.
|
||||
|
@ -848,22 +845,11 @@ oc:
|
|||
edited_at_html: Modificat %{date}
|
||||
errors:
|
||||
in_reply_not_found: La publicacion que respondètz sembla pas mai exisitir.
|
||||
open_in_web: Dobrir sul web
|
||||
over_character_limit: limit de %{max} caractèrs passat
|
||||
pin_errors:
|
||||
limit: Avètz ja lo maximum de tuts penjats
|
||||
ownership: Se pòt pas penjar lo tut de qualqu’un mai
|
||||
reblog: Se pòt pas penjar un tut partejat
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persona"
|
||||
other: "%{count} personas"
|
||||
total_votes:
|
||||
one: "%{count} vòte"
|
||||
other: "%{count} vòtes"
|
||||
vote: Votar
|
||||
show_more: Ne veire mai
|
||||
show_thread: Mostrar lo fil
|
||||
title: '%{name} : "%{quote}"'
|
||||
visibilities:
|
||||
direct: Dirècte
|
||||
|
|
|
@ -7,7 +7,6 @@ pa:
|
|||
hosted_on: "%{domain} ਉੱਤੇ ਹੋਸਟ ਕੀਤਾ ਮਸਟਾਡੋਨ"
|
||||
title: ਇਸ ਬਾਰੇ
|
||||
accounts:
|
||||
follow: ਫ਼ਾਲੋ
|
||||
following: ਫ਼ਾਲੋ ਕੀਤੇ ਜਾ ਰਹੇ
|
||||
posts_tab_heading: ਪੋਸਟਾਂ
|
||||
admin:
|
||||
|
|
|
@ -7,7 +7,6 @@ pl:
|
|||
hosted_on: Mastodon prowadzony na %{domain}
|
||||
title: O nas
|
||||
accounts:
|
||||
follow: Obserwuj
|
||||
followers:
|
||||
few: śledzących
|
||||
many: śledzących
|
||||
|
@ -29,6 +28,8 @@ pl:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Wykonaj działanie
|
||||
already_silenced: To konto zostało już ograniczone.
|
||||
already_suspended: To konto zostało już zawieszone.
|
||||
title: Wykonaj działanie moderacyjne na %{acct}
|
||||
account_moderation_notes:
|
||||
create: Pozostaw notatkę
|
||||
|
@ -50,6 +51,7 @@ pl:
|
|||
title: Zmień adres e-mail dla %{username}
|
||||
change_role:
|
||||
changed_msg: Pomyślnie zmieniono rolę!
|
||||
edit_roles: Zarządzaj rolami użytkowników
|
||||
label: Zmień rolę
|
||||
no_role: Brak roli
|
||||
title: Zmień rolę dla %{username}
|
||||
|
@ -626,6 +628,7 @@ pl:
|
|||
suspend_description_html: Konto i cała jego zawartość będą niedostępne i ostatecznie usunięte, a interakcja z nim będzie niemożliwa. Możliwość odwrócenia w ciągu 30 dni. Zamyka wszelkie zgłoszenia dotyczące tego konta.
|
||||
actions_description_html: Zdecyduj, jakie działania należy podjąć, aby rozstrzygnąć niniejsze zgłoszenie. Jeśli podejmiesz działania karne przeciwko zgłoszonemu kontowi, zostanie do nich wysłane powiadomienie e-mail, chyba że wybrano kategorię <strong>Spam</strong>.
|
||||
actions_description_remote_html: Zdecyduj, jakie działanie należy podjąć, aby rozwiązać to zgłoszenie. Będzie to miało wpływ jedynie na sposób, w jaki <strong>Twój</strong> serwer komunikuje się z tym kontem zdalnym i obsługuje jego zawartość.
|
||||
actions_no_posts: Ten raport nie ma żadnych powiązanych wpisów do usunięcia
|
||||
add_to_report: Dodaj więcej do zgłoszenia
|
||||
already_suspended_badges:
|
||||
local: Już zawieszono na tym serwerze
|
||||
|
@ -1193,6 +1196,12 @@ pl:
|
|||
view_strikes: Zobacz dawne ostrzeżenia nałożone na twoje konto
|
||||
too_fast: Zbyt szybko przesłano formularz, spróbuj ponownie.
|
||||
use_security_key: Użyj klucza bezpieczeństwa
|
||||
author_attribution:
|
||||
example_title: Przykładowy tekst
|
||||
hint_html: Kontroluj przypisy do twoich wpisów widoczne na Mastodonie.
|
||||
more_from_html: Więcej od %{name}
|
||||
s_blog: Blog %{name}
|
||||
title: Przypis do autora
|
||||
challenge:
|
||||
confirm: Kontynuuj
|
||||
hint_html: "<strong>Informacja:</strong> Nie będziemy prosić Cię o ponowne podanie hasła przez następną godzinę."
|
||||
|
@ -1267,8 +1276,6 @@ pl:
|
|||
your_appeal_approved: Twoje odwołanie zostało zatwierdzone
|
||||
your_appeal_pending: Zgłosiłeś odwołanie
|
||||
your_appeal_rejected: Twoje odwołanie zostało odrzucone
|
||||
domain_validator:
|
||||
invalid_domain: nie jest prawidłową nazwą domeny
|
||||
edit_profile:
|
||||
basic_information: Podstawowe informacje
|
||||
hint_html: "<strong>Dostosuj to, co ludzie widzą na Twoim profilu publicznym i obok Twoich wpisów.</strong> Inne osoby są bardziej skłonne obserwować Cię i wchodzić z Tobą w interakcje, gdy masz wypełniony profil i zdjęcie profilowe."
|
||||
|
@ -1792,27 +1799,12 @@ pl:
|
|||
edited_at_html: Edytowane %{date}
|
||||
errors:
|
||||
in_reply_not_found: Post, na który próbujesz odpowiedzieć, nie istnieje.
|
||||
open_in_web: Otwórz w przeglądarce
|
||||
over_character_limit: limit %{max} znaków przekroczony
|
||||
pin_errors:
|
||||
direct: Nie możesz przypiąć wpisu, który jest widoczny tylko dla wspomnianych użytkowników
|
||||
limit: Przekroczyłeś maksymalną liczbę przypiętych wpisów
|
||||
ownership: Nie możesz przypiąć cudzego wpisu
|
||||
reblog: Nie możesz przypiąć podbicia wpisu
|
||||
poll:
|
||||
total_people:
|
||||
few: "%{count} osoby"
|
||||
many: "%{count} osób"
|
||||
one: "%{count} osoba"
|
||||
other: "%{count} osoby"
|
||||
total_votes:
|
||||
few: "%{count} głosy"
|
||||
many: "%{count} głosy"
|
||||
one: "%{count} głos"
|
||||
other: "%{count} głosy"
|
||||
vote: Głosuj
|
||||
show_more: Pokaż więcej
|
||||
show_thread: Pokaż wątek
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Bezpośredni
|
||||
|
@ -2013,6 +2005,7 @@ pl:
|
|||
instructions_html: Skopiuj poniższy kod HTML i wklej go na swoją stronę. Potem dodaj link do twojej strony do jednego z wolnych pól na profilu z zakładki "Edytuj profil".
|
||||
verification: Weryfikacja
|
||||
verified_links: Twoje zweryfikowane linki
|
||||
website_verification: Weryfikacja strony internetowej
|
||||
webauthn_credentials:
|
||||
add: Dodaj nowy klucz bezpieczeństwa
|
||||
create:
|
||||
|
|
|
@ -7,7 +7,6 @@ pt-BR:
|
|||
hosted_on: Mastodon hospedado em %{domain}
|
||||
title: Sobre
|
||||
accounts:
|
||||
follow: Seguir
|
||||
followers:
|
||||
one: Seguidor
|
||||
other: Seguidores
|
||||
|
@ -25,6 +24,8 @@ pt-BR:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Tomar uma atitude
|
||||
already_silenced: Esta conta já foi limitada.
|
||||
already_suspended: Esta conta já foi suspensa.
|
||||
title: Moderar %{acct}
|
||||
account_moderation_notes:
|
||||
create: Deixar nota
|
||||
|
@ -46,6 +47,7 @@ pt-BR:
|
|||
title: Alterar e-mail para %{username}
|
||||
change_role:
|
||||
changed_msg: Função alterada com sucesso!
|
||||
edit_roles: Gerenciar funções do usuário
|
||||
label: Alterar função
|
||||
no_role: Nenhuma função
|
||||
title: Alterar função para %{username}
|
||||
|
@ -602,6 +604,7 @@ pt-BR:
|
|||
suspend_description_html: A conta e todo o seu conteúdo ficará inacessível e, eventualmente, excluído e interagir com ela será impossível. Reversível dentro de 30 dias. Encerra todas as denúncias contra esta conta.
|
||||
actions_description_html: Decida qual ação tomar para responder a essa denúncia. Se você tomar uma ação punitiva contra a conta denunciada, uma notificação por e-mail será enviada ao usuário, exceto quando a categoria <strong>Spam</strong> for selecionada.
|
||||
actions_description_remote_html: Decida quais medidas tomará para resolver esta denúncia. Isso só afetará como <strong>seu servidor</strong> se comunica com esta conta remota e manipula seu conteúdo.
|
||||
actions_no_posts: Essa denúncia não tem nenhuma publicação associada para excluir
|
||||
add_to_report: Adicionar mais à denúncia
|
||||
already_suspended_badges:
|
||||
local: Já suspenso neste servidor
|
||||
|
@ -1157,6 +1160,12 @@ pt-BR:
|
|||
view_strikes: Veja os avisos anteriores em relação à sua conta
|
||||
too_fast: O formulário foi enviado muito rapidamente, tente novamente.
|
||||
use_security_key: Usar chave de segurança
|
||||
author_attribution:
|
||||
example_title: Texto de amostra
|
||||
hint_html: Controle como você é creditado quando links são compartilhados no Mastodon.
|
||||
more_from_html: Mais de %{name}
|
||||
s_blog: Blog do %{name}
|
||||
title: Atribuição de autoria
|
||||
challenge:
|
||||
confirm: Continuar
|
||||
hint_html: "<strong>Dica:</strong> Não pediremos novamente sua senha pela próxima hora."
|
||||
|
@ -1231,8 +1240,6 @@ pt-BR:
|
|||
your_appeal_approved: Sua revisão foi aprovada
|
||||
your_appeal_pending: Você enviou uma revisão
|
||||
your_appeal_rejected: Sua revisão foi rejeitada
|
||||
domain_validator:
|
||||
invalid_domain: não é um nome de domínio válido
|
||||
edit_profile:
|
||||
basic_information: Informações básicas
|
||||
hint_html: "<strong>Personalize o que as pessoas veem no seu perfil público e ao lado de suas publicações.</strong> É mais provável que outras pessoas o sigam de volta e interajam com você quando você tiver um perfil preenchido e uma foto de perfil."
|
||||
|
@ -1732,23 +1739,12 @@ pt-BR:
|
|||
edited_at_html: Editado em %{date}
|
||||
errors:
|
||||
in_reply_not_found: A publicação que você quer responder parece não existir.
|
||||
open_in_web: Abrir no navegador
|
||||
over_character_limit: limite de caracteres de %{max} excedido
|
||||
pin_errors:
|
||||
direct: Publicações visíveis apenas para usuários mencionados não podem ser fixadas
|
||||
limit: Você alcançou o número limite de publicações fixadas
|
||||
ownership: As publicações dos outros não podem ser fixadas
|
||||
reblog: Um impulso não pode ser fixado
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} pessoa"
|
||||
other: "%{count} pessoas"
|
||||
total_votes:
|
||||
one: "%{count} voto"
|
||||
other: "%{count} votos"
|
||||
vote: Votar
|
||||
show_more: Mostrar mais
|
||||
show_thread: Mostrar conversa
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Direto
|
||||
|
@ -1947,6 +1943,7 @@ pt-BR:
|
|||
instructions_html: Copie o código abaixo e cole no HTML do seu site. Em seguida, adicione o endereço do seu site em um dos campos extras em seu perfil, na aba "Editar perfil", e salve as alterações.
|
||||
verification: Verificação
|
||||
verified_links: Seus links verificados
|
||||
website_verification: Verificação do site
|
||||
webauthn_credentials:
|
||||
add: Adicionar nova chave de segurança
|
||||
create:
|
||||
|
|
|
@ -4,10 +4,9 @@ pt-PT:
|
|||
about_mastodon_html: 'A rede social do futuro: sem publicidade, e sem vigilância empresarial; desenho ético, e descentralizado! Tome posse dos seus dados com o Mastodon!'
|
||||
contact_missing: Por definir
|
||||
contact_unavailable: n.d.
|
||||
hosted_on: Mastodon em %{domain}
|
||||
title: Acerca de
|
||||
hosted_on: Mastodon alojado em %{domain}
|
||||
title: Sobre
|
||||
accounts:
|
||||
follow: Seguir
|
||||
followers:
|
||||
one: Seguidor
|
||||
other: Seguidores
|
||||
|
@ -25,15 +24,17 @@ pt-PT:
|
|||
admin:
|
||||
account_actions:
|
||||
action: Executar acção
|
||||
already_suspended: Esta conta já foi suspensa.
|
||||
title: Executar ação de moderação em %{acct}
|
||||
account_moderation_notes:
|
||||
create: Deixar uma nota
|
||||
created_msg: Nota de moderação criada com sucesso!
|
||||
destroyed_msg: Nota de moderação destruída!
|
||||
accounts:
|
||||
add_email_domain_block: Bloquear domínio de e-mail
|
||||
approve: Aprovar
|
||||
approved_msg: Inscrição de %{username} aprovada com sucesso
|
||||
are_you_sure: Tens a certeza?
|
||||
are_you_sure: Tem a certeza?
|
||||
avatar: Imagem de perfil
|
||||
by_domain: Domínio
|
||||
change_email:
|
||||
|
@ -45,18 +46,20 @@ pt-PT:
|
|||
title: Alterar e-mail para %{username}
|
||||
change_role:
|
||||
changed_msg: Função alterada com sucesso!
|
||||
edit_roles: Gerir funções de utilizador
|
||||
label: Alterar função
|
||||
no_role: Nenhuma função
|
||||
title: Alterar a função de %{username}
|
||||
confirm: Confirmar
|
||||
confirmed: Confirmado
|
||||
confirming: A confirmar
|
||||
custom: Personalizar
|
||||
custom: Personalizado
|
||||
delete: Eliminar dados
|
||||
deleted: Eliminada
|
||||
demote: Despromoveu
|
||||
demote: Despromovida
|
||||
destroyed_msg: Os dados de %{username} estão agora em fila de espera para serem eliminados de imediato
|
||||
disable: Congelar
|
||||
disable_sign_in_token_auth: Desativar token de autenticação por e-mail
|
||||
disable_two_factor_authentication: Desativar autenticação por dois fatores (2FA)
|
||||
disabled: Congelada
|
||||
display_name: Nome a mostrar
|
||||
|
@ -65,6 +68,7 @@ pt-PT:
|
|||
email: E-mail
|
||||
email_status: Estado do e-mail
|
||||
enable: Descongelar
|
||||
enable_sign_in_token_auth: Ativar token de autenticação por e-mail
|
||||
enabled: Ativado
|
||||
enabled_msg: Descongelou a conta %{username}
|
||||
followers: Seguidores
|
||||
|
@ -100,8 +104,8 @@ pt-PT:
|
|||
no_limits_imposed: Sem limites impostos
|
||||
no_role_assigned: Nenhuma função atribuída
|
||||
not_subscribed: Não inscrito
|
||||
pending: Pendente de revisão
|
||||
perform_full_suspension: Fazer suspensão completa
|
||||
pending: Revisão pendente
|
||||
perform_full_suspension: Suspender
|
||||
previous_strikes: Reprimendas anteriores
|
||||
previous_strikes_description_html:
|
||||
one: Esta conta tem <strong>1</strong> reprimenda.
|
||||
|
@ -109,7 +113,7 @@ pt-PT:
|
|||
promote: Promover
|
||||
protocol: Protocolo
|
||||
public: Público
|
||||
push_subscription_expires: A Inscrição PuSH expira
|
||||
push_subscription_expires: A inscrição PuSH expira
|
||||
redownload: Atualizar perfil
|
||||
redownloaded_msg: Perfil de %{username} atualizado a partir da origem com sucesso
|
||||
reject: Rejeitar
|
||||
|
@ -122,13 +126,14 @@ pt-PT:
|
|||
removed_header_msg: Imagem de cabeçalho de %{username} removida
|
||||
resend_confirmation:
|
||||
already_confirmed: Este utilizador já está confirmado
|
||||
send: Reenviar link de confirmação
|
||||
success: Link de confirmação enviado com sucesso!
|
||||
reset: Reiniciar
|
||||
send: Reenviar hiperligação de confirmação
|
||||
success: Hiperligação de confirmação enviada com sucesso!
|
||||
reset: Repor
|
||||
reset_password: Criar nova palavra-passe
|
||||
resubscribe: Reinscrever
|
||||
role: Função
|
||||
search: Pesquisar
|
||||
search_same_email_domain: Outros utilizadores com o mesmo domínio de e-mail
|
||||
search_same_ip: Outros utilizadores com o mesmo IP
|
||||
security: Segurança
|
||||
security_measures:
|
||||
|
@ -136,7 +141,7 @@ pt-PT:
|
|||
password_and_2fa: Palavra-passe e 2FA
|
||||
sensitive: Marcar como problemático
|
||||
sensitized: Marcada como problemática
|
||||
shared_inbox_url: URL da caixa de entrada compartilhada
|
||||
shared_inbox_url: URL da caixa de entrada partilhada
|
||||
show:
|
||||
created_reports: Denúncias realizadas
|
||||
targeted_reports: Denunciada por outros
|
||||
|
@ -151,101 +156,116 @@ pt-PT:
|
|||
suspension_reversible_hint_html: A conta foi suspensa e os dados serão totalmente eliminados em %{date}. Até lá, a conta poderá ser recuperada sem quaisquer efeitos negativos. Se deseja eliminar todos os dados desta conta imediatamente, pode fazê-lo em baixo.
|
||||
title: Contas
|
||||
unblock_email: Desbloquear endereço de e-mail
|
||||
unblocked_email_msg: Endereço de e-mail de %{username} desbloqueado
|
||||
unblocked_email_msg: Endereço de e-mail de %{username} desbloqueado com sucesso
|
||||
unconfirmed_email: E-mail por confirmar
|
||||
undo_sensitized: Desmarcar como problemático
|
||||
undo_silenced: Desfazer silenciar
|
||||
undo_suspension: Desfazer supensão
|
||||
unsilenced_msg: Removeu as limitações da conta %{username}
|
||||
unsilenced_msg: Limitações da conta %{username} removidas com sucesso
|
||||
unsubscribe: Cancelar inscrição
|
||||
unsuspended_msg: Removeu a suspensão da conta %{username}
|
||||
username: Nome de utilizador
|
||||
view_domain: Ver resumo do domínio
|
||||
warn: Advertir
|
||||
web: Teia
|
||||
web: Web
|
||||
whitelisted: Permitido para a federação
|
||||
action_logs:
|
||||
action_types:
|
||||
approve_appeal: Aprovar recurso
|
||||
approve_user: Aprovar utilizador
|
||||
assigned_to_self_report: Atribuir Denúncia
|
||||
change_role_user: Alterar Função do Utilizador
|
||||
confirm_user: Confirmar Utilizador
|
||||
create_account_warning: Criar Aviso
|
||||
assigned_to_self_report: Atribuir denúncia
|
||||
change_email_user: Alterar e-mail do utilizador
|
||||
change_role_user: Alterar função do utilizador
|
||||
confirm_user: Confirmar utilizador
|
||||
create_account_warning: Criar aviso
|
||||
create_announcement: Criar comunicado
|
||||
create_custom_emoji: Criar Emoji Personalizado
|
||||
create_domain_allow: Criar Permissão de Domínio
|
||||
create_domain_block: Criar Bloqueio de Domínio
|
||||
create_canonical_email_block: Criar bloqueio de e-mail
|
||||
create_custom_emoji: Criar emoji personalizado
|
||||
create_domain_allow: Criar permissão de domínio
|
||||
create_domain_block: Criar bloqueio de domínio
|
||||
create_email_domain_block: Criar bloqueio de domínio de e-mail
|
||||
create_ip_block: Criar regra de IP
|
||||
create_unavailable_domain: Criar Domínio Indisponível
|
||||
create_user_role: Criar Função
|
||||
demote_user: Despromover Utilizador
|
||||
destroy_announcement: Apagar comunicado
|
||||
destroy_custom_emoji: Eliminar Emoji Personalizado
|
||||
destroy_domain_allow: Eliminar Permissão de Domínio
|
||||
destroy_domain_block: Eliminar Bloqueio de Domínio
|
||||
destroy_instance: Purgar Domínio
|
||||
create_unavailable_domain: Criar domínio indisponível
|
||||
create_user_role: Criar função
|
||||
demote_user: Despromover utilizador
|
||||
destroy_announcement: Eliminar comunicado
|
||||
destroy_canonical_email_block: Eliminar bloqueio de e-mail
|
||||
destroy_custom_emoji: Eliminar emoji personalizado
|
||||
destroy_domain_allow: Eliminar permissão de domínio
|
||||
destroy_domain_block: Eliminar bloqueio de domínio
|
||||
destroy_email_domain_block: Eliminar bloqueio de domínio de e-mail
|
||||
destroy_instance: Purgar domínio
|
||||
destroy_ip_block: Eliminar regra de IP
|
||||
destroy_status: Eliminar Publicação
|
||||
destroy_unavailable_domain: Eliminar Domínio Indisponível
|
||||
destroy_user_role: Eliminar Função
|
||||
destroy_status: Eliminar publicação
|
||||
destroy_unavailable_domain: Eliminar domínio indisponível
|
||||
destroy_user_role: Eliminar função
|
||||
disable_2fa_user: Desativar 2FA
|
||||
disable_custom_emoji: Desativar Emoji Personalizado
|
||||
disable_user: Desativar Utilizador
|
||||
enable_custom_emoji: Ativar Emoji Personalizado
|
||||
enable_user: Ativar Utilizador
|
||||
memorialize_account: Tornar conta num memorial
|
||||
promote_user: Promover Utilizador
|
||||
reject_appeal: Rejeitar Recurso
|
||||
reject_user: Rejeitar Utilizador
|
||||
remove_avatar_user: Remover Imagem de Perfil
|
||||
reopen_report: Reabrir Denúncia
|
||||
resend_user: Reenviar E-mail de Confirmação
|
||||
reset_password_user: Repor Password
|
||||
resolve_report: Resolver Denúncia
|
||||
disable_custom_emoji: Desativar emoji personalizado
|
||||
disable_sign_in_token_auth_user: Desativar token de autenticação por e-mail para o utilizador
|
||||
disable_user: Desativar utilizador
|
||||
enable_custom_emoji: Ativar emoji personalizado
|
||||
enable_sign_in_token_auth_user: Ativar token de autenticação por e-mail para o utilizador
|
||||
enable_user: Ativar utilizador
|
||||
memorialize_account: Transformar conta num memorial
|
||||
promote_user: Promover utilizador
|
||||
reject_appeal: Rejeitar recurso
|
||||
reject_user: Rejeitar utilizador
|
||||
remove_avatar_user: Remover imagem de perfil
|
||||
reopen_report: Reabrir denúncia
|
||||
resend_user: Reenviar e-mail de confirmação
|
||||
reset_password_user: Repor palavra-passe
|
||||
resolve_report: Resolver denúncia
|
||||
sensitive_account: Marcar a media na sua conta como problemática
|
||||
silence_account: Limitar conta
|
||||
suspend_account: Suspender conta
|
||||
unassigned_report: Desatribuir Denúncia
|
||||
unassigned_report: Anular atribuição desta denúncia
|
||||
unblock_email_account: Desbloquear endereço de e-mail
|
||||
unsensitive_account: Desmarcar a conta como problemática
|
||||
unsilence_account: Deixar de Silenciar Conta
|
||||
unsuspend_account: Retirar Suspensão à Conta
|
||||
unsilence_account: Deixar de silenciar conta
|
||||
unsuspend_account: Retirar suspensão da conta
|
||||
update_announcement: Atualizar comunicado
|
||||
update_custom_emoji: Atualizar Emoji Personalizado
|
||||
update_domain_block: Atualizar Bloqueio de Domínio
|
||||
update_custom_emoji: Atualizar emoji personalizado
|
||||
update_domain_block: Atualizar bloqueio de domínio
|
||||
update_ip_block: Atualizar regra de IP
|
||||
update_report: Atualizar Relatório
|
||||
update_status: Atualizar Estado
|
||||
update_user_role: Atualizar Função
|
||||
update_report: Atualizar denúncia
|
||||
update_status: Atualizar publicação
|
||||
update_user_role: Atualizar função
|
||||
actions:
|
||||
approve_appeal_html: "%{name} aprovou recurso da decisão de moderação de %{target}"
|
||||
approve_user_html: "%{name} aprovou a inscrição de %{target}"
|
||||
assigned_to_self_report_html: "%{name} atribuiu a denúncia %{target} a si próprio"
|
||||
change_email_user_html: "%{name} alterou o endereço de e-mail do utilizador %{target}"
|
||||
change_role_user_html: "%{name} alterou a função de %{target}"
|
||||
confirm_user_html: "%{name} confirmou o endereço de e-mail do utilizador %{target}"
|
||||
create_account_warning_html: "%{name} enviou um aviso para %{target}"
|
||||
create_announcement_html: "%{name} criou o novo anúncio %{target}"
|
||||
create_custom_emoji_html: "%{name} carregou o novo emoji %{target}"
|
||||
create_canonical_email_block_html: "%{name} bloqueou o e-mail com a hash %{target}"
|
||||
create_custom_emoji_html: "%{name} enviou o novo emoji %{target}"
|
||||
create_domain_allow_html: "%{name} permitiu a federação com o domínio %{target}"
|
||||
create_domain_block_html: "%{name} bloqueou o domínio %{target}"
|
||||
create_ip_block_html: "%{name} criou regra para o IP %{target}"
|
||||
create_unavailable_domain_html: "%{name} parou a entrega ao domínio %{target}"
|
||||
create_email_domain_block_html: "%{name} bloqueou o domínio de e-mail %{target}"
|
||||
create_ip_block_html: "%{name} criou uma regra para o IP %{target}"
|
||||
create_unavailable_domain_html: "%{name} parou as entregas ao domínio %{target}"
|
||||
create_user_role_html: "%{name} criou a função %{target}"
|
||||
demote_user_html: "%{name} despromoveu o utilizador %{target}"
|
||||
destroy_announcement_html: "%{name} eliminou o anúncio %{target}"
|
||||
destroy_canonical_email_block_html: "%{name} desbloqueou o e-mail com a hash %{target}"
|
||||
destroy_custom_emoji_html: "%{name} eliminou o emoji %{target}"
|
||||
destroy_domain_allow_html: "%{name} desabilitou a federação com o domínio %{target}"
|
||||
destroy_domain_allow_html: "%{name} bloqueou a federação com o domínio %{target}"
|
||||
destroy_domain_block_html: "%{name} desbloqueou o domínio %{target}"
|
||||
destroy_email_domain_block_html: "%{name} desbloqueou o domínio de e-mail %{target}"
|
||||
destroy_instance_html: "%{name} purgou o domínio %{target}"
|
||||
destroy_ip_block_html: "%{name} eliminou regra para o IP %{target}"
|
||||
destroy_ip_block_html: "%{name} eliminou a regra para o IP %{target}"
|
||||
destroy_status_html: "%{name} removeu a publicação de %{target}"
|
||||
destroy_unavailable_domain_html: "%{name} retomou a entrega ao domínio %{target}"
|
||||
destroy_unavailable_domain_html: "%{name} retomou as entregas ao domínio %{target}"
|
||||
destroy_user_role_html: "%{name} eliminou a função %{target}"
|
||||
disable_2fa_user_html: "%{name} desativou o requerimento de autenticação em dois passos para o utilizador %{target}"
|
||||
disable_custom_emoji_html: "%{name} desabilitou o emoji %{target}"
|
||||
disable_user_html: "%{name} desativou o acesso para o utilizador %{target}"
|
||||
disable_custom_emoji_html: "%{name} desativou o emoji %{target}"
|
||||
disable_sign_in_token_auth_user_html: "%{name} desativou o token de autenticação por e-mail para %{target}"
|
||||
disable_user_html: "%{name} desativou o início de sessão para o utilizador %{target}"
|
||||
enable_custom_emoji_html: "%{name} ativou o emoji %{target}"
|
||||
enable_user_html: "%{name} ativou o acesso para o utilizador %{target}"
|
||||
enable_sign_in_token_auth_user_html: "%{name} ativou o token de autenticação por e-mail para %{target}"
|
||||
enable_user_html: "%{name} ativou o início de sessão para o utilizador %{target}"
|
||||
memorialize_account_html: "%{name} transformou a conta de %{target} em um memorial"
|
||||
promote_user_html: "%{name} promoveu o utilizador %{target}"
|
||||
reject_appeal_html: "%{name} rejeitou recurso da decisão de moderação de %{target}"
|
||||
|
@ -352,7 +372,7 @@ pt-PT:
|
|||
title: Painel de controlo
|
||||
top_languages: Principais idiomas ativos
|
||||
top_servers: Servidores mais ativos
|
||||
website: Página na teia
|
||||
website: Website
|
||||
disputes:
|
||||
appeals:
|
||||
empty: Nenhum recurso encontrado.
|
||||
|
@ -669,39 +689,39 @@ pt-PT:
|
|||
privileges:
|
||||
administrator: Administrador
|
||||
administrator_description: Utilizadores com esta permissão irão contornar todas as permissões
|
||||
delete_user_data: Eliminar Dados de Utilizador
|
||||
delete_user_data: Eliminar dados de utilizador
|
||||
delete_user_data_description: Permite que os utilizadores eliminem os dados doutros utilizadores sem tempo de espera
|
||||
invite_users: Convidar Utilizadores
|
||||
invite_users: Convidar utilizadores
|
||||
invite_users_description: Permite aos utilizadores convidar pessoas novas para o servidor
|
||||
manage_announcements: Gerir comunicados
|
||||
manage_announcements_description: Permite aos utilizadores gerirem os comunicados no servidor
|
||||
manage_appeals: Gerir apelos
|
||||
manage_appeals_description: Permite aos utilizadores rever recursos de moderação
|
||||
manage_blocks: Gerir Bloqueios
|
||||
manage_custom_emojis: Gerir Emojis Personalizados
|
||||
manage_blocks: Gerir bloqueios
|
||||
manage_custom_emojis: Gerir emojis personalizados
|
||||
manage_custom_emojis_description: Permite aos utilizadores gerirem os emojis personalizados do servidor
|
||||
manage_federation: Gerir Federação
|
||||
manage_federation: Gerir federação
|
||||
manage_federation_description: Permite aos utilizadores bloquear ou permitir federação com outros domínios e controlar a entregabilidade
|
||||
manage_invites: Gerir Convites
|
||||
manage_invites: Gerir convites
|
||||
manage_invites_description: Permite aos utilizadores pesquisarem e desativarem ligações de convite
|
||||
manage_reports: Gerir Relatórios
|
||||
manage_reports_description: Permite aos utilizadores rever relatórios e executar ações de moderação contra eles
|
||||
manage_roles: Gerir Funções
|
||||
manage_reports: Gerir denúncias
|
||||
manage_reports_description: Permite aos utilizadores rever denúncias e executar ações de moderação contra eles
|
||||
manage_roles: Gerir funções
|
||||
manage_roles_description: Permite aos utilizadores a gestão e atribuição de funções abaixo dos seus
|
||||
manage_rules: Gerir Regras
|
||||
manage_rules: Gerir regras
|
||||
manage_rules_description: Permite aos utilizadores alterar as regras do servidor
|
||||
manage_settings: Gerir Configurações
|
||||
manage_settings_description: Permite aos utilizadores alterar as configurações do sítio na teia
|
||||
manage_taxonomies: Gerir Taxonomias
|
||||
manage_settings: Gerir configurações
|
||||
manage_settings_description: Permite aos utilizadores alterar as configurações do site
|
||||
manage_taxonomies: Gerir taxonomias
|
||||
manage_taxonomies_description: Permite aos utilizadores rever o conteúdo em tendência e atualizar as configurações de hashtag
|
||||
manage_user_access: Gerir Acesso de Utilizador
|
||||
manage_users: Gerir Utilizadores
|
||||
manage_user_access: Gerir acesso de utilizador
|
||||
manage_users: Gerir utilizadores
|
||||
manage_users_description: Permite aos utilizadores ver os detalhes de outros utilizadores e executar ações de moderação contra eles
|
||||
manage_webhooks: Gerir Webhooks
|
||||
manage_webhooks: Gerir webhooks
|
||||
manage_webhooks_description: Permite aos utilizadores configurar webhooks para eventos administrativos
|
||||
view_audit_log: Ver Registo de Auditoria
|
||||
view_audit_log: Ver registo de auditoria
|
||||
view_audit_log_description: Permite aos utilizadores ver um histórico de ações administrativas no servidor
|
||||
view_dashboard: Ver Painel de Controlo
|
||||
view_dashboard: Ver painel de controlo
|
||||
view_dashboard_description: Permite aos utilizadores acederem ao painel de controlo e a várias estatísticas
|
||||
view_devops: DevOps
|
||||
view_devops_description: Permite aos utilizadores aceder aos painéis de controlo do Sidekiq e pgHero
|
||||
|
@ -723,14 +743,14 @@ pt-PT:
|
|||
preamble: Personalize a interface web do Mastodon.
|
||||
title: Aspeto
|
||||
branding:
|
||||
preamble: A marca do seu servidor diferencia-a doutros servidores na rede. Essa informação pode ser exibida em vários contexos, como a interface na teia do Mastodon, aplicações nativas, visualizações de hiperligações noutros sites, em aplicações de mensagens, etc. Por esta razão, é melhor manter esta informação clara, curta e concisa.
|
||||
preamble: A marca do seu servidor diferencia-a de outros servidores na rede. Essa informação pode ser mostrada em vários ambientes, como a interface web do Mastodon, aplicações nativas, visualizações de hiperligações em outros sites e dentro de aplicações de mensagens, etc. Por esta razão, é melhor manter esta informação clara, curta e concisa.
|
||||
title: Marca
|
||||
captcha_enabled:
|
||||
desc_html: Isto depende de scripts externos da hCaptcha, o que pode ser uma preocupação de segurança e privacidade. Além disso, <strong>isto pode tornar o processo de registo menos acessível para algumas pessoas (especialmente as com limitações físicas)</strong>. Por isso, considere medidas alternativas tais como registo mediante aprovação ou sob convite.
|
||||
title: Requerer que novos utilizadores resolvam um CAPTCHA para confirmar a sua conta
|
||||
content_retention:
|
||||
danger_zone: Zona de perigo
|
||||
preamble: Controle como o conteúdo gerado pelos utilizadores é armazenado no Mastodon.
|
||||
preamble: Controle a forma como o conteúdo gerado pelo utilizador é armazenado no Mastodon.
|
||||
title: Retenção de conteúdo
|
||||
default_noindex:
|
||||
desc_html: Afeta todos os utilizadores que não alteraram esta configuração
|
||||
|
@ -1178,8 +1198,6 @@ pt-PT:
|
|||
your_appeal_approved: O seu recurso foi deferido
|
||||
your_appeal_pending: Submeteu um recurso
|
||||
your_appeal_rejected: O seu recurso foi indeferido
|
||||
domain_validator:
|
||||
invalid_domain: não é um nome de domínio válido
|
||||
edit_profile:
|
||||
basic_information: Informação básica
|
||||
hint_html: "<strong>Personalize o que as pessoas veem no seu perfil público e junto das suas publicações.</strong> É mais provável que as outras pessoas o sigam de volta ou interajam consigo se tiver um perfil preenchido e uma imagem de perfil."
|
||||
|
@ -1198,7 +1216,7 @@ pt-PT:
|
|||
content: Desculpe, mas algo correu mal da nossa parte.
|
||||
title: Esta página não está correta
|
||||
'503': A página não pôde ser apresentada devido a uma falha temporária do servidor.
|
||||
noscript_html: Para usar a aplicação da teia do Mastodon, por favor active o JavaScript. Em alternativa, experimenta uma das <a href="%{apps_path}">aplicações nativas</a> do Mastodon para a sua plataforma.
|
||||
noscript_html: Para usar a aplicação web do Mastodon, ative o JavaScript. Alternativamente, experimente uma das <a href="%{apps_path}">aplicações nativas</a> para o Mastodon na sua plataforma.
|
||||
existing_username_validator:
|
||||
not_found: não foi possível encontrar um utilizador local com esse nome
|
||||
not_found_multiple: não foi possível encontrar %{usernames}
|
||||
|
@ -1236,7 +1254,7 @@ pt-PT:
|
|||
statuses_hint_html: Este filtro aplica-se a publicações individuais selecionadas independentemente de estas corresponderem às palavras-chave abaixo. <a href="%{path}">Reveja ou remova publicações do filtro</a>.
|
||||
title: Editar filtros
|
||||
errors:
|
||||
deprecated_api_multiple_keywords: Estes parâmetros não podem ser alterados a partir desta aplicação porque se aplicam a mais que um filtro de palavra-chave. Use uma aplicação mais recente ou a interface na teia.
|
||||
deprecated_api_multiple_keywords: Estes parâmetros não podem ser alterados a partir desta aplicação porque se aplicam a mais de um filtro de palavra-chave. Use uma aplicação mais recente ou a interface web.
|
||||
invalid_context: Inválido ou nenhum contexto fornecido
|
||||
index:
|
||||
contexts: Filtros em %{contexts}
|
||||
|
@ -1664,23 +1682,12 @@ pt-PT:
|
|||
edited_at_html: Editado em %{date}
|
||||
errors:
|
||||
in_reply_not_found: A publicação a que está a tentar responder parece não existir.
|
||||
open_in_web: Abrir na Teia
|
||||
over_character_limit: limite de caracter excedeu %{max}
|
||||
pin_errors:
|
||||
direct: Publicações visíveis apenas para utilizadores mencionados não podem ser afixadas
|
||||
limit: Já afixaste a quantidade máxima de publicações
|
||||
ownership: Não podem ser afixadas publicações doutras pessoas
|
||||
reblog: Não pode afixar um reforço
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} pessoa"
|
||||
other: "%{count} pessoas"
|
||||
total_votes:
|
||||
one: "%{count} voto"
|
||||
other: "%{count} votos"
|
||||
vote: Votar
|
||||
show_more: Mostrar mais
|
||||
show_thread: Mostrar conversa
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Direto
|
||||
|
@ -1826,7 +1833,7 @@ pt-PT:
|
|||
welcome:
|
||||
apps_android_action: Baixe no Google Play
|
||||
apps_ios_action: Baixar na App Store
|
||||
apps_step: Baixe nossos aplicativos oficiais.
|
||||
apps_step: Descarregue as nossas aplicações oficiais.
|
||||
apps_title: Apps Mastodon
|
||||
checklist_subtitle: 'Vamos começar nesta nova fronteira social:'
|
||||
checklist_title: Checklist de Boas-vindas
|
||||
|
@ -1835,11 +1842,11 @@ pt-PT:
|
|||
edit_profile_title: Personalize seu perfil
|
||||
explanation: Aqui estão algumas dicas para começar
|
||||
feature_action: Mais informações
|
||||
feature_audience: Mastodon oferece uma possibilidade única de gerenciar seu público sem intermediários. O Mastodon implantado em sua própria infraestrutura permite que você siga e seja seguido de qualquer outro servidor Mastodon online e não esteja sob o controle de ninguém além do seu.
|
||||
feature_audience: O Mastodon oferece-lhe uma possibilidade única de gerir a sua audiência sem intermediários. O Mastodon implantado na sua própria infraestrutura permite-lhe seguir e ser seguido a partir de qualquer outro servidor Mastodon online e não está sob o controlo de ninguém a não ser o seu.
|
||||
feature_audience_title: Construa seu público em confiança
|
||||
feature_control: Você sabe melhor o que deseja ver no feed da sua casa. Sem algoritmos ou anúncios para desperdiçar seu tempo. Siga qualquer pessoa em qualquer servidor Mastodon a partir de uma única conta e receba suas postagens em ordem cronológica, deixando seu canto da internet um pouco mais parecido com você.
|
||||
feature_control_title: Fique no controle da sua própria linha do tempo
|
||||
feature_creativity: Mastodon suporta postagens de áudio, vídeo e imagens, descrições de acessibilidade, enquetes, avisos de conteúdo, avatares animados, emojis personalizados, controle de corte de miniaturas e muito mais, para ajudá-lo a se expressar online. Esteja você publicando sua arte, sua música ou seu podcast, o Mastodon está lá para você.
|
||||
feature_control: Você sabe melhor o que quer ver no seu feed. Não há algoritmos ou anúncios que o façam perder tempo. Siga qualquer pessoa em qualquer servidor Mastodon a partir de uma única conta e receba as suas mensagens por ordem cronológica e torne o seu canto da Internet um pouco mais parecido consigo.
|
||||
feature_control_title: Mantenha o controlo da sua própria cronologia
|
||||
feature_creativity: O Mastodon suporta publicações de áudio, vídeo e imagens, descrições de acessibilidade, sondagens, avisos de conteúdo, avatares animados, emojis personalizados, controlo de corte de miniaturas e muito mais, para o ajudar a expressar-se online. Quer esteja a publicar a sua arte, a sua música ou o seu podcast, o Mastodon está lá para si.
|
||||
feature_creativity_title: Criatividade inigualável
|
||||
feature_moderation: Mastodon coloca a tomada de decisões de volta em suas mãos. Cada servidor cria as suas próprias regras e regulamentos, que são aplicados localmente e não de cima para baixo como as redes sociais corporativas, tornando-o mais flexível na resposta às necessidades de diferentes grupos de pessoas. Junte-se a um servidor com as regras com as quais você concorda ou hospede as suas próprias.
|
||||
feature_moderation_title: Moderando como deve ser
|
||||
|
@ -1856,7 +1863,7 @@ pt-PT:
|
|||
hashtags_title: Etiquetas em tendência
|
||||
hashtags_view_more: Ver mais etiquetas em tendência
|
||||
post_action: Compor
|
||||
post_step: Diga olá para o mundo com texto, fotos, vídeos ou enquetes.
|
||||
post_step: Diga olá para o mundo com texto, fotos, vídeos ou sondagens.
|
||||
post_title: Faça a sua primeira publicação
|
||||
share_action: Compartilhar
|
||||
share_step: Diga aos seus amigos como te encontrar no Mastodon.
|
||||
|
|
|
@ -7,7 +7,6 @@ ro:
|
|||
hosted_on: Mastodon găzduit de %{domain}
|
||||
title: Despre
|
||||
accounts:
|
||||
follow: Urmărește
|
||||
followers:
|
||||
few: Urmăritori
|
||||
one: Urmăritor
|
||||
|
@ -681,24 +680,11 @@ ro:
|
|||
other: 'conținea aceste hashtag-uri nepermise: %{tags}'
|
||||
errors:
|
||||
in_reply_not_found: Postarea la care încercați să răspundeți nu pare să existe.
|
||||
open_in_web: Deschide pe web
|
||||
over_character_limit: s-a depășit limita de caracter %{max}
|
||||
pin_errors:
|
||||
limit: Deja ai fixat numărul maxim de postări
|
||||
ownership: Postarea altcuiva nu poate fi fixată
|
||||
reblog: Un impuls nu poate fi fixat
|
||||
poll:
|
||||
total_people:
|
||||
few: "%{count} persoane"
|
||||
one: "%{count} persoană"
|
||||
other: "%{count} de persoane"
|
||||
total_votes:
|
||||
few: "%{count} voturi"
|
||||
one: "%{count} vot"
|
||||
other: "%{count} de voturi"
|
||||
vote: Votează
|
||||
show_more: Arată mai mult
|
||||
show_thread: Arată discuția
|
||||
visibilities:
|
||||
private: Doar urmăritorii
|
||||
private_long: Arată doar urmăritorilor
|
||||
|
|
|
@ -7,7 +7,6 @@ ru:
|
|||
hosted_on: Вы получили это сообщение, так как зарегистрированы на %{domain}
|
||||
title: О проекте
|
||||
accounts:
|
||||
follow: Подписаться
|
||||
followers:
|
||||
few: подписчика
|
||||
many: подписчиков
|
||||
|
@ -1193,8 +1192,6 @@ ru:
|
|||
your_appeal_approved: Ваша апелляция одобрена
|
||||
your_appeal_pending: Вы подали апелляцию
|
||||
your_appeal_rejected: Ваша апелляция отклонена
|
||||
domain_validator:
|
||||
invalid_domain: не является корректным доменным именем
|
||||
edit_profile:
|
||||
basic_information: Основная информация
|
||||
hint_html: "<strong>Настройте то, что люди видят в вашем публичном профиле и рядом с вашими сообщениями.</strong> Другие люди с большей вероятностью подпишутся на Вас и будут взаимодействовать с вами, если у Вас заполнен профиль и добавлено изображение."
|
||||
|
@ -1694,27 +1691,12 @@ ru:
|
|||
edited_at_html: Редактировано %{date}
|
||||
errors:
|
||||
in_reply_not_found: Пост, на который вы пытаетесь ответить, не существует или удалён.
|
||||
open_in_web: Открыть в веб-версии
|
||||
over_character_limit: превышен лимит символов (%{max})
|
||||
pin_errors:
|
||||
direct: Сообщения, видимые только упомянутым пользователям, не могут быть закреплены
|
||||
limit: Вы закрепили максимально возможное число постов
|
||||
ownership: Нельзя закрепить чужой пост
|
||||
reblog: Нельзя закрепить продвинутый пост
|
||||
poll:
|
||||
total_people:
|
||||
few: "%{count} человека"
|
||||
many: "%{count} человек"
|
||||
one: "%{count} человек"
|
||||
other: "%{count} человек"
|
||||
total_votes:
|
||||
few: "%{count} голоса"
|
||||
many: "%{count} голосов"
|
||||
one: "%{count} голос"
|
||||
other: "%{count} голосов"
|
||||
vote: Голосовать
|
||||
show_more: Развернуть
|
||||
show_thread: Открыть обсуждение
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Адресованный
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
ry:
|
||||
accounts:
|
||||
follow: Пудписати ся
|
||||
following: Пудпискы
|
||||
posts:
|
||||
few: Публикації
|
||||
|
|
|
@ -7,7 +7,6 @@ sc:
|
|||
hosted_on: Mastodon allogiadu in %{domain}
|
||||
title: Informatziones
|
||||
accounts:
|
||||
follow: Sighi
|
||||
followers:
|
||||
one: Sighidura
|
||||
other: Sighiduras
|
||||
|
@ -734,8 +733,6 @@ sc:
|
|||
title_actions:
|
||||
delete_statuses: Cantzelladura de publicatziones
|
||||
none: Atentzione
|
||||
domain_validator:
|
||||
invalid_domain: no est unu nòmine de domìniu vàlidu
|
||||
edit_profile:
|
||||
basic_information: Informatzione bàsica
|
||||
other: Àteru
|
||||
|
@ -1113,22 +1110,11 @@ sc:
|
|||
other: 'cuntenet is etichetas non permìtidas: %{tags}'
|
||||
errors:
|
||||
in_reply_not_found: Ses chirchende de rispòndere a unu tut chi no esistit prus.
|
||||
open_in_web: Aberi in sa web
|
||||
over_character_limit: lìmite de caràteres de %{max} superadu
|
||||
pin_errors:
|
||||
limit: As giai apicadu su nùmeru màssimu de tuts
|
||||
ownership: Is tuts de àtere non podent èssere apicados
|
||||
reblog: Is cumpartziduras non podent èssere apicadas
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} persone"
|
||||
other: "%{count} persones"
|
||||
total_votes:
|
||||
one: "%{count} votu"
|
||||
other: "%{count} votos"
|
||||
vote: Vota
|
||||
show_more: Ammustra·nde prus
|
||||
show_thread: Ammustra su tema
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Deretu
|
||||
|
|
|
@ -7,7 +7,6 @@ sco:
|
|||
hosted_on: Mastodon hostit on %{domain}
|
||||
title: Aboot
|
||||
accounts:
|
||||
follow: Follae
|
||||
followers:
|
||||
one: Follaer
|
||||
other: Follaers
|
||||
|
@ -1004,8 +1003,6 @@ sco:
|
|||
your_appeal_approved: Yer appeal haes been approved
|
||||
your_appeal_pending: Ye hae submittit a appeal
|
||||
your_appeal_rejected: Yer appeal haes been rejectit
|
||||
domain_validator:
|
||||
invalid_domain: isnae a valid domain nemm
|
||||
errors:
|
||||
'400': The request thit ye submittit wisnae valid or it wis illformt.
|
||||
'403': Ye dinnae hae permission fir tae luik at this page.
|
||||
|
@ -1396,23 +1393,12 @@ sco:
|
|||
edited_at_html: Editit %{date}
|
||||
errors:
|
||||
in_reply_not_found: The post thit ye'r trying tae reply tae disnae appear tae exist.
|
||||
open_in_web: Open in wab
|
||||
over_character_limit: chairacter limit o %{max} exceedit
|
||||
pin_errors:
|
||||
direct: Posts thit's ainly visible tae menshied uisers cannae be preent
|
||||
limit: Ye awriddy preent the maximum nummer o posts
|
||||
ownership: Somebody else's post cannae be preent
|
||||
reblog: A heeze cannae be preent
|
||||
poll:
|
||||
total_people:
|
||||
one: "%{count} person"
|
||||
other: "%{count} fowk"
|
||||
total_votes:
|
||||
one: "%{count} vote"
|
||||
other: "%{count} votes"
|
||||
vote: Vote
|
||||
show_more: Shaw mair
|
||||
show_thread: Shaw threid
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Direck
|
||||
|
|
|
@ -7,7 +7,6 @@ si:
|
|||
hosted_on: "%{domain} හරහා සත්කාරකත්වය ලබයි"
|
||||
title: පිළිබඳව
|
||||
accounts:
|
||||
follow: අනුගමනය
|
||||
followers:
|
||||
one: අනුගාමිකයා
|
||||
other: අනුගාමිකයින්
|
||||
|
@ -892,8 +891,6 @@ si:
|
|||
your_appeal_approved: ඔබගේ අභියාචනය අනුමත කර ඇත
|
||||
your_appeal_pending: ඔබ අභියාචනයක් ඉදිරිපත් කර ඇත
|
||||
your_appeal_rejected: ඔබගේ අභියාචනය ප්රතික්ෂේප කර ඇත
|
||||
domain_validator:
|
||||
invalid_domain: වලංගු ඩොමේන් නාමයක් නොවේ
|
||||
edit_profile:
|
||||
basic_information: මූලික තොරතුරු
|
||||
other: වෙනත්
|
||||
|
@ -1269,22 +1266,11 @@ si:
|
|||
edited_at_html: සංස්කරණය %{date}
|
||||
errors:
|
||||
in_reply_not_found: ඔබ පිළිතුරු දීමට තැත් කරන ලිපිය නොපවතින බව පෙනෙයි.
|
||||
open_in_web: වෙබයේ විවෘත කරන්න
|
||||
over_character_limit: අක්ෂර සීමාව %{max} ඉක්මවා ඇත
|
||||
pin_errors:
|
||||
direct: සඳහන් කළ අයට පමණක් පෙනෙන ලිපි ඇමිණීමට නොහැකිය
|
||||
limit: දැනටමත් මුදුනට ඇමිණිමට හැකි ලිපි සීමාවට ළඟා වී ඇත
|
||||
ownership: වෙනත් අයගේ ලිපි ඇමිණීමට නොහැකිය
|
||||
poll:
|
||||
total_people:
|
||||
one: පුද්ගලයින් %{count}
|
||||
other: පුද්ගලයින් %{count}
|
||||
total_votes:
|
||||
one: ඡන්ද %{count} යි
|
||||
other: ඡන්ද %{count} යි
|
||||
vote: ඡන්දය
|
||||
show_more: තව පෙන්වන්න
|
||||
show_thread: නූල් පෙන්වන්න
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: සෘජු
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue