Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - `app/controllers/statuses_controller.rb`: Minor conflict due to theming system
This commit is contained in:
@ -7,7 +7,6 @@ require 'rails/all'
|
||||
Bundler.require(*Rails.groups)
|
||||
|
||||
require_relative '../app/lib/exceptions'
|
||||
require_relative '../app/middleware/handle_bad_encoding_middleware'
|
||||
require_relative '../lib/paperclip/lazy_thumbnail'
|
||||
require_relative '../lib/paperclip/gif_transcoder'
|
||||
require_relative '../lib/paperclip/video_transcoder'
|
||||
@ -120,7 +119,6 @@ module Mastodon
|
||||
|
||||
config.active_job.queue_adapter = :sidekiq
|
||||
|
||||
config.middleware.insert_before Rack::Runtime, HandleBadEncodingMiddleware
|
||||
config.middleware.use Rack::Attack
|
||||
config.middleware.use Rack::Deflater
|
||||
|
||||
|
@ -98,7 +98,7 @@ SimpleForm.setup do |config|
|
||||
b.use :html5
|
||||
b.use :label
|
||||
b.use :hint, wrap_with: { tag: :span, class: :hint }
|
||||
b.use :input
|
||||
b.use :input, wrap_with: { tag: :div, class: :label_input }
|
||||
b.use :error, wrap_with: { tag: :span, class: :error }
|
||||
end
|
||||
|
||||
|
@ -47,32 +47,39 @@ module Twitter
|
||||
#{REGEXEN[:validate_url_pct_encoded]}|
|
||||
#{REGEXEN[:validate_url_sub_delims]}
|
||||
)/iox
|
||||
REGEXEN[:valid_xmpp_uri] = %r{
|
||||
( # $1 total match
|
||||
(#{REGEXEN[:valid_url_preceding_chars]}) # $2 Preceding character
|
||||
( # $3 URL
|
||||
((?:xmpp):) # $4 Protocol
|
||||
(//#{REGEXEN[:validate_nodeid]}+@#{REGEXEN[:valid_domain]}/)? # $5 Authority (optional)
|
||||
(#{REGEXEN[:validate_nodeid]}+@)? # $6 Username in path (optional)
|
||||
(#{REGEXEN[:valid_domain]}) # $7 Domain in path
|
||||
(/#{REGEXEN[:validate_resid]}+)? # $8 Resource in path (optional)
|
||||
(\?#{REGEXEN[:valid_url_query_chars]}*#{REGEXEN[:valid_url_query_ending_chars]})? # $9 Query String
|
||||
REGEXEN[:xmpp_uri] = %r{
|
||||
(xmpp:) # Protocol
|
||||
(//#{REGEXEN[:validate_nodeid]}+@#{REGEXEN[:valid_domain]}/)? # Authority (optional)
|
||||
(#{REGEXEN[:validate_nodeid]}+@)? # Username in path (optional)
|
||||
(#{REGEXEN[:valid_domain]}) # Domain in path
|
||||
(/#{REGEXEN[:validate_resid]}+)? # Resource in path (optional)
|
||||
(\?#{REGEXEN[:valid_url_query_chars]}*#{REGEXEN[:valid_url_query_ending_chars]})? # Query String
|
||||
}iox
|
||||
REGEXEN[:magnet_uri] = %r{
|
||||
(magnet:) # Protocol
|
||||
(\?#{REGEXEN[:valid_url_query_chars]}*#{REGEXEN[:valid_url_query_ending_chars]}) # Query String
|
||||
}iox
|
||||
REGEXEN[:valid_extended_uri] = %r{
|
||||
( # $1 total match
|
||||
(#{REGEXEN[:valid_url_preceding_chars]}) # $2 Preceding character
|
||||
( # $3 URL
|
||||
(#{REGEXEN[:xmpp_uri]}) | (#{REGEXEN[:magnet_uri]})
|
||||
)
|
||||
)
|
||||
}iox
|
||||
end
|
||||
|
||||
module Extractor
|
||||
# Extracts a list of all XMPP URIs included in the Tweet <tt>text</tt> along
|
||||
# Extracts a list of all XMPP and magnet URIs included in the Toot <tt>text</tt> along
|
||||
# with the indices. If the <tt>text</tt> is <tt>nil</tt> or contains no
|
||||
# XMPP URIs an empty array will be returned.
|
||||
# XMPP or magnet URIs an empty array will be returned.
|
||||
#
|
||||
# If a block is given then it will be called for each XMPP URI.
|
||||
def extract_xmpp_uris_with_indices(text, options = {}) # :yields: uri, start, end
|
||||
def extract_extra_uris_with_indices(text, options = {}) # :yields: uri, start, end
|
||||
return [] unless text && text.index(":")
|
||||
urls = []
|
||||
|
||||
text.to_s.scan(Twitter::Regex[:valid_xmpp_uri]) do
|
||||
text.to_s.scan(Twitter::Regex[:valid_extended_uri]) do
|
||||
valid_uri_match_data = $~
|
||||
|
||||
start_position = valid_uri_match_data.char_begin(3)
|
||||
|
@ -86,6 +86,7 @@ ar:
|
||||
roles:
|
||||
admin: المدير
|
||||
bot: روبوت
|
||||
group: فريق
|
||||
moderator: مُشرِف
|
||||
unavailable: الصفحة التعريفية غير متوفرة
|
||||
unfollow: إلغاء المتابعة
|
||||
@ -262,6 +263,7 @@ ar:
|
||||
shortcode_hint: على الأقل حرفين، و فقط رموز أبجدية عددية و أسطر سفلية
|
||||
title: الإيموجي الخاصة
|
||||
uncategorized: غير مصنّف
|
||||
unlist: تنحية مِن القائمة
|
||||
unlisted: غير مدرج
|
||||
update_failed_msg: تعذرت عملية تحديث ذاك الإيموجي
|
||||
updated_msg: تم تحديث الإيموجي بنجاح!
|
||||
@ -347,9 +349,6 @@ ar:
|
||||
create: إضافة نطاق
|
||||
title: إضافة نطاق بريد جديد إلى اللائحة السوداء
|
||||
title: القائمة السوداء للبريد الإلكتروني
|
||||
followers:
|
||||
back_to_account: العودة إلى الحساب
|
||||
title: "%{acct} مُتابِعون"
|
||||
instances:
|
||||
by_domain: النطاق
|
||||
delivery_available: التسليم متوفر
|
||||
@ -612,6 +611,7 @@ ar:
|
||||
set_new_password: إدخال كلمة مرور جديدة
|
||||
setup:
|
||||
email_below_hint_html: إذا كان عنوان البريد الإلكتروني التالي غير صحيح، فيمكنك تغييره هنا واستلام بريد إلكتروني جديد للتأكيد.
|
||||
email_settings_hint_html: لقد تم إرسال رسالة بريد إلكترونية للتأكيد إلى %{email}. إن كان عنوان البريد الإلكتروني غير صحيح ، يمكنك تغييره في إعدادات حسابك.
|
||||
title: الضبط
|
||||
status:
|
||||
account_status: حالة الحساب
|
||||
@ -659,6 +659,7 @@ ar:
|
||||
before: 'يرجى قراءة هذه الملاحظات بتأنّي قبل المواصلة:'
|
||||
data_removal: سوف تُحذَف منشوراتك والبيانات الأخرى نهائيا
|
||||
email_change_html: بإمكانك <a href="%{path}">تغيير عنوان بريدك الإلكتروني</a> دون أن يُحذف حسابك
|
||||
email_contact_html: إن لم تتلقّ أي شيء ، يمكنك مراسلة <a href="mailto:%{email}">%{email}</a> لطلب المساعدة
|
||||
irreversible: لن يكون بإمكانك استرجاع أو إعادة تنشيط حسابك
|
||||
more_details_html: للمزيد مِن التفاصيل ، يرجى الإطلاع على <a href="%{terms_path}">سياسة الخصوصية</a>.
|
||||
username_available: سيصبح اسم مستخدمك متوفرا ثانية
|
||||
@ -716,6 +717,7 @@ ar:
|
||||
invalid_irreversible: إلّا مجالات الإشعارات و الخيط الرئيسي معنية بالتصفية اللارجعية
|
||||
index:
|
||||
delete: إزالة
|
||||
empty: ليست لديك أية عوامل تصفية.
|
||||
title: عوامل التصفية
|
||||
new:
|
||||
title: إضافة عامل تصفية جديد
|
||||
@ -815,6 +817,7 @@ ar:
|
||||
set_redirect: تعين إعادة التوجيه
|
||||
warning:
|
||||
before: 'يرجى قراءة هذه الملاحظات بتأنّي قبل المواصلة:'
|
||||
followers: تقوم هذه العملية بنقل كافة المُتابِعين مِن الحساب الحالي إلى الحساب الجديد
|
||||
other_data: لن يتم نقل أية بيانات أخرى تلقائيا
|
||||
moderation:
|
||||
title: الإشراف
|
||||
@ -887,6 +890,7 @@ ar:
|
||||
duration_too_long: بعيد جدا في المستقبَل
|
||||
duration_too_short: مبكّر جدا
|
||||
expired: لقد انتهى استطلاع الرأي
|
||||
invalid_choice: خيار التصويت الذي قُمتَ يتحديده غير موجود
|
||||
too_many_options: لا يمكنه أن يحتوي أكثر مِن %{max} عناصر
|
||||
preferences:
|
||||
other: إعدادات أخرى
|
||||
|
@ -305,6 +305,7 @@ ast:
|
||||
errors:
|
||||
already_voted: Yá votesti nesta encuesta
|
||||
expired: La encuesta yá finó
|
||||
invalid_choice: El la opción de votu escoyida nun esiste
|
||||
preferences:
|
||||
public_timelines: Llinies temporales públiques
|
||||
relationships:
|
||||
|
@ -9,18 +9,18 @@ ca:
|
||||
administered_by: 'Administrat per:'
|
||||
api: API
|
||||
apps: Apps mòbils
|
||||
apps_platforms: Utilitza Mastodont des de iOS, Android i altres plataformes
|
||||
apps_platforms: Utilitza Mastodon des de iOS, Android i altres plataformes
|
||||
browse_directory: Navega per el directori de perfils i filtra segons interessos
|
||||
browse_local_posts: Navega un flux en directe de publicacions d’aquest servidor
|
||||
browse_public_posts: Navega per una transmissió en directe de publicacions públiques a Mastodont
|
||||
browse_local_posts: Navega un flux en directe de publicacions públiques d’aquest servidor
|
||||
browse_public_posts: Navega per una transmissió en directe de publicacions públiques a Mastodon
|
||||
contact: Contacte
|
||||
contact_missing: No configurat
|
||||
contact_unavailable: N/D
|
||||
discover_users: Descobreix usuaris
|
||||
documentation: Documentació
|
||||
federation_hint_html: Amb un compte de %{instance} podràs seguir persones de qualsevol servidor Mastodont i altres.
|
||||
federation_hint_html: Amb un compte de %{instance} podràs seguir persones de qualsevol servidor Mastodon i altres.
|
||||
get_apps: Prova una aplicació mòbil
|
||||
hosted_on: Mastodont allotjat a %{domain}
|
||||
hosted_on: Mastodon allotjat a %{domain}
|
||||
instance_actor_flash: |
|
||||
Aquest compte és un actor virtual utilitzat per a representar al propi servidor i no cap usuari individual.
|
||||
S'utilitza per a propòsits de federació i no ha de ser bloquejat si no voleu bloquejar tota la instància, en aquest cas hauríeu d'utilitzar un bloqueig de domini.
|
||||
@ -31,7 +31,7 @@ ca:
|
||||
source_code: Codi font
|
||||
status_count_after:
|
||||
one: estat
|
||||
other: estats
|
||||
other: tuts
|
||||
status_count_before: Que han escrit
|
||||
tagline: Segueix els teus amics i descobreix-ne de nous
|
||||
terms: Termes del servei
|
||||
@ -40,14 +40,14 @@ ca:
|
||||
domain: Servidor
|
||||
reason: Raó
|
||||
rejecting_media: 'Els arxius multimèdia d''aquests servidors no seran processats o emmagatzemats i cap miniatura serà mostrada, requerint clic manual a través de l''arxiu original:'
|
||||
silenced: 'Les publicacions d''aquests servidors seran amagades en les cronologíes públiques i converses, i cap notificació serà generada de les interaccions dels seus usuaris, llevat que estiguis seguint-los:'
|
||||
silenced: 'Les publicacions d''aquests servidors seran amagades en les línies de temps públiques i en les converses, i cap notificació serà generada de les interaccions dels seus usuaris, llevat que estiguis seguint-los:'
|
||||
suspended: 'Cap dada d''aquests servidors serà processada, emmagatzemada o intercanviada, fent impossible qualsevol interacció o comunicació amb els usuaris d''aquests servidors:'
|
||||
unavailable_content_html: Mastodont generalment et permet per veure contingut i interaccionar amb usuaris de qualsevol altre servidor en el fedivers. Aquestes són les excepcions que s'han fet en aquest servidor particular.
|
||||
unavailable_content_html: Mastodon generalment et permet veure el contingut i interaccionar amb els usuaris de qualsevol altre servidor en el fedivers. Aquestes són les excepcions que s'han fet en aquest servidor particular.
|
||||
user_count_after:
|
||||
one: usuari
|
||||
other: usuaris
|
||||
user_count_before: Tenim
|
||||
what_is_mastodon: Què és Mastodont?
|
||||
what_is_mastodon: Què és Mastodon?
|
||||
accounts:
|
||||
choices_html: 'Eleccions de %{name}:'
|
||||
endorsements_hint: Pots recomanar persones que segueixes a l'interfície de web, que apareixeran aquí.
|
||||
@ -70,7 +70,7 @@ ca:
|
||||
pin_errors:
|
||||
following: Has d'estar seguint la persona que vulguis avalar
|
||||
posts:
|
||||
one: Barrita
|
||||
one: Tut
|
||||
other: Tuts
|
||||
posts_tab_heading: Tuts
|
||||
posts_with_replies: Tuts i respostes
|
||||
@ -144,7 +144,7 @@ ca:
|
||||
moderation_notes: Notes de moderació
|
||||
most_recent_activity: Activitat més recent
|
||||
most_recent_ip: IP més recent
|
||||
no_account_selected: No s'han canviat els comptes perque no s'han seleccionat
|
||||
no_account_selected: No s'han canviat els comptes perquè no s'han seleccionat
|
||||
no_limits_imposed: Sense límits imposats
|
||||
not_subscribed: No subscrit
|
||||
pending: Revisió pendent
|
||||
@ -179,7 +179,7 @@ ca:
|
||||
targeted_reports: Informes realitzats per altres
|
||||
silence: Silenci
|
||||
silenced: Silenciat
|
||||
statuses: Estats
|
||||
statuses: Tuts
|
||||
subscribe: Subscriu
|
||||
suspended: Suspès
|
||||
time_in_queue: Esperant en la cua %{time}
|
||||
@ -226,7 +226,7 @@ ca:
|
||||
unsuspend_account: "%{name} ha llevat la suspensió del compte de %{target}"
|
||||
update_custom_emoji: "%{name} ha actualitzat l'emoji %{target}"
|
||||
update_status: "%{name} estat actualitzat per %{target}"
|
||||
deleted_status: "(estat esborrat)"
|
||||
deleted_status: "(tut esborrat)"
|
||||
title: Registre d'auditoria
|
||||
custom_emojis:
|
||||
assign_category: Assigna una categoria
|
||||
@ -270,7 +270,7 @@ ca:
|
||||
feature_registrations: Registres
|
||||
feature_relay: Relay de la Federació
|
||||
feature_spam_check: Anti-spam
|
||||
feature_timeline_preview: Vista previa de la cronología
|
||||
feature_timeline_preview: Vista prèvia de línia de temps
|
||||
features: Característiques
|
||||
hidden_service: Federació amb serveis ocults
|
||||
open_reports: informes oberts
|
||||
@ -280,7 +280,7 @@ ca:
|
||||
search: Cerca de text complet
|
||||
single_user_mode: Mode d'usuari únic
|
||||
software: Programari
|
||||
space: Ús d’espai
|
||||
space: Ús de l’espai
|
||||
title: Panell
|
||||
total_users: usuaris en total
|
||||
trends: Tendències
|
||||
@ -299,7 +299,7 @@ ca:
|
||||
destroyed_msg: El bloqueig de domini s'ha desfet
|
||||
domain: Domini
|
||||
edit: Editar el bloqueig del domini
|
||||
existing_domain_block_html: Ja has imposat uns limits més estrictes a %{name}, l'hauries de <a href="%{unblock_url}">desbloquejar-lo</a> primer.
|
||||
existing_domain_block_html: Ja has imposat uns límits més estrictes a %{name}, l'hauries de <a href="%{unblock_url}">desbloquejar-lo</a> primer.
|
||||
new:
|
||||
create: Crea un bloqueig
|
||||
hint: El bloqueig de domini no impedirà la creació de nous comptes en la base de dades, però s'aplicaran de manera retroactiva mètodes de moderació específics sobre aquests comptes.
|
||||
@ -344,9 +344,6 @@ ca:
|
||||
create: Afegeix un domini
|
||||
title: Nova adreça de correu en la llista negra
|
||||
title: Llista negra de correus electrònics
|
||||
followers:
|
||||
back_to_account: Torna al compte
|
||||
title: Seguidors de %{acct}
|
||||
instances:
|
||||
by_domain: Domini
|
||||
delivery_available: El lliurament està disponible
|
||||
@ -375,14 +372,16 @@ ca:
|
||||
title: Convida
|
||||
pending_accounts:
|
||||
title: Comptes pendents (%{count})
|
||||
relationships:
|
||||
title: relacions del %{acct}
|
||||
relays:
|
||||
add_new: Afegiu un nou relay
|
||||
delete: Esborra
|
||||
description_html: Un <strong>relay de federació</strong> és un servidor intermediari que intercanvia grans volums de barritades públiquess entre servidors que es subscriuen i publiquen en ell. <strong>Pot ajudar a servidors petits i mitjans a descobrir contingut del fedivers</strong>, no fent necessari que els usuaris locals manualment segueixin altres persones de servidors remots.
|
||||
description_html: Un <strong>relay de federació</strong> és un servidor intermediari que intercanvia grans volums de tuts públics entre servidors que es subscriuen i publiquen en ell. <strong>Pot ajudar a servidors petits i mitjans a descobrir contingut del fedivers</strong>, no fent necessari que els usuaris locals manualment segueixin altres persones de servidors remots.
|
||||
disable: Inhabilita
|
||||
disabled: Desactivat
|
||||
enable: Activat
|
||||
enable_hint: Una vegada habilitat el teu servidor es subscriurà a totes les barritades públiques d'aquesta ristra i començarà a enviar-hi totes les barritades públiques d'aquest servidor.
|
||||
enable_hint: Una vegada habilitat, el teu servidor es subscriurà a tots els tuts públics d'aquest relay i començarà a enviar-hi tots els tuts públics d'aquest servidor.
|
||||
enabled: Activat
|
||||
inbox_url: URL del Relay
|
||||
pending: S'està esperant l'aprovació del relay
|
||||
@ -431,7 +430,7 @@ ca:
|
||||
updated_at: Actualitzat
|
||||
settings:
|
||||
activity_api_enabled:
|
||||
desc_html: Nombre d'estats publicats localment, usuaris actius i registres nous en períodes setmanals
|
||||
desc_html: Nombre de tuts publicats localment, usuaris actius i registres nous en períodes setmanals
|
||||
title: Publica estadístiques agregades sobre l'activitat de l'usuari
|
||||
bootstrap_timeline_accounts:
|
||||
desc_html: Separa diversos noms d'usuari amb comes. Només funcionaran els comptes locals i desblocats. El valor predeterminat quan està buit és tots els administradors locals.
|
||||
@ -486,8 +485,8 @@ ca:
|
||||
open: Qualsevol pot registrar-se
|
||||
title: Mode de registres
|
||||
show_known_fediverse_at_about_page:
|
||||
desc_html: Quan s'activa, mostrarà tots els brams del fedivers conegut en vista prèvia. En cas contrari, només es mostraran els locals
|
||||
title: Mostra el fedivers conegut en vista prèvia de la cronología
|
||||
desc_html: Quan està desactivat, restringeix la línia de temps pública enllaçada des de la pàgina inicial a mostrar només contingut local
|
||||
title: Inclou el contingut federat a la pàgina no autenticada de la línia de temps pública
|
||||
show_staff_badge:
|
||||
desc_html: Mostra una insígnia de personal en la pàgina d'usuari
|
||||
title: Mostra insígnia de personal
|
||||
@ -498,21 +497,21 @@ ca:
|
||||
desc_html: Un bon lloc per al codi de conducta, regles, directrius i altres coses que distingeixen el teu servidor. Pots utilitzar etiquetes HTML
|
||||
title: Descripció ampliada del lloc
|
||||
site_short_description:
|
||||
desc_html: Es mostra a la barra lateral i a metaetiquetes. Descriu en un únic paràgraf què és Mastodont i què fa que aquest servidor sigui especial. Si està buit, s'estableix per defecte la descripció del servidor.
|
||||
desc_html: Es mostra a la barra lateral i a metaetiquetes. Descriu en un únic paràgraf què és Mastodon i què fa que aquest servidor sigui especial.
|
||||
title: Descripció curta del servidor
|
||||
site_terms:
|
||||
desc_html: Pots escriure la teva pròpia política de privadesa, els termes del servei o d'altres normes legals. Pots utilitzar etiquetes HTML
|
||||
title: Termes del servei personalitzats
|
||||
site_title: Nom del servidor
|
||||
spam_check_enabled:
|
||||
desc_html: Mastodont pot auto-silenciar i informar automàticament de comptes basat en mesures com ara la detecció de comptes que envien missatges repetits no sol·licitats. Pot haver-hi falsos positius.
|
||||
desc_html: Mastodon pot informar automàticament de comptes que envien repetits missatges no sol·licitats. Pot haver-hi falsos positius.
|
||||
title: Anti-spam
|
||||
thumbnail:
|
||||
desc_html: S'utilitza per obtenir visualitzacions prèvies a través d'OpenGraph i API. Es recomana 1200x630px
|
||||
title: Miniatura del servidor
|
||||
timeline_preview:
|
||||
desc_html: Mostra la cronología pública a la pàgina inicial
|
||||
title: Vista prèvia de la cronología
|
||||
desc_html: Mostra l'enllaç a la línia de temps pública a la pàgina inicial i permet l'accés a l'API a la línia de temps pública sense autenticació
|
||||
title: Permet l'accés no autenticat a la línia de temps pública
|
||||
title: Configuració del lloc
|
||||
trendable_by_default:
|
||||
desc_html: Afecta a les etiquetes que no s'havien rebutjat prèviament
|
||||
@ -578,7 +577,7 @@ ca:
|
||||
remove: Desvincula l'àlies
|
||||
appearance:
|
||||
advanced_web_interface: Interfície web avançada
|
||||
advanced_web_interface_hint: 'Si vols fer ús de tota l''amplada de la teva pantalla, l''interfície web avançada et permet configurar diverses columnes per a veure molta més informació al mateix temps: Inici, notificacions, cronología federada i qualsevol número de llistes i etiquetes.'
|
||||
advanced_web_interface_hint: 'Si vols fer ús de tota l''amplada de la teva pantalla, l''interfície web avançada et permet configurar diverses columnes per a veure molta més informació al mateix temps: Inici, notificacions, línia de temps federada i qualsevol número de llistes i etiquetes.'
|
||||
animations_and_accessibility: Animacions i accessibilitat
|
||||
confirmation_dialogs: Diàlegs de confirmació
|
||||
discovery: Descobriment
|
||||
@ -611,9 +610,9 @@ ca:
|
||||
delete_account: Suprimeix el compte
|
||||
delete_account_html: Si vols suprimir el compte pots <a href="%{path}">fer-ho aquí</a>. Se't demanarà confirmació.
|
||||
description:
|
||||
prefix_invited_by_user: "@%{name} t'ha invitat a unir-te a aquest servidor de Mastodont!"
|
||||
prefix_sign_up: Registra't avui a Mastodont!
|
||||
suffix: Amb un compte seràs capaç de seguir persones, publicar i intercanviar missatges amb usuaris de qualsevol servidor de Mastodont i més!
|
||||
prefix_invited_by_user: "@%{name} t'ha invitat a unir-te a aquest servidor de Mastodon!"
|
||||
prefix_sign_up: Registra't avui a Mastodon!
|
||||
suffix: Amb un compte seràs capaç de seguir persones, publicar i intercanviar missatges amb usuaris de qualsevol servidor de Mastodon i més!
|
||||
didnt_get_confirmation: No has rebut el correu de confirmació?
|
||||
forgot_password: Has oblidat la contrasenya?
|
||||
invalid_reset_password_token: L'enllaç de restabliment de la contrasenya no és vàlid o ha caducat. Torna-ho a provar.
|
||||
@ -709,7 +708,7 @@ ca:
|
||||
content: Ho sentim, però alguna cosa ha fallat a la nostra banda.
|
||||
title: Aquesta pàgina no es correcta
|
||||
'503': La pàgina no podria ser servida a causa d'un error temporal del servidor.
|
||||
noscript_html: Per a utilitzar Mastodont, activa el JavaScript. També pots provar una de les <a href="%{apps_path}"> aplicacions natives</a> de Mastodont per a la vostra plataforma.
|
||||
noscript_html: Per a utilitzar Mastodon, activa el JavaScript. També pots provar una de les <a href="%{apps_path}"> aplicacions natives</a> de Mastodon per a la teva plataforma.
|
||||
existing_username_validator:
|
||||
not_found: no s'ha pogut trobar cap usuari local amb aquest nom d'usuari
|
||||
not_found_multiple: no s'ha pogut trobar %{usernames}
|
||||
@ -717,7 +716,7 @@ ca:
|
||||
archive_takeout:
|
||||
date: Data
|
||||
download: Baixa l’arxiu
|
||||
hint_html: Pots sol·licitar un arxiu de les teves <strong>barritades i dels fitxers multimèdia pujats</strong>. Les dades exportades tindran el format ActivityPub, llegible per qualsevol programari compatible. Pots sol·licitar un arxiu cada 7 dies.
|
||||
hint_html: Pots sol·licitar un arxiu dels teus <strong>tuts i dels fitxers multimèdia pujats</strong>. Les dades exportades tindran el format ActivityPub, llegible per qualsevol programari compatible. Pots sol·licitar un arxiu cada 7 dies.
|
||||
in_progress: S'està compilant el teu arxiu...
|
||||
request: Sol·licita el teu arxiu
|
||||
size: Mida
|
||||
@ -731,12 +730,13 @@ ca:
|
||||
add_new: Afegir nova
|
||||
errors:
|
||||
limit: Ja has mostrat la quantitat màxima d'etiquetes
|
||||
hint_html: "<strong>Què son les etiquetes destacades?</strong> Es mostren de manera destacada en el teu perfil públic i permeten a les persones navegar per les teves publicacions amb aquestes etiquetes. Són una gran eina per fer un seguiment de treballs creatius o de projectes a llarg termini."
|
||||
hint_html: "<strong>Què son les etiquetes destacades?</strong> Es mostren de manera destacada en el teu perfil públic i permeten a les persones navegar per les teves publicacions gràcies a aquestes etiquetes. Són una gran eina per fer un seguiment de treballs creatius o de projectes a llarg termini."
|
||||
filters:
|
||||
contexts:
|
||||
home: Cronología d'inici
|
||||
account: Perfils
|
||||
home: Línia de temps Inici
|
||||
notifications: Notificacions
|
||||
public: Cronologíes públiques
|
||||
public: Línies de temps públiques
|
||||
thread: Converses
|
||||
edit:
|
||||
title: Editar filtre
|
||||
@ -748,7 +748,7 @@ ca:
|
||||
empty: No hi tens cap filtre.
|
||||
title: Filtres
|
||||
new:
|
||||
title: Afegeix un filtre
|
||||
title: Afegeix un nou filtre
|
||||
footer:
|
||||
developers: Desenvolupadors
|
||||
more: Més…
|
||||
@ -776,11 +776,11 @@ ca:
|
||||
invalid_token: Els tokens de Keybase són hashs de signatures i han de tenir 66 caràcters hexadecimals
|
||||
verification_failed: Keybase no reconeix aquest token com a signatura del usuari de Keybase %{kb_username}. Si us plau prova des de Keybase.
|
||||
wrong_user: No es pot crear una prova per a %{proving} mentre es connectava com a %{current}. Inicia sessió com a %{proving} i prova de nou.
|
||||
explanation_html: Aquí pots connectar criptogràficament les teves altres identitats com ara el teu perfil de Keybase. Això permet que altres persones t'envïin missatges xifrats i confiar en el contingut que els hi envies.
|
||||
explanation_html: Aquí pots connectar criptogràficament les teves altres identitats com ara el teu perfil de Keybase. Això permet que altres persones t'enviïn missatges xifrats i confiar en el contingut que els hi envies.
|
||||
i_am_html: Sóc %{username} a %{service}.
|
||||
identity: Identitat
|
||||
inactive: Inactiu
|
||||
publicize_checkbox: 'I barrita això:'
|
||||
publicize_checkbox: 'I envia un tut d''això:'
|
||||
publicize_toot: 'Està provat! Sóc %{username} a %{service}: %{url}'
|
||||
status: Estat de verificació
|
||||
view_proof: Veure la prova
|
||||
@ -829,7 +829,7 @@ ca:
|
||||
images_and_video: No es pot adjuntar un vídeo a una publicació que ja contingui imatges
|
||||
too_many: No es poden adjuntar més de 4 fitxers
|
||||
migrations:
|
||||
acct: usuari@domini del nou compte
|
||||
acct: Mogut a
|
||||
cancel: Cancel·la redirecció
|
||||
cancel_explanation: Cancel·lant la redirecció reactivará el teu compte actual però no recuperarà els seguidors que han estat moguts a aquell compte.
|
||||
cancelled_msg: Redirecció cancel·lada amb èxit.
|
||||
@ -838,7 +838,7 @@ ca:
|
||||
missing_also_known_as: no fa referencia a aquest compte
|
||||
move_to_self: no pot ser el compte actual
|
||||
not_found: podria no ser trobat
|
||||
on_cooldown: Estàs en temps de recuperació
|
||||
on_cooldown: Estàs en temps de refredament
|
||||
followers_count: Seguidors en el moment del moviment
|
||||
incoming_migrations: Movent des d'un compte diferent
|
||||
incoming_migrations_html: Per a moure't des d'un altre compte a aquest, primer necessites <a href="%{path}">crear un àlies de compte</a>.
|
||||
@ -863,7 +863,7 @@ ca:
|
||||
notification_mailer:
|
||||
digest:
|
||||
action: Mostra totes les notificacions
|
||||
body: Un resum del que et vas perdre desde la darrera visita el %{since}
|
||||
body: Un resum del que et vas perdre des de la darrera visita el %{since}
|
||||
mention: "%{name} t'ha mencionat en:"
|
||||
new_followers_summary:
|
||||
one: A més, has adquirit un nou seguidor durant la teva absència! Visca!
|
||||
@ -928,12 +928,13 @@ ca:
|
||||
preferences:
|
||||
other: Altre
|
||||
posting_defaults: Valors predeterminats de publicació
|
||||
public_timelines: Cronologíes públiques
|
||||
public_timelines: Línies de temps públiques
|
||||
relationships:
|
||||
activity: Activitat del compte
|
||||
dormant: Inactiu
|
||||
followers: Seguidors
|
||||
following: Seguint
|
||||
invited: Convidat
|
||||
last_active: Darrer actiu
|
||||
most_recent: Més recent
|
||||
moved: Mogut
|
||||
@ -946,7 +947,7 @@ ca:
|
||||
status: Estat del compte
|
||||
remote_follow:
|
||||
acct: Escriu el teu usuari@domini des del qual vols seguir
|
||||
missing_resource: No s'ha pogut trobar la URL de redirecció necessaria per al compte
|
||||
missing_resource: No s'ha pogut trobar la URL de redirecció necessària per al compte
|
||||
no_account_html: No tens cap compte? Pots <a href='%{sign_up_path}' target='_blank'>registrar-te aquí</a>
|
||||
proceed: Comença a seguir
|
||||
prompt: 'Seguiràs a:'
|
||||
@ -954,16 +955,16 @@ ca:
|
||||
remote_interaction:
|
||||
favourite:
|
||||
proceed: Procedir a afavorir
|
||||
prompt: 'Vols marcar com a favorit aquesta barritada:'
|
||||
prompt: 'Vols marcar com a favorit aquest tut:'
|
||||
reblog:
|
||||
proceed: Procedir a impulsar
|
||||
prompt: 'Vols impulsar aquesta barritada:'
|
||||
prompt: 'Vols impulsar aquest tut:'
|
||||
reply:
|
||||
proceed: Procedir a respondre
|
||||
prompt: 'Vols respondre a aquesta barritada:'
|
||||
prompt: 'Vols respondre a aquest tut:'
|
||||
scheduled_statuses:
|
||||
over_daily_limit: Has superat el límit de %{limit} barritades programades per a aquell dia
|
||||
over_total_limit: Has superat el limit de %{limit} barritades programades
|
||||
over_daily_limit: Has superat el límit de %{limit} tuts programats per a aquell dia
|
||||
over_total_limit: Has superat el limit de %{limit} tuts programats
|
||||
too_soon: La data programada ha de ser futura
|
||||
sessions:
|
||||
activity: Última activitat
|
||||
@ -988,7 +989,7 @@ ca:
|
||||
weibo: Weibo
|
||||
current_session: Sessió actual
|
||||
description: "%{browser} de %{platform}"
|
||||
explanation: Aquests són els navegadors web que actualment han iniciat la sessió amb el teu compte de Mastodont.
|
||||
explanation: Aquests són els navegadors web que actualment han iniciat la sessió amb el teu compte de Mastodon.
|
||||
ip: IP
|
||||
platforms:
|
||||
adobe_air: Adobe Air
|
||||
@ -1012,7 +1013,7 @@ ca:
|
||||
aliases: Àlies de compte
|
||||
appearance: Aparença
|
||||
authorized_apps: Aplicacions autoritzades
|
||||
back: Torna a Mastodont
|
||||
back: Torna a Mastodon
|
||||
delete: Eliminació del compte
|
||||
development: Desenvolupament
|
||||
edit_profile: Edita el perfil
|
||||
@ -1047,9 +1048,9 @@ ca:
|
||||
open_in_web: Obre en la web
|
||||
over_character_limit: Límit de caràcters de %{max} superat
|
||||
pin_errors:
|
||||
limit: Ja has fixat el màxim nombre de barritades
|
||||
ownership: No es pot fixar la barritada d'altra persona
|
||||
private: No es pot fixar la barritada no pública
|
||||
limit: Ja has fixat el màxim nombre de tuts
|
||||
ownership: No es pot fixar el tut d'algú altre
|
||||
private: No es pot fixar un tut no públic
|
||||
reblog: No es pot fixar un impuls
|
||||
poll:
|
||||
total_people:
|
||||
@ -1068,7 +1069,7 @@ ca:
|
||||
public: Públic
|
||||
public_long: Tothom pot veure-ho
|
||||
unlisted: No llistat
|
||||
unlisted_long: Tothom ho pot veure, però no es mostra en la cronología federada
|
||||
unlisted_long: Tothom ho pot veure, però no es mostra en les línies de temps públiques
|
||||
stream_entries:
|
||||
pinned: Tut fixat
|
||||
reblogged: ha impulsat
|
||||
@ -1175,23 +1176,23 @@ ca:
|
||||
enabled_success: Autenticació de dos factors activada correctament
|
||||
generate_recovery_codes: Genera codis de recuperació
|
||||
instructions_html: "<strong>Escaneja aquest codi QR desde Google Authenticator o una aplicació similar del teu telèfon</strong>. Desde ara, aquesta aplicació generarà tokens que tens que ingresar quan volguis iniciar sessió."
|
||||
lost_recovery_codes: Els codis de recuperació et permeten recuperar l'accés al teu compte si perds el telèfon. Si has perdut els codis de recuperació els pots tornar a generar aquí. Els codis de recuperació anteriors s'anul·laran.
|
||||
manual_instructions: 'Si no pots escanejar el codi QR code i necessites introduir-lo manualment, aquí tens el secret en text pla:'
|
||||
lost_recovery_codes: Els codis de recuperació et permeten recuperar l'accés al teu compte si perds el telèfon. Si has perdut els codis de recuperació els pots tornar a generar aquí. S'anul·laran els codis de recuperació anteriors.
|
||||
manual_instructions: 'Si no pots escanejar el codi QR i necessites introduir-lo manualment, aquí tens el secret en text pla:'
|
||||
recovery_codes: Codis de recuperació de còpia de seguretat
|
||||
recovery_codes_regenerated: Codis de recuperació regenerats amb èxit
|
||||
recovery_instructions_html: Si mai perds l'accéss al teu telèfon pots utilitzar un dels codis de recuperació a continuació per a recuperar l'accés al teu compte. <strong>Cal mantenir els codis de recuperació en lloc segur</strong>. Per exemple, imprimint-los i guardar-los amb altres documents importants.
|
||||
recovery_instructions_html: Si mai perds l'accés al teu telèfon pots utilitzar un dels codis de recuperació a continuació per a recuperar l'accés al teu compte. <strong>Cal mantenir els codis de recuperació en lloc segur</strong>. Per exemple, imprimint-los i guardar-los amb altres documents importants.
|
||||
setup: Establir
|
||||
wrong_code: El codi introduït no és vàlid! És correcta l'hora del servidor i del dispositiu?
|
||||
user_mailer:
|
||||
backup_ready:
|
||||
explanation: Has sol·licitat una copia completa del teu compte Mastodont. Ara ja està a punt per descàrrega!
|
||||
explanation: Has sol·licitat una copia completa del teu compte Mastodon. Ara ja està a punt per a descàrrega!
|
||||
subject: El teu arxiu està preparat per a descàrrega
|
||||
title: Recollida del arxiu
|
||||
warning:
|
||||
explanation:
|
||||
disable: Mentre el teu compte estigui congelat les dades romandran intactes però no pots dur a terme cap acció fins que no estigui desbloquejat.
|
||||
silence: Mentre el teu compte estigui limitat només les persones que ja et segueixen veuen les teves dades en aquest servidor i pots ser exclòs de diverses llistes públiques. No obstant això, d'altres encara poden seguir-te manualment.
|
||||
suspend: El teu compte s'ha suspès i totes les teves barritades i fitxers multimèdia penjats s'han eliminat irreversiblement d'aquest servidor i dels servidors on tenies seguidores.
|
||||
suspend: El teu compte s'ha suspès i tots els teus tuts i fitxers multimèdia penjats s'han eliminat de manera irreversible d'aquest servidor i dels servidors on tenies seguidors.
|
||||
get_in_touch: Pots respondre a aquest correu electrònic per a contactar amb el personal de %{instance}.
|
||||
review_server_policies: Revisa les polítiques del servidor
|
||||
statuses: 'Concretament, per:'
|
||||
@ -1215,11 +1216,11 @@ ca:
|
||||
full_handle_hint: Això és el que has de dir als teus amics perquè puguin enviar-te missatges o seguir-te des d'un altre servidor.
|
||||
review_preferences_action: Canviar preferències
|
||||
review_preferences_step: Assegura't d'establir les teves preferències, com ara els correus electrònics que vols rebre o el nivell de privadesa per defecte que t'agradaria que tinguin les teves entrades. Si no tens malaltia de moviment, pots optar per habilitar la reproducció automàtica de GIF.
|
||||
subject: Et donem la benvinguda a Mastodont
|
||||
tip_federated_timeline: La cronología federada és el cabal principal de la xarxa Mastodont. Però només inclou les persones a les quals els teus veïns estan subscrits, de manera que no està complet.
|
||||
subject: Et donem la benvinguda a Mastodon
|
||||
tip_federated_timeline: La línia de temps federada és el cabal principal de la xarxa Mastodon. Però només inclou les persones a les quals els teus veïns estan subscrits, de manera que no està completa.
|
||||
tip_following: Per defecte segueixes als administradors del servidor. Per trobar més persones interessants, consulta les línies de temps local i federada.
|
||||
tip_local_timeline: La línia de temps local és la vista del flux de publicacions dels usuaris de %{instance}. Aquests usuaris són els teus veïns més propers!
|
||||
tip_mobile_webapp: Si el teu navegador del mòbil t'ofereix afegir Mastodont a la teva pantalla d'inici, podràs rebre notificacions d'empènyer "push". Es comporta com una aplicació nativa en molts aspectes!
|
||||
tip_mobile_webapp: Si el teu navegador del mòbil t'ofereix afegir Mastodon a la teva pantalla d'inici, podràs rebre notificacions "push". Es comporta com una aplicació nativa en molts aspectes!
|
||||
tips: Consells
|
||||
title: Benvingut a bord, %{name}!
|
||||
users:
|
||||
@ -1230,5 +1231,5 @@ ca:
|
||||
seamless_external_login: Has iniciat sessió via un servei extern per tant els ajustos de contrasenya i correu electrònic no estan disponibles.
|
||||
signed_in_as: 'Sessió iniciada com a:'
|
||||
verification:
|
||||
explanation_html: 'Pots <strong>verificar-te com a propietari dels enllaços a les metadades del teu perfil</strong>. Per això, el lloc web enllaçat ha de contenir un enllaç al teu perfil de Mastodont. El vincle <strong>ha de</strong> tenir l''atribut <code>rel="me"</code>. El contingut del text de l''enllaç no importa. Aquí tens un exemple:'
|
||||
explanation_html: 'Pots <strong>verificar-te com a propietari dels enllaços a les metadades del teu perfil</strong>. Per això, el lloc web enllaçat ha de contenir un enllaç al teu perfil de Mastodon. El vincle <strong>ha de</strong> tenir l''atribut <code>rel="me"</code>. El contingut del text de l''enllaç no importa. Aquí tens un exemple:'
|
||||
verification: Verificació
|
||||
|
@ -344,9 +344,6 @@ co:
|
||||
create: Creà un blucchime
|
||||
title: Nova iscrizzione nant’a lista nera e-mail
|
||||
title: Lista nera e-mail
|
||||
followers:
|
||||
back_to_account: Rivene à u Contu
|
||||
title: Abbunati à %{acct}
|
||||
instances:
|
||||
by_domain: Duminiu
|
||||
delivery_available: Rimessa dispunibule
|
||||
|
@ -354,9 +354,6 @@ cs:
|
||||
create: Přidat doménu
|
||||
title: Nová položka pro černou listinu e-mailů
|
||||
title: Černá listina e-mailů
|
||||
followers:
|
||||
back_to_account: Zpět na účet
|
||||
title: Sledující uživatele %{acct}
|
||||
instances:
|
||||
by_domain: Doména
|
||||
delivery_available: Doručení je k dispozici
|
||||
|
@ -359,13 +359,11 @@ cy:
|
||||
delete: Dileu
|
||||
destroyed_msg: Llwyddwyd i ddileu parth e-bost o'r gosbrestr
|
||||
domain: Parth
|
||||
empty: Dim parthiau ebost ar y rhestr rhwystro.
|
||||
new:
|
||||
create: Ychwanegu parth
|
||||
title: Cofnod newydd yng nghosbrestr e-byst
|
||||
title: Cosbrestr e-bost
|
||||
followers:
|
||||
back_to_account: Nôl i'r gyfrif
|
||||
title: Dilynwyr %{acct}
|
||||
instances:
|
||||
by_domain: Parth
|
||||
delivery_available: Mae'r cyflenwad ar gael
|
||||
@ -776,6 +774,7 @@ cy:
|
||||
invalid_irreversible: Mae hidlo anadferadwy ond yn gweithio yng nghyd-destun cartref neu hysbysiadau
|
||||
index:
|
||||
delete: Dileu
|
||||
empty: Nid oes gennych chi hidlyddion.
|
||||
title: Hidlyddion
|
||||
new:
|
||||
title: Ychwanegu hidlydd newydd
|
||||
@ -967,6 +966,7 @@ cy:
|
||||
duration_too_long: yn rhy bell yn y dyfodol
|
||||
duration_too_short: yn rhy fuan
|
||||
expired: Mae'r pleidlais wedi gorffen yn barod
|
||||
invalid_choice: Nid yw'r dewis pleidlais hyn yn bodoli
|
||||
over_character_limit: ni all fod yn hirach na %{max} cymeriad yr un
|
||||
too_few_options: rhaid cael fwy nag un eitem
|
||||
too_many_options: ni all cynnwys fwy na %{max} o eitemau
|
||||
|
@ -335,9 +335,6 @@ da:
|
||||
create: Tilføj domæne
|
||||
title: Ny email blokade opslag
|
||||
title: Email sortliste
|
||||
followers:
|
||||
back_to_account: Tilbage til konto
|
||||
title: "%{acct}'s følgere"
|
||||
instances:
|
||||
by_domain: Domæne
|
||||
delivery_available: Levering er tilgængelig
|
||||
|
@ -198,11 +198,13 @@ de:
|
||||
change_email_user: "%{name} hat die E-Mail-Adresse des Nutzers %{target} geändert"
|
||||
confirm_user: "%{name} hat die E-Mail-Adresse von %{target} bestätigt"
|
||||
create_account_warning: "%{name} hat eine Warnung an %{target} gesendet"
|
||||
create_announcement: "%{name} hat die neue Ankündigung %{target} erstellt"
|
||||
create_custom_emoji: "%{name} hat neues Emoji %{target} hochgeladen"
|
||||
create_domain_allow: "%{name} hat die Domain %{target} gewhitelistet"
|
||||
create_domain_block: "%{name} hat die Domain %{target} blockiert"
|
||||
create_email_domain_block: "%{name} hat die E-Mail-Domain %{target} geblacklistet"
|
||||
demote_user: "%{name} stufte Benutzer_in %{target} herunter"
|
||||
destroy_announcement: "%{name} hat die neue Ankündigung %{target} gelöscht"
|
||||
destroy_custom_emoji: "%{name} zerstörte Emoji %{target}"
|
||||
destroy_domain_allow: "%{name} hat die Domain %{target} von der Whitelist entfernt"
|
||||
destroy_domain_block: "%{name} hat die Domain %{target} entblockt"
|
||||
@ -224,10 +226,22 @@ de:
|
||||
unassigned_report: "%{name} hat die Zuweisung der Meldung %{target} entfernt"
|
||||
unsilence_account: "%{name} hat die Stummschaltung von %{target} aufgehoben"
|
||||
unsuspend_account: "%{name} hat die Verbannung von %{target} aufgehoben"
|
||||
update_announcement: "%{name} aktualisierte Ankündigung %{target}"
|
||||
update_custom_emoji: "%{name} hat das %{target} Emoji geändert"
|
||||
update_status: "%{name} hat einen Beitrag von %{target} aktualisiert"
|
||||
deleted_status: "(gelöschter Beitrag)"
|
||||
title: Überprüfungsprotokoll
|
||||
announcements:
|
||||
edit:
|
||||
title: Ankündigung bearbeiten
|
||||
empty: Keine Ankündigungen gefunden.
|
||||
live: Live
|
||||
new:
|
||||
create: Ankündigung erstellen
|
||||
title: Neue Ankündigung
|
||||
published: Veröffentlicht
|
||||
time_range: Zeitraum
|
||||
title: Ankündigungen
|
||||
custom_emojis:
|
||||
assign_category: Kategorie zuweisen
|
||||
by_domain: Domain
|
||||
@ -344,9 +358,6 @@ de:
|
||||
create: Blockade erstellen
|
||||
title: Neue E-Mail-Domain-Blockade
|
||||
title: E-Mail-Domain-Blockade
|
||||
followers:
|
||||
back_to_account: Zurück zum Konto
|
||||
title: "%{acct}'s Follower"
|
||||
instances:
|
||||
by_domain: Domain
|
||||
delivery_available: Zustellung funktioniert
|
||||
@ -375,6 +386,8 @@ de:
|
||||
title: Einladungen
|
||||
pending_accounts:
|
||||
title: Ausstehende Konten (%{count})
|
||||
relationships:
|
||||
title: Beziehungen von %{acct}
|
||||
relays:
|
||||
add_new: Neues Relay hinzufügen
|
||||
delete: Löschen
|
||||
@ -658,6 +671,9 @@ de:
|
||||
hint_html: "<strong>Hinweis:</strong> Wir werden dich für die nächste Stunde nicht erneut nach deinem Passwort fragen."
|
||||
invalid_password: Ungültiges Passwort
|
||||
prompt: Gib dein Passwort ein um fortzufahren
|
||||
date:
|
||||
formats:
|
||||
default: "%d. %b %Y"
|
||||
datetime:
|
||||
distance_in_words:
|
||||
about_x_hours: "%{count}h"
|
||||
@ -734,6 +750,7 @@ de:
|
||||
hint_html: "<strong>Was sind empfohlene Hashtags?</strong> Sie werden in deinem öffentlichen Profil deutlich angezeigt und ermöglichen es den Menschen, deine öffentlichen Beiträge speziell unter diesen Hashtags zu durchsuchen. Sie sind ein großartiges Werkzeug, um kreative Werke oder langfristige Projekte zu verfolgen."
|
||||
filters:
|
||||
contexts:
|
||||
account: Profile
|
||||
home: Startseite
|
||||
notifications: Benachrichtigungen
|
||||
public: Öffentliche Zeitleisten
|
||||
@ -758,6 +775,8 @@ de:
|
||||
all: Alle
|
||||
changes_saved_msg: Änderungen gespeichert!
|
||||
copy: Kopieren
|
||||
delete: Löschen
|
||||
edit: Bearbeiten
|
||||
no_batch_actions_available: Keine Massenaktionen auf dieser Seite verfügbar
|
||||
order_by: Sortieren nach
|
||||
save_changes: Änderungen speichern
|
||||
@ -921,6 +940,7 @@ de:
|
||||
duration_too_long: ist zu weit in der Zukunft
|
||||
duration_too_short: ist zu früh
|
||||
expired: Die Umfrage ist bereits vorbei
|
||||
invalid_choice: Die gewählte Stimmenoption existiert nicht
|
||||
over_character_limit: kann nicht länger als jeweils %{max} Zeichen sein
|
||||
too_few_options: muss mindestens einen Eintrag haben
|
||||
too_many_options: kann nicht mehr als %{max} Einträge beinhalten
|
||||
@ -928,11 +948,15 @@ de:
|
||||
other: Weiteres
|
||||
posting_defaults: Standardeinstellungen für Beiträge
|
||||
public_timelines: Öffentliche Zeitleisten
|
||||
reactions:
|
||||
errors:
|
||||
unrecognized_emoji: ist kein anerkanntes Emoji
|
||||
relationships:
|
||||
activity: Kontoaktivität
|
||||
dormant: Inaktiv
|
||||
followers: Folgende
|
||||
following: Folgt
|
||||
invited: Eingeladen
|
||||
last_active: Zuletzt aktiv
|
||||
most_recent: Neuste
|
||||
moved: Umgezogen
|
||||
|
@ -38,6 +38,7 @@ ar:
|
||||
application: تطبيق
|
||||
callback_url: رابط رد النداء
|
||||
delete: حذف
|
||||
empty: ليس لديك أية تطبيقات.
|
||||
name: التسمية
|
||||
new: تطبيق جديد
|
||||
scopes: المجالات
|
||||
|
@ -27,6 +27,7 @@ ast:
|
||||
help:
|
||||
native_redirect_uri: Usa %{native_redirect_uri} pa pruebes llocales
|
||||
index:
|
||||
empty: Nun tienes aplicaciones.
|
||||
name: Nome
|
||||
new: Aplicación nueva
|
||||
scopes: Ámbitos
|
||||
|
@ -38,6 +38,7 @@ ca:
|
||||
application: Aplicació
|
||||
callback_url: URL de retorn
|
||||
delete: Suprimeix
|
||||
empty: No tens cap aplicació.
|
||||
name: Nom
|
||||
new: Aplicació nova
|
||||
scopes: Àmbits
|
||||
|
@ -38,6 +38,7 @@ co:
|
||||
application: Applicazione
|
||||
callback_url: URL di richjama
|
||||
delete: Toglie
|
||||
empty: Ùn avete micca d'applicazione.
|
||||
name: Nome
|
||||
new: Applicazione nova
|
||||
scopes: Scopi
|
||||
|
@ -38,6 +38,7 @@ cs:
|
||||
application: Aplikace
|
||||
callback_url: Zpáteční URL
|
||||
delete: Smazat
|
||||
empty: Nemáte žádné aplikace.
|
||||
name: Název
|
||||
new: Nová aplikace
|
||||
scopes: Rozsahy
|
||||
|
@ -38,6 +38,7 @@ de:
|
||||
application: Anwendung
|
||||
callback_url: Callback-URL
|
||||
delete: Löschen
|
||||
empty: Du hast keine Anwendungen.
|
||||
name: Name
|
||||
new: Neue Anwendung
|
||||
scopes: Befugnisse
|
||||
|
@ -38,6 +38,7 @@ el:
|
||||
application: Εφαρμογή
|
||||
callback_url: URL επιστροφής (Callback)
|
||||
delete: Διαγραφή
|
||||
empty: Δεν έχετε αιτήσεις.
|
||||
name: Όνομα
|
||||
new: Νέα εφαρμογή
|
||||
scopes: Εύρος εφαρμογής
|
||||
|
@ -38,6 +38,7 @@ eo:
|
||||
application: Aplikaĵo
|
||||
callback_url: Revena URL
|
||||
delete: Forigi
|
||||
empty: Vi havas neniun aplikaĵon.
|
||||
name: Nomo
|
||||
new: Nova aplikaĵo
|
||||
scopes: Ampleksoj
|
||||
|
@ -38,6 +38,7 @@ es-AR:
|
||||
application: Aplicación
|
||||
callback_url: Dirección web de respuesta ("callback")
|
||||
delete: Eliminar
|
||||
empty: No tenés aplicaciones.
|
||||
name: Nombre
|
||||
new: Nueva aplicación
|
||||
scopes: Ámbitos
|
||||
|
@ -38,6 +38,7 @@ es:
|
||||
application: Aplicación
|
||||
callback_url: URL de callback
|
||||
delete: Eliminar
|
||||
empty: No tienes aplicaciones.
|
||||
name: Nombre
|
||||
new: Nueva aplicación
|
||||
scopes: Ámbitos
|
||||
@ -139,7 +140,7 @@ es:
|
||||
write:accounts: modifica tu perfil
|
||||
write:blocks: bloquear cuentas y dominios
|
||||
write:bookmarks: guardar estados como marcadores
|
||||
write:favourites: estados favoritos
|
||||
write:favourites: toots favoritos
|
||||
write:filters: crear filtros
|
||||
write:follows: seguir usuarios
|
||||
write:lists: crear listas
|
||||
|
@ -38,6 +38,7 @@ et:
|
||||
application: Rakendus
|
||||
callback_url: Ümbersuunamise URL
|
||||
delete: Kustuta
|
||||
empty: Teil pole rakendusi.
|
||||
name: Nimi
|
||||
new: Uus rakendus
|
||||
scopes: Ulatused
|
||||
|
@ -38,6 +38,7 @@ eu:
|
||||
application: Aplikazioa
|
||||
callback_url: Itzulera URLa
|
||||
delete: Ezabatu
|
||||
empty: Ez duzu aplikaziorik.
|
||||
name: Izena
|
||||
new: Aplikazio berria
|
||||
scopes: Irismena
|
||||
|
@ -38,6 +38,7 @@ fa:
|
||||
application: برنامه
|
||||
callback_url: نشانی Callback
|
||||
delete: حذف
|
||||
empty: شما هیچ برنامهای ندارید.
|
||||
name: نام
|
||||
new: برنامهٔ تازه
|
||||
scopes: دامنهها
|
||||
|
@ -38,6 +38,7 @@ fr:
|
||||
application: Application
|
||||
callback_url: URL de retour d’appel
|
||||
delete: Effacer
|
||||
empty: Vous n’avez pas d’application.
|
||||
name: Nom
|
||||
new: Nouvelle application
|
||||
scopes: Permissions
|
||||
|
@ -6,7 +6,7 @@ gl:
|
||||
name: Nome do aplicativo
|
||||
redirect_uri: URI a redireccionar
|
||||
scopes: Permisos
|
||||
website: Sitio web do aplicativo
|
||||
website: Sitio web da aplicación
|
||||
errors:
|
||||
models:
|
||||
doorkeeper/application:
|
||||
@ -27,31 +27,32 @@ gl:
|
||||
confirmations:
|
||||
destroy: Está segura?
|
||||
edit:
|
||||
title: Editar aplicativo
|
||||
title: Editar aplicación
|
||||
form:
|
||||
error: Eeeeepa! Comprobe os posibles erros no formulario
|
||||
error: Eeeeepa! Comproba os posibles erros no formulario
|
||||
help:
|
||||
native_redirect_uri: Utilice %{native_redirect_uri} para probas locais
|
||||
redirect_uri: Utilice unha liña por URI
|
||||
scopes: Separar permisos con espazos. Deixar en blanco para utilizar os permisos por omisión.
|
||||
native_redirect_uri: Utiliza %{native_redirect_uri} para probas locais
|
||||
redirect_uri: Utiliza unha liña por URI
|
||||
scopes: Separar permisos con espazos. Deixar en branco para utilizar os permisos por omisión.
|
||||
index:
|
||||
application: Aplicativo
|
||||
application: Aplicación
|
||||
callback_url: URL de chamada
|
||||
delete: Eliminar
|
||||
empty: Non tes aplicacións.
|
||||
name: Nome
|
||||
new: Novo aplicativo
|
||||
scopes: Permisos
|
||||
new: Nova aplicación
|
||||
scopes: Ámbitos
|
||||
show: Mostrar
|
||||
title: Os seus aplicativos
|
||||
title: As túas aplicacións
|
||||
new:
|
||||
title: Novo aplicativo
|
||||
title: Nova aplicación
|
||||
show:
|
||||
actions: Accións
|
||||
application_id: Chave do cliente
|
||||
callback_urls: URLs de chamada
|
||||
scopes: Permisos
|
||||
secret: Chave secreta do cliente
|
||||
title: 'Aplicativo: %{name}'
|
||||
scopes: Ámbitos
|
||||
secret: Chave segreda do cliente
|
||||
title: 'Aplicación: %{name}'
|
||||
authorizations:
|
||||
buttons:
|
||||
authorize: Autorizar
|
||||
@ -60,21 +61,21 @@ gl:
|
||||
title: Algo fallou
|
||||
new:
|
||||
able_to: Poderá
|
||||
prompt: O aplicativo %{client_name} solicita acceso a súa conta
|
||||
prompt: A aplicación %{client_name} solicita acceso a túa conta
|
||||
title: Autorización necesaria
|
||||
show:
|
||||
title: Copie este código de autorización e pégueo no aplicativo.
|
||||
title: Copia este código de autorización e pégao na aplicación.
|
||||
authorized_applications:
|
||||
buttons:
|
||||
revoke: Retirar autorización
|
||||
confirmations:
|
||||
revoke: Está segura?
|
||||
revoke: Estás segura?
|
||||
index:
|
||||
application: Aplicativo
|
||||
application: Aplicación
|
||||
created_at: Autorizado
|
||||
date_format: "%d-%m-%Y %H:%M:%S"
|
||||
scopes: Permisos
|
||||
title: Os seus aplicativos autorizados
|
||||
scopes: Ámbitos
|
||||
title: As túas aplicacións autorizadas
|
||||
errors:
|
||||
messages:
|
||||
access_denied: O propietario do recurso ou o servidor autorizado denegaron a petición.
|
||||
|
@ -38,6 +38,7 @@ hu:
|
||||
application: Alkalmazás
|
||||
callback_url: Callback URL
|
||||
delete: Eltávolítás
|
||||
empty: Nincsenek alkalmazásaid.
|
||||
name: Név
|
||||
new: Új alkalmazás
|
||||
scopes: Hatáskör
|
||||
|
@ -38,6 +38,7 @@ id:
|
||||
application: Aplikasi
|
||||
callback_url: URL Callback
|
||||
delete: Hapus
|
||||
empty: Anda tidak memiliki aplikasi.
|
||||
name: Nama
|
||||
new: Aplikasi baru
|
||||
scopes: Cakupan
|
||||
|
@ -38,6 +38,7 @@ is:
|
||||
application: Forrit
|
||||
callback_url: URL-slóð baksvörunar (callback)
|
||||
delete: Eyða
|
||||
empty: Þú ert ekki með nein forrit.
|
||||
name: Heiti
|
||||
new: Nýtt forrit
|
||||
scopes: Gildissvið
|
||||
@ -78,12 +79,22 @@ is:
|
||||
errors:
|
||||
messages:
|
||||
access_denied: Eigandi tilfangs eða auðkenningarþjónn höfnuðu beininni.
|
||||
credential_flow_not_configured: Flæði á lykilorðsauðkennum eiganda tilfangs (Resource Owner) brást vegna þess að Doorkeeper.configure.resource_owner_from_credentials er óskilgreint.
|
||||
invalid_client: Auðkenning á biðlara brást vegna þess að biðlarinn er óþekktur, að auðkenning biðlarans fylgdi ekki með, eða að notuð var óstudd auðkenningaraðferð.
|
||||
invalid_grant: Uppgefin auðkenningarheimild er ógild, útrunnin, afturkölluð, samsvarar ekki endurbirtingarslóðinni í auðkenningarbeiðninni, eða var gefin út til annars biðlara.
|
||||
invalid_redirect_uri: Endurbeiningarslóðin sem fylgdi er ekki gild.
|
||||
invalid_request: Í beiðnina vantar nauðsynlega færibreytu, hún inniheldur óleyfilegt gildi á færibreytu, eða er gölluð á einhvern annan hátt.
|
||||
invalid_resource_owner: Uppgefin auðkenni eiganda tilfangs eru ekki gild, eða að eigandi tilfangs finnst ekki
|
||||
invalid_scope: Umbeðið gildissvið er ógilt, óþekkt eða rangt uppsett.
|
||||
invalid_token:
|
||||
expired: Auðkenningarteiknið er útrunnið
|
||||
revoked: Auðkenningarteiknið var aturkallað
|
||||
unknown: Auðkenningarteiknið er ógilt
|
||||
resource_owner_authenticator_not_configured: Leit að eiganda tilfangs (Resource Owner) brást vegna þess að Doorkeeper.configure.resource_owner_authenticator er óskilgreint.
|
||||
server_error: Auðkenningarþjónninn rakst á óvænt skilyrði sem kom í veg fyrir að hægt væri að uppfylla beiðnina.
|
||||
temporarily_unavailable: Auðkenningarþjónninn hefur ekki tök á að meðhöndla beiðnina vegna of mikils tímabundins álags eða viðhalds á vefþvóninum.
|
||||
unauthorized_client: Biðlaraforritið hefur ekki heimild til að framkvæma beiðnina með þessari aðferð.
|
||||
unsupported_grant_type: Þessi gerð auðkenningaraðferðar er ekki studd af auðkenningarþjóninum.
|
||||
unsupported_response_type: Auðkenningarþjónninn styður ekki þessa tegund svars.
|
||||
flash:
|
||||
applications:
|
||||
|
@ -38,6 +38,7 @@ it:
|
||||
application: Applicazione
|
||||
callback_url: URL di callback
|
||||
delete: Elimina
|
||||
empty: Non hai applicazioni.
|
||||
name: Nome
|
||||
new: Nuova applicazione
|
||||
scopes: Visibilità
|
||||
|
@ -38,6 +38,7 @@ ja:
|
||||
application: アプリ
|
||||
callback_url: コールバックURL
|
||||
delete: 削除
|
||||
empty: アプリはありません
|
||||
name: 名前
|
||||
new: 新規アプリ
|
||||
scopes: アクセス権
|
||||
@ -125,7 +126,7 @@ ja:
|
||||
read: アカウントのすべてのデータの読み取り
|
||||
read:accounts: アカウント情報の読み取り
|
||||
read:blocks: ブロックの読み取り
|
||||
read:bookmarks: ブックマークを見る
|
||||
read:bookmarks: ブックマークの読み取り
|
||||
read:favourites: お気に入りの読み取り
|
||||
read:filters: フィルターの読み取り
|
||||
read:follows: フォローの読み取り
|
||||
|
@ -38,6 +38,7 @@ kk:
|
||||
application: Қосымша
|
||||
callback_url: Callbаck URL
|
||||
delete: Өшіру
|
||||
empty: Сізде ешқандай қосымша жоқ.
|
||||
name: Аты
|
||||
new: Жаңа қосымша
|
||||
scopes: Scopеs
|
||||
|
@ -38,6 +38,7 @@ ko:
|
||||
application: 애플리케이션
|
||||
callback_url: 콜백 URL
|
||||
delete: 삭제
|
||||
empty: 어플리케이션이 없습니다.
|
||||
name: 이름
|
||||
new: 새 애플리케이션
|
||||
scopes: 범위
|
||||
|
@ -38,6 +38,7 @@ pt-BR:
|
||||
application: Aplicativos
|
||||
callback_url: Link de retorno
|
||||
delete: Excluir
|
||||
empty: Não tem aplicações.
|
||||
name: Nome
|
||||
new: Novo aplicativo
|
||||
scopes: Autorizações
|
||||
|
@ -38,6 +38,7 @@ pt-PT:
|
||||
application: Aplicações
|
||||
callback_url: URL de retorno
|
||||
delete: Eliminar
|
||||
empty: Não tem aplicações.
|
||||
name: Nome
|
||||
new: Nova Aplicação
|
||||
scopes: Autorizações
|
||||
|
@ -38,6 +38,7 @@ ru:
|
||||
application: Приложение
|
||||
callback_url: Callback URL
|
||||
delete: Удалить
|
||||
empty: У вас нет созданных приложений.
|
||||
name: Название
|
||||
new: Новое приложение
|
||||
scopes: Разрешения
|
||||
|
@ -38,6 +38,7 @@ sv:
|
||||
application: Applikation
|
||||
callback_url: Återkalls URL
|
||||
delete: Ta bort
|
||||
empty: Du har inga program.
|
||||
name: Namn
|
||||
new: Ny applikation
|
||||
scopes: Omfattning
|
||||
|
@ -36,6 +36,7 @@ th:
|
||||
application: แอปพลิเคชัน
|
||||
callback_url: URL เรียกกลับ
|
||||
delete: ลบ
|
||||
empty: คุณไม่มีแอปพลิเคชัน
|
||||
name: ชื่อ
|
||||
new: แอปพลิเคชันใหม่
|
||||
scopes: ขอบเขต
|
||||
|
@ -38,6 +38,7 @@ tr:
|
||||
application: Uygulama
|
||||
callback_url: Geri Dönüş URL
|
||||
delete: Sil
|
||||
empty: Hiç uygulamanız yok.
|
||||
name: İsim
|
||||
new: Yeni uygulama
|
||||
scopes: Kapsam
|
||||
|
@ -339,13 +339,11 @@ el:
|
||||
delete: Διαγραφή
|
||||
destroyed_msg: Επιτυχής διαγραφή email τομέα από τη μαύρη λίστα
|
||||
domain: Τομέας
|
||||
empty: Δεν έχουν οριστεί αποκλεισμένοι τομείς email.
|
||||
new:
|
||||
create: Πρόσθεση τομέα
|
||||
title: Νέα εγγραφή email στη μαύρη λίστα
|
||||
title: Μαύρη λίστα email
|
||||
followers:
|
||||
back_to_account: Επιστροφή στον λογαριασμό
|
||||
title: Ακόλουθοι του/της %{acct}
|
||||
instances:
|
||||
by_domain: Τομέας
|
||||
delivery_available: Διαθέσιμη παράδοση
|
||||
@ -920,6 +918,7 @@ el:
|
||||
duration_too_long: είναι πολύ μακριά στο μέλλον
|
||||
duration_too_short: είναι πολύ σύντομα
|
||||
expired: Η ψηφοφορία έχει ήδη λήξει
|
||||
invalid_choice: Αυτή η επιλογή ψήφου δεν υπάρχει
|
||||
over_character_limit: δε μπορεί να υπερβαίνει τους %{max} χαρακτήρες έκαστη
|
||||
too_few_options: πρέπει να έχει περισσότερες από μια επιλογές
|
||||
too_many_options: δεν μπορεί να έχει περισσότερες από %{max} επιλογές
|
||||
|
@ -198,11 +198,13 @@ en:
|
||||
change_email_user: "%{name} changed the e-mail address of user %{target}"
|
||||
confirm_user: "%{name} confirmed e-mail address of user %{target}"
|
||||
create_account_warning: "%{name} sent a warning to %{target}"
|
||||
create_announcement: "%{name} created new announcement %{target}"
|
||||
create_custom_emoji: "%{name} uploaded new emoji %{target}"
|
||||
create_domain_allow: "%{name} whitelisted domain %{target}"
|
||||
create_domain_block: "%{name} blocked domain %{target}"
|
||||
create_email_domain_block: "%{name} blacklisted e-mail domain %{target}"
|
||||
demote_user: "%{name} demoted user %{target}"
|
||||
destroy_announcement: "%{name} deleted announcement %{target}"
|
||||
destroy_custom_emoji: "%{name} destroyed emoji %{target}"
|
||||
destroy_domain_allow: "%{name} removed domain %{target} from whitelist"
|
||||
destroy_domain_block: "%{name} unblocked domain %{target}"
|
||||
@ -224,10 +226,22 @@ en:
|
||||
unassigned_report: "%{name} unassigned report %{target}"
|
||||
unsilence_account: "%{name} unsilenced %{target}'s account"
|
||||
unsuspend_account: "%{name} unsuspended %{target}'s account"
|
||||
update_announcement: "%{name} updated announcement %{target}"
|
||||
update_custom_emoji: "%{name} updated emoji %{target}"
|
||||
update_status: "%{name} updated status by %{target}"
|
||||
deleted_status: "(deleted status)"
|
||||
title: Audit log
|
||||
announcements:
|
||||
edit:
|
||||
title: Edit announcement
|
||||
empty: No announcements found.
|
||||
live: Live
|
||||
new:
|
||||
create: Create announcement
|
||||
title: New announcement
|
||||
published: Published
|
||||
time_range: Time range
|
||||
title: Announcements
|
||||
custom_emojis:
|
||||
assign_category: Assign category
|
||||
by_domain: Domain
|
||||
@ -345,9 +359,6 @@ en:
|
||||
create: Add domain
|
||||
title: New e-mail blacklist entry
|
||||
title: E-mail blacklist
|
||||
followers:
|
||||
back_to_account: Back To Account
|
||||
title: "%{acct}'s Followers"
|
||||
instances:
|
||||
by_domain: Domain
|
||||
delivery_available: Delivery is available
|
||||
@ -376,6 +387,8 @@ en:
|
||||
title: Invites
|
||||
pending_accounts:
|
||||
title: Pending accounts (%{count})
|
||||
relationships:
|
||||
title: "%{acct}'s relationships"
|
||||
relays:
|
||||
add_new: Add new relay
|
||||
delete: Delete
|
||||
@ -671,6 +684,9 @@ en:
|
||||
hint_html: "<strong>Tip:</strong> We won't ask you for your password again for the next hour."
|
||||
invalid_password: Invalid password
|
||||
prompt: Confirm password to continue
|
||||
date:
|
||||
formats:
|
||||
default: "%b %d, %Y"
|
||||
datetime:
|
||||
distance_in_words:
|
||||
about_x_hours: "%{count}h"
|
||||
@ -747,6 +763,7 @@ en:
|
||||
hint_html: "<strong>What are featured hashtags?</strong> They are displayed prominently on your public profile and allow people to browse your public posts specifically under those hashtags. They are a great tool for keeping track of creative works or long-term projects."
|
||||
filters:
|
||||
contexts:
|
||||
account: Profiles
|
||||
home: Home timeline
|
||||
notifications: Notifications
|
||||
public: Public timelines
|
||||
@ -771,6 +788,8 @@ en:
|
||||
all: All
|
||||
changes_saved_msg: Changes successfully saved!
|
||||
copy: Copy
|
||||
delete: Delete
|
||||
edit: Edit
|
||||
no_batch_actions_available: No batch actions available on this page
|
||||
order_by: Order by
|
||||
save_changes: Save changes
|
||||
@ -944,11 +963,15 @@ en:
|
||||
other: Other
|
||||
posting_defaults: Posting defaults
|
||||
public_timelines: Public timelines
|
||||
reactions:
|
||||
errors:
|
||||
unrecognized_emoji: is not a recognized emoji
|
||||
relationships:
|
||||
activity: Account activity
|
||||
dormant: Dormant
|
||||
followers: Followers
|
||||
following: Following
|
||||
invited: Invited
|
||||
last_active: Last active
|
||||
most_recent: Most recent
|
||||
moved: Moved
|
||||
@ -1013,7 +1036,7 @@ en:
|
||||
firefox_os: Firefox OS
|
||||
ios: iOS
|
||||
linux: Linux
|
||||
mac: Mac
|
||||
mac: macOS
|
||||
other: unknown platform
|
||||
windows: Windows
|
||||
windows_mobile: Windows Mobile
|
||||
|
@ -11,6 +11,7 @@ eo:
|
||||
apps: Poŝtelefonaj aplikaĵoj
|
||||
apps_platforms: Uzu Mastodon ĉe iOS, Android kaj aliajn platformojn
|
||||
browse_directory: Esplori profilujo kaj filtri per interesoj
|
||||
browse_local_posts: Vidi vivantan fluon de publikaj mesaĝoj al Mastodon
|
||||
browse_public_posts: Vidi vivantan fluon de publikaj mesaĝoj al Mastodon
|
||||
contact: Kontakti
|
||||
contact_missing: Ne elektita
|
||||
@ -267,6 +268,7 @@ eo:
|
||||
features: Funkcioj
|
||||
hidden_service: Federacio kun kaŝitaj servoj
|
||||
open_reports: nesolvitaj signaloj
|
||||
pending_tags: kradvortoj atendantaj revizion
|
||||
pending_users: uzantoj atendantaj revizion
|
||||
recent_users: Lastatempaj uzantoj
|
||||
search: Tutteksta serĉado
|
||||
@ -333,9 +335,6 @@ eo:
|
||||
create: Aldoni domajnon
|
||||
title: Nova blokado de retadresa domajno
|
||||
title: Nigra listo de retadresaj domajnoj
|
||||
followers:
|
||||
back_to_account: Reen al la konto
|
||||
title: Sekvantoj de %{acct}
|
||||
instances:
|
||||
by_domain: Domajno
|
||||
delivery_available: Liverado disponeblas
|
||||
|
@ -344,9 +344,6 @@ es-AR:
|
||||
create: Agregar dominio
|
||||
title: Nueva desaprobación de correo electrónico
|
||||
title: Desaprobación de correo electrónico
|
||||
followers:
|
||||
back_to_account: Volver a la cuenta
|
||||
title: Seguidores de %{acct}
|
||||
instances:
|
||||
by_domain: Dominio
|
||||
delivery_available: La entrega está disponible
|
||||
@ -375,6 +372,8 @@ es-AR:
|
||||
title: Invitaciones
|
||||
pending_accounts:
|
||||
title: Cuentas pendientes (%{count})
|
||||
relationships:
|
||||
title: Relaciones de %{acct}
|
||||
relays:
|
||||
add_new: Agregar nuevo relé
|
||||
delete: Eliminar
|
||||
@ -734,6 +733,7 @@ es-AR:
|
||||
hint_html: "<strong>¿Qué son las etiquetas destacadas?</strong> Se muestran de forma prominente en tu perfil público y permiten a los usuarios navegar por tus toots públicos específicamente bajo esas etiquetas. Son una gran herramienta para hacer un seguimiento de trabajos creativos o proyectos a largo plazo."
|
||||
filters:
|
||||
contexts:
|
||||
account: Perfiles
|
||||
home: Línea temporal principal
|
||||
notifications: Notificaciones
|
||||
public: Líneas temporales públicas
|
||||
@ -934,6 +934,7 @@ es-AR:
|
||||
dormant: Inactivas
|
||||
followers: Seguidores
|
||||
following: Siguiendo
|
||||
invited: Invitado
|
||||
last_active: Última actividad
|
||||
most_recent: Más reciente
|
||||
moved: Mudada
|
||||
|
@ -7,7 +7,7 @@ es:
|
||||
active_count_after: activo
|
||||
active_footnote: Usuarios Activos Mensuales (UAM)
|
||||
administered_by: 'Administrado por:'
|
||||
api: API
|
||||
api: Interfaz de Programación de la Aplicación
|
||||
apps: Aplicaciones móviles
|
||||
apps_platforms: Utiliza Mastodonte desde iOS, Android y otras plataformas
|
||||
browse_directory: Navega por el directorio de perfiles y filtra por intereses
|
||||
@ -344,9 +344,6 @@ es:
|
||||
create: Añadir dominio
|
||||
title: Nueva entrada en la lista negra de correo
|
||||
title: Lista negra de correo
|
||||
followers:
|
||||
back_to_account: Volver a la cuenta
|
||||
title: Seguidores de %{acct}
|
||||
instances:
|
||||
by_domain: Dominio
|
||||
delivery_available: Entrega disponible
|
||||
@ -375,6 +372,8 @@ es:
|
||||
title: Invitaciones
|
||||
pending_accounts:
|
||||
title: Cuentas pendientes (%{count})
|
||||
relationships:
|
||||
title: Relaciones de %{acct}
|
||||
relays:
|
||||
add_new: Añadir un nuevo relés
|
||||
delete: Borrar
|
||||
@ -486,7 +485,7 @@ es:
|
||||
open: Cualquiera puede registrarse
|
||||
title: Modo de registros
|
||||
show_known_fediverse_at_about_page:
|
||||
desc_html: Cuando esté desactivado, mostrará solamente la cronología local, y no la federada
|
||||
desc_html: Cuando esté activado, se mostrarán toots de todo el fediverso conocido en la vista previa. En otro caso, se mostrarán solamente toots locales.
|
||||
title: Mostrar fediverso conocido en la vista previa de la cronología
|
||||
show_staff_badge:
|
||||
desc_html: Mostrar un parche de staff en la página de un usuario
|
||||
@ -587,7 +586,7 @@ es:
|
||||
guide_link: https://es.crowdin.com/project/mastodon
|
||||
guide_link_text: Todos pueden contribuir.
|
||||
sensitive_content: Contenido sensible
|
||||
toot_layout: Diseño para barritar
|
||||
toot_layout: Diseño de los toots
|
||||
application_mailer:
|
||||
notification_preferences: Cambiar preferencias de correo electrónico
|
||||
salutation: "%{name},"
|
||||
@ -734,6 +733,7 @@ es:
|
||||
hint_html: "<strong>¿Qué son las etiquetas destacadas?</strong> Se muestran de forma prominente en tu perfil público y permiten a las personas usuarias navegar por tus publicaciones públicas específicamente bajo esas etiquetas. Son una gran herramienta para hacer un seguimiento de obras creativas o proyectos a largo plazo."
|
||||
filters:
|
||||
contexts:
|
||||
account: Perfiles
|
||||
home: Cronología propia
|
||||
notifications: Notificaciones
|
||||
public: Cronología pública
|
||||
@ -780,7 +780,7 @@ es:
|
||||
i_am_html: Soy %{username} en %{service}.
|
||||
identity: Identidad
|
||||
inactive: Inactivo
|
||||
publicize_checkbox: 'Y barrite esto:'
|
||||
publicize_checkbox: 'Y tootee esto:'
|
||||
publicize_toot: "¡Comprobado! Soy %{username} en %{service}: %{url}"
|
||||
status: Estado de la verificación
|
||||
view_proof: Ver prueba
|
||||
@ -934,6 +934,7 @@ es:
|
||||
dormant: Inactivo
|
||||
followers: Seguidores
|
||||
following: Siguiendo
|
||||
invited: Invitado
|
||||
last_active: Última actividad
|
||||
most_recent: Más reciente
|
||||
moved: Movido
|
||||
@ -954,16 +955,16 @@ es:
|
||||
remote_interaction:
|
||||
favourite:
|
||||
proceed: Proceder a marcar como favorito
|
||||
prompt: 'Quieres marcar como favorito este bramido:'
|
||||
prompt: 'Quieres marcar como favorito este toot:'
|
||||
reblog:
|
||||
proceed: Proceder a rebarritar
|
||||
prompt: 'Quieres rebarritar este bramido:'
|
||||
proceed: Proceder a retootear
|
||||
prompt: 'Quieres retootear este toot:'
|
||||
reply:
|
||||
proceed: Proceder a responder
|
||||
prompt: 'Quieres responder a este bramido:'
|
||||
prompt: 'Quieres responder a este toot:'
|
||||
scheduled_statuses:
|
||||
over_daily_limit: Ha superado el límite de %{limit} bramidos programados para ese día
|
||||
over_total_limit: Ha superado el límite de %{limit} bramidos programados
|
||||
over_daily_limit: Ha superado el límite de %{limit} toots programados para ese día
|
||||
over_total_limit: Ha superado el límite de %{limit} toots programados
|
||||
too_soon: La fecha programada debe estar en el futuro
|
||||
sessions:
|
||||
activity: Última actividad
|
||||
@ -1190,8 +1191,8 @@ es:
|
||||
warning:
|
||||
explanation:
|
||||
disable: Mientras su cuenta esté congelada, la información de su cuenta permanecerá intacta, pero no puede realizar ninguna acción hasta que se desbloquee.
|
||||
silence: Mientras su cuenta está limitada, sólo las personas que ya le están siguiendo verán sus bramidos en este servidor, y puede que se le excluya de varios listados públicos. Sin embargo, otros pueden seguirle manualmente.
|
||||
suspend: Su cuenta ha sido suspendida, y todos tus bramidos y tus archivos multimedia subidos han sido irreversiblemente eliminados de este servidor, y de los servidores donde tenías seguidores.
|
||||
silence: Mientras su cuenta está limitada, sólo las personas que ya le están siguiendo verán sus toots en este servidor, y puede que se le excluya de varios listados públicos. Sin embargo, otros pueden seguirle manualmente.
|
||||
suspend: Su cuenta ha sido suspendida, y todos tus toots y tus archivos multimedia subidos han sido irreversiblemente eliminados de este servidor, y de los servidores donde tenías seguidores.
|
||||
get_in_touch: Puede responder a esta dirección de correo electrónico para ponerse en contacto con el personal de %{instance}.
|
||||
review_server_policies: Revisar las políticas del servidor
|
||||
statuses: 'Específicamente, para:'
|
||||
|
@ -347,9 +347,6 @@ et:
|
||||
create: Lisa domeen
|
||||
title: Uus e-posti keelunimekirja sisend
|
||||
title: E-posti keelunimekiri
|
||||
followers:
|
||||
back_to_account: Tagasi minu kontole
|
||||
title: "%{acct}-i jälgijad"
|
||||
instances:
|
||||
by_domain: Domeen
|
||||
delivery_available: Üleandmine on saadaval
|
||||
@ -378,6 +375,8 @@ et:
|
||||
title: Kutsed
|
||||
pending_accounts:
|
||||
title: Ootel olevad kasutajad (%{count})
|
||||
relationships:
|
||||
title: "%{acct}-i suhted"
|
||||
relays:
|
||||
add_new: Lisa uus relee
|
||||
delete: Kustuta
|
||||
@ -737,6 +736,7 @@ et:
|
||||
hint_html: "<strong>Mis on esile toodud sildid?</strong> Need sildid näidatakse nähtavalt Teie avalikul profiilil ning nad aitavad inimestel leida postitusi, millel on antud sildid. Nad on hea viis kuidas näiteks hoida järge loovtöödel või pikaajalistel projektidel."
|
||||
filters:
|
||||
contexts:
|
||||
account: Profiilid
|
||||
home: Kodu ajajoon
|
||||
notifications: Teated
|
||||
public: Avalikud ajajooned
|
||||
@ -937,6 +937,7 @@ et:
|
||||
dormant: Seisev
|
||||
followers: Jälgijad
|
||||
following: Jälgib
|
||||
invited: Kutsutud
|
||||
last_active: Viimati aktiivne
|
||||
most_recent: Viimased
|
||||
moved: Kolinud
|
||||
|
@ -344,9 +344,6 @@ eu:
|
||||
create: Gehitu domeinua
|
||||
title: Sarrera berria e-mail zerrenda beltzean
|
||||
title: E-mail zerrenda beltza
|
||||
followers:
|
||||
back_to_account: Itzuli kontura
|
||||
title: "%{acct} kontuaren jarraitzaileak"
|
||||
instances:
|
||||
by_domain: Domeinua
|
||||
delivery_available: Bidalketa eskuragarri dago
|
||||
@ -921,6 +918,7 @@ eu:
|
||||
duration_too_long: etorkizunean urrunegi dago
|
||||
duration_too_short: goizegi da
|
||||
expired: Inkesta amaitu da jada
|
||||
invalid_choice: Hautatutako boto aukera ez da existitzen
|
||||
over_character_limit: bakoitzak gehienez %{max} karaktere izan ditzake
|
||||
too_few_options: elementu bat baino gehiago izan behar du
|
||||
too_many_options: ezin ditu %{max} elementu baino gehiago izan
|
||||
|
@ -346,9 +346,6 @@ fa:
|
||||
create: ساختن مسدودسازی
|
||||
title: مسدودسازی دامین ایمیل تازه
|
||||
title: مسدودسازی دامینهای ایمیل
|
||||
followers:
|
||||
back_to_account: بازگشت به حساب
|
||||
title: پیگیران %{acct}
|
||||
instances:
|
||||
by_domain: دامین
|
||||
delivery_available: پیام آماده است
|
||||
|
@ -198,11 +198,13 @@ fr:
|
||||
change_email_user: "%{name} a modifié l’adresse de courriel de l’utilisateur·rice %{target}"
|
||||
confirm_user: "%{name} adresse courriel confirmée de l’utilisateur·ice %{target}"
|
||||
create_account_warning: "%{name} a envoyé un avertissement à %{target}"
|
||||
create_announcement: "%{name} a créé une nouvelle annonce %{target}"
|
||||
create_custom_emoji: "%{name} a importé de nouveaux émojis %{target}"
|
||||
create_domain_allow: "%{name} a inscrit le domaine %{target} sur liste blanche"
|
||||
create_domain_block: "%{name} a bloqué le domaine %{target}"
|
||||
create_email_domain_block: "%{name} a mis le domaine de courriel %{target} sur liste noire"
|
||||
demote_user: "%{name} a rétrogradé l’utilisateur·ice %{target}"
|
||||
destroy_announcement: "%{name} a supprimé l’annonce %{target}"
|
||||
destroy_custom_emoji: "%{name} a détruit l’émoticône %{target}"
|
||||
destroy_domain_allow: "%{name} a supprimé le domaine %{target} de la liste blanche"
|
||||
destroy_domain_block: "%{name} a débloqué le domaine %{target}"
|
||||
@ -224,10 +226,22 @@ fr:
|
||||
unassigned_report: "%{name} a désassigné le signalement %{target}"
|
||||
unsilence_account: "%{name} a mis fin au mode silence de %{target}"
|
||||
unsuspend_account: "%{name} a réactivé le compte de %{target}"
|
||||
update_announcement: "%{name} a actualisé l’annonce %{target}"
|
||||
update_custom_emoji: "%{name} a mis à jour l’émoji %{target}"
|
||||
update_status: "%{name} a mis à jour le statut de %{target}"
|
||||
deleted_status: "(statut supprimé)"
|
||||
title: Journal d’audit
|
||||
announcements:
|
||||
edit:
|
||||
title: Modifier l’annonce
|
||||
empty: Aucune annonce trouvée.
|
||||
live: En direct
|
||||
new:
|
||||
create: Créer une annonce
|
||||
title: Nouvelle annonce
|
||||
published: Publié
|
||||
time_range: Intervalle de temps
|
||||
title: Annonces
|
||||
custom_emojis:
|
||||
assign_category: Attribuer une catégorie
|
||||
by_domain: Domaine
|
||||
@ -344,9 +358,6 @@ fr:
|
||||
create: Créer le blocage
|
||||
title: Nouveau blocage de domaine de courriel
|
||||
title: Blocage de domaines de courriel
|
||||
followers:
|
||||
back_to_account: Retour au compte
|
||||
title: Abonné⋅e⋅s de %{acct}
|
||||
instances:
|
||||
by_domain: Domaine
|
||||
delivery_available: Livraison disponible
|
||||
@ -375,6 +386,8 @@ fr:
|
||||
title: Invitations
|
||||
pending_accounts:
|
||||
title: Comptes en attente (%{count})
|
||||
relationships:
|
||||
title: Relations de %{acct}
|
||||
relays:
|
||||
add_new: Ajouter un nouveau relais
|
||||
delete: Effacer
|
||||
@ -658,6 +671,9 @@ fr:
|
||||
hint_html: "<strong>Astuce :</strong> Nous ne vous demanderons plus votre mot de passe pour la prochaine heure."
|
||||
invalid_password: Mot de passe invalide
|
||||
prompt: Confirmez votre mot de passe pour continuer
|
||||
date:
|
||||
formats:
|
||||
default: "%d %b %Y"
|
||||
datetime:
|
||||
distance_in_words:
|
||||
about_x_hours: "%{count} h"
|
||||
@ -734,6 +750,7 @@ fr:
|
||||
hint_html: "<strong>Que sont les hashtags vedettes ?</strong> Ils sont affichés avec emphase sur votre flux d'actualités publique et permettent aux gens de parcourir vos messages publics spécifiquement sous ces hashtags. Ils sont un excellent outil pour garder trace des œuvres créatives ou des projets à long terme."
|
||||
filters:
|
||||
contexts:
|
||||
account: Profils
|
||||
home: Accueil
|
||||
notifications: Notifications
|
||||
public: Fils publics
|
||||
@ -758,6 +775,8 @@ fr:
|
||||
all: Tous
|
||||
changes_saved_msg: Les modifications ont été enregistrées avec succès !
|
||||
copy: Copier
|
||||
delete: Supprimer
|
||||
edit: Modifier
|
||||
no_batch_actions_available: Aucune action par lots disponible sur cette page
|
||||
order_by: Classer par
|
||||
save_changes: Enregistrer les modifications
|
||||
@ -929,11 +948,15 @@ fr:
|
||||
other: Autre
|
||||
posting_defaults: Paramètres par défaut des pouets
|
||||
public_timelines: Fils publics
|
||||
reactions:
|
||||
errors:
|
||||
unrecognized_emoji: n’est pas un émoji reconnu
|
||||
relationships:
|
||||
activity: Activité du compte
|
||||
dormant: Dormant
|
||||
followers: Abonné·e·s
|
||||
following: Abonnements
|
||||
invited: Invité·e
|
||||
last_active: Dernière activité
|
||||
most_recent: Plus récent
|
||||
moved: Déménagé
|
||||
|
@ -2,26 +2,26 @@
|
||||
gl:
|
||||
about:
|
||||
about_hashtag_html: Estes son toots públicos etiquetados con <strong>#%{hashtag}</strong>. Podes interactuar con eles se tes unha conta nalgures do fediverso.
|
||||
about_mastodon_html: O Mastodon é unha rede social que se basea en protocolos web abertos e libres, software de código aberto. É descentralizada coma o correo electrónico!
|
||||
about_mastodon_html: Mastodon é unha rede social que se basea en protocolos web abertos e libres, software de código aberto. É descentralizada como o correo electrónico.
|
||||
about_this: Acerca de
|
||||
active_count_after: activo
|
||||
active_footnote: Usuarios Activos Mensuais (UAM)
|
||||
administered_by: 'Administrado por:'
|
||||
active_count_after: activas
|
||||
active_footnote: Usuarias Activas no Mes (UAM)
|
||||
administered_by: 'Administrada por:'
|
||||
api: API
|
||||
apps: Aplicacións móbiles
|
||||
apps_platforms: Emprega o Mastodon dende iOS, Android e outras plataformas
|
||||
apps_platforms: Emprega Mastodon dende iOS, Android e outras plataformas
|
||||
browse_directory: Navega polo directorio de perfís e filtra por intereses
|
||||
browse_local_posts: Navega polas publicacións públicas deste servidor en tempo real
|
||||
browse_public_posts: Navega polas publicacións públicas do Mastodon en tempo real
|
||||
browse_public_posts: Navega polas publicacións públicas de Mastodon en tempo real
|
||||
contact: Contacto
|
||||
contact_missing: Non estabelecido
|
||||
contact_missing: Non establecido
|
||||
contact_unavailable: Non dispoñíbel
|
||||
discover_users: Descobrir usuarios
|
||||
discover_users: Descubrir usuarias
|
||||
documentation: Documentación
|
||||
federation_hint_html: Cunha conta en %{instance} poderás seguir ás persoas en calquera servidor do Mastodon e alén.
|
||||
get_apps: Probar unha aplicación móbil
|
||||
hosted_on: O Mastodon está aloxado en %{domain}
|
||||
instance_actor_flash: 'Esta conta é un actor virtual empregado para representar ó servidor e non a un usuario individual. Utilízase para propósitos de federación e non debería estar bloqueada a menos que queiras bloquear a toda a instancia, en tal caso deberías empregar o bloqueo de dominio.
|
||||
hosted_on: Mastodon aloxado en %{domain}
|
||||
instance_actor_flash: 'Esta conta é un actor virtual utilizado para representar ao servidor e non a unha usuaria individual. Utilízase para propósitos de federación e non debería estar bloqueada a menos que queiras bloquear a toda a instancia, en tal caso deberías utilizar o bloqueo do dominio.
|
||||
|
||||
'
|
||||
learn_more: Saber máis
|
||||
@ -32,7 +32,7 @@ gl:
|
||||
status_count_after:
|
||||
one: estado
|
||||
other: estados
|
||||
status_count_before: Que escribiron
|
||||
status_count_before: Que publicaron
|
||||
tagline: Segue ás túas amizades e coñece novas
|
||||
terms: Termos do servizo
|
||||
unavailable_content: Contido non dispoñíbel
|
||||
@ -40,22 +40,22 @@ gl:
|
||||
domain: Servidor
|
||||
reason: Razón
|
||||
rejecting_media: 'Os ficheiros multimedia deste servidor non serán procesados e non se amosarán miniaturas, o que require un clic manual no ficheiro orixinal:'
|
||||
silenced: 'As publicacións deste servidor non se amosarán en ningún lugar agás que as sigas:'
|
||||
suspended: 'Non se procesarán, almacenarán nin intercambiarán datos destes servidores, o que fai imposíbel calquera interacción ou comunicación cos usuarios dende estes servidores:'
|
||||
unavailable_content_html: O Mastodon de xeito xeral permíteche ver contidos doutros servidores do fediverso e interactuar cos seus usuarios. Estas son as excepcións que se estabeleceron neste servidor en particular.
|
||||
silenced: 'As publicacións deste servidor non se amosarán en conversas e liñas temporais, nin terás notificacións das súas usuarias agás que as sigas:'
|
||||
suspended: 'Non se procesarán, almacenarán nin intercambiarán datos destes servidores, o que fai imposíbel calquera interacción ou comunicación coas usuarias dende estes servidores:'
|
||||
unavailable_content_html: O Mastodon de xeito xeral permíteche ver contidos doutros servidores do fediverso e interactuar coas súas usuarias. Estas son as excepcións que se estabeleceron neste servidor en particular.
|
||||
user_count_after:
|
||||
one: usuario
|
||||
other: usuarios
|
||||
one: usuaria
|
||||
other: usuarias
|
||||
user_count_before: Fogar de
|
||||
what_is_mastodon: Que é o Mastodon?
|
||||
what_is_mastodon: Qué é Mastodon?
|
||||
accounts:
|
||||
choices_html: 'Suxestións de %{name}:'
|
||||
choices_html: 'Escollas de %{name}:'
|
||||
endorsements_hint: Podes suxerir a persoas que segues dende a interface web, e amosaranse aquí.
|
||||
featured_tags_hint: Podes destacar determinados cancelos (hashtags) que se amosarán aquí.
|
||||
featured_tags_hint: Podes destacar determinadas etiquetas que se amosarán aquí.
|
||||
follow: Seguir
|
||||
followers:
|
||||
one: Seguidor
|
||||
other: Seguidores
|
||||
one: Seguidora
|
||||
other: Seguidoras
|
||||
following: Seguindo
|
||||
joined: Uniuse en %{date}
|
||||
last_active: última actividade
|
||||
@ -74,18 +74,18 @@ gl:
|
||||
other: Toots
|
||||
posts_tab_heading: Toots
|
||||
posts_with_replies: Toots e respostas
|
||||
reserved_username: O nome de usuario está reservado
|
||||
reserved_username: O nome de usuaria está reservado
|
||||
roles:
|
||||
admin: Administrador
|
||||
admin: Administradora
|
||||
bot: Bot
|
||||
group: Grupo
|
||||
moderator: Moderador
|
||||
moderator: Moderadora
|
||||
unavailable: Perfil non dispoñíbel
|
||||
unfollow: Deixar de seguir
|
||||
admin:
|
||||
account_actions:
|
||||
action: Executar acción
|
||||
title: Executar acción de moderación en %{acct}
|
||||
title: Executar acción de moderación a %{acct}
|
||||
account_moderation_notes:
|
||||
create: Deixar nota
|
||||
created_msg: Nota de moderación creada de xeito correcto!
|
||||
@ -94,7 +94,7 @@ gl:
|
||||
accounts:
|
||||
approve: Aprobar
|
||||
approve_all: Aprobar todos
|
||||
are_you_sure: Estás seguro?
|
||||
are_you_sure: Está segura?
|
||||
avatar: Imaxe de perfil
|
||||
by_domain: Dominio
|
||||
change_email:
|
||||
@ -110,7 +110,7 @@ gl:
|
||||
deleted: Eliminado
|
||||
demote: Rebaixar
|
||||
disable: Desactivar
|
||||
disable_two_factor_authentication: Desactivar dobre factor
|
||||
disable_two_factor_authentication: Desactivar 2FA
|
||||
disabled: Desactivado
|
||||
display_name: Nome a amosar
|
||||
domain: Dominio
|
||||
@ -119,13 +119,13 @@ gl:
|
||||
email_status: Estado do email
|
||||
enable: Activar
|
||||
enabled: Activado
|
||||
followers: Seguidores
|
||||
followers: Seguidoras
|
||||
follows: Seguindo
|
||||
header: Cabeceira
|
||||
inbox_url: URL da caixa de entrada
|
||||
invited_by: Convidado por
|
||||
invited_by: Convidada por
|
||||
ip: IP
|
||||
joined: Unido
|
||||
joined: Uniuse
|
||||
location:
|
||||
all: Todo
|
||||
local: Local
|
||||
@ -135,7 +135,7 @@ gl:
|
||||
media_attachments: Multimedia adxunta
|
||||
memorialize: Converter en lembranza
|
||||
moderation:
|
||||
active: Activo
|
||||
active: Activa
|
||||
all: Todo
|
||||
pending: Pendente
|
||||
silenced: Silenciados
|
||||
@ -159,7 +159,7 @@ gl:
|
||||
remove_avatar: Eliminar imaxe de perfil
|
||||
remove_header: Eliminar cabeceira
|
||||
resend_confirmation:
|
||||
already_confirmed: Este usuario xa está confirmado
|
||||
already_confirmed: Esta usuaria xa está confirmada
|
||||
send: Reenviar o email de confirmación
|
||||
success: Email de confirmación enviado de xeito correcto!
|
||||
reset: Restabelecer
|
||||
@ -170,9 +170,9 @@ gl:
|
||||
admin: Administrador
|
||||
moderator: Moderador
|
||||
staff: Persoal (staff)
|
||||
user: Usuario
|
||||
user: Usuaria
|
||||
search: Procurar
|
||||
search_same_ip: Outros usuarios co mesmo IP
|
||||
search_same_ip: Outras usuarias co mesmo IP
|
||||
shared_inbox_url: URL da caixa de entrada compartida
|
||||
show:
|
||||
created_reports: Denuncias feitas
|
||||
@ -188,46 +188,60 @@ gl:
|
||||
undo_silenced: Desfacer silencio
|
||||
undo_suspension: Desfacer suspensión
|
||||
unsubscribe: Desbotar a subscrición
|
||||
username: Nome de usuario
|
||||
username: Nome de usuaria
|
||||
warn: Aviso
|
||||
web: Web
|
||||
whitelisted: Listaxe branca
|
||||
action_logs:
|
||||
actions:
|
||||
assigned_to_self_report: "%{name} atribuíu a denuncia %{target} a el mesmo"
|
||||
change_email_user: "%{name} mudou o enderezo de email do usuario %{target}"
|
||||
confirm_user: "%{name} confirmou o enderezo de email do usuario %{target}"
|
||||
change_email_user: "%{name} cambiou o enderezo de correo-e da usuaria %{target}"
|
||||
confirm_user: "%{name} comfirmou o enderezo de correo da usuaria %{target}"
|
||||
create_account_warning: "%{name} enviou un aviso a %{target}"
|
||||
create_announcement: "%{name} creou un novo anuncio %{target}"
|
||||
create_custom_emoji: "%{name} subiu unha nova emoticona %{target}"
|
||||
create_domain_allow: "%{name} engadiu á listaxe branca o dominio %{target}"
|
||||
create_domain_block: "%{name} bloqueou o dominio %{target}"
|
||||
create_email_domain_block: "%{name} engadiu á listaxe negra o dominio de email %{target}"
|
||||
demote_user: "%{name} rebaixou ó usuario %{target}"
|
||||
demote_user: "%{name} degradou a usuaria %{target}"
|
||||
destroy_announcement: "%{name} eliminou o anuncio %{target}"
|
||||
destroy_custom_emoji: "%{name} eliminou a emoticona %{target}"
|
||||
destroy_domain_allow: "%{name} eliminou o dominio %{target} da listaxe branca"
|
||||
destroy_domain_block: "%{name} desbloqueou o dominio %{target}"
|
||||
destroy_email_domain_block: "%{name} engadiu á lista branca o dominio de email %{target}"
|
||||
destroy_status: "%{name} eliminou o estado de %{target}"
|
||||
disable_2fa_user: "%{name} desactivou o requirimento de dobre factor para o usuario %{target}"
|
||||
disable_2fa_user: "%{name} desactivou o requirimento de dobre factor para a usuaria %{target}"
|
||||
disable_custom_emoji: "%{name} desactivou a emoticona %{target}"
|
||||
disable_user: "%{name} desactivou o acceso á conta para o usuario %{target}"
|
||||
disable_user: "%{name} desactivou o acceso á conta para a usuaria %{target}"
|
||||
enable_custom_emoji: "%{name} activou a emoticona %{target}"
|
||||
enable_user: "%{name} activou o acceso á conta para o usuario %{target}"
|
||||
enable_user: "%{name} activou o acceso á conta para a usuaria %{target}"
|
||||
memorialize_account: "%{name} converteu a conta de %{target} nunha páxina para a lembranza"
|
||||
promote_user: "%{name} promocionou o usuario %{target}"
|
||||
promote_user: "%{name} promoveu a usuaria %{target}"
|
||||
remove_avatar_user: "%{name} eliminou a imaxe de perfil de %{target}"
|
||||
reopen_report: "%{name} reabriu a denuncia %{target}"
|
||||
reset_password_user: "%{name} restabeleceu o contrasinal do usuario %{target}"
|
||||
reset_password_user: "%{name} restableceu o contrasinal da usuaria %{target}"
|
||||
resolve_report: "%{name} resolveu a denuncia %{target}"
|
||||
silence_account: "%{name} silenciou a conta de %{target}"
|
||||
suspend_account: "%{name} suspendeu a conta de %{target}"
|
||||
unassigned_report: "%{name} deixou de atribuír a denuncia %{target}"
|
||||
unsilence_account: "%{name} deixou de silenciar a conta de %{target}"
|
||||
unsuspend_account: "%{name} desactivou a suspensión da conta de %{target}"
|
||||
update_announcement: "%{name} actualizou o anuncio %{target}"
|
||||
update_custom_emoji: "%{name} actualizou a emoticona %{target}"
|
||||
update_status: "%{name} actualizou o estado de %{target}"
|
||||
deleted_status: "(estado eliminado)"
|
||||
title: Rexistro de auditoría
|
||||
announcements:
|
||||
edit:
|
||||
title: Editar anuncio
|
||||
empty: Ningún anuncio atopado.
|
||||
live: Ao vivo
|
||||
new:
|
||||
create: Crear anuncio
|
||||
title: Novo anuncio
|
||||
published: Publicado
|
||||
time_range: Intre de tempo
|
||||
title: Anuncios
|
||||
custom_emojis:
|
||||
assign_category: Atribuír categoría
|
||||
by_domain: Dominio
|
||||
@ -275,18 +289,18 @@ gl:
|
||||
hidden_service: Federación con servizos agochados
|
||||
open_reports: denuncias abertas
|
||||
pending_tags: cancelos agardando revisión
|
||||
pending_users: usuarios agardando revisión
|
||||
recent_users: Usuarios recentes
|
||||
pending_users: usuarias agardando revisión
|
||||
recent_users: Usuarias recentes
|
||||
search: Procura por texto completo
|
||||
single_user_mode: Modo de usuario único
|
||||
single_user_mode: Modo de usuaria única
|
||||
software: Software
|
||||
space: Uso de almacenamento
|
||||
title: Taboleiro
|
||||
total_users: usuarios en total
|
||||
total_users: usuarias en total
|
||||
trends: Tendencias
|
||||
week_interactions: interaccións desta semana
|
||||
week_users_active: activos desta semana
|
||||
week_users_new: usuarios desta semana
|
||||
week_users_new: usuarias esta semana
|
||||
whitelist_mode: Modo de listaxe branca
|
||||
domain_allows:
|
||||
add_new: Engadir dominio á listaxe branca
|
||||
@ -344,9 +358,6 @@ gl:
|
||||
create: Engadir dominio
|
||||
title: Nova entrada na listaxe negra de email
|
||||
title: Listaxe negra de email
|
||||
followers:
|
||||
back_to_account: Voltar á conta
|
||||
title: Seguidores de %{acct}
|
||||
instances:
|
||||
by_domain: Dominio
|
||||
delivery_available: Entrega dispoñíbel
|
||||
@ -375,94 +386,96 @@ gl:
|
||||
title: Convites
|
||||
pending_accounts:
|
||||
title: Contas pendentes (%{count})
|
||||
relationships:
|
||||
title: Relacións de %{acct}
|
||||
relays:
|
||||
add_new: Engadir un novo repetidor
|
||||
delete: Eliminar
|
||||
description_html: Un <strong>repetidor da federación</strong> é un servidor intermedio que intercambia grandes volumes de toots públicos entre servidores que se suscriban e publiquen nel. <strong>Pode axudar a servidores pequenos e medios a descubrir contido no fediverso</strong>, o que de outro xeito precisaría que as usuarias locais seguisen a outra xente en servidores remotos.
|
||||
disable: Desactivar
|
||||
disabled: Desactivada
|
||||
disabled: Desactivado
|
||||
enable: Activar
|
||||
enable_hint: Unha vez activado, o seu servidor suscribirase a todos os toots públicos de este servidor, e tamén comezará a eviar a el os toots públicos do servidor.
|
||||
enabled: Activada
|
||||
enable_hint: Unha vez activado, o teu servidor subscribirase a todos os toots públicos deste repetidor, e tamén comezará a enviar a el os toots públicos do servidor.
|
||||
enabled: Activado
|
||||
inbox_url: URL do repetidor
|
||||
pending: Agardando polo permiso do repetidor
|
||||
pending: Agardando pola aprobación do repetidor
|
||||
save_and_enable: Gardar e activar
|
||||
setup: Configurar a conexión ao repetidor
|
||||
signatures_not_enabled: Os repetidores non funcionarán correctamente se o modo seguro ou lista branca están activados
|
||||
setup: Configurar unha conexión ó repetidor
|
||||
signatures_not_enabled: Os repetidores non funcionarán de xeito correcto se o modo seguro ou listaxe branca están activados
|
||||
status: Estado
|
||||
title: Repetidores
|
||||
report_notes:
|
||||
created_msg: Creouse correctamente a nota do informe!
|
||||
destroyed_msg: Nota do informe eliminouse con éxito!
|
||||
created_msg: A nota da denuncia creouse de xeito correcto!
|
||||
destroyed_msg: A nota da denuncia borrouse de xeito correcto!
|
||||
reports:
|
||||
account:
|
||||
notes:
|
||||
one: "%{count} nota"
|
||||
other: "%{count} notas"
|
||||
reports:
|
||||
one: "%{count} informe"
|
||||
other: "%{count} informes"
|
||||
one: "%{count} denuncia"
|
||||
other: "%{count} denuncias"
|
||||
action_taken_by: Acción tomada por
|
||||
are_you_sure: Está segura?
|
||||
assign_to_self: Asignarmo
|
||||
are_you_sure: Estás seguro?
|
||||
assign_to_self: Asignarme
|
||||
assigned: Moderador asignado
|
||||
by_target_domain: Dominio da conta sobre a que informa
|
||||
by_target_domain: Dominio da conta denunciada
|
||||
comment:
|
||||
none: Nada
|
||||
created_at: Reportado
|
||||
none: Ningún
|
||||
created_at: Denunciado
|
||||
mark_as_resolved: Marcar como resolto
|
||||
mark_as_unresolved: Marcar como non resolto
|
||||
notes:
|
||||
create: Engadir nota
|
||||
create_and_resolve: Resolver con nota
|
||||
create_and_unresolve: Voltar a abrir con nota
|
||||
create_and_resolve: Resolver cunha nota
|
||||
create_and_unresolve: Reabrir cunha nota
|
||||
delete: Eliminar
|
||||
placeholder: Describe qué medidas foron tomadas, ou calquer outra información relacionada...
|
||||
reopen: Voltar a abrir o informe
|
||||
report: 'Informe #%{id}'
|
||||
reported_account: Conta reportada
|
||||
reported_by: Reportada por
|
||||
placeholder: Describir que accións foron tomadas ou calquera outra novidade sobre esta denuncia...
|
||||
reopen: Reabrir denuncia
|
||||
report: 'Denuncia #%{id}'
|
||||
reported_account: Conta denunciada
|
||||
reported_by: Denunciado por
|
||||
resolved: Resolto
|
||||
resolved_msg: Resolveuse con éxito o informe!
|
||||
resolved_msg: Resolveuse con éxito a denuncia!
|
||||
status: Estado
|
||||
title: Informes
|
||||
title: Denuncias
|
||||
unassign: Non asignar
|
||||
unresolved: Non resolto
|
||||
updated_at: Actualizado
|
||||
settings:
|
||||
activity_api_enabled:
|
||||
desc_html: Conta de estados publicados localmente, usuarias activas, e novos rexistros por semana
|
||||
desc_html: Conta de estados publicados de xeito local, usuarias activas, e novos rexistros en períodos semanais
|
||||
title: Publicar estatísticas agregadas sobre a actividade da usuaria
|
||||
bootstrap_timeline_accounts:
|
||||
desc_html: Separar múltiples nomes de usuaria con vírgulas. Só funcionarán as contas locais non bloqueadas. Si baldeiro, por omisión son todos os local admin.
|
||||
title: Seguimentos por omisión para novas usuarias
|
||||
desc_html: Separar os múltiples nomes de usuaria con vírgulas. Só funcionarán as contas locais non bloqueadas. Se fica baleiro, serán todos os administradores locais.
|
||||
title: Seguimentos por defecto para novas contas
|
||||
contact_information:
|
||||
email: e-mail de traballo
|
||||
email: Email de negocios
|
||||
username: Nome de usuaria de contacto
|
||||
custom_css:
|
||||
desc_html: Modificar o aspecto con CSS cargado en cada páxina
|
||||
desc_html: Modificar a aparencia con CSS cargado en cada páxina
|
||||
title: CSS personalizado
|
||||
default_noindex:
|
||||
desc_html: Aféctalle a todas as usuarias que non cambiaron os axustes elas mesmas
|
||||
title: Por omisión exclúe as usuarias do indexado por servidores de busca
|
||||
domain_blocks:
|
||||
all: Para todas
|
||||
all: Para todos
|
||||
disabled: Para ninguén
|
||||
title: Mostrar dominios bloqueados
|
||||
title: Amosar dominios bloqueados
|
||||
users: Para usuarias locais conectadas
|
||||
domain_blocks_rationale:
|
||||
title: Mostrar razón
|
||||
title: Amosar motivo
|
||||
enable_bootstrap_timeline_accounts:
|
||||
title: Activar seguimentos por omisión para novas usuarias
|
||||
hero:
|
||||
desc_html: Mostrado na portada. Recoméndase 600x100px como mínimo. Se non se establece, mostrará a imaxe por omisión do servidor
|
||||
title: Imáxe Heróe
|
||||
desc_html: Amosado na páxina principal. Polo menos 600x100px recomendados. Se non está definido, estará por defecto a miniatura do servidor
|
||||
title: Imaxe do heroe
|
||||
mascot:
|
||||
desc_html: Mostrado en varias páxinas. Recoméndase 293x205 como mínimo. Se non se establece publícase a mascota por omisión
|
||||
desc_html: Amosado en varias páxinas. Polo menos 293x205px recomendados. Se non está definido, estará a mascota por defecto
|
||||
title: Imaxe da mascota
|
||||
peers_api_enabled:
|
||||
desc_html: Nomes de dominio que este servidor atopou no fediverso
|
||||
title: Publicar lista de servidores descubertos
|
||||
title: Publicar listaxe de servidores descobertos
|
||||
preview_sensitive_media:
|
||||
desc_html: A vista previa de ligazóns de outros sitios web mostrará unha imaxe incluso si os medios están marcados como sensibles
|
||||
title: Mostrar medios sensibles con vista previa OpenGraph
|
||||
@ -658,6 +671,9 @@ gl:
|
||||
hint_html: "<strong>Nota:</strong> Non che pediremos o contrasinal na seguinte hora."
|
||||
invalid_password: Contrasinal incorrecto
|
||||
prompt: Confirma o contrasinal para continuar
|
||||
date:
|
||||
formats:
|
||||
default: "%d %b, %Y"
|
||||
datetime:
|
||||
distance_in_words:
|
||||
about_x_hours: "%{count}h"
|
||||
@ -734,6 +750,7 @@ gl:
|
||||
hint_html: "<strong>¿Qué son as etiquetas destacadas?</strong> Móstranse destacadas no seu perfil público e permítenlle a outras persoas ver os seus toots públicos nos que as utilizou. Son unha ferramenta moi útil para facer seguimento de traballos creativos e proxectos a longo prazo."
|
||||
filters:
|
||||
contexts:
|
||||
account: Perfís
|
||||
home: Liña temporal inicial
|
||||
notifications: Avisos
|
||||
public: Liñas temporais públicas
|
||||
@ -758,6 +775,8 @@ gl:
|
||||
all: Todo
|
||||
changes_saved_msg: Cambios gardados correctamente!!
|
||||
copy: Copiar
|
||||
delete: Eliminar
|
||||
edit: Editar
|
||||
no_batch_actions_available: Non hai accións en pila dispoñibles nesta páxina
|
||||
order_by: Ordenar por
|
||||
save_changes: Gardar cambios
|
||||
@ -916,11 +935,11 @@ gl:
|
||||
truncate: "…"
|
||||
polls:
|
||||
errors:
|
||||
already_voted: Xa votou en esta sondaxe
|
||||
already_voted: Xa votaches nesta enquisa
|
||||
duplicate_options: contén elementos duplicados
|
||||
duration_too_long: está moi lonxe no futuro
|
||||
duration_too_short: é demasiado cedo
|
||||
expired: A sondaxe rematou
|
||||
expired: A enquisa rematou
|
||||
invalid_choice: A opción de voto escollida non existe
|
||||
over_character_limit: non poden ter máis de %{max} caracteres cada unha
|
||||
too_few_options: debe ter máis de unha opción
|
||||
@ -929,11 +948,15 @@ gl:
|
||||
other: Outro
|
||||
posting_defaults: Valores por omisión
|
||||
public_timelines: Liñas temporais públicas
|
||||
reactions:
|
||||
errors:
|
||||
unrecognized_emoji: non é unha emoticona recoñecida
|
||||
relationships:
|
||||
activity: Actividade da conta
|
||||
dormant: En repouso
|
||||
followers: Seguidoras
|
||||
following: Seguindo
|
||||
invited: Convidado
|
||||
last_active: Último activo
|
||||
most_recent: Máis recente
|
||||
moved: Movida
|
||||
|
@ -341,13 +341,11 @@ hu:
|
||||
delete: Törlés
|
||||
destroyed_msg: E-mail domain sikeresen eltávolítva a feketelistáról
|
||||
domain: Domain
|
||||
empty: Nincs email domain a feketelistán.
|
||||
new:
|
||||
create: Domain hozzáadása
|
||||
title: Új e-mail feketelista bejegyzés
|
||||
title: E-mail feketelista
|
||||
followers:
|
||||
back_to_account: Vissza a fiókhoz
|
||||
title: "%{acct} követői"
|
||||
instances:
|
||||
by_domain: Domain
|
||||
delivery_available: Kézbesítés elérhető
|
||||
|
@ -308,6 +308,7 @@ id:
|
||||
private_comment: Komentar pribadi
|
||||
private_comment_hint: Komentar tentang pembatasan domain ini untuk penggunaan internal oleh moderator.
|
||||
public_comment: Komentar publik
|
||||
public_comment_hint: Komentar tentang pembatasan domain ini untuk publik umum, jika mengiklankan daftar pembatasan domain diaktifkan.
|
||||
reject_media: Tolak berkas media
|
||||
reject_media_hint: Hapus file media yang tersimpan dan menolak semua unduhan nantinya. Tidak terpengaruh dengan suspen
|
||||
reject_reports: Tolak laporan
|
||||
@ -338,9 +339,6 @@ id:
|
||||
create: Tambah domain
|
||||
title: Entri daftar hitam surel baru
|
||||
title: Daftar hitam surel
|
||||
followers:
|
||||
back_to_account: Kembali Ke Akun
|
||||
title: Pengikut %{acct}
|
||||
instances:
|
||||
by_domain: Domain
|
||||
delivery_available: Pengiriman tersedia
|
||||
@ -440,6 +438,9 @@ id:
|
||||
all: Kepada semua orang
|
||||
disabled: Tidak kepada siapa pun
|
||||
title: Lihat blokir domain
|
||||
users: Ke pengguna lokal yang sudah login
|
||||
domain_blocks_rationale:
|
||||
title: Tampilkan alasan
|
||||
enable_bootstrap_timeline_accounts:
|
||||
title: Aktifkan opsi ikuti otomatis untuk pengguna baru
|
||||
hero:
|
||||
|
@ -52,7 +52,7 @@ is:
|
||||
choices_html: "%{name} hefur valið:"
|
||||
endorsements_hint: Þú getur auglýst efni frá fólki sem þú fylgir í vefviðmótinu og mun það birtast hér.
|
||||
featured_tags_hint: Þú getur gefið sérstökum myllumerkjum aukið vægi og birtast þau þá hér.
|
||||
follow: Fylgja
|
||||
follow: Fylgjast með
|
||||
followers:
|
||||
one: fylgjandi
|
||||
other: fylgjendur
|
||||
@ -344,9 +344,6 @@ is:
|
||||
create: Bæta við léni
|
||||
title: Ný færsla á bannlista fyrir tölvupóstföng
|
||||
title: Bannlisti yfir tölvupóstföng
|
||||
followers:
|
||||
back_to_account: Til baka í notandaaðgang
|
||||
title: Fylgjast með %{acct}
|
||||
instances:
|
||||
by_domain: Lén
|
||||
delivery_available: Afhending er til taks
|
||||
@ -495,7 +492,7 @@ is:
|
||||
desc_html: Kynningarmálsgrein í API. Lýstu því hvað það er sem geri þennan Mastodon-þjón sérstakan, auk annarra mikilvægra upplýsinga. Þú getur notað HTML-einindi, sér í lagi <code><a></code> og <code><em></code>.
|
||||
title: Lýsing á vefþjóni
|
||||
site_description_extended:
|
||||
desc_html: góður staður fyrir siðareglur, almennt regluverk, leiðbeiningar og annað sem gerir netþjóninni þinn sérstakann. Þú getur notað HTML-einindi
|
||||
desc_html: Góður staður fyrir siðareglur, almennt regluverk, leiðbeiningar og annað sem gerir netþjóninni þinn sérstakann. Þú getur notað HTML-einindi
|
||||
title: Sérsniðnar ítarlegar upplýsingar
|
||||
site_short_description:
|
||||
desc_html: Birt á hliðarspjaldi og í lýsigögnum. Lýstu því hvað Mastodon gerir og hvað það er sem geri þennan vefþjón sérstakan, í einni málsgrein.
|
||||
@ -645,7 +642,7 @@ is:
|
||||
authorize_follow:
|
||||
already_following: Þú ert að þegar fylgjast með þessum aðgangi
|
||||
error: Því miður, það kom upp villa við að fletta upp fjartengda notandaaðgangnum
|
||||
follow: Fylgja
|
||||
follow: Fylgjast með
|
||||
follow_request: 'Þú sendir beiðni um að fylgjast með til:'
|
||||
following: 'Tókst! Þú ert núna að fylgjast með:'
|
||||
post_follow:
|
||||
@ -731,6 +728,7 @@ is:
|
||||
add_new: Bæta við nýju
|
||||
errors:
|
||||
limit: Þú ert þegar búin/n að gefa hámarksfjölda myllumerkja aukið vægi
|
||||
hint_html: "<strong>Hvað eru myllumerki með aukið vægi?</strong> Þau eru birt áberandi á opinbera notandasniðinu þínu og gera fólki kleift að fletta í gegnum opinberu færslurnar þínar sérstaklega undir þessum myllumerkjum. Þau eru frábær aðferð við að halda utan um skapandi vinnu eða langtíma verkefni."
|
||||
filters:
|
||||
contexts:
|
||||
home: Heimatímalína
|
||||
@ -741,6 +739,7 @@ is:
|
||||
title: Breyta síu
|
||||
errors:
|
||||
invalid_context: Ekkert eða ógilt samhengi var gefið
|
||||
invalid_irreversible: Óendurkræf síun virkar bara í sambandi við heimasvæði eða tilkynningar
|
||||
index:
|
||||
delete: Eyða
|
||||
empty: Þú ert ekki með neinar síur.
|
||||
@ -770,6 +769,11 @@ is:
|
||||
authorize_connection_prompt: Auðkenna dulkóðaða tengingu?
|
||||
errors:
|
||||
failed: Dulrituð tenging mistókst, endilega reyndu aftur frá %{provider}.
|
||||
keybase:
|
||||
invalid_token: Keybase-teikn eru tætigildi undirritana og verða að vera 66 hex-stafir
|
||||
verification_failed: Keybase skilur þetta teikn ekki sem undirritun Keybase-notandans %{kb_username}. Prófaðu aftur í Keybase.
|
||||
wrong_user: Get ekki búið til sannvottun fyrir %{proving} á meðan skráð er inn sem %{current}. Skráðu inn sem %{proving} og prófaðu aftur.
|
||||
explanation_html: Hér geturðu tengt dulritað önnur auðkenni þín, eins og t.d. Keybase-notandasnið. Þetta gerir öðru fólki kleift að senda þér dulrituð skilaboð og að treysta efni sem þú sendir þeim.
|
||||
i_am_html: Ég er %{username} á %{service}.
|
||||
identity: Auðkenni
|
||||
inactive: Óvirkt
|
||||
@ -783,10 +787,12 @@ is:
|
||||
merge_long: Halda fyrirliggjandi færslum og bæta við nýjum
|
||||
overwrite: Skrifa yfir
|
||||
overwrite_long: Skipta út fyrirliggjandi færslum með þeim nýju
|
||||
preface: Þú getur flutt inn gögn sem þú hefur flutt út frá öðrum vefþjóni, svo sem lista yfir fólk sem þú fylgist með eða útilokar.
|
||||
success: Það tókst að senda inn gögnin þín og verður unnið með þau þegar færi gefst
|
||||
types:
|
||||
blocking: Listi yfir útilokanir
|
||||
domain_blocking: Listi yfir útilokanir léna
|
||||
following: Listi yfir fylgjendur
|
||||
following: Listi yfir þá sem fylgst er með
|
||||
muting: Listi yfir þagganir
|
||||
upload: Senda inn
|
||||
in_memoriam_html: Minning.
|
||||
@ -844,9 +850,11 @@ is:
|
||||
backreference_required: Það verður fyrst að stilla nýja aðganginn til að bakvísa á þennan aðgang
|
||||
before: 'Áður en haldið er áfram, skaltu lesa þessa minnispunkta gaumgæfilega:'
|
||||
cooldown: Eftir yfirfærslu/flutning kemur kælingartímabil á meðan þú getur ekki flutt þig aftur
|
||||
disabled_account: Núverandi aðgangur þinn verður ekki nothæfur að fullu eftir þetta. Hinsvegar muntu geta flutt út gögn af honum og einnig endurvirkjað hann.
|
||||
followers: Þessi aðgerð mun flytja alla fylgjendur af núverandi aðgangi yfir á nýja aðganginn
|
||||
only_redirect_html: Einnig geturðu <a href="%{path}">einungis sett upp endurbeiningu á notandasniðið þitt</a>.
|
||||
other_data: Engin önnur gögn munu flytjast sjálfvirkt
|
||||
redirect: Notandasnið aðgangsins verður uppfært með athugasemd um endurbeininguna og verður undanþegið frá leitum
|
||||
moderation:
|
||||
title: Umsjón
|
||||
notification_mailer:
|
||||
@ -854,6 +862,9 @@ is:
|
||||
action: Skoða allar tilkynningar
|
||||
body: Hér er stutt yfirlit yfir þau skilaboð sem þú gætir hafa misst af síðan þú leist inn síðast %{since}
|
||||
mention: "%{name} minntist á þig í:"
|
||||
new_followers_summary:
|
||||
one: Að auki, þú hefur fengið einn nýjan fylgjanda á meðan þú varst fjarverandi! Húh!
|
||||
other: Að auki, þú hefur fengið %{count} nýja fylgjendur á meðan þú varst fjarverandi! Frábært!
|
||||
subject:
|
||||
one: "1 ný tilkynning síðan þú leist inn síðast \U0001F418"
|
||||
other: "%{count} nýjar tilkynningar síðan þú leist inn síðast \U0001F418"
|
||||
@ -873,6 +884,9 @@ is:
|
||||
title: Ný beiðni um að fylgjast með
|
||||
mention:
|
||||
action: Svara
|
||||
body: "%{name} minntist á þig í:"
|
||||
subject: "%{name} minntist á þig"
|
||||
title: Ný tilvísun
|
||||
reblog:
|
||||
body: "%{name} endurbirti stöðufærsluna þína:"
|
||||
subject: "%{name} endurbirti stöðufærsluna þína"
|
||||
@ -904,6 +918,7 @@ is:
|
||||
duration_too_long: er of langt inn í framtíðina
|
||||
duration_too_short: er of snemma
|
||||
expired: Könnuninni er þegar lokið
|
||||
invalid_choice: Þessi valkostur er ekki til
|
||||
over_character_limit: geta ekki verið lengri en %{max} stafir hvert
|
||||
too_few_options: verður að vera með fleiri en eitt atriði
|
||||
too_many_options: getur ekki innihaldið meira en %{max} atriði
|
||||
@ -928,8 +943,9 @@ is:
|
||||
status: Staða aðgangs
|
||||
remote_follow:
|
||||
acct: Settu inn notandanafn@lén þaðan sem þú vilt vera virk/ur
|
||||
missing_resource: Gat ekki fundið endurbeiningarslóðina fyrir notandaaðganginn þinn
|
||||
no_account_html: Ertu ekki með aðgang? Þú getur <a href='%{sign_up_path}' target='_blank'>nýskráð þig hér</a>
|
||||
proceed: Halda áfram í að fylgja
|
||||
proceed: Halda áfram í að fylgjast með
|
||||
prompt: 'Þú ætlar að fara að fylgjast með:'
|
||||
reason_html: "<strong>Hvers vegna er þetta skref nauðsynlegt?</strong> <code>%{instance}</code> er ekki endilega netþjónninn þar sem þú ert skráð/ur, þannig að við verðum að endurbeina þér á heimaþjóninn þinn fyrst."
|
||||
remote_interaction:
|
||||
@ -998,7 +1014,7 @@ is:
|
||||
development: Þróun
|
||||
edit_profile: Breyta notandasniði
|
||||
export: Útflutningur gagna
|
||||
featured_tags: Myllumerki í umræðunni
|
||||
featured_tags: Myllumerki með aukið vægi
|
||||
identity_proofs: Sannanir á auðkenni
|
||||
import: Flytja inn
|
||||
import_and_export: Inn- og útflutningur
|
||||
@ -1148,21 +1164,32 @@ is:
|
||||
default: "%d. %b, %Y, %H:%M"
|
||||
month: "%b %Y"
|
||||
two_factor_authentication:
|
||||
code_hint: Settu inn kóðann sem auðkenningarforritið útbjó til staðfestingar
|
||||
description_html: Ef þú virkjar <strong>tvíþátta auðkenningu</strong> mun innskráning krefjast þess að þú hafir símann þinn við hendina, með honum þarf að útbúa öryggisteikn sem þú þarft að setja inn.
|
||||
disable: Gera óvirkt
|
||||
enable: Virkja
|
||||
enabled: Tveggja-þátta auðkenning er virk
|
||||
enabled_success: Það tókst að virkja tveggja-þátta auðkenningu
|
||||
generate_recovery_codes: Útbúa endurheimtukóða
|
||||
instructions_html: "<strong>Skannaðu þennar QR-kóða inn í Google Authenticator eða álíka TOTP-forrit á símanum þínum</strong>. Héðan í frá mun það forrit útbúa teikn sem þú verður að setja inn til að geta skráð þig inn."
|
||||
lost_recovery_codes: Endurheimtukóðar gera þér kleift að fá aftur samband við notandaaðganginn þinn ef þú tapar símanum þínum. Ef þú aftur hefur tapað endurheimtukóðunum, geturðu endurgert þá hér. Gömlu endurheimtukóðarnir verða þá ógiltir.
|
||||
manual_instructions: 'Ef þú getur ekki skannað QR-kóðann og verður að setja hann inn handvirkt, þá er hér leyniorðið á textaformi:'
|
||||
recovery_codes: Kóðar fyrir endurheimtingu öryggisafrits
|
||||
recovery_codes_regenerated: Það tókst að endurgera endurheimtukóða
|
||||
recovery_instructions_html: Ef þú tapar símanum þínum geturðu notað einn af endurheimtukóðunum hér fyrir neðan til að fá aftur samband við notandaaðganginn þinn. <strong>Geymdu endurheimtukóðana á öruggum stað</strong>. Sem dæmi gætirðu prentað þá út og geymt með öðrum mikilvægum skjölum.
|
||||
setup: Setja upp
|
||||
wrong_code: Kóðinn sem þú settir inn er ógildur! Eru klukkur netþjónsins og tækisins réttar?
|
||||
user_mailer:
|
||||
backup_ready:
|
||||
explanation: Þú baðst um fullt öryggisafrit af Mastodon notandaaðgangnum þínum. Það er núna tilbúið til niðurhals!
|
||||
subject: Safnskráin þín er tilbúin til niðurhals
|
||||
title: Taka út í safnskrá
|
||||
warning:
|
||||
explanation:
|
||||
disable: Á meðan aðgangurinn þinn er frystur, eru gögn aðgangsins ósnert, en þú getur ekki framkvæmt neinar aðgerðir fyrr en honum hefur verið aflæst.
|
||||
silence: Á meðan aðgangurinn þinn er takmarkaður, mun aðeins fólk sem þegar fylgist með þér sjá tístin þín á þessum vefþjóni, auk þess sem lokað gæti verið á þig á ýmsum opinberum listum. Aftur á móti geta aðrir gerst fylgjendur þínir handvirkt.
|
||||
suspend: Aðgangurinn þinn hefur verið settur í biðstöðu, öll þín tíst og innsent myndefni hafa verið óafturkræft fjarlægð af þessum vefþjóni, sem og af þeim vefþjónum þar sem þú áttir þér fylgjendur.
|
||||
get_in_touch: Þú getur svarað þessum tölvupósti til að setja þig í samband við umsjónarmenn %{instance}.
|
||||
review_server_policies: Yfirfara reglur vefþjónsins
|
||||
statuses: 'Sérstaklega fyrir:'
|
||||
subject:
|
||||
@ -1177,17 +1204,28 @@ is:
|
||||
suspend: Notandaaðgangur í bið
|
||||
welcome:
|
||||
edit_profile_action: Setja upp notandasnið
|
||||
edit_profile_step: Þú getur sérsniðið notandasniðið þitt með því að senda inn auðkennismynd, síðuhaus, breytt birtingarnafninu þínu og ýmislegt fleira. Ef þú vilt yfirfara nýja fylgjendur áður en þeim er leyft að fylgjast með þér geturðu læst aðgangnum þínum.
|
||||
explanation: Hér eru nokkrar ábendingar til að koma þér í gang
|
||||
final_action: Byrjaðu að skrifa
|
||||
final_step: 'Byrjaðu að tjá þig! Jafnvel án fylgjenda geta aðrir séð opinberar færslur frá þér, til dæmis á staðværu tímalínunni og í myllumerkjum. Þú gætir jafnvel viljað kynna þig með myllumerkinu #introductions.'
|
||||
full_handle: Fullt auðkenni þitt
|
||||
full_handle_hint: Þetta er það sem þú myndir gefa upp við vini þína svo þeir geti sent þér skilaboð eða fylgst með þér af öðrum netþjóni.
|
||||
review_preferences_action: Breyta kjörstillingum
|
||||
review_preferences_step: Gakktu úr skugga um að kjörstillingarnar séu eins og þú vilt hafa þær, eins og t.d. hvaða tölvupóst þú vilt fá, eða hvaða stig friðhelgi þú vilt að færslurnar þínar hafi sjálfgefið. Ef þú hefur ekkert á móti sjónrænu áreiti geturðu virkjað sjálvirka spilun GIF-hreyfimynda.
|
||||
subject: Velkomin í Mastodon
|
||||
tip_federated_timeline: Sameiginlega tímalínan er færibandasýn á Mastodon netkerfið. En hún inniheldur bara fólk sem nágrannar þínir eru áskrifendur að, þannig að hún er ekki tæmandi.
|
||||
tip_following: Sjálfgefið er að þú fylgist með stjórnanda eða stjórnendum vefþjónsins. Til að finna fleira áhugavert fólk ættirðu að kíkja á staðværu og sameiginlegu tímalínurnar.
|
||||
tip_local_timeline: Staðværa tímalínan er færibandasýn á allt fólkið á %{instance}. Þetta eru þínir næstu nágrannar!
|
||||
tip_mobile_webapp: Ef farsímavafrinn býður þér að bæta Mastodon á heimaskjáinn þinn, muntu geta tekið á móti ýti-tilkynningum. Það virkar á ýmsa vegu eins og um uppsett forrit sé að ræða!
|
||||
tips: Ábendingar
|
||||
title: Velkomin/n um borð, %{name}!
|
||||
users:
|
||||
follow_limit_reached: Þú getur ekki fylgst með fleiri en %{limit} aðilum
|
||||
invalid_email: Tölvupóstfangið er ógilt
|
||||
invalid_otp_token: Ógildur tveggja-þátta kóði
|
||||
otp_lost_help_html: Ef þú hefur misst aðganginn að hvoru tveggja, geturðu sett þig í samband við %{email}
|
||||
seamless_external_login: Innskráning þín er í gegnum utanaðkomandi þjónustu, þannig að stillingar fyrir lykilorð og tölvupóst eru ekki aðgengilegar.
|
||||
signed_in_as: 'Skráð inn sem:'
|
||||
verification:
|
||||
explanation_html: 'Þú getur <strong>vottað að þú sért eigandi og ábyrgur fyrir tenglunum í lýsigögnum notandasniðsins þíns</strong>. Til að það virki, þurfa vefsvæðin sem vísað er í að innihalda tengil til baka í Mastodon-notandasniðið. Tengillinn sem vísar til baka <strong>verður</strong> að vera með <code>rel="me"</code> eigindi. Textinn í tenglinum skiptir ekki máli. Hérna er dæmi:'
|
||||
verification: Sannprófun
|
||||
|
@ -344,9 +344,6 @@ it:
|
||||
create: Aggiungi dominio
|
||||
title: Nuova voce della lista nera delle email
|
||||
title: Lista nera email
|
||||
followers:
|
||||
back_to_account: Torna all'account
|
||||
title: Seguaci di %{acct}
|
||||
instances:
|
||||
by_domain: Dominio
|
||||
delivery_available: Distribuzione disponibile
|
||||
@ -922,6 +919,7 @@ it:
|
||||
duration_too_long: è troppo lontano nel futuro
|
||||
duration_too_short: è troppo presto
|
||||
expired: Il sondaggio si è già concluso
|
||||
invalid_choice: L'opzione di voto scelta non esiste
|
||||
over_character_limit: non possono essere più lunghi di %{max} caratteri ciascuno
|
||||
too_few_options: deve avere più di un elemento
|
||||
too_many_options: non può contenere più di %{max} elementi
|
||||
|
@ -224,6 +224,8 @@ ja:
|
||||
update_status: "%{name} さんが %{target} さんの投稿を更新しました"
|
||||
deleted_status: "(削除済)"
|
||||
title: 操作履歴
|
||||
announcements:
|
||||
title: 告知
|
||||
custom_emojis:
|
||||
assign_category: カテゴリーを割り当て
|
||||
by_domain: ドメイン
|
||||
@ -339,9 +341,6 @@ ja:
|
||||
create: ドメインを追加
|
||||
title: メールアドレス用ブラックリスト新規追加
|
||||
title: メールブラックリスト
|
||||
followers:
|
||||
back_to_account: 戻る
|
||||
title: "%{acct}さんのフォロワー"
|
||||
instances:
|
||||
by_domain: ドメイン
|
||||
delivery_available: 配送可能
|
||||
@ -750,6 +749,8 @@ ja:
|
||||
all: すべて
|
||||
changes_saved_msg: 正常に変更されました!
|
||||
copy: コピー
|
||||
delete: 削除
|
||||
edit: 編集
|
||||
no_batch_actions_available: このページに一括操作はありません
|
||||
order_by: 並び順
|
||||
save_changes: 変更を保存
|
||||
@ -910,6 +911,7 @@ ja:
|
||||
duration_too_long: が長過ぎます
|
||||
duration_too_short: が短過ぎます
|
||||
expired: アンケートは既に終了しました
|
||||
invalid_choice: 選択された項目は存在しません
|
||||
over_character_limit: は%{max}文字より長くすることはできません
|
||||
too_few_options: は複数必要です
|
||||
too_many_options: は%{max}個までです
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
kab:
|
||||
about:
|
||||
about_hashtag_html: Tigi d tiberraḥin tizuyaz, ɣur-sent <strong>#%{hashtag}</strong>. Tzemreḍ ad tesdemreḍ akked yid-sent ma tesɛiḍ amiḍan deg kra n umḍiq deg fediverse.
|
||||
about_hashtag_html: Tigi d tiberraḥin tizuyaz, γur-sent <strong>#%{hashtag}</strong>. Tzemreḍ ad tesdemreḍ akked yid-sent ma tesɛiḍ amiḍan deg kra n umḍiq deg fediverse.
|
||||
about_mastodon_html: 'Azeṭṭa ametti n uzekka: Ulac deg-s asussen, ulac taɛessast n tsuddiwin fell-ak, yebna ɣef leqder d ttrebga, daɣen d akeslemmas! Akked Mastudun, isefka-inek ad qimen inek!'
|
||||
about_this: Ɣef
|
||||
active_count_after: yekker
|
||||
@ -215,9 +215,6 @@ kab:
|
||||
create: Rnu taγult
|
||||
title: Timerna n taɣult tamaynut n imayl ɣer tebdart taberkant
|
||||
title: Tabdart taberkant n imayl
|
||||
followers:
|
||||
back_to_account: Uγal γer umiḍan
|
||||
title: Imeḍfaṛen n %{acct}
|
||||
instances:
|
||||
by_domain: Taγult
|
||||
delivery_available: Yella usiweḍ
|
||||
@ -259,6 +256,9 @@ kab:
|
||||
all: Ɣef medden akk
|
||||
disabled: Ɣef yiwen ala
|
||||
users: Ɣef yimseqdacen idiganen i yeqqnen
|
||||
site_description:
|
||||
title: Aglam n uqeddac
|
||||
site_title: Isem n uqeddac
|
||||
title: Iγewwaṛen n usmel
|
||||
statuses:
|
||||
batch:
|
||||
|
@ -344,9 +344,6 @@ kk:
|
||||
create: Add dоmain
|
||||
title: New e-mail blаcklist entry
|
||||
title: E-mail қаратізімі
|
||||
followers:
|
||||
back_to_account: Back To Accоunt
|
||||
title: "%{acct} оқырмандары"
|
||||
instances:
|
||||
by_domain: Domаin
|
||||
delivery_available: Жеткізу қол жетімді
|
||||
|
@ -341,9 +341,6 @@ ko:
|
||||
create: 차단 규칙 생성
|
||||
title: 새 이메일 도메인 차단
|
||||
title: Email 도메인 차단
|
||||
followers:
|
||||
back_to_account: 계정으로 돌아가기
|
||||
title: "%{acct}의 팔로워"
|
||||
instances:
|
||||
by_domain: 도메인
|
||||
delivery_available: 전송 가능
|
||||
@ -924,6 +921,7 @@ ko:
|
||||
dormant: 휴면
|
||||
followers: 팔로워
|
||||
following: 팔로잉
|
||||
invited: 초대됨
|
||||
last_active: 마지막 활동
|
||||
most_recent: 가장 최근
|
||||
moved: 이동함
|
||||
|
@ -261,9 +261,6 @@ lt:
|
||||
create: Pridėto domeną
|
||||
title: Naujas el pašto juodojo sąrašo įtraukimas
|
||||
title: El pašto juodasis sąrašas
|
||||
followers:
|
||||
back_to_account: Atgal Į Paskyrą
|
||||
title: "%{acct} Sekėjai"
|
||||
instances:
|
||||
by_domain: Domenas
|
||||
delivery_available: Pristatymas galimas
|
||||
|
@ -343,9 +343,6 @@ nl:
|
||||
create: Blokkeren
|
||||
title: Nieuw e-maildomein blokkeren
|
||||
title: E-maildomeinen blokkeren
|
||||
followers:
|
||||
back_to_account: Terug naar account
|
||||
title: Volgers van %{acct}
|
||||
instances:
|
||||
by_domain: Domein
|
||||
delivery_available: Bezorging is mogelijk
|
||||
|
@ -331,9 +331,6 @@ nn:
|
||||
create: Legg til domene
|
||||
title: Ny blokkeringsoppføring av e-postdomene
|
||||
title: Blokkerte e-postadresser
|
||||
followers:
|
||||
back_to_account: Tilbake til konto
|
||||
title: "%{acct} sine fylgjarar"
|
||||
instances:
|
||||
by_domain: Domene
|
||||
delivery_available: Levering er tilgjengelig
|
||||
|
@ -317,9 +317,6 @@
|
||||
create: Legg til domene
|
||||
title: Ny blokkeringsoppføring av e-postdomene
|
||||
title: Blokkering av e-postdomene
|
||||
followers:
|
||||
back_to_account: Tilbake til kontoen
|
||||
title: "%{acct} sine følgere"
|
||||
instances:
|
||||
by_domain: Domene
|
||||
delivery_available: Levering er tilgjengelig
|
||||
|
@ -331,9 +331,6 @@ oc:
|
||||
create: Crear un blocatge
|
||||
title: Nòu blocatge de domeni de corrièl
|
||||
title: Blocatge de domeni de corrièl
|
||||
followers:
|
||||
back_to_account: Tornar al compte
|
||||
title: Seguidors de %{acct}
|
||||
instances:
|
||||
by_domain: Domeni
|
||||
delivery_available: Liurason disponibla
|
||||
|
@ -346,9 +346,6 @@ pl:
|
||||
create: Utwórz blokadę
|
||||
title: Nowa blokada domeny e-mail
|
||||
title: Blokowanie domen e-mail
|
||||
followers:
|
||||
back_to_account: Wróć do konta
|
||||
title: Śledzący %{acct}
|
||||
instances:
|
||||
by_domain: Domena
|
||||
delivery_available: Doręczanie jest dostępne
|
||||
|
@ -344,9 +344,6 @@ pt-BR:
|
||||
create: Adicionar domínio
|
||||
title: Novo domínio de e-mail bloqueado
|
||||
title: Lista de bloqueio de domínios de e-mail
|
||||
followers:
|
||||
back_to_account: Voltar para a conta
|
||||
title: Seguidores de %{acct}
|
||||
instances:
|
||||
by_domain: Domínio
|
||||
delivery_available: Envio disponível
|
||||
@ -375,6 +372,8 @@ pt-BR:
|
||||
title: Convites
|
||||
pending_accounts:
|
||||
title: Contas pendentes (%{count})
|
||||
relationships:
|
||||
title: Relações de %{acct}
|
||||
relays:
|
||||
add_new: Adicionar novo repetidor
|
||||
delete: Excluir
|
||||
@ -734,6 +733,7 @@ pt-BR:
|
||||
hint_html: "<strong>O que são hashtags em destaque?</strong> Elas são mostradas no seu perfil público e permitem que as pessoas acessem seus toots públicos que contenham especificamente essas hashtags. São uma excelente ferramenta para acompanhar os trabalhos criativos ou os projetos de longo prazo."
|
||||
filters:
|
||||
contexts:
|
||||
account: Perfis
|
||||
home: Página inicial
|
||||
notifications: Notificações
|
||||
public: Linhas públicas
|
||||
@ -934,6 +934,7 @@ pt-BR:
|
||||
dormant: Inativo
|
||||
followers: Seguidores
|
||||
following: Seguindo
|
||||
invited: Convidado
|
||||
last_active: Última atividade
|
||||
most_recent: Mais recente
|
||||
moved: Mudou-se
|
||||
|
@ -344,9 +344,6 @@ pt-PT:
|
||||
create: Adicionar domínio
|
||||
title: Novo bloqueio de domínio de email
|
||||
title: Bloqueio de Domínio de Email
|
||||
followers:
|
||||
back_to_account: Voltar à conta
|
||||
title: Seguidores de %{acct}
|
||||
instances:
|
||||
by_domain: Domínio
|
||||
delivery_available: Entrega disponível
|
||||
@ -375,6 +372,8 @@ pt-PT:
|
||||
title: Convites
|
||||
pending_accounts:
|
||||
title: Contas pendentes (%{count})
|
||||
relationships:
|
||||
title: Relações de %{acct}
|
||||
relays:
|
||||
add_new: Adicionar novo repetidor
|
||||
delete: Apagar
|
||||
@ -734,6 +733,7 @@ pt-PT:
|
||||
hint_html: "<strong>O que são hashtags em destaque?</strong> Elas são exibidas de forma bem visível no seu perfil público e permitem que as pessoas consultem as suas publicações públicas especificamente sob essas hashtags. São uma ótima ferramenta para manter o controlo de trabalhos criativos ou projetos de longo prazo."
|
||||
filters:
|
||||
contexts:
|
||||
account: Perfis
|
||||
home: Cronologia inicial
|
||||
notifications: Notificações
|
||||
public: Cronologias públicas
|
||||
@ -934,6 +934,7 @@ pt-PT:
|
||||
dormant: Inativo
|
||||
followers: Seguidores
|
||||
following: A seguir
|
||||
invited: Convidado
|
||||
last_active: Última atividade
|
||||
most_recent: Mais recente
|
||||
moved: Mudou-se
|
||||
|
@ -140,7 +140,7 @@ ru:
|
||||
remote: Удаленные
|
||||
title: Размещение
|
||||
login_status: Статус учётной записи
|
||||
media_attachments: Мультимедийные вложения
|
||||
media_attachments: Файлы мультимедиа
|
||||
memorialize: Сделать мемориалом
|
||||
moderation:
|
||||
active: Действующие
|
||||
@ -359,9 +359,6 @@ ru:
|
||||
create: Создать блокировку
|
||||
title: Новая блокировка по домену
|
||||
title: Блокировка e-mail доменов
|
||||
followers:
|
||||
back_to_account: Вернуться к учётной записи
|
||||
title: Подписчики пользователя %{acct}
|
||||
instances:
|
||||
by_domain: Домен
|
||||
delivery_available: Доставка возможна
|
||||
@ -392,6 +389,8 @@ ru:
|
||||
title: Приглашения
|
||||
pending_accounts:
|
||||
title: Ожидающие учетные записи (%{count})
|
||||
relationships:
|
||||
title: Связи %{acct}
|
||||
relays:
|
||||
add_new: Добавить ретранслятор
|
||||
delete: Удалить
|
||||
@ -550,11 +549,11 @@ ru:
|
||||
deleted: Удалено
|
||||
failed_to_execute: Не удалось выполнить
|
||||
media:
|
||||
title: Файлы медиа
|
||||
no_media: Без медиа
|
||||
title: Файлы мультимедиа
|
||||
no_media: Без файлов
|
||||
no_status_selected: Ничего не изменилось, так как ни один пост не был выделен
|
||||
title: Посты пользователя
|
||||
with_media: С медиа
|
||||
with_media: С файлами
|
||||
tags:
|
||||
accounts_today: Уникальных использований за сегодня
|
||||
accounts_week: Уникальных использований за эту неделю
|
||||
@ -755,6 +754,7 @@ ru:
|
||||
hint_html: "<strong>Особенные хэштеги</strong> отображаются в вашем профиле и позволяют людям просматривать ваши посты, отмеченные ими. Это отличный инструмент для отслеживания долгосрочных проектов и творческих работ."
|
||||
filters:
|
||||
contexts:
|
||||
account: Посты в профилях
|
||||
home: Домашняя лента
|
||||
notifications: Уведомления
|
||||
public: Публичные ленты
|
||||
@ -963,6 +963,7 @@ ru:
|
||||
dormant: Заброшенная
|
||||
followers: Подписчики
|
||||
following: Подписки
|
||||
invited: Приглашённые
|
||||
last_active: По последней активности
|
||||
most_recent: По недавности
|
||||
moved: Мигрировавшая
|
||||
|
@ -42,7 +42,7 @@ ar:
|
||||
setting_use_pending_items: إخفاء تحديثات الخط وراء نقرة بدلًا مِن التمرير التلقائي للتدفق
|
||||
username: اسم المستخدم الخاص بك سوف يكون فريدا مِن نوعه على %{domain}
|
||||
featured_tag:
|
||||
name: 'رُبَّما تريد·ين استخدام واحد مِن هذه:'
|
||||
name: 'رُبَّما تريد·ين استخدام واحد مِن بين هذه:'
|
||||
form_challenge:
|
||||
current_password: إنك بصدد الدخول إلى منطقة آمنة
|
||||
imports:
|
||||
@ -123,7 +123,7 @@ ar:
|
||||
setting_theme: سمة الموقع
|
||||
setting_trends: اعرض ما يُتداوَل اليوم
|
||||
setting_unfollow_modal: إظهار مربع حوار للتأكيد قبل إلغاء متابعة أي حساب
|
||||
setting_use_blurhash: أظهر ألوانًا متدرّجة على الوسائط الحساسة
|
||||
setting_use_blurhash: أظهر ألوانًا متدرّجة على الوسائط المَخفية
|
||||
setting_use_pending_items: الوضع البطيء
|
||||
severity: القوّة
|
||||
type: صيغة الاستيراد
|
||||
|
@ -31,7 +31,7 @@ ca:
|
||||
locale: El llenguatge de l’interfície d’usuari, els correus i les notificacions push
|
||||
locked: Requereix que aprovis manualment els seguidors
|
||||
password: Utilitza com a mínim 8 caràcters
|
||||
phrase: Es combinarà independentment del format en el text o l'avís de contingut del bram
|
||||
phrase: Es combinarà independentment del format en el text o l'avís de contingut del tut
|
||||
scopes: A quines API es permetrà a l'aplicació accedir. Si selecciones un àmbit d'alt nivell, no cal que seleccionis un d'individual.
|
||||
setting_aggregate_reblogs: No mostra els nous impulsos dels tuts que ja s'han impulsat recentment (només afecta als impulsos nous rebuts)
|
||||
setting_default_sensitive: Els mèdia sensibles estan ocults per defecte i es poden revelar amb un clic
|
||||
|
@ -14,6 +14,12 @@ de:
|
||||
text_html: Optional. Du kannst Beitragssyntax nutzen. Du kannst <a href="%{path}">Warnungsvorlagen</a> benutzen um Zeit zu sparen
|
||||
type_html: Wähle aus, was du mit <strong>%{acct}</strong> machen möchtest
|
||||
warning_preset_id: Optional. Du kannst immer noch eigenen Text an das Ende der Vorlage hinzufügen
|
||||
announcement:
|
||||
all_day: Wenn aktiviert werden nur die Daten des Zeitraums angezeigt
|
||||
ends_at: Optional. Die Ankündigung wird zu diesem Zeitpunkt automatisch zurückgezogen
|
||||
scheduled_at: Leer lassen um die Ankündigung sofort zu veröffentlichen
|
||||
starts_at: Optional. Falls deine Ankündigung an einen bestimmten Zeitraum gebunden ist
|
||||
text: Du kannst die Toot-Syntax verwenden. Bitte beachte den Platz, den die Ankündigung auf dem Bildschirm des Benutzers einnehmen wird
|
||||
defaults:
|
||||
autofollow: Leute, die sich über deine Einladung registrieren, werden dir automatisch folgen
|
||||
avatar: PNG, GIF oder JPG. Maximal %{size}. Wird auf %{dimensions} px herunterskaliert
|
||||
@ -83,6 +89,12 @@ de:
|
||||
silence: Stummschalten
|
||||
suspend: Deaktivieren und Benutzerdaten unwiderruflich löschen
|
||||
warning_preset_id: Benutze eine Warnungsvorlage
|
||||
announcement:
|
||||
all_day: Ganztägiges Ereignis
|
||||
ends_at: Ereignisende
|
||||
scheduled_at: Veröffentlichung planen
|
||||
starts_at: Beginn des Ereignisses
|
||||
text: Ankündigung
|
||||
defaults:
|
||||
autofollow: Eingeladene Nutzer sollen dir automatisch folgen
|
||||
avatar: Profilbild
|
||||
|
@ -14,6 +14,12 @@ en:
|
||||
text_html: Optional. You can use toot syntax. You can <a href="%{path}">add warning presets</a> to save time
|
||||
type_html: Choose what to do with <strong>%{acct}</strong>
|
||||
warning_preset_id: Optional. You can still add custom text to end of the preset
|
||||
announcement:
|
||||
all_day: When checked, only the dates of the time range will be displayed
|
||||
ends_at: Optional. Announcement will be automatically unpublished at this time
|
||||
scheduled_at: Leave blank to publish the announcement immediately
|
||||
starts_at: Optional. In case your announcement is bound to a specific time range
|
||||
text: You can use toot syntax. Please be mindful of the space the announcement will take up on the user's screen
|
||||
defaults:
|
||||
autofollow: People who sign up through the invite will automatically follow you
|
||||
avatar: PNG, GIF or JPG. At most %{size}. Will be downscaled to %{dimensions}px
|
||||
@ -88,6 +94,12 @@ en:
|
||||
silence: Silence
|
||||
suspend: Suspend and irreversibly delete account data
|
||||
warning_preset_id: Use a warning preset
|
||||
announcement:
|
||||
all_day: All-day event
|
||||
ends_at: End of event
|
||||
scheduled_at: Schedule publication
|
||||
starts_at: Begin of event
|
||||
text: Announcement
|
||||
defaults:
|
||||
autofollow: Invite to follow your account
|
||||
avatar: Avatar
|
||||
|
@ -7,11 +7,11 @@ es:
|
||||
account_migration:
|
||||
acct: Especifique el nombre de usuario@dominio de la cuenta a la cual se desea migrar
|
||||
account_warning_preset:
|
||||
text: Puede usar sintaxis de barritadas, como URLs, etiquetas y menciones
|
||||
text: Puede usar sintaxis de toots, como URLs, hashtags y menciones
|
||||
admin_account_action:
|
||||
include_statuses: El usuario verá qué bramidos han causado la acción de moderación o advertencia
|
||||
include_statuses: El usuario verá qué toots han causado la acción de moderación o advertencia
|
||||
send_email_notification: El usuario recibirá una explicación de lo que sucedió con respecto a su cuenta
|
||||
text_html: Opcional. Puede usar sintaxis de bramidos. Puede añadir <a href="%{path}">configuraciones predefinidas de advertencia</a> para ahorrar tiempo
|
||||
text_html: Opcional. Puede usar sintaxis de toots. Puede añadir <a href="%{path}">configuraciones predefinidas de advertencia</a> para ahorrar tiempo
|
||||
type_html: Elige qué hacer con <strong>%{acct}</strong>
|
||||
warning_preset_id: Opcional. Aún puede añadir texto personalizado al final de la configuración predefinida
|
||||
defaults:
|
||||
@ -27,20 +27,20 @@ es:
|
||||
fields: Puedes tener hasta 4 elementos mostrándose como una tabla en tu perfil
|
||||
header: PNG, GIF o JPG. Máximo %{size}. Será escalado a %{dimensions}px
|
||||
inbox_url: Copia la URL de la página principal del relés que quieres utilizar
|
||||
irreversible: Las bramidos filtradas desaparecerán irreversiblemente, incluso si este filtro es eliminado más adelante
|
||||
irreversible: Los toots filtrados desaparecerán irreversiblemente, incluso si este filtro es eliminado más adelante
|
||||
locale: El idioma de la interfaz de usuario, correos y notificaciones push
|
||||
locked: Requiere que manualmente apruebes seguidores y las publicaciones serán mostradas solamente a tus seguidores
|
||||
password: Utilice al menos 8 caracteres
|
||||
phrase: Se aplicará sin importar las mayúsculas o los avisos de contenido de una bramido
|
||||
phrase: Se aplicará sin importar las mayúsculas o los avisos de contenido de un toot
|
||||
scopes: Qué APIs de la aplicación tendrán acceso. Si seleccionas el alcance de nivel mas alto, no necesitas seleccionar las individuales.
|
||||
setting_aggregate_reblogs: No mostrar nuevas rebramidos para las bramidos que han sido recientemente rebramidos (sólo afecta a las rebramidos recibidos recientemente)
|
||||
setting_aggregate_reblogs: No mostrar nuevos retoots para los toots que han sido recientemente retooteados (sólo afecta a los retoots recibidos recientemente)
|
||||
setting_default_sensitive: El contenido multimedia sensible está oculto por defecto y puede ser mostrado con un click
|
||||
setting_display_media_default: Ocultar contenido multimedia marcado como sensible
|
||||
setting_display_media_hide_all: Siempre ocultar todo el contenido multimedia
|
||||
setting_display_media_show_all: Mostrar siempre contenido multimedia marcado como sensible
|
||||
setting_hide_network: A quién sigues y quién te sigue no será mostrado en tu perfil
|
||||
setting_noindex: Afecta a tu perfil público y páginas de estado
|
||||
setting_show_application: La aplicación que utiliza usted para publicar bramidos se mostrará en la vista detallada de sus bramidos
|
||||
setting_show_application: La aplicación que utiliza usted para publicar toots se mostrará en la vista detallada de sus toots
|
||||
setting_use_blurhash: Los gradientes se basan en los colores de las imágenes ocultas pero haciendo borrosos los detalles
|
||||
setting_use_pending_items: Ocultar actualizaciones cronológicas tras un clic en lugar de desplazar automáticamente la ristra
|
||||
username: Tu nombre de usuario será único en %{domain}
|
||||
@ -60,7 +60,7 @@ es:
|
||||
tag:
|
||||
name: Sólo se puede cambiar el cajón de las letras, por ejemplo, para que sea más legible
|
||||
user:
|
||||
chosen_languages: Cuando se marca, solo se mostrarán las barritadas en los idiomas seleccionados en las cronologías públicas
|
||||
chosen_languages: Cuando se marca, solo se mostrarán los toots en los idiomas seleccionados en los timelines públicos
|
||||
labels:
|
||||
account:
|
||||
fields:
|
||||
@ -73,7 +73,7 @@ es:
|
||||
account_warning_preset:
|
||||
text: Texto predefinido
|
||||
admin_account_action:
|
||||
include_statuses: Incluir en el correo electrónico a los bramidos denunciados
|
||||
include_statuses: Incluir en el correo electrónico a los toots denunciados
|
||||
send_email_notification: Notificar al usuario por correo electrónico
|
||||
text: Aviso personalizado
|
||||
type: Acción
|
||||
@ -112,21 +112,21 @@ es:
|
||||
setting_advanced_layout: Habilitar interfaz web avanzada
|
||||
setting_aggregate_reblogs: Agrupar rebarritadas en las cronologías
|
||||
setting_auto_play_gif: Reproducir automáticamente los GIFs animados
|
||||
setting_boost_modal: Mostrar ventana de confirmación antes de un Rebramido
|
||||
setting_crop_images: Recortar a 16x9 las imágenes de los bramidos no expandidos
|
||||
setting_boost_modal: Mostrar ventana de confirmación antes de un Retoot
|
||||
setting_crop_images: Recortar a 16x9 las imágenes de los toots no expandidos
|
||||
setting_default_language: Idioma de publicación
|
||||
setting_default_privacy: Privacidad de publicaciones
|
||||
setting_default_sensitive: Marcar siempre imágenes como sensibles
|
||||
setting_delete_modal: Mostrar diálogo de confirmación antes de borrar un bramido
|
||||
setting_delete_modal: Mostrar diálogo de confirmación antes de borrar un toot
|
||||
setting_display_media: Visualización multimedia
|
||||
setting_display_media_default: Por defecto
|
||||
setting_display_media_hide_all: Ocultar todo
|
||||
setting_display_media_show_all: Mostrar todo
|
||||
setting_expand_spoilers: Siempre expandir los bramidos marcados con advertencias de contenido
|
||||
setting_expand_spoilers: Siempre expandir los toots marcados con advertencias de contenido
|
||||
setting_hide_network: Ocultar tu red
|
||||
setting_noindex: Excluirse del indexado de motores de búsqueda
|
||||
setting_reduce_motion: Reducir el movimiento de las animaciones
|
||||
setting_show_application: Mostrar aplicación usada para publicar bramidos
|
||||
setting_show_application: Mostrar aplicación usada para publicar toots
|
||||
setting_system_font_ui: Utilizar la tipografía por defecto del sistema
|
||||
setting_theme: Tema del sitio
|
||||
setting_trends: Mostrar las tendencias de hoy
|
||||
@ -162,7 +162,7 @@ es:
|
||||
listable: Permitir que esta etiqueta aparezca en las búsquedas y en el directorio del perfil
|
||||
name: Etiqueta
|
||||
trendable: Permitir que esta etiqueta aparezca bajo tendencias
|
||||
usable: Permitir a las barritadas usar esta etiqueta
|
||||
usable: Permitir a los toots usar esta etiqueta
|
||||
'no': 'No'
|
||||
recommended: Recomendado
|
||||
required:
|
||||
|
@ -14,6 +14,12 @@ fr:
|
||||
text_html: Optionnel. Vous pouvez utilisez la syntaxe des pouets. Vous pouvez <a href="%{path}">ajouter des présélections d’attention</a> pour économiser du temps
|
||||
type_html: Choisir que faire avec <strong>%{acct}</strong>
|
||||
warning_preset_id: Optionnel. Vous pouvez toujours ajouter un texte personnalisé à la fin de la présélection
|
||||
announcement:
|
||||
all_day: Si coché, seules les dates de l’intervalle de temps seront affichées
|
||||
ends_at: Optionnel. L’annonce sera automatiquement dépubliée à ce moment
|
||||
scheduled_at: Laisser vide pour publier l’annonce immédiatement
|
||||
starts_at: Optionnel. Si votre annonce est liée à une période spécifique
|
||||
text: Vous pouvez utiliser la syntaxe d’un pouet. Veuillez prendre en compte l’espace que l'annonce prendra sur l’écran de l'utilisateur
|
||||
defaults:
|
||||
autofollow: Les personnes qui s’inscrivent grâce à l’invitation vous suivront automatiquement
|
||||
avatar: Au format PNG, GIF ou JPG. %{size} maximum. Sera réduit à %{dimensions}px
|
||||
@ -83,6 +89,12 @@ fr:
|
||||
silence: Masquer
|
||||
suspend: Suspendre et effacer les données du compte de manière irréversible
|
||||
warning_preset_id: Utiliser un modèle d’avertissement
|
||||
announcement:
|
||||
all_day: Événement de toute la journée
|
||||
ends_at: Fin de l’événement
|
||||
scheduled_at: Planifier la publication
|
||||
starts_at: Début de l’événement
|
||||
text: Annonce
|
||||
defaults:
|
||||
autofollow: Invitation à suivre votre compte
|
||||
avatar: Image de profil
|
||||
|
@ -14,6 +14,12 @@ gl:
|
||||
text_html: Optativo. Pode utilizar formato no toot. Pode <a href="%{path}">engadir avisos preestablecidos</a> para aforrar tempo
|
||||
type_html: Escolla que facer con <strong>%{acct}</strong>
|
||||
warning_preset_id: Optativo. Poderá engadir texto persoalizado ao final do preestablecido
|
||||
announcement:
|
||||
all_day: Cando se marca, só serán amosadas as datas do intre de tempo
|
||||
ends_at: Opcional. O anuncio non se publicará de xeito automático neste intre
|
||||
scheduled_at: Déixao baleiro para publicar o anuncio de xeito inmediato
|
||||
starts_at: Opcional. No caso de que o teu anuncio estea vinculado a un intre de tempo específico
|
||||
text: Podes empregar a sintaxe do toot. Ten en conta o espazo que ocupará o anuncio na pantalla do usuario
|
||||
defaults:
|
||||
autofollow: As persoas que se conectaron a través de un convite seguirana automáticamente a vostede
|
||||
avatar: PNG, GIF ou JPG. Máximo %{size}. Será reducida a %{dimensions}px
|
||||
@ -83,6 +89,12 @@ gl:
|
||||
silence: Acalar
|
||||
suspend: Suspender e eliminar irreversiblemente datos da conta
|
||||
warning_preset_id: Utilizar un aviso preestablecido
|
||||
announcement:
|
||||
all_day: Acontecemento diario
|
||||
ends_at: Final do acontecemento
|
||||
scheduled_at: Publicación programada
|
||||
starts_at: Comezo do acontecemento
|
||||
text: Anuncio
|
||||
defaults:
|
||||
autofollow: Convide a seguir a súa conta
|
||||
avatar: Avatar
|
||||
|
@ -6,31 +6,61 @@ is:
|
||||
acct: Tilgreindu notandanafn@lén á notandaaðgangnum sem þú vilt flytjast frá
|
||||
account_migration:
|
||||
acct: Tilgreindu notandanafn@lén á notandaaðgangnum sem þú vilt flytjast til
|
||||
account_warning_preset:
|
||||
text: Þú getur notað sömu skilgreiningar og fyrir tíst, svo sem URL-slóðir, myllumerki og tilvísanir
|
||||
admin_account_action:
|
||||
include_statuses: Notandinn mun sjá hvaða tíst hafa valdið viðbrögðum umsjónarmanns eða aðvörun kerfisins
|
||||
send_email_notification: Notandinn mun fá útskýringar á því hvað gerðist með notandaaðganginn hans
|
||||
text_html: Valfrjálst. Þú getur notað sömu skilgreiningar og fyrir tíst. Þú getur <a href="%{path}">bætt inn forstilltum aðvörunum</a> til að spara tíma
|
||||
type_html: Veldu hvað eigi að gera við <strong>%{acct}</strong>
|
||||
warning_preset_id: Valkvætt. Þú getur ennþá bætt sérsniðnum texta við enda forstillinga
|
||||
defaults:
|
||||
autofollow: Fólk sem skráir sig í gegnum boðið mun sjálfkrafa fylgjast með þér
|
||||
avatar: PNG, GIF eða JPG. Mest %{size}. Verður smækkað í %{dimensions}px
|
||||
bot: Þessi aðgangur er aðallega til að framkvæma sjálfvirkar aðgerðir og gæti verið án þess að hann sé vaktaður reglulega
|
||||
current_password: Í öryggisskyni skaltu setja inn lykiloðið fyrir þennan notandaaðgang
|
||||
context: Eitt eða fleiri samhengi þar sem sían ætti að gilda
|
||||
current_password: Í öryggisskyni skaltu setja inn lykilorðið fyrir þennan notandaaðgang
|
||||
current_username: Til að staðfesta skaltu setja inn notandanafnið fyrir þennan notandaaðgang
|
||||
digest: Er aðeins sent eftir lengri tímabil án virkni og þá aðeins ef þú hefur fengið persónuleg skilaboð á meðan þú hefur ekki verið á línunni
|
||||
discoverable: Persónusniðamappan er önnur leið til að láta notandaaðganginn þinn ná til fleiri lesenda
|
||||
email: Þú munt fá sendan staðfestingarpóst
|
||||
fields: Þú getur birt allt að 4 atriði sem töflu á notandasniðinu þínu
|
||||
header: PNG, GIF eða JPG. Mest %{size}. Verður smækkað í %{dimensions}px
|
||||
inbox_url: Afritaðu slóðina af forsíðu endurvarpans sem þú vilt nota
|
||||
irreversible: Síuð tíst munu hverfa óendurkræft, jafnvel þó sían sé seinna fjarlægð
|
||||
locale: Tungumál notandaviðmótsins, tölvupósts og ýti-tilkynninga
|
||||
locked: Krefst þess að þú samþykkir fylgjendur handvirkt
|
||||
password: Notaðu minnst 8 stafi
|
||||
phrase: Verður notað til samsvörunar burtséð frá stafstöðu texta eða viðvörunar vegna efnis í tísti
|
||||
scopes: Að hvaða API-kerfisviðmótum forritið fær aðgang. Ef þú velur efsta-stigs svið, þarftu ekki að gefa einstakar heimildir.
|
||||
setting_aggregate_reblogs: Ekki sýna nýjar endurbirtingar á tístum sem hafa nýlega verið endurbirt (hefur bara áhrif á ný-mótteknar endurbirtingar)
|
||||
setting_default_sensitive: Viðkvæmt myndefni er sjálfgefið falið og er hægt að birta með smelli
|
||||
setting_display_media_default: Fela myndefni sem merkt er viðkvæmt
|
||||
setting_display_media_hide_all: Alltaf fela allt myndefni
|
||||
setting_display_media_show_all: Alltaf birta myndefni sem merkt er viðkvæmt
|
||||
setting_noindex: Hefur áhrip á opinbera notandasniðið þitt og stöðusíður
|
||||
setting_hide_network: Hverjum þú fylgist með og hverjir fylgjast með þér verður ekki birt á notandasniðinu þínu
|
||||
setting_noindex: Hefur áhrif á opinbera notandasniðið þitt og stöðusíður
|
||||
setting_show_application: Nafnið á forritinu sem þú notar til að tísta mun birtast í ítarlegri sýn á tístunum þínum
|
||||
setting_use_blurhash: Litstiglarnir byggja á litunum í földu myndunum, en gera öll smáatriði óskýr
|
||||
setting_use_pending_items: Fela uppfærslur tímalínu þar til smellt er í stað þess að hún skruni streyminu sjálfvirkt
|
||||
setting_use_pending_items: Fela uppfærslur tímalínu þar til smellt er, í stað þess að hún skruni streyminu sjálfvirkt
|
||||
username: Notandanafnið þitt verður einstakt á %{domain}
|
||||
whole_word: Þegar stikkorð eða frasi er einungis tölur og bókstafir, verður það aðeins notað ef það samsvarar heilu orði
|
||||
domain_allow:
|
||||
domain: Þetta lén mun geta sótt gögn af þessum vefþjóni og tekið verður á móti innsendum gögnum frá léninu til vinnslu og geymslu
|
||||
featured_tag:
|
||||
name: 'Þú gætir viljað nota eitt af þessum:'
|
||||
form_challenge:
|
||||
current_password: Þú ert að fara inn á öryggissvæði
|
||||
imports:
|
||||
data: CSV-skrá sem flutt hefur verið út af öðrum Mastodon-þjóni
|
||||
invite_request:
|
||||
text: Þetta mun hjálpa okkur við að yfirfara umsóknina þína
|
||||
sessions:
|
||||
otp: 'Settu inn tveggja-þátta kóðann sem farsímaforritið útbjó eða notaðu einn af endurheimtukóðunum þínum:'
|
||||
tag:
|
||||
name: Þú getur aðeins breytt stafstöði mill há-/lágstafa, til gæmis til að gera þetta læsilegra
|
||||
user:
|
||||
chosen_languages: Þegar merkt er við þetta, birtast einungis tíst á völdum tungumálum á opinberum tímalínum
|
||||
labels:
|
||||
account:
|
||||
fields:
|
||||
@ -38,6 +68,10 @@ is:
|
||||
value: Efni
|
||||
account_alias:
|
||||
acct: Auðkenni gamla aðgangsins
|
||||
account_migration:
|
||||
acct: Auðkenni nýja aðgangsins
|
||||
account_warning_preset:
|
||||
text: Forstilltur texti
|
||||
admin_account_action:
|
||||
include_statuses: Innifela kærð tíst í tölvupóstinum
|
||||
send_email_notification: Láta notanda vita með tölvupósti
|
||||
@ -65,6 +99,7 @@ is:
|
||||
expires_in: Rennur út eftir
|
||||
fields: Lýsigögn notandasniðs
|
||||
header: Síðuhaus
|
||||
inbox_url: URL-slóð á innhólf endurvarpa
|
||||
irreversible: Fella niður í staðinn fyrir að fela
|
||||
locale: Tungumál viðmóts
|
||||
locked: Læsa aðgangi
|
||||
|
@ -83,6 +83,8 @@ ja:
|
||||
silence: サイレンス
|
||||
suspend: 停止しアカウントのデータを恒久的に削除する
|
||||
warning_preset_id: プリセット警告文を使用
|
||||
announcement:
|
||||
text: 告知
|
||||
defaults:
|
||||
autofollow: 招待から参加後、あなたをフォロー
|
||||
avatar: アイコン
|
||||
@ -158,7 +160,7 @@ ja:
|
||||
pending_account: 新しいアカウントの承認が必要な時
|
||||
reblog: トゥートがブーストされた時
|
||||
report: 通報を受けた時
|
||||
trending_tag: 未審査のハッシュタグが人気の時にメールで通知する
|
||||
trending_tag: 未審査のハッシュタグが人気の時
|
||||
tag:
|
||||
listable: 検索とディレクトリへの使用を許可する
|
||||
name: ハッシュタグ
|
||||
|
@ -350,9 +350,6 @@ sk:
|
||||
create: Pridaj doménu
|
||||
title: Nový email na zablokovanie
|
||||
title: Blokované emailové adresy
|
||||
followers:
|
||||
back_to_account: Späť na účet
|
||||
title: Sledovatielia užívateľa %{acct}
|
||||
instances:
|
||||
by_domain: Doména
|
||||
delivery_available: Je v dosahu doručovania
|
||||
@ -917,6 +914,7 @@ sk:
|
||||
duration_too_long: je príliš ďaleko do budúcnosti
|
||||
duration_too_short: je príliš skoro
|
||||
expired: Anketa už skončila
|
||||
invalid_choice: Zvolená hlasovacia možnosť neexistuje
|
||||
over_character_limit: každá nemôže byť dlhšia ako %{max} znakov
|
||||
too_few_options: musí mať viac ako jednu položku
|
||||
too_many_options: nemôže zahŕňať viac ako %{max} položiek
|
||||
|
@ -320,9 +320,6 @@ sl:
|
||||
create: Dodaj domeno
|
||||
title: Nov vnos e-pošte na črni seznam
|
||||
title: Črni seznam e-pošt
|
||||
followers:
|
||||
back_to_account: Nazaj na račun
|
||||
title: Sledilci od %{acct}
|
||||
instances:
|
||||
by_domain: Domena
|
||||
delivery_available: Na voljo je dostava
|
||||
|
@ -266,9 +266,6 @@ sq:
|
||||
create: Shtoni përkatësi
|
||||
title: Zë i ri email në listë bllokimesh
|
||||
title: Listë bllokimesh email-esh
|
||||
followers:
|
||||
back_to_account: Mbrapsht Te Llogaria
|
||||
title: Ndjekës të %{acct}
|
||||
instances:
|
||||
delivery_available: Ka shpërndarje të mundshme
|
||||
known_accounts:
|
||||
|
@ -280,9 +280,6 @@ sr:
|
||||
create: Додај домен
|
||||
title: Нова ставка е-поштe у црној листи
|
||||
title: Црна листа E-поште
|
||||
followers:
|
||||
back_to_account: Назад на налог
|
||||
title: "%{acct} Пратиоци"
|
||||
instances:
|
||||
delivery_available: Достава је доступна
|
||||
known_accounts:
|
||||
|
@ -328,9 +328,6 @@ sv:
|
||||
create: Skapa domän
|
||||
title: Ny E-postdomänblocklistningsinmatning
|
||||
title: E-postdomänblock
|
||||
followers:
|
||||
back_to_account: Tillbaka till konto
|
||||
title: "%{acct}'s följare"
|
||||
instances:
|
||||
by_domain: Domän
|
||||
moderation:
|
||||
|
@ -306,9 +306,6 @@ th:
|
||||
create: เพิ่มโดเมน
|
||||
title: รายการบัญชีดำอีเมลใหม่
|
||||
title: บัญชีดำอีเมล
|
||||
followers:
|
||||
back_to_account: กลับไปที่บัญชี
|
||||
title: ผู้ติดตามของ %{acct}
|
||||
instances:
|
||||
by_domain: โดเมน
|
||||
known_accounts:
|
||||
@ -386,7 +383,10 @@ th:
|
||||
custom_css:
|
||||
title: CSS ที่กำหนดเอง
|
||||
domain_blocks:
|
||||
all: ให้กับทุกคน
|
||||
disabled: ให้กับไม่มีใคร
|
||||
title: แสดงการปิดกั้นโดเมน
|
||||
users: ให้กับผู้ใช้ในเว็บที่เข้าสู่ระบบ
|
||||
domain_blocks_rationale:
|
||||
title: แสดงคำชี้แจงเหตุผล
|
||||
enable_bootstrap_timeline_accounts:
|
||||
|
@ -6,7 +6,7 @@ tr:
|
||||
about_this: Bu sunucu hakkında
|
||||
active_count_after: etkin
|
||||
active_footnote: Aylık Aktif Kullanıcılar (AAK)
|
||||
administered_by: 'Tarafından yönetildi:'
|
||||
administered_by: 'Yöneten:'
|
||||
api: API
|
||||
apps: Mobil uygulamalar
|
||||
apps_platforms: İos, Android ve diğer platformlardaki Mastodon'u kullanın
|
||||
@ -344,9 +344,6 @@ tr:
|
||||
create: Alan adı ekle
|
||||
title: Yeni e-posta kara liste girişi
|
||||
title: E-posta kara listesi
|
||||
followers:
|
||||
back_to_account: Hesaba Geri Dön
|
||||
title: "%{acct} Takipçileri"
|
||||
instances:
|
||||
by_domain: Alan adı
|
||||
delivery_available: Teslimat mevcut
|
||||
@ -375,6 +372,8 @@ tr:
|
||||
title: Davetler
|
||||
pending_accounts:
|
||||
title: Bekleyen hesaplar (%{count})
|
||||
relationships:
|
||||
title: "%{acct} kişisinin ilişkileri"
|
||||
relays:
|
||||
add_new: Yeni aktarıcı ekle
|
||||
delete: Sil
|
||||
@ -692,7 +691,7 @@ tr:
|
||||
directories:
|
||||
directory: Profil dizini
|
||||
explanation: Kullanıcıları ilgi alanlarına göre keşfedin
|
||||
explore_mastodon: "%{title} keşfet"
|
||||
explore_mastodon: "%{title} sunucusunu keşfet"
|
||||
domain_validator:
|
||||
invalid_domain: geçerli bir alan adı değil
|
||||
errors:
|
||||
@ -721,7 +720,7 @@ tr:
|
||||
in_progress: Arşivinizi derliyoruz...
|
||||
request: Arşiv isteği
|
||||
size: Boyut
|
||||
blocks: Blokladıklarınız
|
||||
blocks: Engelledikleriniz
|
||||
csv: CSV
|
||||
domain_blocks: Alan adı blokları
|
||||
lists: Listeler
|
||||
@ -734,6 +733,7 @@ tr:
|
||||
hint_html: "<strong>Öne çıkan etiketler nelerdir?</strong> Genel profilinizde belirgin bir şekilde görüntülenirler ve kişilerin genel yayınlarınıza özellikle bu etiketler altında göz atmalarına izin verir. Yaratıcı çalışmaları veya uzun vadeli projeleri takip etmek için harika bir araçtır."
|
||||
filters:
|
||||
contexts:
|
||||
account: Profiller
|
||||
home: Ana zaman çizelgesi
|
||||
notifications: Bildirimler
|
||||
public: Genel zaman çizelgesi
|
||||
@ -934,6 +934,7 @@ tr:
|
||||
dormant: Atıl
|
||||
followers: Takipçiler
|
||||
following: Takip edilenler
|
||||
invited: Davet edildi
|
||||
last_active: Son aktivite
|
||||
most_recent: En son
|
||||
moved: Taşındı
|
||||
@ -1215,7 +1216,7 @@ tr:
|
||||
full_handle_hint: Arkadaşlarınıza, size başka bir sunucudan mesaj atabilmeleri veya sizi takip edebilmeleri için söyleyeceğiniz şey budur.
|
||||
review_preferences_action: Tercihleri değiştirin
|
||||
review_preferences_step: Hangi e-postaları almak veya gönderilerinizin varsayılan olarak hangi gizlilik seviyesinde olmasını istediğiniz gibi tercihlerinizi ayarladığınızdan emin olun. Hareket hastalığınız yoksa, GIF otomatik oynatmayı etkinleştirmeyi seçebilirsiniz.
|
||||
subject: Mastodon'a hoşgeldiniz
|
||||
subject: Mastodon'a hoş geldiniz
|
||||
tip_federated_timeline: Federe zaman tüneli, Mastodon ağının genel bir görüntüsüdür. Ancak yalnızca komşularınızın abone olduğu kişileri içerir, bu yüzden tamamı değildir.
|
||||
tip_following: Sunucu yönetici(ler)ini varsayılan olarak takip edersiniz. Daha ilginç insanlar bulmak için yerel ve federe zaman çizelgelerini kontrol edin.
|
||||
tip_local_timeline: Yerel zaman çizelgesi, %{instance} üzerindeki kişilerin genel bir görüntüsüdür. Bunlar senin en yakın komşularındır!
|
||||
|
@ -352,9 +352,6 @@ uk:
|
||||
create: Додати домен
|
||||
title: Нове блокування поштового домену
|
||||
title: Чорний список поштових доменів
|
||||
followers:
|
||||
back_to_account: Повернутися до Облікового запису
|
||||
title: Підписники %{acct}
|
||||
instances:
|
||||
by_domain: Домен
|
||||
delivery_available: Доставлення доступне
|
||||
|
@ -336,9 +336,6 @@ vi:
|
||||
create: Thêm tên miền
|
||||
title: Mục nhập danh sách đen e-mail mới
|
||||
title: Danh sách đen e-mail
|
||||
followers:
|
||||
back_to_account: Quay lại tài khoản
|
||||
title: Người theo dõi của %{acct}
|
||||
instances:
|
||||
by_domain: Miền
|
||||
delivery_available: Giao hàng tận nơi
|
||||
|
@ -338,9 +338,6 @@ zh-CN:
|
||||
create: 添加域名
|
||||
title: 添加电子邮件域名屏蔽
|
||||
title: 电子邮件域名屏蔽
|
||||
followers:
|
||||
back_to_account: 返回帐户
|
||||
title: "%{acct} 的关注者"
|
||||
instances:
|
||||
by_domain: 域名
|
||||
delivery_available: 无法投递
|
||||
|
@ -294,9 +294,6 @@ zh-HK:
|
||||
create: 新增網域
|
||||
title: 新增電郵網域阻隔
|
||||
title: 電郵網域阻隔
|
||||
followers:
|
||||
back_to_account: 返回帳戶
|
||||
title: "%{acct} 的關注者"
|
||||
instances:
|
||||
moderation:
|
||||
all: 全部
|
||||
|
@ -294,9 +294,6 @@ zh-TW:
|
||||
create: 新增站點
|
||||
title: 新增電子信箱黑名單項目
|
||||
title: 電子信箱黑名單
|
||||
followers:
|
||||
back_to_account: 返回帳戶
|
||||
title: "%{acct} 的關注者"
|
||||
instances:
|
||||
moderation:
|
||||
all: 全部
|
||||
|
@ -52,6 +52,7 @@ SimpleNavigation::Configuration.run do |navigation|
|
||||
n.item :admin, safe_join([fa_icon('cogs fw'), t('admin.title')]), admin_dashboard_url, if: proc { current_user.staff? } do |s|
|
||||
s.item :dashboard, safe_join([fa_icon('tachometer fw'), t('admin.dashboard.title')]), admin_dashboard_url
|
||||
s.item :settings, safe_join([fa_icon('cogs fw'), t('admin.settings.title')]), edit_admin_settings_url, if: -> { current_user.admin? }, highlights_on: %r{/admin/settings}
|
||||
s.item :announcements, safe_join([fa_icon('bullhorn fw'), t('admin.announcements.title')]), admin_announcements_path, highlights_on: %r{/admin/announcements}
|
||||
s.item :custom_emojis, safe_join([fa_icon('smile-o fw'), t('admin.custom_emojis.title')]), admin_custom_emojis_url, highlights_on: %r{/admin/custom_emojis}
|
||||
s.item :relays, safe_join([fa_icon('exchange fw'), t('admin.relays.title')]), admin_relays_url, if: -> { current_user.admin? && !whitelist_mode? }, highlights_on: %r{/admin/relays}
|
||||
s.item :sidekiq, safe_join([fa_icon('diamond fw'), 'Sidekiq']), sidekiq_url, link_html: { target: 'sidekiq' }, if: -> { current_user.admin? }
|
||||
|
@ -175,9 +175,12 @@ Rails.application.routes.draw do
|
||||
get :edit
|
||||
end
|
||||
end
|
||||
|
||||
resources :email_domain_blocks, only: [:index, :new, :create, :destroy]
|
||||
resources :action_logs, only: [:index]
|
||||
resources :warning_presets, except: [:new]
|
||||
resources :announcements, except: [:show]
|
||||
|
||||
resource :settings, only: [:edit, :update]
|
||||
|
||||
resources :invites, only: [:index, :create, :destroy] do
|
||||
@ -225,7 +228,7 @@ Rails.application.routes.draw do
|
||||
resource :reset, only: [:create]
|
||||
resource :action, only: [:new, :create], controller: 'account_actions'
|
||||
resources :statuses, only: [:index, :show, :create, :update, :destroy]
|
||||
resources :followers, only: [:index]
|
||||
resources :relationships, only: [:index]
|
||||
|
||||
resource :confirmation, only: [:create] do
|
||||
collection do
|
||||
@ -320,6 +323,16 @@ Rails.application.routes.draw do
|
||||
resources :scheduled_statuses, only: [:index, :show, :update, :destroy]
|
||||
resources :preferences, only: [:index]
|
||||
|
||||
resources :announcements, only: [:index] do
|
||||
scope module: :announcements do
|
||||
resources :reactions, only: [:update, :destroy]
|
||||
end
|
||||
|
||||
member do
|
||||
post :dismiss
|
||||
end
|
||||
end
|
||||
|
||||
resources :conversations, only: [:index, :destroy] do
|
||||
member do
|
||||
post :read
|
||||
|
Reference in New Issue
Block a user