mirror of https://github.com/Siphonay/mastodon
Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
commit
1a54b9b99e
|
@ -160,6 +160,8 @@ module SignatureVerification
|
|||
account ||= stoplight_wrap_request { ActivityPub::FetchRemoteKeyService.new.call(key_id, id: false) }
|
||||
account
|
||||
end
|
||||
rescue Mastodon::HostValidationError
|
||||
nil
|
||||
end
|
||||
|
||||
def stoplight_wrap_request(&block)
|
||||
|
|
|
@ -11,7 +11,7 @@ module AccountsHelper
|
|||
|
||||
def acct(account)
|
||||
if account.local?
|
||||
"@#{account.acct}@#{Rails.configuration.x.local_domain}"
|
||||
"@#{account.acct}@#{site_hostname}"
|
||||
else
|
||||
"@#{account.pretty_acct}"
|
||||
end
|
||||
|
|
|
@ -517,7 +517,7 @@ class Video extends React.PureComponent {
|
|||
</div>
|
||||
|
||||
<div className='video-player__buttons right'>
|
||||
{(!onCloseVideo && !editable) && <button type='button' aria-label={intl.formatMessage(messages.hide)} onClick={this.toggleReveal}><Icon id='eye-slash' fixedWidth /></button>}
|
||||
{(!onCloseVideo && !editable && !fullscreen) && <button type='button' aria-label={intl.formatMessage(messages.hide)} onClick={this.toggleReveal}><Icon id='eye-slash' fixedWidth /></button>}
|
||||
{(!fullscreen && onOpenVideo) && <button type='button' aria-label={intl.formatMessage(messages.expand)} onClick={this.handleOpenVideo}><Icon id='expand' fixedWidth /></button>}
|
||||
{onCloseVideo && <button type='button' aria-label={intl.formatMessage(messages.close)} onClick={this.handleCloseVideo}><Icon id='compress' fixedWidth /></button>}
|
||||
<button type='button' aria-label={intl.formatMessage(messages.download)}><a className='video-player__download__icon' href={this.props.src} download><Icon id={'download'} fixedWidth /></a></button>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"account.add_or_remove_from_list": "أضفه أو أزله من القائمة",
|
||||
"account.badges.bot": "روبوت",
|
||||
"account.badges.group": "Group",
|
||||
"account.badges.group": "فريق",
|
||||
"account.block": "حظر @{name}",
|
||||
"account.block_domain": "إخفاء كل شيئ قادم من اسم النطاق {domain}",
|
||||
"account.block_domain": "إخفاء كل شيء قادم من اسم النطاق {domain}",
|
||||
"account.blocked": "محظور",
|
||||
"account.cancel_follow_request": "إلغاء طلب المتابَعة",
|
||||
"account.direct": "رسالة خاصة إلى @{name}",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "المعدل محدود",
|
||||
"alert.unexpected.message": "لقد طرأ هناك خطأ غير متوقّع.",
|
||||
"alert.unexpected.title": "المعذرة!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "إعلان",
|
||||
"autosuggest_hashtag.per_week": "{count} في الأسبوع",
|
||||
"boost_modal.combo": "يمكنك/ي ضغط {combo} لتخطّي هذه في المرّة القادمة",
|
||||
"bundle_column_error.body": "لقد وقع هناك خطأ أثناء عملية تحميل هذا العنصر.",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "الأساسية",
|
||||
"home.column_settings.show_reblogs": "اعرض الترقيات",
|
||||
"home.column_settings.show_replies": "اعرض الردود",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# يوم} other {# أيام}}",
|
||||
"intervals.full.hours": "{number, plural, one {# ساعة} other {# ساعات}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# دقيقة} other {# دقائق}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "الآن",
|
||||
"relative_time.minutes": "{number}د",
|
||||
"relative_time.seconds": "{number}ثا",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "إلغاء",
|
||||
"report.forward": "التحويل إلى {target}",
|
||||
"report.forward_hint": "هذا الحساب ينتمي إلى خادوم آخَر. هل تودّ إرسال نسخة مجهولة مِن التقرير إلى هنالك أيضًا؟",
|
||||
|
@ -420,7 +423,7 @@
|
|||
"upload_form.video_description": "وصف للمعاقين بصريا أو لِذي قِصر السمع",
|
||||
"upload_modal.analyzing_picture": "جارٍ فحص الصورة…",
|
||||
"upload_modal.apply": "طبّق",
|
||||
"upload_modal.description_placeholder": "A quick brown fox jumps over the lazy dog",
|
||||
"upload_modal.description_placeholder": "نصٌّ حكيمٌ لهُ سِرٌّ قاطِعٌ وَذُو شَأنٍ عَظيمٍ مكتوبٌ على ثوبٍ أخضرَ ومُغلفٌ بجلدٍ أزرق",
|
||||
"upload_modal.detect_text": "اكتشف النص مِن الصورة",
|
||||
"upload_modal.edit_media": "تعديل الوسائط",
|
||||
"upload_modal.hint": "اضغط أو اسحب الدائرة على خانة المعاينة لاختيار نقطة التركيز التي ستُعرَض دائمًا على كل المصغرات.",
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"account.add_or_remove_from_list": "Add or Remove from lists",
|
||||
"account.badges.bot": "Robó",
|
||||
"account.badges.group": "Group",
|
||||
"account.badges.group": "Grupu",
|
||||
"account.block": "Bloquiar a @{name}",
|
||||
"account.block_domain": "Anubrir tolo de {domain}",
|
||||
"account.blocked": "Blocked",
|
||||
"account.cancel_follow_request": "Cancel follow request",
|
||||
"account.cancel_follow_request": "Encaboxar la solicitú de siguimientu",
|
||||
"account.direct": "Unviar un mensaxe direutu a @{name}",
|
||||
"account.domain_blocked": "Dominiu anubríu",
|
||||
"account.edit_profile": "Editar el perfil",
|
||||
"account.endorse": "Destacar nel perfil",
|
||||
"account.follow": "Follow",
|
||||
"account.follow": "Siguir",
|
||||
"account.followers": "Siguidores",
|
||||
"account.followers.empty": "Naide sigue a esti usuariu entá.",
|
||||
"account.follows": "Sigue a",
|
||||
"account.follows": "Follows",
|
||||
"account.follows.empty": "Esti usuariu entá nun sigue a naide.",
|
||||
"account.follows_you": "Síguete",
|
||||
"account.hide_reblogs": "Hide boosts from @{name}",
|
||||
"account.hide_reblogs": "Anubrir les comparticiones de @{name}",
|
||||
"account.last_status": "Last active",
|
||||
"account.link_verified_on": "Ownership of this link was checked on {date}",
|
||||
"account.locked_info": "This account privacy status is set to locked. The owner manually reviews who can follow them.",
|
||||
|
@ -29,13 +29,13 @@
|
|||
"account.never_active": "Enxamás",
|
||||
"account.posts": "Barritos",
|
||||
"account.posts_with_replies": "Barritos y rempuestes",
|
||||
"account.report": "Report @{name}",
|
||||
"account.report": "Informar de @{name}",
|
||||
"account.requested": "Esperando pola aprobación. Calca pa encaboxar la solicitú de siguimientu",
|
||||
"account.share": "Share @{name}'s profile",
|
||||
"account.show_reblogs": "Show boosts from @{name}",
|
||||
"account.unblock": "Desbloquiar a @{name}",
|
||||
"account.unblock_domain": "Amosar {domain}",
|
||||
"account.unendorse": "Don't feature on profile",
|
||||
"account.unendorse": "Nun destacar nel perfil",
|
||||
"account.unfollow": "Unfollow",
|
||||
"account.unmute": "Unmute @{name}",
|
||||
"account.unmute_notifications": "Unmute notifications from @{name}",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "Rate limited",
|
||||
"alert.unexpected.message": "Asocedió un fallu inesperáu.",
|
||||
"alert.unexpected.title": "¡Meca!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "Anunciu",
|
||||
"autosuggest_hashtag.per_week": "{count} per selmana",
|
||||
"boost_modal.combo": "Pues primir {combo} pa saltar esto la próxima vegada",
|
||||
"bundle_column_error.body": "Asocedió daqué malo mentanto se cargaba esti componente.",
|
||||
|
@ -71,7 +71,7 @@
|
|||
"column_header.moveLeft_settings": "Mover la columna a la esquierda",
|
||||
"column_header.moveRight_settings": "Mover la columna a la drecha",
|
||||
"column_header.pin": "Fixar",
|
||||
"column_header.show_settings": "Show settings",
|
||||
"column_header.show_settings": "Amosar axustes",
|
||||
"column_header.unpin": "Desfixar",
|
||||
"column_subheading.settings": "Axustes",
|
||||
"community.column_settings.media_only": "Namái multimedia",
|
||||
|
@ -87,7 +87,7 @@
|
|||
"compose_form.poll.remove_option": "Remove this choice",
|
||||
"compose_form.poll.switch_to_multiple": "Change poll to allow multiple choices",
|
||||
"compose_form.poll.switch_to_single": "Change poll to allow for a single choice",
|
||||
"compose_form.publish": "Toot",
|
||||
"compose_form.publish": "Barritar",
|
||||
"compose_form.publish_loud": "{publish}!",
|
||||
"compose_form.sensitive.hide": "Mark media as sensitive",
|
||||
"compose_form.sensitive.marked": "Media is marked as sensitive",
|
||||
|
@ -143,11 +143,11 @@
|
|||
"empty_column.account_timeline": "¡Equí nun hai barritos!",
|
||||
"empty_column.account_unavailable": "Profile unavailable",
|
||||
"empty_column.blocks": "Entá nun bloquiesti a dengún usuariu.",
|
||||
"empty_column.bookmarked_statuses": "You don't have any bookmarked toots yet. When you bookmark one, it will show up here.",
|
||||
"empty_column.bookmarked_statuses": "Entá nun tienes nengún barritu en Marcadores. Cuando amiestes unu, va amosase equí.",
|
||||
"empty_column.community": "The local timeline is empty. Write something publicly to get the ball rolling!",
|
||||
"empty_column.direct": "Entá nun tienes dengún mensaxe direutu. Cuando unvies o recibas dalgún, va apaecer equí.",
|
||||
"empty_column.domain_blocks": "Entá nun hai dominios anubríos.",
|
||||
"empty_column.favourited_statuses": "You don't have any favourite toots yet. When you favourite one, it will show up here.",
|
||||
"empty_column.favourited_statuses": "Entá nun tienes nengún barritu en Favoritos. Cuando amiestes unu, va amosase equí.",
|
||||
"empty_column.favourites": "No one has favourited this toot yet. When someone does, they will show up here.",
|
||||
"empty_column.follow_requests": "Entá nun tienes denguna solicitú de siguimientu. Cuando recibas una, va amosase equí.",
|
||||
"empty_column.hashtag": "Entá nun hai nada nesta etiqueta.",
|
||||
|
@ -175,15 +175,17 @@
|
|||
"hashtag.column_header.tag_mode.all": "y {additional}",
|
||||
"hashtag.column_header.tag_mode.any": "o {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "ensin {additional}",
|
||||
"hashtag.column_settings.select.no_options_message": "No suggestions found",
|
||||
"hashtag.column_settings.select.no_options_message": "Nun s'alcontraron suxerencies",
|
||||
"hashtag.column_settings.select.placeholder": "Enter hashtags…",
|
||||
"hashtag.column_settings.tag_mode.all": "All of these",
|
||||
"hashtag.column_settings.tag_mode.any": "Any of these",
|
||||
"hashtag.column_settings.tag_mode.none": "None of these",
|
||||
"hashtag.column_settings.tag_mode.all": "Toes estes",
|
||||
"hashtag.column_settings.tag_mode.any": "Cualesquiera d'estes",
|
||||
"hashtag.column_settings.tag_mode.none": "Nenguna d'estes",
|
||||
"hashtag.column_settings.tag_toggle": "Incluyir les etiquetes adicionales d'esta columna",
|
||||
"home.column_settings.basic": "Basic",
|
||||
"home.column_settings.show_reblogs": "Amosar toots compartíos",
|
||||
"home.column_settings.show_replies": "Amosar rempuestes",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# día} other {# díes}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hora} other {# hores}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minutu} other {# minutos}}",
|
||||
|
@ -212,7 +214,7 @@
|
|||
"keyboard_shortcuts.description": "Descripción",
|
||||
"keyboard_shortcuts.direct": "p'abrir la columna de los mensaxes direutos",
|
||||
"keyboard_shortcuts.down": "pa baxar na llista",
|
||||
"keyboard_shortcuts.enter": "to open status",
|
||||
"keyboard_shortcuts.enter": "p'abrir estaos",
|
||||
"keyboard_shortcuts.favourite": "p'amestar a Favoritos",
|
||||
"keyboard_shortcuts.favourites": "p'abrir la llista de favoritos",
|
||||
"keyboard_shortcuts.federated": "p'abrir la llinia temporal federada",
|
||||
|
@ -252,13 +254,13 @@
|
|||
"lists.subheading": "Les tos llistes",
|
||||
"load_pending": "{count, plural, one {# elementu nuevu} other {# elementos nuevos}}",
|
||||
"loading_indicator.label": "Cargando…",
|
||||
"media_gallery.toggle_visible": "Toggle visibility",
|
||||
"media_gallery.toggle_visible": "Alternar la visibilidá",
|
||||
"missing_indicator.label": "Nun s'alcontró",
|
||||
"missing_indicator.sublabel": "Esti recursu nun pudo alcontrase",
|
||||
"mute_modal.hide_notifications": "Hide notifications from this user?",
|
||||
"mute_modal.hide_notifications": "¿Anubrir los avisos d'esti usuariu?",
|
||||
"navigation_bar.apps": "Aplicaciones pa móviles",
|
||||
"navigation_bar.blocks": "Usuarios bloquiaos",
|
||||
"navigation_bar.bookmarks": "Bookmarks",
|
||||
"navigation_bar.bookmarks": "Marcadores",
|
||||
"navigation_bar.community_timeline": "Llinia temporal llocal",
|
||||
"navigation_bar.compose": "Compose new toot",
|
||||
"navigation_bar.direct": "Mensaxes direutos",
|
||||
|
@ -281,37 +283,37 @@
|
|||
"navigation_bar.security": "Seguranza",
|
||||
"notification.favourite": "{name} favourited your status",
|
||||
"notification.follow": "{name} siguióte",
|
||||
"notification.follow_request": "{name} has requested to follow you",
|
||||
"notification.follow_request": "{name} solicitó siguite",
|
||||
"notification.mention": "{name} mentóte",
|
||||
"notification.own_poll": "Your poll has ended",
|
||||
"notification.poll": "A poll you have voted in has ended",
|
||||
"notification.poll": "Finó una encuesta na que votesti",
|
||||
"notification.reblog": "{name} compartió'l to estáu",
|
||||
"notifications.clear": "Llimpiar avisos",
|
||||
"notifications.clear_confirmation": "¿De xuru que quies llimpiar dafechu tolos avisos?",
|
||||
"notifications.column_settings.alert": "Avisos d'escritoriu",
|
||||
"notifications.column_settings.favourite": "Favoritos:",
|
||||
"notifications.column_settings.filter_bar.advanced": "Display all categories",
|
||||
"notifications.column_settings.filter_bar.category": "Quick filter bar",
|
||||
"notifications.column_settings.filter_bar.advanced": "Amosar toles estayes",
|
||||
"notifications.column_settings.filter_bar.category": "Barra de peñera rápida",
|
||||
"notifications.column_settings.filter_bar.show": "Amosar",
|
||||
"notifications.column_settings.follow": "Siguidores nuevos:",
|
||||
"notifications.column_settings.follow_request": "Solicitúes de siguimientu nueves:",
|
||||
"notifications.column_settings.mention": "Menciones:",
|
||||
"notifications.column_settings.poll": "Poll results:",
|
||||
"notifications.column_settings.poll": "Resultaos d'encuestes:",
|
||||
"notifications.column_settings.push": "Push notifications",
|
||||
"notifications.column_settings.reblog": "Barritos compartíos:",
|
||||
"notifications.column_settings.show": "Amosar en columna",
|
||||
"notifications.column_settings.sound": "Reproducir un soníu",
|
||||
"notifications.filter.all": "All",
|
||||
"notifications.filter.all": "Too",
|
||||
"notifications.filter.boosts": "Boosts",
|
||||
"notifications.filter.favourites": "Favourites",
|
||||
"notifications.filter.follows": "Follows",
|
||||
"notifications.filter.mentions": "Menciones",
|
||||
"notifications.filter.polls": "Poll results",
|
||||
"notifications.group": "{count} avisos",
|
||||
"poll.closed": "Closed",
|
||||
"poll.closed": "Acabó",
|
||||
"poll.refresh": "Refresh",
|
||||
"poll.total_people": "{count, plural, one {# person} other {# people}}",
|
||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||
"poll.total_people": "{count, plural, one {# persona} other {# persones}}",
|
||||
"poll.total_votes": "{count, plural, one {# votu} other {# votos}}",
|
||||
"poll.vote": "Vote",
|
||||
"poll.voted": "You voted for this answer",
|
||||
"poll_button.add_poll": "Add a poll",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "agora",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "güei",
|
||||
"reply_indicator.cancel": "Encaboxar",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
@ -340,7 +343,7 @@
|
|||
"report.placeholder": "Comentarios adicionales",
|
||||
"report.submit": "Submit",
|
||||
"report.target": "Report {target}",
|
||||
"search.placeholder": "Search",
|
||||
"search.placeholder": "Guetar",
|
||||
"search_popout.search_format": "Formatu de gueta avanzada",
|
||||
"search_popout.tips.full_text": "Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",
|
||||
"search_popout.tips.hashtag": "etiqueta",
|
||||
|
@ -355,10 +358,10 @@
|
|||
"status.admin_account": "Open moderation interface for @{name}",
|
||||
"status.admin_status": "Open this status in the moderation interface",
|
||||
"status.block": "Bloquiar a @{name}",
|
||||
"status.bookmark": "Bookmark",
|
||||
"status.bookmark": "Amestar a Marcadores",
|
||||
"status.cancel_reblog_private": "Dexar de compartir",
|
||||
"status.cannot_reblog": "Esti artículu nun pue compartise",
|
||||
"status.copy": "Copy link to status",
|
||||
"status.copy": "Copiar l'enllaz al estáu",
|
||||
"status.delete": "Delete",
|
||||
"status.detailed_status": "Detailed conversation view",
|
||||
"status.direct": "Unviar un mensaxe direutu a @{name}",
|
||||
|
@ -380,50 +383,50 @@
|
|||
"status.reblogged_by": "{name} compartió",
|
||||
"status.reblogs.empty": "Naide nun compartió esti barritu entá. Cuando daquién lo faiga, va amosase equí.",
|
||||
"status.redraft": "Desaniciar y reeditar",
|
||||
"status.remove_bookmark": "Remove bookmark",
|
||||
"status.remove_bookmark": "Desaniciar de Marcadores",
|
||||
"status.reply": "Responder",
|
||||
"status.replyAll": "Reply to thread",
|
||||
"status.report": "Report @{name}",
|
||||
"status.sensitive_warning": "Conteníu sensible",
|
||||
"status.share": "Share",
|
||||
"status.show_less": "Amosar menos",
|
||||
"status.show_less_all": "Show less for all",
|
||||
"status.show_less_all": "Amosar menos en too",
|
||||
"status.show_more": "Amosar más",
|
||||
"status.show_more_all": "Show more for all",
|
||||
"status.show_more_all": "Amosar más en too",
|
||||
"status.show_thread": "Amosar el filu",
|
||||
"status.uncached_media_warning": "Not available",
|
||||
"status.uncached_media_warning": "Non disponible",
|
||||
"status.unmute_conversation": "Unmute conversation",
|
||||
"status.unpin": "Desfixar del perfil",
|
||||
"suggestions.dismiss": "Dismiss suggestion",
|
||||
"suggestions.header": "You might be interested in…",
|
||||
"tabs_bar.federated_timeline": "Federated",
|
||||
"suggestions.header": "Quiciabes t'interese…",
|
||||
"tabs_bar.federated_timeline": "Fediversu",
|
||||
"tabs_bar.home": "Aniciu",
|
||||
"tabs_bar.local_timeline": "Llocal",
|
||||
"tabs_bar.notifications": "Avisos",
|
||||
"tabs_bar.search": "Search",
|
||||
"time_remaining.days": "{number, plural, one {# día} other {# díes}} que queden",
|
||||
"time_remaining.hours": "{number, plural, one {# hour} other {# hours}} left",
|
||||
"time_remaining.minutes": "{number, plural, one {# minute} other {# minutes}} left",
|
||||
"time_remaining.days": "{number, plural, one {Queda # día} other {Queden # díes}}",
|
||||
"time_remaining.hours": "{number, plural, one {# hora restante} other {# hores restantes}}",
|
||||
"time_remaining.minutes": "{number, plural, one {# minutu restante} other {# minutos restantes}}",
|
||||
"time_remaining.moments": "Moments remaining",
|
||||
"time_remaining.seconds": "{number, plural, one {# second} other {# seconds}} left",
|
||||
"time_remaining.seconds": "{number, plural, one {# segundu restante} other {# segundos restantes}}",
|
||||
"trends.count_by_accounts": "{count} {rawCount, plural, one {persona} other {persones}} falando",
|
||||
"trends.trending_now": "Trending now",
|
||||
"ui.beforeunload": "El borrador va perdese si coles de Mastodon.",
|
||||
"upload_area.title": "Drag & drop to upload",
|
||||
"upload_area.title": "Arrastra y suelta pa xubir",
|
||||
"upload_button.label": "Add media ({formats})",
|
||||
"upload_error.limit": "File upload limit exceeded.",
|
||||
"upload_error.poll": "File upload not allowed with polls.",
|
||||
"upload_form.audio_description": "Describe for people with hearing loss",
|
||||
"upload_error.poll": "La xuba de ficheros nun ta permitida con encuestes.",
|
||||
"upload_form.audio_description": "Descripción pa persones con perda auditiva",
|
||||
"upload_form.description": "Descripción pa discapacitaos visuales",
|
||||
"upload_form.edit": "Editar",
|
||||
"upload_form.undo": "Desaniciar",
|
||||
"upload_form.video_description": "Describe for people with hearing loss or visual impairment",
|
||||
"upload_form.video_description": "Descripción pa persones con perda auditiva o discapacidá visual",
|
||||
"upload_modal.analyzing_picture": "Analizando la semeya…",
|
||||
"upload_modal.apply": "Aplicar",
|
||||
"upload_modal.description_placeholder": "A quick brown fox jumps over the lazy dog",
|
||||
"upload_modal.detect_text": "Detect text from picture",
|
||||
"upload_modal.detect_text": "Deteutar el testu de la semeya",
|
||||
"upload_modal.edit_media": "Edición",
|
||||
"upload_modal.hint": "Click or drag the circle on the preview to choose the focal point which will always be in view on all thumbnails.",
|
||||
"upload_modal.hint": "Calca o arrastra'l círculu de la previsualización pa escoyer el puntu d'enfoque que va amosase siempres en toles miniatures.",
|
||||
"upload_modal.preview_label": "Previsualización ({ratio})",
|
||||
"upload_progress.label": "Xubiendo…",
|
||||
"video.close": "Zarrar el videu",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Basic",
|
||||
"home.column_settings.show_reblogs": "Show boosts",
|
||||
"home.column_settings.show_replies": "Show replies",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "now",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Отказ",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "সাধারণ",
|
||||
"home.column_settings.show_reblogs": "সমর্থনগুলো দেখান",
|
||||
"home.column_settings.show_replies": "মতামত দেখান",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# ঘটা} other {# ঘটা}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# মিনিট} other {# মিনিট}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "এখন",
|
||||
"relative_time.minutes": "{number}মিঃ",
|
||||
"relative_time.seconds": "{number} সেকেন্ড",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "বাতিল করতে",
|
||||
"report.forward": "এটা আরো পাঠান {target} তে",
|
||||
"report.forward_hint": "এই নিবন্ধনটি অন্য একটি সার্ভারে। অপ্রকাশিতনামাভাবে রিপোর্টের কপি সেখানেও কি পাঠাতে চান ?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Basic",
|
||||
"home.column_settings.show_reblogs": "Show boosts",
|
||||
"home.column_settings.show_replies": "Show replies",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "now",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Cancel",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Bàsic",
|
||||
"home.column_settings.show_reblogs": "Mostra els impulsos",
|
||||
"home.column_settings.show_replies": "Mostra les respostes",
|
||||
"home.hide_announcements": "Amaga els anuncis",
|
||||
"home.show_announcements": "Mostra els anuncis",
|
||||
"intervals.full.days": "{number, plural, one {# dia} other {# dies}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hora} other {# hores}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minut} other {# minuts}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "ara",
|
||||
"relative_time.minutes": "fa {number} minuts",
|
||||
"relative_time.seconds": "fa {number} segons",
|
||||
"relative_time.today": "avui",
|
||||
"reply_indicator.cancel": "Cancel·lar",
|
||||
"report.forward": "Reenvia a {target}",
|
||||
"report.forward_hint": "Aquest compte és d'un altre servidor. Enviar-hi també una copia anònima del informe?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Bàsichi",
|
||||
"home.column_settings.show_reblogs": "Vede e spartere",
|
||||
"home.column_settings.show_replies": "Vede e risposte",
|
||||
"home.hide_announcements": "Piattà annunzii",
|
||||
"home.show_announcements": "Vede annunzii",
|
||||
"intervals.full.days": "{number, plural, one {# ghjornu} other {# ghjorni}}",
|
||||
"intervals.full.hours": "{number, plural, one {# ora} other {# ore}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuta} other {# minute}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "avà",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "oghji",
|
||||
"reply_indicator.cancel": "Annullà",
|
||||
"report.forward": "Trasferisce à {target}",
|
||||
"report.forward_hint": "U contu hè nant'à un'altru servore. Vulete ancu mandà una copia anonima di u signalamentu quallà?",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "Rychlost omezena",
|
||||
"alert.unexpected.message": "Objevila se neočekávaná chyba.",
|
||||
"alert.unexpected.title": "Jejda!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "Oznámení",
|
||||
"autosuggest_hashtag.per_week": "{count} za týden",
|
||||
"boost_modal.combo": "Příště můžete pro přeskočení stisknout {combo}",
|
||||
"bundle_column_error.body": "Při načítání této komponenty se něco pokazilo.",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Základní",
|
||||
"home.column_settings.show_reblogs": "Zobrazit boosty",
|
||||
"home.column_settings.show_replies": "Zobrazit odpovědi",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# den} few {# dny} many {# dní} other {# dní}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hodina} few {# hodiny} many {# hodin} other {# hodin}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuta} few {# minuty} many {# minut} other {# minut}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "teď",
|
||||
"relative_time.minutes": "{number} m",
|
||||
"relative_time.seconds": "{number} s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Zrušit",
|
||||
"report.forward": "Přeposlat na {target}",
|
||||
"report.forward_hint": "Tento účet je z jiného serveru. Chcete na něj také poslat anonymizovanou kopii?",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "Cyfradd gyfyngedig",
|
||||
"alert.unexpected.message": "Digwyddodd gwall annisgwyl.",
|
||||
"alert.unexpected.title": "Wps!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "Cyhoeddiad",
|
||||
"autosuggest_hashtag.per_week": "{count} yr wythnos",
|
||||
"boost_modal.combo": "Mae modd gwasgu {combo} er mwyn sgipio hyn tro nesa",
|
||||
"bundle_column_error.body": "Aeth rhywbeth o'i le tra'n llwytho'r elfen hon.",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Syml",
|
||||
"home.column_settings.show_reblogs": "Dangos bŵstiau",
|
||||
"home.column_settings.show_replies": "Dangos ymatebion",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# ddydd} other {# o ddyddiau}}",
|
||||
"intervals.full.hours": "{number, plural, one {# awr} other {# o oriau}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# funud} other {# o funudau}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "nawr",
|
||||
"relative_time.minutes": "{number}munud",
|
||||
"relative_time.seconds": "{number}eiliad",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Canslo",
|
||||
"report.forward": "Ymlaen i {target}",
|
||||
"report.forward_hint": "Mae'r cyfrif o weinydd arall. Anfon copi anhysbys o'r adroddiad yno hefyd?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Grundlæggende",
|
||||
"home.column_settings.show_reblogs": "Vis fremhævelser",
|
||||
"home.column_settings.show_replies": "Vis svar",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# dag} other {# dage}}",
|
||||
"intervals.full.hours": "{number, plural, one {# time} other {# timer}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minut} other {# minutter}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "nu",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Annuller",
|
||||
"report.forward": "Videresend til {target}",
|
||||
"report.forward_hint": "Kontoen er fra en anden server. Vil du også sende en anonym kopi af anmeldelsen dertil?",
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
"empty_column.account_timeline": "Keine Beiträge!",
|
||||
"empty_column.account_unavailable": "Konto nicht verfügbar",
|
||||
"empty_column.blocks": "Du hast keine Profile blockiert.",
|
||||
"empty_column.bookmarked_statuses": "Du hast bis jetzt keine Beiträge als Lesezeichen gespeichert. Wenn du einen Beitrag als Lesezeichen speicherst wird er hier erscheinen.",
|
||||
"empty_column.bookmarked_statuses": "Du hast bis jetzt keine Beiträge als Toots gespeichert. Wenn du einen Beitrag als Toot speicherst, wird er hier erscheinen.",
|
||||
"empty_column.community": "Die lokale Zeitleiste ist leer. Schreibe einen öffentlichen Beitrag, um den Ball ins Rollen zu bringen!",
|
||||
"empty_column.direct": "Du hast noch keine Direktnachrichten erhalten. Wenn du eine sendest oder empfängst, wird sie hier zu sehen sein.",
|
||||
"empty_column.domain_blocks": "Es ist noch keine versteckten Domains.",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Einfach",
|
||||
"home.column_settings.show_reblogs": "Geteilte Beiträge anzeigen",
|
||||
"home.column_settings.show_replies": "Antworten anzeigen",
|
||||
"home.hide_announcements": "Verstecke Ankündigungen",
|
||||
"home.show_announcements": "Zeige Ankündigungen",
|
||||
"intervals.full.days": "{number, plural, one {# Tag} other {# Tage}}",
|
||||
"intervals.full.hours": "{number, plural, one {# Stunde} other {# Stunden}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# Minute} other {# Minuten}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "jetzt",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "heute",
|
||||
"reply_indicator.cancel": "Abbrechen",
|
||||
"report.forward": "An {target} weiterleiten",
|
||||
"report.forward_hint": "Dieses Konto ist von einem anderen Server. Soll eine anonymisierte Kopie des Berichts auch dorthin geschickt werden?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Βασικές ρυθμίσεις",
|
||||
"home.column_settings.show_reblogs": "Εμφάνιση προωθήσεων",
|
||||
"home.column_settings.show_replies": "Εμφάνιση απαντήσεων",
|
||||
"home.hide_announcements": "Απόκρυψη ανακοινώσεων",
|
||||
"home.show_announcements": "Εμφάνιση ανακοινώσεων",
|
||||
"intervals.full.days": "{number, plural, one {# μέρα} other {# μέρες}}",
|
||||
"intervals.full.hours": "{number, plural, one {# ώρα} other {# ώρες}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# λεπτό} other {# λεπτά}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "τώρα",
|
||||
"relative_time.minutes": "{number}λ",
|
||||
"relative_time.seconds": "{number}δ",
|
||||
"relative_time.today": "σήμερα",
|
||||
"reply_indicator.cancel": "Άκυρο",
|
||||
"report.forward": "Προώθηση προς {target}",
|
||||
"report.forward_hint": "Ο λογαριασμός είναι από διαφορετικό διακομιστή. Να σταλεί ανώνυμο αντίγραφο της καταγγελίας κι εκεί;",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "Mesaĝkvante limigita",
|
||||
"alert.unexpected.message": "Neatendita eraro okazis.",
|
||||
"alert.unexpected.title": "Ups!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "Anonco",
|
||||
"autosuggest_hashtag.per_week": "{count} semajne",
|
||||
"boost_modal.combo": "Vi povas premi {combo} por preterpasi sekvafoje",
|
||||
"bundle_column_error.body": "Io misfunkciis en la ŝargado de ĉi tiu elemento.",
|
||||
|
@ -108,7 +108,7 @@
|
|||
"confirmations.logout.confirm": "Elsaluti",
|
||||
"confirmations.logout.message": "Ĉu vi certas ke vi volas elsaluti?",
|
||||
"confirmations.mute.confirm": "Silentigi",
|
||||
"confirmations.mute.explanation": "This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
|
||||
"confirmations.mute.explanation": "Ĉi-tio kaŝos mesaĝojn el ili kaj mesaĝojn kiuj mencias ilin, sed ili ankoraŭ rajtos vidi viajn mesaĝojn kaj sekvi vin.",
|
||||
"confirmations.mute.message": "Ĉu vi certas, ke vi volas silentigi {name}?",
|
||||
"confirmations.redraft.confirm": "Forigi kaj reskribi",
|
||||
"confirmations.redraft.message": "Ĉu vi certas ke vi volas forigi tiun mesaĝon kaj reskribi ĝin? Ĉiuj diskonigoj kaj stelumoj estos perditaj, kaj respondoj al la originala mesaĝo estos senparentaj.",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Bazaj agordoj",
|
||||
"home.column_settings.show_reblogs": "Montri diskonigojn",
|
||||
"home.column_settings.show_replies": "Montri respondojn",
|
||||
"home.hide_announcements": "Kaŝi anoncojn",
|
||||
"home.show_announcements": "Montri anoncojn",
|
||||
"intervals.full.days": "{number, plural, one {# tago} other {# tagoj}}",
|
||||
"intervals.full.hours": "{number, plural, one {# horo} other {# horoj}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minutoj}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "nun",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "hodiaŭ",
|
||||
"reply_indicator.cancel": "Nuligi",
|
||||
"report.forward": "Plusendi al {target}",
|
||||
"report.forward_hint": "La konto estas en alia servilo. Ĉu sendi sennomigitan kopion de la signalo ankaŭ tien?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Básico",
|
||||
"home.column_settings.show_reblogs": "Mostrar retoots",
|
||||
"home.column_settings.show_replies": "Mostrar respuestas",
|
||||
"home.hide_announcements": "Ocultar anuncios",
|
||||
"home.show_announcements": "Mostrar anuncios",
|
||||
"intervals.full.days": "{number, plural, one {# día} other {# días}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hora} other {# horas}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minutos}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "recién",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "hoy",
|
||||
"reply_indicator.cancel": "Cancelar",
|
||||
"report.forward": "Reenviar a {target}",
|
||||
"report.forward_hint": "La cuenta es de otro servidor. ¿Querés enviar una copia anonimizada del informe también ahí?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Básico",
|
||||
"home.column_settings.show_reblogs": "Mostrar retoots",
|
||||
"home.column_settings.show_replies": "Mostrar respuestas",
|
||||
"home.hide_announcements": "Ocultar anuncios",
|
||||
"home.show_announcements": "Mostrar anuncios",
|
||||
"intervals.full.days": "{number, plural, one {# día} other {# días}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hora} other {# horas}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minutos}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "ahora",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "hoy",
|
||||
"reply_indicator.cancel": "Cancelar",
|
||||
"report.forward": "Reenviar a {target}",
|
||||
"report.forward_hint": "Esta cuenta es de otro servidor. ¿Enviar una copia anonimizada del informe allí también?",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "Piiratud",
|
||||
"alert.unexpected.message": "Tekkis ootamatu viga.",
|
||||
"alert.unexpected.title": "Oih!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "Teadaanne",
|
||||
"autosuggest_hashtag.per_week": "{count} nädalas",
|
||||
"boost_modal.combo": "Võite vajutada {combo}, et see järgmine kord vahele jätta",
|
||||
"bundle_column_error.body": "Midagi läks valesti selle komponendi laadimisel.",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Peamine",
|
||||
"home.column_settings.show_reblogs": "Näita upitusi",
|
||||
"home.column_settings.show_replies": "Näita vastuseid",
|
||||
"home.hide_announcements": "Peida teadaanded",
|
||||
"home.show_announcements": "Kuva teadaandeid",
|
||||
"intervals.full.days": "{number, plural, one {# päev} other {# päevad}}",
|
||||
"intervals.full.hours": "{number, plural, one {# tund} other {# tundi}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minut} other {# minutit}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "nüüd",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "täna",
|
||||
"reply_indicator.cancel": "Tühista",
|
||||
"report.forward": "Edasta kasutajale {target}",
|
||||
"report.forward_hint": "See kasutaja on teisest serverist. Kas saadan anonümiseeritud koopia sellest teatest sinna ka?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Oinarrizkoa",
|
||||
"home.column_settings.show_reblogs": "Erakutsi bultzadak",
|
||||
"home.column_settings.show_replies": "Erakutsi erantzunak",
|
||||
"home.hide_announcements": "Ezkutatu iragarpenak",
|
||||
"home.show_announcements": "Erakutsi iragarpenak",
|
||||
"intervals.full.days": "{number, plural, one {egun #} other {# egun}}",
|
||||
"intervals.full.hours": "{number, plural, one {ordu #} other {# ordu}}",
|
||||
"intervals.full.minutes": "{number, plural, one {minutu #} other {# minutu}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "orain",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "gaur",
|
||||
"reply_indicator.cancel": "Utzi",
|
||||
"report.forward": "Birbidali hona: {target}",
|
||||
"report.forward_hint": "Kontu hau beste zerbitzari batekoa da. Bidali txostenaren kopia anonimo hara ere?",
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
"account.media": "رسانه",
|
||||
"account.mention": "نامبردن از @{name}",
|
||||
"account.moved_to": "{name} منتقل شده به:",
|
||||
"account.mute": "خموشی @{name}",
|
||||
"account.mute_notifications": "خموشی اعلانها از @{name}",
|
||||
"account.mute": "خموشاندن @{name}",
|
||||
"account.mute_notifications": "خموشاندن اعلانها از @{name}",
|
||||
"account.muted": "خموش",
|
||||
"account.never_active": "هرگز",
|
||||
"account.posts": "نوشتهها",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "محدودیت تعداد",
|
||||
"alert.unexpected.message": "خطایی غیرمنتظره رخ داد.",
|
||||
"alert.unexpected.title": "ای وای!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "اعلامیه",
|
||||
"autosuggest_hashtag.per_week": "{count} در هفته",
|
||||
"boost_modal.combo": "دکمهٔ {combo} را بزنید تا دیگر این را نبینید",
|
||||
"bundle_column_error.body": "هنگام بازکردن این بخش خطایی رخ داد.",
|
||||
|
@ -104,12 +104,12 @@
|
|||
"confirmations.delete_list.confirm": "پاک کن",
|
||||
"confirmations.delete_list.message": "مطمئنید میخواهید این فهرست را برای همیشه پاک کنید؟",
|
||||
"confirmations.domain_block.confirm": "نهفتن تمام دامنه",
|
||||
"confirmations.domain_block.message": "آیا جدی جدی میخواهید تمام دامنهٔ {domain} را مسدود کنید؟ در بیشتر موارد مسدودسازی یا خموشیدن چند حساب خاص کافی است و توصیه میشود. پس از این کار شما هیچ نوشتهای را از این دامنه در فهرست نوشتههای عمومی یا اعلانهایتان نخواهید دید. پیگیرانتان از این دامنه هم حذف خواهند شد.",
|
||||
"confirmations.domain_block.message": "آیا جدی جدی میخواهید تمام دامنهٔ {domain} را مسدود کنید؟ در بیشتر موارد مسدودسازی یا خموشاندن چند حساب خاص کافی است و توصیه میشود. پس از این کار شما هیچ نوشتهای را از این دامنه در فهرست نوشتههای عمومی یا اعلانهایتان نخواهید دید. پیگیرانتان از این دامنه هم حذف خواهند شد.",
|
||||
"confirmations.logout.confirm": "خروج",
|
||||
"confirmations.logout.message": "مطمئنید میخواهید خارج شوید؟",
|
||||
"confirmations.mute.confirm": "خموشی",
|
||||
"confirmations.mute.confirm": "خموشاندن",
|
||||
"confirmations.mute.explanation": "این کار فرستههای آنها و فرستههایی را که از آنها نام برده پنهان میکند، ولی آنها همچنان اجازه دارند فرستههای شما را ببینند و شما را پی بگیرند.",
|
||||
"confirmations.mute.message": "مطمئنید میخواهید {name} را بخموشید؟",
|
||||
"confirmations.mute.message": "مطمئنید میخواهید {name} را بخموشانید؟",
|
||||
"confirmations.redraft.confirm": "پاککردن و بازنویسی",
|
||||
"confirmations.redraft.message": "مطمئنید که میخواهید این بوق را پاک کنید و از نو بنویسید؟ با این کار بازبوقها و پسندهای آن از دست میرود و پاسخها به آن بیمرجع میشود.",
|
||||
"confirmations.reply.confirm": "پاسخ",
|
||||
|
@ -159,7 +159,7 @@
|
|||
"empty_column.notifications": "هنوز هیچ اعلانی ندارید. به دیگران واکنش نشان دهید تا گفتگو آغاز شود.",
|
||||
"empty_column.public": "اینجا هنوز چیزی نیست! خودتان چیزی بنویسید یا کاربران کارسازهای دیگر را پی بگیرید تا اینجا پر شود",
|
||||
"error.unexpected_crash.explanation": "به خاطر اشکالی در کدهای ما یا ناسازگاری با مرورگر شما، این صفحه به درستی نمایش نیافت.",
|
||||
"error.unexpected_crash.next_steps": "لطفاً صفحه را دوباره باز کنید. اگر کمکی نکرد، شاید همچنان بتوانید با ماستدون از راه یک مرورگر دیگر یا با یکی از اپهای آن کار کنید.",
|
||||
"error.unexpected_crash.next_steps": "لطفاً صفحه را دوباره باز کنید. اگر کمکی نکرد، شاید همچنان بتوانید با ماستودون از راه یک مرورگر دیگر یا با یکی از اپهای آن کار کنید.",
|
||||
"errors.unexpected_crash.copy_stacktrace": "رونوشت از جزئیات اشکال",
|
||||
"errors.unexpected_crash.report_issue": "گزارش مشکل",
|
||||
"follow_request.authorize": "اجازه دهید",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "پایهای",
|
||||
"home.column_settings.show_reblogs": "نمایش بازبوقها",
|
||||
"home.column_settings.show_replies": "نمایش پاسخها",
|
||||
"home.hide_announcements": "نهفتن اعلامیهها",
|
||||
"home.show_announcements": "نمایش اعلامیهها",
|
||||
"intervals.full.days": "{number, plural, one {# روز} other {# روز}}",
|
||||
"intervals.full.hours": "{number, plural, one {# ساعت} other {# ساعت}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# دقیقه} other {# دقیقه}}",
|
||||
|
@ -273,7 +275,7 @@
|
|||
"navigation_bar.keyboard_shortcuts": "میانبرها",
|
||||
"navigation_bar.lists": "فهرستها",
|
||||
"navigation_bar.logout": "خروج",
|
||||
"navigation_bar.mutes": "کاربران خموشیده",
|
||||
"navigation_bar.mutes": "کاربران خموشانده",
|
||||
"navigation_bar.personal": "شخصی",
|
||||
"navigation_bar.pins": "بوقهای ثابت",
|
||||
"navigation_bar.preferences": "ترجیحات",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "الان",
|
||||
"relative_time.minutes": "{number} دقیقه",
|
||||
"relative_time.seconds": "{number} ثانیه",
|
||||
"relative_time.today": "امروز",
|
||||
"reply_indicator.cancel": "لغو",
|
||||
"report.forward": "فرستادن به {target}",
|
||||
"report.forward_hint": "این حساب در کارساز دیگری ثبت شده. آیا میخواهید رونوشتی ناشناس از این گزارش به آنجا هم فرستاده شود؟",
|
||||
|
@ -342,44 +345,44 @@
|
|||
"report.target": "در حال گزارش {target}",
|
||||
"search.placeholder": "جستجو",
|
||||
"search_popout.search_format": "راهنمای جستجوی پیشرفته",
|
||||
"search_popout.tips.full_text": "جستوجوی متنی ساده وضعیتهایی که که نوشته، برگزیده، تقویتکرده یا در آنها اشارهشدهاید را به اضافهٔ نامهای کاربری، نامهای نمایشی و برچسبهای مطابق برمیگرداند.",
|
||||
"search_popout.tips.full_text": "جستجوی متنی ساده میتواند بوقهایی که شما نوشتهاید، پسندیدهاید، بازبوقیدهاید، یا در آنها از شما نام برده شده است را پیدا کند. همچنین نامهای کاربری، نام نمایشیافته، و هشتگها را هم شامل میشود.",
|
||||
"search_popout.tips.hashtag": "برچسب",
|
||||
"search_popout.tips.status": "وضعیت",
|
||||
"search_popout.tips.text": "جستوجوی متنی ساده، نامهای نمایشی، نامهای کاربری، و برچسبها را برمیگرداند",
|
||||
"search_popout.tips.status": "بوق",
|
||||
"search_popout.tips.text": "جستجوی متنی ساده برای نامها، نامهای کاربری، و برچسبها",
|
||||
"search_popout.tips.user": "کاربر",
|
||||
"search_results.accounts": "افراد",
|
||||
"search_results.hashtags": "برچسبها",
|
||||
"search_results.statuses": "بوقها",
|
||||
"search_results.statuses_fts_disabled": "جستوجوی بوقها بر اساس محتوایشان روی این کارساز ماستودون به کار نیفتاده است.",
|
||||
"search_results.statuses_fts_disabled": "جستجوی محتوای بوقها در این کارساز ماستودون فعال نشده است.",
|
||||
"search_results.total": "{count, number} {count, plural, one {نتیجه} other {نتیجه}}",
|
||||
"status.admin_account": "گشودن واسط مدیریت برای @{name}",
|
||||
"status.admin_status": "گشودن این وضعیت در واسط مدیریت",
|
||||
"status.block": "انسداد @{name}",
|
||||
"status.admin_status": "گشودن این بوق در واسط مدیریت",
|
||||
"status.block": "مسدودسازی @{name}",
|
||||
"status.bookmark": "نشانک",
|
||||
"status.cancel_reblog_private": "ناتقویت",
|
||||
"status.cannot_reblog": "این نوشته نمیتواند تقویت شود",
|
||||
"status.copy": "رونوشت از پیوند به وضعیت",
|
||||
"status.delete": "حذف",
|
||||
"status.detailed_status": "نمای گفتوگوی باجزییات",
|
||||
"status.direct": "پیام خصوصی به @{name}",
|
||||
"status.cancel_reblog_private": "حذف بازبوق",
|
||||
"status.cannot_reblog": "این نوشته را نمیشود بازبوقید",
|
||||
"status.copy": "رونوشتبرداری از نشانی بوق",
|
||||
"status.delete": "پاککردن",
|
||||
"status.detailed_status": "نمایش کامل گفتگو",
|
||||
"status.direct": "پیغام مستقیم به @{name}",
|
||||
"status.embed": "جاگذاری",
|
||||
"status.favourite": "برگزیدن",
|
||||
"status.favourite": "پسندیدن",
|
||||
"status.filtered": "پالوده",
|
||||
"status.load_more": "بار کردن بیشتر",
|
||||
"status.load_more": "بیشتر نشان بده",
|
||||
"status.media_hidden": "رسانهٔ نهفته",
|
||||
"status.mention": "اشاره به @{name}",
|
||||
"status.mention": "نامبردن از @{name}",
|
||||
"status.more": "بیشتر",
|
||||
"status.mute": "خموشی @{name}",
|
||||
"status.mute_conversation": "خموشی گفتوگو",
|
||||
"status.open": "گسترش این وضعیت",
|
||||
"status.pin": "سنجاق به نمایه",
|
||||
"status.pinned": "بوق سنجاقشده",
|
||||
"status.mute": "خموشاندن @{name}",
|
||||
"status.mute_conversation": "خموشاندن گفتگو",
|
||||
"status.open": "گشودن این بوق",
|
||||
"status.pin": "ثابت کردن در نمایه",
|
||||
"status.pinned": "بوق ثابت",
|
||||
"status.read_more": "بیشتر بخوانید",
|
||||
"status.reblog": "تقویت",
|
||||
"status.reblog_private": "تقویت برای مخاطبان نخستین",
|
||||
"status.reblogged_by": "{name} تقویت کرد",
|
||||
"status.reblogs.empty": "هنوز کسی این بوق را تقویت نکرده است. وقتی کسی چنین کاری کند، اینجا دیده خواهد شد.",
|
||||
"status.redraft": "حذف و بازنویسی",
|
||||
"status.reblog": "بازبوقیدن",
|
||||
"status.reblog_private": "بازبوق به مخاطبان اولیه",
|
||||
"status.reblogged_by": "{name} بازبوقید",
|
||||
"status.reblogs.empty": "هنوز هیچ کسی این بوق را بازنبوقیده است. وقتی کسی چنین کاری کند، اینجا نمایش خواهد یافت.",
|
||||
"status.redraft": "پاککردن و بازنویسی",
|
||||
"status.remove_bookmark": "برداشتن نشانک",
|
||||
"status.reply": "پاسخ",
|
||||
"status.replyAll": "پاسخ به رشته",
|
||||
|
@ -387,53 +390,53 @@
|
|||
"status.sensitive_warning": "محتوای حساس",
|
||||
"status.share": "همرسانی",
|
||||
"status.show_less": "نمایش کمتر",
|
||||
"status.show_less_all": "نمایش کمتر برای همه",
|
||||
"status.show_less_all": "نمایش کمتر همه",
|
||||
"status.show_more": "نمایش بیشتر",
|
||||
"status.show_more_all": "نمایش بیشتر برای همه",
|
||||
"status.show_more_all": "نمایش بیشتر همه",
|
||||
"status.show_thread": "نمایش رشته",
|
||||
"status.uncached_media_warning": "ناموجود",
|
||||
"status.unmute_conversation": "رفع خموشی گفتوگو",
|
||||
"status.unpin": "برداشتن سنجاق از نمایه",
|
||||
"status.unmute_conversation": "رفع خموشی گفتگو",
|
||||
"status.unpin": "برداشتن نوشتهٔ ثابت نمایه",
|
||||
"suggestions.dismiss": "نادیده گرفتن پیشنهاد",
|
||||
"suggestions.header": "شاید این هم برایتان جالب باشد…",
|
||||
"tabs_bar.federated_timeline": "همگانی",
|
||||
"tabs_bar.home": "خانه",
|
||||
"tabs_bar.local_timeline": "محلّی",
|
||||
"tabs_bar.notifications": "آگاهیها",
|
||||
"tabs_bar.search": "جستوجو",
|
||||
"tabs_bar.notifications": "اعلانها",
|
||||
"tabs_bar.search": "جستجو",
|
||||
"time_remaining.days": "{number, plural, one {# روز} other {# روز}} باقی مانده",
|
||||
"time_remaining.hours": "{number, plural, one {# ساعت} other {# ساعت}} باقی مانده",
|
||||
"time_remaining.minutes": "{number, plural, one {# دقیقه} other {# دقیقه}} باقی مانده",
|
||||
"time_remaining.moments": "لحظاتی باقیمانده",
|
||||
"time_remaining.moments": "زمان باقیمانده",
|
||||
"time_remaining.seconds": "{number, plural, one {# ثانیه} other {# ثانیه}} باقی مانده",
|
||||
"trends.count_by_accounts": "{count} {rawCount, plural, one {نفر نوشته است} other {نفر نوشتهاند}}",
|
||||
"trends.trending_now": "پرطرفدار",
|
||||
"ui.beforeunload": "در صورت خروج از از ماستودون، پیشنویستان از دست خواهد رفت.",
|
||||
"ui.beforeunload": "اگر از ماستودون خارج شوید پیشنویس شما از دست خواهد رفت.",
|
||||
"upload_area.title": "برای بارگذاری به اینجا بکشید",
|
||||
"upload_button.label": "افزودن رسانه ({formats})",
|
||||
"upload_error.limit": "تجاوز از کران بارگذاری پرونده.",
|
||||
"upload_error.limit": "از حد مجاز باگذاری پرونده فراتر رفتید.",
|
||||
"upload_error.poll": "بارگذاری پرونده در نظرسنجیها مجاز نیست.",
|
||||
"upload_form.audio_description": "توصیف برای افراد فاقد شنوایی",
|
||||
"upload_form.description": "توضیح برای کمبینایان",
|
||||
"upload_form.audio_description": "برای ناشنوایان توصیفش کنید",
|
||||
"upload_form.description": "برای کمبینایان توصیفش کنید",
|
||||
"upload_form.edit": "ویرایش",
|
||||
"upload_form.undo": "حذف",
|
||||
"upload_form.video_description": "توصیف برای افراد با اختلال دید یا فاقد شنوایی",
|
||||
"upload_form.video_description": "برای کمبینایان یا ناشنوایان توصیفش کنید",
|
||||
"upload_modal.analyzing_picture": "در حال پردازش تصویر…",
|
||||
"upload_modal.apply": "اعمال",
|
||||
"upload_modal.description_placeholder": "الا یا ایّها الساقی، ادر کأساً و ناولها",
|
||||
"upload_modal.detect_text": "تشخیص متن درون عکس",
|
||||
"upload_modal.edit_media": "ویرایش رسانه",
|
||||
"upload_modal.hint": "دایره را روی پیشنمایش کشیده یا کلیک کنید تا نقطهٔ کانونیای که همواره باید در تمام بندانگشتیها داخل نما باشد را برگزینید.",
|
||||
"upload_modal.hint": "حتی اگر تصویر بریده یا کوچک شود، نقطهٔ کانونی آن همیشه دیده خواهد شد. نقطهٔ کانونی را با کلیک یا جابهجا کردن آن تنظیم کنید.",
|
||||
"upload_modal.preview_label": "پیشنمایش ({ratio})",
|
||||
"upload_progress.label": "در حال بارگذاری…",
|
||||
"video.close": "بستن ویدیو",
|
||||
"video.download": "بارگیری پرونده",
|
||||
"video.exit_fullscreen": "خروج از حالت تمامصفحه",
|
||||
"video.expand": "گسترش ویدیو",
|
||||
"video.expand": "بزرگکردن ویدیو",
|
||||
"video.fullscreen": "تمامصفحه",
|
||||
"video.hide": "نهفتن ویدیو",
|
||||
"video.mute": "خموشی صدا",
|
||||
"video.mute": "قطع صدا",
|
||||
"video.pause": "مکث",
|
||||
"video.play": "پخش",
|
||||
"video.unmute": "رفع خموشی صدا"
|
||||
"video.unmute": "پخش صدا"
|
||||
}
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
"column.lists": "Listat",
|
||||
"column.mutes": "Mykistetyt käyttäjät",
|
||||
"column.notifications": "Ilmoitukset",
|
||||
"column.pins": "Kiinnitetty tuuttaus",
|
||||
"column.pins": "Kiinnitetyt tuuttaukset",
|
||||
"column.public": "Yleinen aikajana",
|
||||
"column_back_button.label": "Takaisin",
|
||||
"column_header.hide_settings": "Piilota asetukset",
|
||||
|
@ -165,7 +165,7 @@
|
|||
"follow_request.authorize": "Valtuuta",
|
||||
"follow_request.reject": "Hylkää",
|
||||
"getting_started.developers": "Kehittäjille",
|
||||
"getting_started.directory": "Profiili hakemisto",
|
||||
"getting_started.directory": "Profiilihakemisto",
|
||||
"getting_started.documentation": "Documentaatio",
|
||||
"getting_started.heading": "Aloitus",
|
||||
"getting_started.invite": "Kutsu ihmisiä",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Perusasetukset",
|
||||
"home.column_settings.show_reblogs": "Näytä buustaukset",
|
||||
"home.column_settings.show_replies": "Näytä vastaukset",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "Päivä päiviä",
|
||||
"intervals.full.hours": "Tunti tunteja",
|
||||
"intervals.full.minutes": "Minuuti minuuteja",
|
||||
|
@ -269,7 +271,7 @@
|
|||
"navigation_bar.filters": "Mykistetyt sanat",
|
||||
"navigation_bar.follow_requests": "Seuraamispyynnöt",
|
||||
"navigation_bar.follows_and_followers": "Seurattavat ja seuraajat",
|
||||
"navigation_bar.info": "Tietoa tästä instanssista",
|
||||
"navigation_bar.info": "Tietoa tästä palvelimesta",
|
||||
"navigation_bar.keyboard_shortcuts": "Näppäinkomennot",
|
||||
"navigation_bar.lists": "Listat",
|
||||
"navigation_bar.logout": "Kirjaudu ulos",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "nyt",
|
||||
"relative_time.minutes": "{number} m",
|
||||
"relative_time.seconds": "{number} s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Peruuta",
|
||||
"report.forward": "Välitä kohteeseen {target}",
|
||||
"report.forward_hint": "Tämä tili on toisella palvelimella. Haluatko lähettää nimettömän raportin myös sinne?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Base",
|
||||
"home.column_settings.show_reblogs": "Afficher les partages",
|
||||
"home.column_settings.show_replies": "Afficher les réponses",
|
||||
"home.hide_announcements": "Masquer les annonces",
|
||||
"home.show_announcements": "Afficher les annonces",
|
||||
"intervals.full.days": "{number, plural, one {# jour} other {# jours}}",
|
||||
"intervals.full.hours": "{number, plural, one {# heure} other {# heures}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "à l’instant",
|
||||
"relative_time.minutes": "{number} min",
|
||||
"relative_time.seconds": "{number} s",
|
||||
"relative_time.today": "aujourd’hui",
|
||||
"reply_indicator.cancel": "Annuler",
|
||||
"report.forward": "Transférer à {target}",
|
||||
"report.forward_hint": "Le compte provient d’un autre serveur. Envoyer également une copie anonyme du rapport ?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Basic",
|
||||
"home.column_settings.show_reblogs": "Show boosts",
|
||||
"home.column_settings.show_replies": "Show replies",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "now",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Cancel",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Básico",
|
||||
"home.column_settings.show_reblogs": "Amosar compartidos",
|
||||
"home.column_settings.show_replies": "Amosar respostas",
|
||||
"home.hide_announcements": "Agochar anuncios",
|
||||
"home.show_announcements": "Amosar anuncios",
|
||||
"intervals.full.days": "{number, plural,one {# día} other {# días}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hora} other {# horas}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minutos}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "agora",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "hoxe",
|
||||
"reply_indicator.cancel": "Desbotar",
|
||||
"report.forward": "Reenviar a {target}",
|
||||
"report.forward_hint": "A conta é doutro servidor. Enviar unha copia anónima da denuncia aló tamén?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "למתחילים",
|
||||
"home.column_settings.show_reblogs": "הצגת הדהודים",
|
||||
"home.column_settings.show_replies": "הצגת תגובות",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "כרגע",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "ביטול",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "बुनियादी",
|
||||
"home.column_settings.show_reblogs": "बूस्ट दिखाए",
|
||||
"home.column_settings.show_replies": "जवाबों को दिखाए",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "अभी",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "रद्द करें",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Osnovno",
|
||||
"home.column_settings.show_reblogs": "Pokaži boostove",
|
||||
"home.column_settings.show_replies": "Pokaži odgovore",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "now",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Otkaži",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Alapvető",
|
||||
"home.column_settings.show_reblogs": "Megtolások mutatása",
|
||||
"home.column_settings.show_replies": "Válaszok mutatása",
|
||||
"home.hide_announcements": "Közlemények elrejtése",
|
||||
"home.show_announcements": "Közlemények mutatása",
|
||||
"intervals.full.days": "{number, plural, one {# nap} other {# nap}}",
|
||||
"intervals.full.hours": "{number, plural, one {# óra} other {# óra}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# perc} other {# perc}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "most",
|
||||
"relative_time.minutes": "{number}p",
|
||||
"relative_time.seconds": "{number}mp",
|
||||
"relative_time.today": "ma",
|
||||
"reply_indicator.cancel": "Mégsem",
|
||||
"report.forward": "Továbbítás: {target}",
|
||||
"report.forward_hint": "Ez a fiók egy másik kiszolgálóról van. Oda is elküldöd a jelentés egy anonimizált másolatát?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Հիմնական",
|
||||
"home.column_settings.show_reblogs": "Ցուցադրել տարածածները",
|
||||
"home.column_settings.show_replies": "Ցուցադրել պատասխանները",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "նոր",
|
||||
"relative_time.minutes": "{number}ր",
|
||||
"relative_time.seconds": "{number}վ",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Չեղարկել",
|
||||
"report.forward": "Փոխանցել {target}֊ին",
|
||||
"report.forward_hint": "Այս հաշիւ այլ հանգոյցից է։ Ուղարկե՞մ այնտեղ էլ այս բողոքի անոնիմ պատճէնը։",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Dasar",
|
||||
"home.column_settings.show_reblogs": "Tampilkan boost",
|
||||
"home.column_settings.show_replies": "Tampilkan balasan",
|
||||
"home.hide_announcements": "Sembunyikan pengumuman",
|
||||
"home.show_announcements": "Tampilkan pengumuman",
|
||||
"intervals.full.days": "{number, plural, other {# hari}}",
|
||||
"intervals.full.hours": "{number, plural, other {# jam}}",
|
||||
"intervals.full.minutes": "{number, plural, other {# menit}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "sekarang",
|
||||
"relative_time.minutes": "{number}b",
|
||||
"relative_time.seconds": "{number}d",
|
||||
"relative_time.today": "hari ini",
|
||||
"reply_indicator.cancel": "Batal",
|
||||
"report.forward": "Teruskan ke {target}",
|
||||
"report.forward_hint": "Akun dari server lain. Kirim salinan laporan scr anonim ke sana?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Simpla",
|
||||
"home.column_settings.show_reblogs": "Montrar repeti",
|
||||
"home.column_settings.show_replies": "Montrar respondi",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "now",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Nihiligar",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "Með takmörkum",
|
||||
"alert.unexpected.message": "Upp kom óvænt villa.",
|
||||
"alert.unexpected.title": "Úbbs!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "Auglýsing",
|
||||
"autosuggest_hashtag.per_week": "{count} á viku",
|
||||
"boost_modal.combo": "Þú getur ýtt á {combo} til að sleppa þessu næst",
|
||||
"bundle_column_error.body": "Eitthvað fór úrskeiðis við að hlaða inn þessari einingu.",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Einfalt",
|
||||
"home.column_settings.show_reblogs": "Sýna endurbirtingar",
|
||||
"home.column_settings.show_replies": "Birta svör",
|
||||
"home.hide_announcements": "Fela auglýsingar",
|
||||
"home.show_announcements": "Birta auglýsingar",
|
||||
"intervals.full.days": "{number, plural, one {# dagur} other {# dagar}}",
|
||||
"intervals.full.hours": "{number, plural, one {# klukkustund} other {# klukkustundir}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# mínúta} other {# mínútur}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "núna",
|
||||
"relative_time.minutes": "{number}mín",
|
||||
"relative_time.seconds": "{number}sek",
|
||||
"relative_time.today": "í dag",
|
||||
"reply_indicator.cancel": "Hætta við",
|
||||
"report.forward": "Áframsenda til {target}",
|
||||
"report.forward_hint": "Notandaaðgangurinn er af öðrum vefþjóni. Á einnig að senda nafnlaust afrit af kærunni þangað?",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "Numero massimo di richieste superato",
|
||||
"alert.unexpected.message": "Si è verificato un errore inatteso.",
|
||||
"alert.unexpected.title": "Oops!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "Annuncio",
|
||||
"autosuggest_hashtag.per_week": "{count} per settimana",
|
||||
"boost_modal.combo": "Puoi premere {combo} per saltare questo passaggio la prossima volta",
|
||||
"bundle_column_error.body": "E' avvenuto un errore durante il caricamento di questo componente.",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Semplice",
|
||||
"home.column_settings.show_reblogs": "Mostra post condivisi",
|
||||
"home.column_settings.show_replies": "Mostra risposte",
|
||||
"home.hide_announcements": "Nascondi annunci",
|
||||
"home.show_announcements": "Mostra annunci",
|
||||
"intervals.full.days": "{number, plural, one {# giorno} other {# giorni}}",
|
||||
"intervals.full.hours": "{number, plural, one {# ora} other {# ore}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minuti}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "ora",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "oggi",
|
||||
"reply_indicator.cancel": "Annulla",
|
||||
"report.forward": "Inoltra a {target}",
|
||||
"report.forward_hint": "Questo account appartiene a un altro server. Mandare anche là una copia anonima del rapporto?",
|
||||
|
|
|
@ -188,6 +188,8 @@
|
|||
"home.column_settings.basic": "基本設定",
|
||||
"home.column_settings.show_reblogs": "ブースト表示",
|
||||
"home.column_settings.show_replies": "返信表示",
|
||||
"home.hide_announcements": "お知らせを隠す",
|
||||
"home.show_announcements": "お知らせを表示",
|
||||
"intervals.full.days": "{number}日",
|
||||
"intervals.full.hours": "{number}時間",
|
||||
"intervals.full.minutes": "{number}分",
|
||||
|
@ -338,6 +340,7 @@
|
|||
"relative_time.just_now": "今",
|
||||
"relative_time.minutes": "{number}分前",
|
||||
"relative_time.seconds": "{number}秒前",
|
||||
"relative_time.today": "今日",
|
||||
"reply_indicator.cancel": "キャンセル",
|
||||
"report.forward": "{target} に転送する",
|
||||
"report.forward_hint": "このアカウントは別のサーバーに所属しています。通報内容を匿名で転送しますか?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "ძირითადი",
|
||||
"home.column_settings.show_reblogs": "ბუსტების ჩვენება",
|
||||
"home.column_settings.show_replies": "პასუხების ჩვენება",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "ახლა",
|
||||
"relative_time.minutes": "{number}წთ",
|
||||
"relative_time.seconds": "{number}წმ",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "უარყოფა",
|
||||
"report.forward": "ფორვარდი {target}-ს",
|
||||
"report.forward_hint": "ანგარიში სხვა სერვერიდანაა. გავაგზავნოთ რეპორტის ანონიმური ასლიც?",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"account.follow": "Ḍfeṛ",
|
||||
"account.followers": "Imeḍfaṛen",
|
||||
"account.followers.empty": "Ar tura, ulac yiwen i yeṭṭafaṛen amseqdac-agi.",
|
||||
"account.follows": "Aḍfaṛen",
|
||||
"account.follows": "Ig ṭafaṛ",
|
||||
"account.follows.empty": "Ar tura, amseqdac-agi ur yeṭṭafaṛ yiwen.",
|
||||
"account.follows_you": "Yeṭṭafaṛ-ik",
|
||||
"account.hide_reblogs": "Ffer ayen i ibeṭṭu @{name}",
|
||||
|
@ -27,7 +27,7 @@
|
|||
"account.mute_notifications": "Susem ilγa sγur @{name}",
|
||||
"account.muted": "Yettwasgugem",
|
||||
"account.never_active": "Werǧin",
|
||||
"account.posts": "Tiberraḥin",
|
||||
"account.posts": "Tijewwaqin",
|
||||
"account.posts_with_replies": "Tibarraḥin d tririyin",
|
||||
"account.report": "Sewɛed @{name}",
|
||||
"account.requested": "Di laɛḍil ad yettwaqbel. Ssit iwakken ad yefsex usuter n weḍfar",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "Aktum s talast",
|
||||
"alert.unexpected.message": "Tella-d tuccḍa i ɣef ur nedmi ara.",
|
||||
"alert.unexpected.title": "Ayhuh!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "Ulγu",
|
||||
"autosuggest_hashtag.per_week": "{count} i yimalas",
|
||||
"boost_modal.combo": "Tzemreḍ ad tetekkiḍ γef {combo} akken ad tessurfeḍ aya tikelt-nniḍen",
|
||||
"bundle_column_error.body": "Tella-d kra n tuccḍa mi d-yettali ugbur-agi.",
|
||||
|
@ -64,7 +64,7 @@
|
|||
"column.lists": "Tibdarin",
|
||||
"column.mutes": "Imiḍanen yettwasgugmen",
|
||||
"column.notifications": "Tilγa",
|
||||
"column.pins": "Tiberraḥin yettwasenṭḍen",
|
||||
"column.pins": "Tijewwaqin yettwasenṭḍen",
|
||||
"column.public": "Tasuddemt tamatut",
|
||||
"column_back_button.label": "Tuγalin",
|
||||
"column_header.hide_settings": "Ffer iγewwaṛen",
|
||||
|
@ -75,7 +75,7 @@
|
|||
"column_header.unpin": "Kkes asenteḍ",
|
||||
"column_subheading.settings": "Iγewwaṛen",
|
||||
"community.column_settings.media_only": "Allal n teywalt kan",
|
||||
"compose_form.direct_message_warning": "Taberraḥt-a ad d-tettwasken kan i yimseqdacen i d-yettwabedren.",
|
||||
"compose_form.direct_message_warning": "Tajewwaqt-a ad d-tettwasken kan i yimseqdacen i d-yettwabedren.",
|
||||
"compose_form.direct_message_warning_learn_more": "Issin ugar",
|
||||
"compose_form.hashtag_warning": "This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag.",
|
||||
"compose_form.lock_disclaimer": "Amiḍan-ik ur yelli ara {locked}. Menwala yezmer ad k-yeḍfeṛ akken ad iẓer acu tbeṭṭuḍ akked yimeḍfaṛen-ik.",
|
||||
|
@ -87,7 +87,7 @@
|
|||
"compose_form.poll.remove_option": "Sfeḍ afran-agi",
|
||||
"compose_form.poll.switch_to_multiple": "Change poll to allow multiple choices",
|
||||
"compose_form.poll.switch_to_single": "Change poll to allow for a single choice",
|
||||
"compose_form.publish": "Taberraḥt",
|
||||
"compose_form.publish": "Jewweq",
|
||||
"compose_form.publish_loud": "{publish}!",
|
||||
"compose_form.sensitive.hide": "Creḍ allal n teywalt d anafri",
|
||||
"compose_form.sensitive.marked": "Allal n teywalt yettwacreḍ d anafri",
|
||||
|
@ -111,7 +111,7 @@
|
|||
"confirmations.mute.explanation": "Aya ad yeffer iznan-is d wid i deg d-yettwabder neγ d-tettwabder, maca xas akka yezmer neγ tezmer awali n yiznan-inek d uḍfaṛ-ik.",
|
||||
"confirmations.mute.message": "Tetḥeqqeḍ belli tebγiḍ asɛuggen n {name}?",
|
||||
"confirmations.redraft.confirm": "Sfeḍ & Ɛiwed tira",
|
||||
"confirmations.redraft.message": "Tetḥeqqeḍ belli tebγiḍ asfaḍ n waddad-agi iwakken ad s-tɛiwdeḍ tira? Ismenyifen d beḍḍuwat ad ṛuḥen, ma d tiririyin-is ad uγalent d tigujilin.",
|
||||
"confirmations.redraft.message": "Tetḥeqqeḍ belli tebγiḍ tuksa n waddad-agi iwakken ad s-tɛiwdeḍ tira? Ismenyifen d beḍḍuwat ad ṛuḥen, ma d tiririyin-is ad uγalent d tigujilin.",
|
||||
"confirmations.reply.confirm": "Err",
|
||||
"confirmations.reply.message": "Tiririt akka tura ad k-degger izen-agi i tettaruḍ. Tebγiḍ ad tkemmleḍ?",
|
||||
"confirmations.unfollow.confirm": "Ur ḍḍafaṛ ara",
|
||||
|
@ -122,7 +122,7 @@
|
|||
"conversation.with": "Akked {names}",
|
||||
"directory.federated": "Seg fedivers yettwasnen",
|
||||
"directory.local": "Seg {domain} kan",
|
||||
"directory.new_arrivals": "Inebgawen imaynuten",
|
||||
"directory.new_arrivals": "Imaynuten id yewḍen",
|
||||
"directory.recently_active": "Yermed xas melmi kan",
|
||||
"embed.instructions": "Ẓẓu addad-agi deg usmel-inek s wenγal n tangalt yellan sdaw-agi.",
|
||||
"embed.preview": "Akka ara d-iban:",
|
||||
|
@ -140,15 +140,15 @@
|
|||
"emoji_button.search_results": "Igmaḍ u unadi",
|
||||
"emoji_button.symbols": "Izamulen",
|
||||
"emoji_button.travel": "Imeḍqan d Yinigen",
|
||||
"empty_column.account_timeline": "Ulac tiberraḥin dagi!",
|
||||
"empty_column.account_timeline": "Ulac tijewwaqin dagi!",
|
||||
"empty_column.account_unavailable": "Ur nufi ara amaγnu-a",
|
||||
"empty_column.blocks": "Ur tesḥebseḍ ula yiwen n umseqdac ar tura.",
|
||||
"empty_column.bookmarked_statuses": "Ulac tiberraḥin i terniḍ γer yismenyifen-ik ar tura. Ticki terniḍ yiwet, ad d-tettwasken da.",
|
||||
"empty_column.bookmarked_statuses": "Ulac tijewwaqin i terniḍ γer yismenyifen-ik ar tura. Ticki terniḍ yiwet, ad d-tettwasken da.",
|
||||
"empty_column.community": "Tasuddemt tazayezt tadigant n yisallen d tilemt. Aru ihi kra akken ad tt-teččareḍ!",
|
||||
"empty_column.direct": "Ulac γur-k ula yiwen n yizen usrid. Ad d-yettwasken da, ticki tuzneḍ neγ teṭṭfeḍ-d yiwen.",
|
||||
"empty_column.domain_blocks": "Ulac kra n taγult yettwaffren ar tura.",
|
||||
"empty_column.favourited_statuses": "Ulac ula yiwet n tberraḥt deg yismenyifen-ik ar tura. Ticki Tella-d yiwet, ad d-ban da.",
|
||||
"empty_column.favourites": "Ula yiwen ur yerri taberraḥt-agi deg yismenyifen-is. Melmi i d-yella waya, ad d-yettwasken da.",
|
||||
"empty_column.favourited_statuses": "Ulac ula yiwet n tjewwaqt deg yismenyifen-ik ar tura. Ticki Tella-d yiwet, ad d-ban da.",
|
||||
"empty_column.favourites": "Ula yiwen ur yerri tajewwaqt-agi deg yismenyifen-is. Melmi i d-yella waya, ad d-yettwasken da.",
|
||||
"empty_column.follow_requests": "Ulac γur-k ula yiwen n usuter n teḍfeṛt. Ticki teṭṭfeḍ-d yiwen ad d-yettwasken da.",
|
||||
"empty_column.hashtag": "Ar tura ulac kra n ugbur yesɛan assaγ γer uhacṭag-agi.",
|
||||
"empty_column.home": "Tasuddemt tagejdant n yisallen d tilemt! Ẓer {public} neγ nadi ad tafeḍ imseqdacen-nniḍen ad ten-ḍefṛeḍ.",
|
||||
|
@ -159,17 +159,17 @@
|
|||
"empty_column.notifications": "Ulac γur-k tilγa. Sedmer akked yemdanen-nniḍen akken ad tebduḍ adiwenni.",
|
||||
"empty_column.public": "Ulac kra da! Aru kra, neγ ḍfeṛ imdanen i yellan deg yiqeddacen-nniḍen akken ad d-teččar tsuddemt tazayezt",
|
||||
"error.unexpected_crash.explanation": "Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
|
||||
"error.unexpected_crash.next_steps": "Smiren asebter-a, ma ur yekkis ara wugur, ẓer d akken tzemreḍ ad tesqedceḍ Masṭudun deg yiminig-nniḍen neγ deg usnas anaṣli.",
|
||||
"error.unexpected_crash.next_steps": "Smiren asebter-a, ma ur yekkis ara wugur, ẓer d akken tzemreḍ ad tesqedceḍ Maṣṭudun deg yiminig-nniḍen neγ deg usnas anaṣli.",
|
||||
"errors.unexpected_crash.copy_stacktrace": "Copy stacktrace to clipboard",
|
||||
"errors.unexpected_crash.report_issue": "Mmel ugur",
|
||||
"follow_request.authorize": "Ssireg",
|
||||
"follow_request.reject": "Agi",
|
||||
"getting_started.developers": "Ineflayen",
|
||||
"getting_started.directory": "Imaγnuten",
|
||||
"getting_started.directory": "Akaram n imaγnuten",
|
||||
"getting_started.documentation": "Amnir",
|
||||
"getting_started.heading": "Bdu",
|
||||
"getting_started.invite": "Snebgi-d imdanen",
|
||||
"getting_started.open_source_notice": "Mastudun d aseγzan s uγbalu yeldin. Tzemreḍ ad tɛiwneḍ neγ ad temmleḍ uguren deg GitHub {github}.",
|
||||
"getting_started.open_source_notice": "Maṣṭudun d aseγzan s uγbalu yeldin. Tzemreḍ ad tɛiwneḍ neγ ad temmleḍ uguren deg GitHub {github}.",
|
||||
"getting_started.security": "Iγewwaṛen n umiḍan",
|
||||
"getting_started.terms": "Tiwetlin n useqdec",
|
||||
"hashtag.column_header.tag_mode.all": "d {additional}",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Igejdanen",
|
||||
"home.column_settings.show_reblogs": "Sken-d beṭṭu",
|
||||
"home.column_settings.show_replies": "Sken-d tiririyin",
|
||||
"home.hide_announcements": "Ffer ulγuyen",
|
||||
"home.show_announcements": "Sken-d ulγuyen",
|
||||
"intervals.full.days": "{number, plural, one {# n wass} other {# n wussan}}",
|
||||
"intervals.full.hours": "{number, plural, one {# n usarag} other {# n yesragen}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# n tesdat} other {# n tesdatin}}",
|
||||
|
@ -196,11 +198,11 @@
|
|||
"introduction.federation.local.text": "Iznan izuyaz n yemdanen i yellan deg yiwen uqeddac akked kečč ad d-banen deg tsuddemt tazayezt tadigant.",
|
||||
"introduction.interactions.action": "Fakk tameskant!",
|
||||
"introduction.interactions.favourite.headline": "Ismenyifen",
|
||||
"introduction.interactions.favourite.text": "Tzemreḍ ad teǧǧeḍ kra n tberraḥt i ticki, daγen ad tiniḍ i bab-is d akken taɛǧeb-ik, s tmerna-ines γer yismenyifen-ik.",
|
||||
"introduction.interactions.favourite.text": "Tzemreḍ ad teǧǧeḍ kra n tjewwaqt i ticki, daγen ad tiniḍ i bab-is d akken taɛǧeb-ik, s tmerna-ines γer yismenyifen-ik.",
|
||||
"introduction.interactions.reblog.headline": "Bḍu tikelt-nniḍen",
|
||||
"introduction.interactions.reblog.text": "Tzemreḍ ad tebḍuḍ akked yimeḍfaṛen-ik tiberraḥin n yemdanen-nniḍen s beṭṭu-nsent tikelt-nniḍen.",
|
||||
"introduction.interactions.reblog.text": "Tzemreḍ ad tebḍuḍ tijewwaqin n medden akk d yimeḍfaṛen-ik s beṭṭu-nsent tikelt-nniḍen.",
|
||||
"introduction.interactions.reply.headline": "Err",
|
||||
"introduction.interactions.reply.text": "Tzemreḍ ad terreḍ γef tberraḥin-ik d tid n medden-nniḍen, d acu ara tent-id-iɛeqden ta deffir ta deg udiwenni.",
|
||||
"introduction.interactions.reply.text": "Tzemreḍ ad terreḍ γef tjewwakin-ik d tid n medden-nniḍen, d acu ara tent-id-iɛeqden ta deffir ta deg yiwen udiwenni.",
|
||||
"introduction.welcome.action": "Bdu!",
|
||||
"introduction.welcome.headline": "Isurifen imenza",
|
||||
"introduction.welcome.text": "Anṣuf γer fediverse! Deg kra n yimiren, ad tizmireḍ ad tzzuzreḍ iznan neɣ ad tmeslayeḍ i yemddukkal deg waṭas n yiqeddacen. Maca aqeddac-agi, {domain}, mačči am wiyaḍ - deg-s i yella umaγnu-ik, ihi cfu γef yisem-is.",
|
||||
|
@ -226,7 +228,7 @@
|
|||
"keyboard_shortcuts.my_profile": "akken ad d-teldiḍ amaγnu-ik",
|
||||
"keyboard_shortcuts.notifications": "akken ad d-teldiḍ ajgu n tilγa",
|
||||
"keyboard_shortcuts.open_media": "to open media",
|
||||
"keyboard_shortcuts.pinned": "i tildin n tebdert n tberraḥin yettwasentḍen",
|
||||
"keyboard_shortcuts.pinned": "i tildin n tebdert n tjewwaqin yettwasentḍen",
|
||||
"keyboard_shortcuts.profile": "akken ad d-teldiḍ amaγnu n umeskar",
|
||||
"keyboard_shortcuts.reply": "i tririt",
|
||||
"keyboard_shortcuts.requests": "akken ad d-teldiḍ tabdert n yisuturen n teḍfeṛt",
|
||||
|
@ -234,7 +236,7 @@
|
|||
"keyboard_shortcuts.start": "akken ad d-teldiḍ ajgu n \"bdu\"",
|
||||
"keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "i teskent/tuffra n yimidyaten",
|
||||
"keyboard_shortcuts.toot": "i beddu n tberraḥt tamaynut",
|
||||
"keyboard_shortcuts.toot": "i wakken attebdud tajewwaqt tamaynut",
|
||||
"keyboard_shortcuts.unfocus": "to un-focus compose textarea/search",
|
||||
"keyboard_shortcuts.up": "i tulin γer ufella n tebdert",
|
||||
"lightbox.close": "Mdel",
|
||||
|
@ -251,7 +253,7 @@
|
|||
"lists.search": "Nadi gar yemdanen i teṭṭafaṛeḍ",
|
||||
"lists.subheading": "Tibdarin-ik·im",
|
||||
"load_pending": "{count, plural, one {# n uferdis amaynut} other {# n yiferdisen imaynuten}}",
|
||||
"loading_indicator.label": "Asali...",
|
||||
"loading_indicator.label": "Yessalay-ed…",
|
||||
"media_gallery.toggle_visible": "Sken / Ffer",
|
||||
"missing_indicator.label": "Ulac-it",
|
||||
"missing_indicator.sublabel": "Ur nufi ara aγbalu-a",
|
||||
|
@ -260,7 +262,7 @@
|
|||
"navigation_bar.blocks": "Imseqdacen yettusḥebsen",
|
||||
"navigation_bar.bookmarks": "Ticraḍ",
|
||||
"navigation_bar.community_timeline": "Tasuddemt tadigant",
|
||||
"navigation_bar.compose": "Aru taberraḥt tamaynut",
|
||||
"navigation_bar.compose": "Aru tajewwiqt tamaynut",
|
||||
"navigation_bar.direct": "Iznan usridden",
|
||||
"navigation_bar.discover": "Ẓer",
|
||||
"navigation_bar.domain_blocks": "Tiγula yeffren",
|
||||
|
@ -275,7 +277,7 @@
|
|||
"navigation_bar.logout": "Ffeγ",
|
||||
"navigation_bar.mutes": "Iseqdacen yettwasusmen",
|
||||
"navigation_bar.personal": "Udmawan",
|
||||
"navigation_bar.pins": "Tiberraḥin yettwasentḍen",
|
||||
"navigation_bar.pins": "Tijewwiqin yettwasentḍen",
|
||||
"navigation_bar.preferences": "Imenyafen",
|
||||
"navigation_bar.public_timeline": "Tasuddemt tazayezt tamatut",
|
||||
"navigation_bar.security": "Taγellist",
|
||||
|
@ -285,7 +287,7 @@
|
|||
"notification.mention": "{name} yebder-ik-id",
|
||||
"notification.own_poll": "Your poll has ended",
|
||||
"notification.poll": "A poll you have voted in has ended",
|
||||
"notification.reblog": "{name} yebḍa taberraḥ-ik i tikelt-nniḍen",
|
||||
"notification.reblog": "{name} yebḍa tajewwiqt-ik i tikelt-nniḍen",
|
||||
"notifications.clear": "Sfeḍ tilγa",
|
||||
"notifications.clear_confirmation": "Tebγiḍ s tidet ad tekkseḍ akk tilγa-ik i lebda?",
|
||||
"notifications.column_settings.alert": "Tilγa n tnarit",
|
||||
|
@ -326,15 +328,16 @@
|
|||
"privacy.unlisted.long": "Ur beṭṭu ara deg tsuddemt tazayezt",
|
||||
"privacy.unlisted.short": "War tabdert",
|
||||
"refresh": "Smiren",
|
||||
"regeneration_indicator.label": "Asali…",
|
||||
"regeneration_indicator.label": "Yessalay-ed…",
|
||||
"regeneration_indicator.sublabel": "Tasuddemt tagejdant ara d-tettwaheggay!",
|
||||
"relative_time.days": "{number}u",
|
||||
"relative_time.hours": "{number}h",
|
||||
"relative_time.hours": "{number}a",
|
||||
"relative_time.just_now": "tura",
|
||||
"relative_time.minutes": "{number}t",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.seconds": "{number}t",
|
||||
"relative_time.today": "assa",
|
||||
"reply_indicator.cancel": "Sefsex",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward": "Bren-it γeṛ {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
"report.hint": "The report will be sent to your server moderators. You can provide an explanation of why you are reporting this account below:",
|
||||
"report.placeholder": "Iwenniten-nniḍen",
|
||||
|
@ -344,13 +347,13 @@
|
|||
"search_popout.search_format": "Anadi yenneflin",
|
||||
"search_popout.tips.full_text": "Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",
|
||||
"search_popout.tips.hashtag": "ahacṭag",
|
||||
"search_popout.tips.status": "status",
|
||||
"search_popout.tips.status": "addad",
|
||||
"search_popout.tips.text": "Simple text returns matching display names, usernames and hashtags",
|
||||
"search_popout.tips.user": "amseqdac",
|
||||
"search_results.accounts": "Medden",
|
||||
"search_results.hashtags": "Ihacṭagen",
|
||||
"search_results.statuses": "Tibeṛṛaniyin",
|
||||
"search_results.statuses_fts_disabled": "Anadi n tberraḥin s ugbur-nsent ur yermid ara deg uqeddac-agi n Mastudun.",
|
||||
"search_results.statuses_fts_disabled": "Anadi γef tjewwiqin s ugbur-nsent ur yermid ara deg uqeddac-agi n Maṣṭudun.",
|
||||
"search_results.total": "{count, number} {count, plural, one {n ugemmuḍ} other {n yigemmuḍen}}",
|
||||
"status.admin_account": "Open moderation interface for @{name}",
|
||||
"status.admin_status": "Open this status in the moderation interface",
|
||||
|
@ -366,23 +369,23 @@
|
|||
"status.favourite": "Rnu γer yismenyifen",
|
||||
"status.filtered": "Yettwasizdeg",
|
||||
"status.load_more": "Sali ugar",
|
||||
"status.media_hidden": "Media hidden",
|
||||
"status.media_hidden": "Taγwalt tettwaffer",
|
||||
"status.mention": "Bder-d @{name}",
|
||||
"status.more": "Ugar",
|
||||
"status.mute": "Sussem @{name}",
|
||||
"status.mute_conversation": "Mute conversation",
|
||||
"status.mute_conversation": "Sgugem adiwenni",
|
||||
"status.open": "Semγeṛ tasuffeγt-agi",
|
||||
"status.pin": "Senteḍ-itt deg umaγnu",
|
||||
"status.pinned": "Tiberraḥin yettwasentḍen",
|
||||
"status.pinned": "Tijewwiqin yettwasentḍen",
|
||||
"status.read_more": "Issin ugar",
|
||||
"status.reblog": "Bḍu",
|
||||
"status.reblog_private": "Boost to original audience",
|
||||
"status.reblogged_by": "{name} boosted",
|
||||
"status.reblogs.empty": "Ula yiwen ur yebḍi taberraḥt-agi ar tura. Ticki yebḍa-tt yiwen, ad d-iban da.",
|
||||
"status.redraft": "Sfeḍ tɛiwdeḍ tira",
|
||||
"status.reblogs.empty": "Ula yiwen ur yebḍi tajewwiqt-agi ar tura. Ticki yebḍa-tt yiwen, ad d-iban da.",
|
||||
"status.redraft": "Kkes tɛiwdeḍ tira",
|
||||
"status.remove_bookmark": "Kkes tacreḍt",
|
||||
"status.reply": "Err",
|
||||
"status.replyAll": "Reply to thread",
|
||||
"status.replyAll": "Err i lxiḍ",
|
||||
"status.report": "Cetki γef @{name}",
|
||||
"status.sensitive_warning": "Agbur amḥulfu",
|
||||
"status.share": "Bḍu",
|
||||
|
@ -390,7 +393,7 @@
|
|||
"status.show_less_all": "Semẓi akk tisuffγin",
|
||||
"status.show_more": "Sken-ed ugar",
|
||||
"status.show_more_all": "Ẓerr ugar lebda",
|
||||
"status.show_thread": "Show thread",
|
||||
"status.show_thread": "Sken-ed lxiḍ",
|
||||
"status.uncached_media_warning": "Ulac-it",
|
||||
"status.unmute_conversation": "Kkes asgugem n udiwenni",
|
||||
"status.unpin": "Kkes asenteḍ seg umaγnu",
|
||||
|
@ -408,7 +411,7 @@
|
|||
"time_remaining.seconds": "Mazal {number, plural, one {# n tasint} other {# n tsinin}}",
|
||||
"trends.count_by_accounts": "{count} {rawCount, plural, one {n umdan} other {n yemdanen}} i yettmeslayen",
|
||||
"trends.trending_now": "Trending now",
|
||||
"ui.beforeunload": "Your draft will be lost if you leave Mastodon.",
|
||||
"ui.beforeunload": "Arewway-ik·im ad iruḥ ma yella tefeγ-ed deg Maṣṭudun.",
|
||||
"upload_area.title": "Drag & drop to upload",
|
||||
"upload_button.label": "Add media ({formats})",
|
||||
"upload_error.limit": "File upload limit exceeded.",
|
||||
|
@ -421,8 +424,8 @@
|
|||
"upload_modal.analyzing_picture": "Tasleḍt n tugna tetteddu…",
|
||||
"upload_modal.apply": "Snes",
|
||||
"upload_modal.description_placeholder": "Aberraγ arurad ineggez nnig n uqjun amuṭṭis",
|
||||
"upload_modal.detect_text": "Detect text from picture",
|
||||
"upload_modal.edit_media": "Edit media",
|
||||
"upload_modal.detect_text": "Sefru-d aḍris seg tugna",
|
||||
"upload_modal.edit_media": "Ẓreg taγwalt",
|
||||
"upload_modal.hint": "Click or drag the circle on the preview to choose the focal point which will always be in view on all thumbnails.",
|
||||
"upload_modal.preview_label": "Preview ({ratio})",
|
||||
"upload_progress.label": "Asali iteddu...",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Негізгі",
|
||||
"home.column_settings.show_reblogs": "Бөлісулерді көрсету",
|
||||
"home.column_settings.show_replies": "Жауаптарды көрсету",
|
||||
"home.hide_announcements": "Анонстарды жасыр",
|
||||
"home.show_announcements": "Анонстарды көрсет",
|
||||
"intervals.full.days": "{number, plural, one {# күн} other {# күн}}",
|
||||
"intervals.full.hours": "{number, plural, one {# сағат} other {# сағат}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# минут} other {# минут}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "жаңа",
|
||||
"relative_time.minutes": "{number}мин",
|
||||
"relative_time.seconds": "{number}с",
|
||||
"relative_time.today": "бүгін",
|
||||
"reply_indicator.cancel": "Қайтып алу",
|
||||
"report.forward": "Жіберу {target}",
|
||||
"report.forward_hint": "Бұл аккаунт басқа серверден. Аноним шағым жібересіз бе?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Basic",
|
||||
"home.column_settings.show_reblogs": "Show boosts",
|
||||
"home.column_settings.show_replies": "Show replies",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "now",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Cancel",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -165,7 +165,7 @@
|
|||
"follow_request.authorize": "허가",
|
||||
"follow_request.reject": "거부",
|
||||
"getting_started.developers": "개발자",
|
||||
"getting_started.directory": "프로필 디렉토리",
|
||||
"getting_started.directory": "프로필 책자",
|
||||
"getting_started.documentation": "문서",
|
||||
"getting_started.heading": "시작",
|
||||
"getting_started.invite": "초대",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "기본 설정",
|
||||
"home.column_settings.show_reblogs": "부스트 표시",
|
||||
"home.column_settings.show_replies": "답글 표시",
|
||||
"home.hide_announcements": "공지사항 숨기기",
|
||||
"home.show_announcements": "공지사항 보기",
|
||||
"intervals.full.days": "{number} 일",
|
||||
"intervals.full.hours": "{number} 시간",
|
||||
"intervals.full.minutes": "{number} 분",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "방금",
|
||||
"relative_time.minutes": "{number}분 전",
|
||||
"relative_time.seconds": "{number}초 전",
|
||||
"relative_time.today": "오늘",
|
||||
"reply_indicator.cancel": "취소",
|
||||
"report.forward": "{target}에 포워드 됨",
|
||||
"report.forward_hint": "이 계정은 다른 서버에 있습니다. 익명화 된 사본을 해당 서버에도 전송할까요?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Basic",
|
||||
"home.column_settings.show_reblogs": "Show boosts",
|
||||
"home.column_settings.show_replies": "Show replies",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "now",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Cancel",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Basic",
|
||||
"home.column_settings.show_reblogs": "Show boosts",
|
||||
"home.column_settings.show_replies": "Show replies",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "now",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Cancel",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Основно",
|
||||
"home.column_settings.show_reblogs": "Прикажи бустирања",
|
||||
"home.column_settings.show_replies": "Прикажи одговори",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# ден} other {# дена}}",
|
||||
"intervals.full.hours": "{number, plural, one {# час} other {# часа}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# минута} other {# минути}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "сега",
|
||||
"relative_time.minutes": "{number}м",
|
||||
"relative_time.seconds": "{number}с",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Откажи",
|
||||
"report.forward": "Проследи до {target}",
|
||||
"report.forward_hint": "Оваа сметка е од друг сервер. Испрати анонимна копија од пријавата и таму?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "അടിസ്ഥാനം",
|
||||
"home.column_settings.show_reblogs": "ബൂസ്റ്റുകൾ കാണിക്കുക",
|
||||
"home.column_settings.show_replies": "മറുപടികൾ കാണിക്കുക",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "now",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Cancel",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Basic",
|
||||
"home.column_settings.show_reblogs": "Show boosts",
|
||||
"home.column_settings.show_replies": "Show replies",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "now",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Cancel",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Basic",
|
||||
"home.column_settings.show_reblogs": "Show boosts",
|
||||
"home.column_settings.show_replies": "Show replies",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "now",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Cancel",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"account.add_or_remove_from_list": "Toevoegen of verwijderen vanuit lijsten",
|
||||
"account.badges.bot": "Bot",
|
||||
"account.badges.group": "Group",
|
||||
"account.badges.group": "Groep",
|
||||
"account.block": "Blokkeer @{name}",
|
||||
"account.block_domain": "Verberg alles van {domain}",
|
||||
"account.blocked": "Geblokkeerd",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "Beperkt te gebruiken",
|
||||
"alert.unexpected.message": "Er deed zich een onverwachte fout voor",
|
||||
"alert.unexpected.title": "Oeps!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "Mededeling",
|
||||
"autosuggest_hashtag.per_week": "{count} per week",
|
||||
"boost_modal.combo": "Je kunt {combo} klikken om dit de volgende keer over te slaan",
|
||||
"bundle_column_error.body": "Tijdens het laden van dit onderdeel is er iets fout gegaan.",
|
||||
|
@ -75,7 +75,7 @@
|
|||
"column_header.unpin": "Losmaken",
|
||||
"column_subheading.settings": "Instellingen",
|
||||
"community.column_settings.media_only": "Alleen media",
|
||||
"compose_form.direct_message_warning": "Deze toot wordt alleen naar vermelde gebruikers verstuurd. Echter, de beheerders en moderatoren van jouw en de ontvangende Mastodonserver(s) kunnen dit bericht mogelijk wel bekijken.",
|
||||
"compose_form.direct_message_warning": "Deze toot wordt alleen naar vermelde gebruikers verstuurd. Echter, de beheerders en moderatoren van jouw en de ontvangende server(s) kunnen dit bericht mogelijk wel bekijken.",
|
||||
"compose_form.direct_message_warning_learn_more": "Meer leren",
|
||||
"compose_form.hashtag_warning": "Deze toot valt niet onder een hashtag te bekijken, omdat deze niet op openbare tijdlijnen wordt getoond. Alleen openbare toots kunnen via hashtags gevonden worden.",
|
||||
"compose_form.lock_disclaimer": "Jouw account is niet {locked}. Iedereen kan jou volgen en kan de toots zien die je alleen aan jouw volgers hebt gericht.",
|
||||
|
@ -85,8 +85,8 @@
|
|||
"compose_form.poll.duration": "Duur van de poll",
|
||||
"compose_form.poll.option_placeholder": "Keuze {number}",
|
||||
"compose_form.poll.remove_option": "Deze keuze verwijderen",
|
||||
"compose_form.poll.switch_to_multiple": "Change poll to allow multiple choices",
|
||||
"compose_form.poll.switch_to_single": "Change poll to allow for a single choice",
|
||||
"compose_form.poll.switch_to_multiple": "Poll wijzigen om meerdere keuzes toe te staan",
|
||||
"compose_form.poll.switch_to_single": "Poll wijzigen om een enkele keuze toe te staan",
|
||||
"compose_form.publish": "Toot",
|
||||
"compose_form.publish_loud": "{publish}!",
|
||||
"compose_form.sensitive.hide": "Media als gevoelig markeren",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Algemeen",
|
||||
"home.column_settings.show_reblogs": "Boosts tonen",
|
||||
"home.column_settings.show_replies": "Reacties tonen",
|
||||
"home.hide_announcements": "Mededelingen verbergen",
|
||||
"home.show_announcements": "Mededelingen tonen",
|
||||
"intervals.full.days": "{number, plural, one {# dag} other {# dagen}}",
|
||||
"intervals.full.hours": "{number, plural, one {# uur} other {# uur}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuut} other {# minuten}}",
|
||||
|
@ -333,10 +335,11 @@
|
|||
"relative_time.just_now": "nu",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "vandaag",
|
||||
"reply_indicator.cancel": "Annuleren",
|
||||
"report.forward": "Doorsturen naar {target}",
|
||||
"report.forward_hint": "Het account bevindt zich op een andere server. Stuur daar eveneens een geanonimiseerde kopie van de rapportage naartoe?",
|
||||
"report.hint": "De rapportage wordt naar de moderatoren van jouw server gestuurd. Je kunt hieronder een uitleg geven waarom je dit account rapporteert:",
|
||||
"report.hint": "De rapportage wordt naar de moderator(en) van jouw server gestuurd. Je kunt hieronder een uitleg geven waarom je dit account rapporteert:",
|
||||
"report.placeholder": "Extra opmerkingen",
|
||||
"report.submit": "Verzenden",
|
||||
"report.target": "Rapporteer {target}",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Enkelt",
|
||||
"home.column_settings.show_reblogs": "Vis framhevingar",
|
||||
"home.column_settings.show_replies": "Vis svar",
|
||||
"home.hide_announcements": "Skjul kunngjøring",
|
||||
"home.show_announcements": "Vis kunngjøring",
|
||||
"intervals.full.days": "{number, plural, one {# dag} other {# dagar}}",
|
||||
"intervals.full.hours": "{number, plural, one {# time} other {# timar}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minutt} other {# minutt}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "nå",
|
||||
"relative_time.minutes": "{number}min",
|
||||
"relative_time.seconds": "{number}sek",
|
||||
"relative_time.today": "i dag",
|
||||
"reply_indicator.cancel": "Avbryt",
|
||||
"report.forward": "Vidaresend til {target}",
|
||||
"report.forward_hint": "Kontoen er frå ein annan tenar. Vil du senda ein anonymisert kopi av rapporten dit òg?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Enkelt",
|
||||
"home.column_settings.show_reblogs": "Vis fremhevinger",
|
||||
"home.column_settings.show_replies": "Vis svar",
|
||||
"home.hide_announcements": "Skjul kunngjøring",
|
||||
"home.show_announcements": "Vis kunngjøring",
|
||||
"intervals.full.days": "{number, plural,one {# dag} other {# dager}}",
|
||||
"intervals.full.hours": "{number, plural, one {# time} other {# timer}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minutt} other {# minutter}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "nå",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "i dag",
|
||||
"reply_indicator.cancel": "Avbryt",
|
||||
"report.forward": "Videresend til {target}",
|
||||
"report.forward_hint": "Denne kontoen er fra en annen tjener. Vil du sende en anonymisert kopi av rapporten dit også?",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"account.add_or_remove_from_list": "Ajustar o tirar de las listas",
|
||||
"account.badges.bot": "Robòt",
|
||||
"account.badges.group": "Group",
|
||||
"account.badges.group": "Grop",
|
||||
"account.block": "Blocar @{name}",
|
||||
"account.block_domain": "Tot amagar del domeni {domain}",
|
||||
"account.blocked": "Blocat",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "Taus limitat",
|
||||
"alert.unexpected.message": "Una error s’es producha.",
|
||||
"alert.unexpected.title": "Ops !",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "Anóncia",
|
||||
"autosuggest_hashtag.per_week": "{count} per setmana",
|
||||
"boost_modal.combo": "Podètz botar {combo} per passar aquò lo còp que ven",
|
||||
"bundle_column_error.body": "Quicòm a fach mèuca pendent lo cargament d’aqueste compausant.",
|
||||
|
@ -85,8 +85,8 @@
|
|||
"compose_form.poll.duration": "Durada del sondatge",
|
||||
"compose_form.poll.option_placeholder": "Opcion {number}",
|
||||
"compose_form.poll.remove_option": "Levar aquesta opcion",
|
||||
"compose_form.poll.switch_to_multiple": "Change poll to allow multiple choices",
|
||||
"compose_form.poll.switch_to_single": "Change poll to allow for a single choice",
|
||||
"compose_form.poll.switch_to_multiple": "Cambiar lo sondatge per permetre de causidas multiplas",
|
||||
"compose_form.poll.switch_to_single": "Cambiar lo sondatge per permetre una sola causida",
|
||||
"compose_form.publish": "Tut",
|
||||
"compose_form.publish_loud": "{publish} !",
|
||||
"compose_form.sensitive.hide": "Marcar coma sensible",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Basic",
|
||||
"home.column_settings.show_reblogs": "Mostrar los partatges",
|
||||
"home.column_settings.show_replies": "Mostrar las responsas",
|
||||
"home.hide_announcements": "Rescondre las anóncias",
|
||||
"home.show_announcements": "Mostrar las anóncias",
|
||||
"intervals.full.days": "{number, plural, one {# jorn} other {# jorns}}",
|
||||
"intervals.full.hours": "{number, plural, one {# ora} other {# oras}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuta} other {# minutas}}",
|
||||
|
@ -281,7 +283,7 @@
|
|||
"navigation_bar.security": "Seguretat",
|
||||
"notification.favourite": "{name} a ajustat a sos favorits",
|
||||
"notification.follow": "{name} vos sèc",
|
||||
"notification.follow_request": "{name} has requested to follow you",
|
||||
"notification.follow_request": "{name} a demandat a vos sègre",
|
||||
"notification.mention": "{name} vos a mencionat",
|
||||
"notification.own_poll": "Vòstre sondatge es acabat",
|
||||
"notification.poll": "Avètz participat a un sondatge que ven de s’acabar",
|
||||
|
@ -294,7 +296,7 @@
|
|||
"notifications.column_settings.filter_bar.category": "Barra de recèrca rapida",
|
||||
"notifications.column_settings.filter_bar.show": "Mostrar",
|
||||
"notifications.column_settings.follow": "Nòus seguidors :",
|
||||
"notifications.column_settings.follow_request": "New follow requests:",
|
||||
"notifications.column_settings.follow_request": "Novèla demanda d’abonament :",
|
||||
"notifications.column_settings.mention": "Mencions :",
|
||||
"notifications.column_settings.poll": "Resultats del sondatge :",
|
||||
"notifications.column_settings.push": "Notificacions",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "ara",
|
||||
"relative_time.minutes": "fa {number} min",
|
||||
"relative_time.seconds": "fa {number}s",
|
||||
"relative_time.today": "uèi",
|
||||
"reply_indicator.cancel": "Anullar",
|
||||
"report.forward": "Far sègre a {target}",
|
||||
"report.forward_hint": "Lo compte ven d’un autre servidor. Volètz mandar una còpia anonima del rapòrt enlai tanben ?",
|
||||
|
@ -413,11 +416,11 @@
|
|||
"upload_button.label": "Ajustar un mèdia (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
||||
"upload_error.limit": "Talha maximum pels mandadís subrepassada.",
|
||||
"upload_error.poll": "Lo mandadís de fichièr es pas autorizat pels sondatges.",
|
||||
"upload_form.audio_description": "Describe for people with hearing loss",
|
||||
"upload_form.audio_description": "Descriure per las personas amb pèrdas auditivas",
|
||||
"upload_form.description": "Descripcion pels mal vesents",
|
||||
"upload_form.edit": "Modificar",
|
||||
"upload_form.undo": "Suprimir",
|
||||
"upload_form.video_description": "Describe for people with hearing loss or visual impairment",
|
||||
"upload_form.video_description": "Descriure per las personas amb pèrdas auditivas o mal vesent",
|
||||
"upload_modal.analyzing_picture": "Analisi de l’imatge…",
|
||||
"upload_modal.apply": "Aplicar",
|
||||
"upload_modal.description_placeholder": "Lo dròlle bilingüe manja un yaourt de ròcs exagonals e kiwis verds farà un an mai",
|
||||
|
|
|
@ -188,6 +188,8 @@
|
|||
"home.column_settings.basic": "Podstawowe",
|
||||
"home.column_settings.show_reblogs": "Pokazuj podbicia",
|
||||
"home.column_settings.show_replies": "Pokazuj odpowiedzi",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# dzień} few {# dni} many {# dni} other {# dni}}",
|
||||
"intervals.full.hours": "{number, plural, one {# godzina} few {# godziny} many {# godzin} other {# godzin}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuta} few {# minuty} many {# minut} other {# minut}}",
|
||||
|
@ -338,6 +340,7 @@
|
|||
"relative_time.just_now": "teraz",
|
||||
"relative_time.minutes": "{number} min.",
|
||||
"relative_time.seconds": "{number} s.",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Anuluj",
|
||||
"report.forward": "Przekaż na {target}",
|
||||
"report.forward_hint": "To konto znajduje się na innej instancji. Czy chcesz wysłać anonimową kopię zgłoszenia rnież na nią?",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "Tentativas limitadas",
|
||||
"alert.unexpected.message": "Ocorreu um erro inesperado.",
|
||||
"alert.unexpected.title": "Eita!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "Anúncio",
|
||||
"autosuggest_hashtag.per_week": "{count} por semana",
|
||||
"boost_modal.combo": "Pressione {combo} para ignorar este diálogo na próxima vez",
|
||||
"bundle_column_error.body": "Ocorreu um problema ao carregar este componente.",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Básico",
|
||||
"home.column_settings.show_reblogs": "Mostrar boosts",
|
||||
"home.column_settings.show_replies": "Mostrar respostas",
|
||||
"home.hide_announcements": "Ocultar anúncios",
|
||||
"home.show_announcements": "Exibir anúncios",
|
||||
"intervals.full.days": "{number, plural, one {# dia} other {# dias}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hora} other {# horas}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minutos}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "agora",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "hoje",
|
||||
"reply_indicator.cancel": "Cancelar",
|
||||
"report.forward": "Enviar cópia para {target}",
|
||||
"report.forward_hint": "A conta está em outra instância. Enviar uma cópia anônima da denúncia para lá?",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "Limite de tentativas",
|
||||
"alert.unexpected.message": "Ocorreu um erro inesperado.",
|
||||
"alert.unexpected.title": "Bolas!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "Anúncio",
|
||||
"autosuggest_hashtag.per_week": "{count} por semana",
|
||||
"boost_modal.combo": "Pode clicar {combo} para não voltar a ver",
|
||||
"bundle_column_error.body": "Algo de errado aconteceu enquanto este componente era carregado.",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Básico",
|
||||
"home.column_settings.show_reblogs": "Mostrar boosts",
|
||||
"home.column_settings.show_replies": "Mostrar respostas",
|
||||
"home.hide_announcements": "Ocultar anúncios",
|
||||
"home.show_announcements": "Exibir anúncios",
|
||||
"intervals.full.days": "{number, plural, one {# dia} other {# dias}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hora} other {# horas}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minutos}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "agora",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "hoje",
|
||||
"reply_indicator.cancel": "Cancelar",
|
||||
"report.forward": "Reenviar para {target}",
|
||||
"report.forward_hint": "A conta é de outro servidor. Enviar uma cópia anónima do relatório para lá também?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "De bază",
|
||||
"home.column_settings.show_reblogs": "Arată redistribuirile",
|
||||
"home.column_settings.show_replies": "Arată răspunsurile",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "acum",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Anulează",
|
||||
"report.forward": "Redirecționează catre {target}",
|
||||
"report.forward_hint": "Acest cont este de pe un alt server. Trimitem o copie anonimă a raportului și acolo?",
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
"column_header.show_settings": "Показать настройки",
|
||||
"column_header.unpin": "Открепить",
|
||||
"column_subheading.settings": "Настройки",
|
||||
"community.column_settings.media_only": "Только с медиа",
|
||||
"community.column_settings.media_only": "Только с медиафайлами",
|
||||
"compose_form.direct_message_warning": "Адресованные посты отправляются и видны только упомянутым в них пользователям.",
|
||||
"compose_form.direct_message_warning_learn_more": "Узнать подробнее",
|
||||
"compose_form.hashtag_warning": "Так как этот пост не публичный, он не отобразится в поиске по хэштегам.",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Основные",
|
||||
"home.column_settings.show_reblogs": "Показывать продвижения",
|
||||
"home.column_settings.show_replies": "Показывать ответы",
|
||||
"home.hide_announcements": "Скрыть объявления",
|
||||
"home.show_announcements": "Показать объявления",
|
||||
"intervals.full.days": "{number, plural, one {# день} few {# дня} other {# дней}}",
|
||||
"intervals.full.hours": "{number, plural, one {# час} few {# часа} other {# часов}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# минута} few {# минуты} other {# минут}}",
|
||||
|
@ -301,7 +303,7 @@
|
|||
"notifications.column_settings.reblog": "Ваш пост продвинули:",
|
||||
"notifications.column_settings.show": "Отображать в списке",
|
||||
"notifications.column_settings.sound": "Проигрывать звук",
|
||||
"notifications.filter.all": "Всё",
|
||||
"notifications.filter.all": "Все",
|
||||
"notifications.filter.boosts": "Продвижения",
|
||||
"notifications.filter.favourites": "Отметки «избранного»",
|
||||
"notifications.filter.follows": "Подписки",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "только что",
|
||||
"relative_time.minutes": "{number} мин",
|
||||
"relative_time.seconds": "{number} с",
|
||||
"relative_time.today": "сегодня",
|
||||
"reply_indicator.cancel": "Отмена",
|
||||
"report.forward": "Переслать в {target}",
|
||||
"report.forward_hint": "Эта учётная запись расположена на другом узле. Отправить туда анонимную копию вашей жалобы?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Základné",
|
||||
"home.column_settings.show_reblogs": "Ukáž vyzdvihnuté",
|
||||
"home.column_settings.show_replies": "Ukáž odpovede",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# deň} few {# dní} many {# dní} other {# dní}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hodina} few {# hodín} many {# hodín} other {# hodín}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minúta} few {# minút} many {# minút} other {# minút}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "teraz",
|
||||
"relative_time.minutes": "{number}min",
|
||||
"relative_time.seconds": "{number}sek",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Zrušiť",
|
||||
"report.forward": "Posuň ku {target}",
|
||||
"report.forward_hint": "Tento účet je z iného serveru. Chceš poslať anonymnú kópiu hlásenia aj tam?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Osnovno",
|
||||
"home.column_settings.show_reblogs": "Pokaži spodbude",
|
||||
"home.column_settings.show_replies": "Pokaži odgovore",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# dan} two {# dni} few {# dni} other {# dni}}",
|
||||
"intervals.full.hours": "{number, plural, one {# ura} two {# uri} few {# ure} other {# ur}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuta} two {# minuti} few {# minute} other {# minut}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "zdaj",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Prekliči",
|
||||
"report.forward": "Posreduj do {target}",
|
||||
"report.forward_hint": "Račun je iz drugega strežnika. Pošljem anonimno kopijo poročila tudi na drugi strežnik?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Bazë",
|
||||
"home.column_settings.show_reblogs": "Shfaq përforcime",
|
||||
"home.column_settings.show_replies": "Shfaq përgjigje",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "tani",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Anuloje",
|
||||
"report.forward": "Përcillja {target}",
|
||||
"report.forward_hint": "Llogaria është nga një shërbyes tjetër. Të dërgohet edhe një kopje e anonimizuar e raportimit?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Osnovno",
|
||||
"home.column_settings.show_reblogs": "Prikaži i podržavanja",
|
||||
"home.column_settings.show_replies": "Prikaži odgovore",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "sada",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Poništi",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Основно",
|
||||
"home.column_settings.show_reblogs": "Прикажи и подржавања",
|
||||
"home.column_settings.show_replies": "Прикажи одговоре",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "сада",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Поништи",
|
||||
"report.forward": "Проследити {target}",
|
||||
"report.forward_hint": "Налог је са другог сервера. Послати анонимну копију пријаве и тамо?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Grundläggande",
|
||||
"home.column_settings.show_reblogs": "Visa knuffar",
|
||||
"home.column_settings.show_replies": "Visa svar",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# dag} other {# dagar}}",
|
||||
"intervals.full.hours": "{number, plural, one {# timme} other {# timmar}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minut} other {# minuter}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "nu",
|
||||
"relative_time.minutes": "{number}min",
|
||||
"relative_time.seconds": "{number}sek",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Ångra",
|
||||
"report.forward": "Vidarebefordra till {target}",
|
||||
"report.forward_hint": "Kontot är från en annan server. Skicka även en anonymiserad kopia av anmälan dit?",
|
||||
|
|
|
@ -40,10 +40,10 @@
|
|||
"account.unmute": "@{name} இன் மீது மௌனத் தடையை நீக்குக",
|
||||
"account.unmute_notifications": "@{name} இலிருந்து அறிவிப்புகளின் மீது மௌனத் தடையை நீக்குக",
|
||||
"alert.rate_limited.message": "{retry_time, time, medium} க்கு பிறகு மீண்டும் முயற்சிக்கவும்.",
|
||||
"alert.rate_limited.title": "விகிதம் வரையறுக்கப்பட்டுள்ளது",
|
||||
"alert.rate_limited.title": "பயன்பாடு கட்டுப்படுத்தப்பட்டுள்ளது",
|
||||
"alert.unexpected.message": "எதிர்பாராத பிழை ஏற்பட்டுவிட்டது.",
|
||||
"alert.unexpected.title": "அச்சச்சோ!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "அறிவிப்பு",
|
||||
"autosuggest_hashtag.per_week": "ஒவ்வொரு வாரம் {count}",
|
||||
"boost_modal.combo": "நீங்கள் இதை அடுத்தமுறை தவிர்க்க {combo} வை அழுத்தவும்",
|
||||
"bundle_column_error.body": "இக்கூற்றை ஏற்றம் செய்யும்பொழுது ஏதோ தவறு ஏற்பட்டுள்ளது.",
|
||||
|
@ -53,7 +53,7 @@
|
|||
"bundle_modal_error.message": "இக்கூற்றை ஏற்றம் செய்யும்பொழுது ஏதோ தவறு ஏற்பட்டுள்ளது.",
|
||||
"bundle_modal_error.retry": "மீண்டும் முயற்சி செய்",
|
||||
"column.blocks": "தடுக்கப்பட்ட பயனர்கள்",
|
||||
"column.bookmarks": "Bookmarks",
|
||||
"column.bookmarks": "அடையாளக்குறிகள்",
|
||||
"column.community": "சுய நிகழ்வு காலவரிசை",
|
||||
"column.direct": "நேர் சேதிகள்",
|
||||
"column.directory": "சுயவிவரங்களை உலாவு",
|
||||
|
@ -64,9 +64,9 @@
|
|||
"column.lists": "பட்டியல்கள்",
|
||||
"column.mutes": "மௌனத் தடை செய்யப்பட்ட பயனர்கள்",
|
||||
"column.notifications": "அறிவிப்புகள்",
|
||||
"column.pins": "Pinned toot",
|
||||
"column.pins": "பொருத்தப்பட்ட டூட்டுகள்",
|
||||
"column.public": "கூட்டாட்சி காலக்கெடு",
|
||||
"column_back_button.label": "முந்தைய பக்கம்",
|
||||
"column_back_button.label": "திரும்பு",
|
||||
"column_header.hide_settings": "அமைப்புகளை மறை",
|
||||
"column_header.moveLeft_settings": "நெடுவரிசையை இடதுபுறமாக நகர்த்தவும்",
|
||||
"column_header.moveRight_settings": "நெடுவரிசை வலது புறமாக நகர்த்து",
|
||||
|
@ -85,8 +85,8 @@
|
|||
"compose_form.poll.duration": "வாக்கெடுப்பு காலம்",
|
||||
"compose_form.poll.option_placeholder": "தேர்ந்தெடுப்ப {number}",
|
||||
"compose_form.poll.remove_option": "இந்த விருப்பத்தை அகற்றவும்",
|
||||
"compose_form.poll.switch_to_multiple": "Change poll to allow multiple choices",
|
||||
"compose_form.poll.switch_to_single": "Change poll to allow for a single choice",
|
||||
"compose_form.poll.switch_to_multiple": "பல தேர்வுகளை அனுமதிக்குமாறு மாற்று",
|
||||
"compose_form.poll.switch_to_single": "ஒரே ஒரு தேர்வை மட்டும் அனுமதிக்குமாறு மாற்று",
|
||||
"compose_form.publish": "டூட் செய்க",
|
||||
"compose_form.publish_loud": "{publish}!",
|
||||
"compose_form.sensitive.hide": "அனைவருக்கும் ஏற்ற ஊடகம் இல்லை எனக் குறியிடுக",
|
||||
|
@ -143,7 +143,7 @@
|
|||
"empty_column.account_timeline": "இல்லை toots இங்கே!",
|
||||
"empty_column.account_unavailable": "சுயவிவரம் கிடைக்கவில்லை",
|
||||
"empty_column.blocks": "இதுவரை எந்த பயனர்களும் தடுக்கவில்லை.",
|
||||
"empty_column.bookmarked_statuses": "You don't have any bookmarked toots yet. When you bookmark one, it will show up here.",
|
||||
"empty_column.bookmarked_statuses": "உங்களிடம் அடையாளக்குறியிட்ட டூட்டுகள் எவையும் இல்லை. அடையாளக்குறியிட்ட பிறகு அவை இங்கே காட்டப்படும்.",
|
||||
"empty_column.community": "உள்ளூர் காலக்கெடு காலியாக உள்ளது. பந்தை உருட்டிக்கொள்வதற்கு பகிரங்கமாக ஒன்றை எழுதுங்கள்!",
|
||||
"empty_column.direct": "உங்களிடம் நேரடியான செய்திகள் எதுவும் இல்லை. நீங்கள் ஒன்றை அனுப்பி அல்லது பெறும் போது, அது இங்கே காண்பிக்கும்.",
|
||||
"empty_column.domain_blocks": "இன்னும் மறைந்த களங்கள் இல்லை.",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "அடிப்படையான",
|
||||
"home.column_settings.show_reblogs": "காட்டு boosts",
|
||||
"home.column_settings.show_replies": "பதில்களைக் காண்பி",
|
||||
"home.hide_announcements": "அறிவிப்புகளை மறை",
|
||||
"home.show_announcements": "அறிவிப்புகளைக் காட்டு",
|
||||
"intervals.full.days": "{number, plural, one {# day} மற்ற {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} மற்ற {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} மற்ற {# minutes}}",
|
||||
|
@ -258,7 +260,7 @@
|
|||
"mute_modal.hide_notifications": "இந்த பயனரின் அறிவிப்புகளை மறைக்கவா?",
|
||||
"navigation_bar.apps": "மொபைல் பயன்பாடுகள்",
|
||||
"navigation_bar.blocks": "தடுக்கப்பட்ட பயனர்கள்",
|
||||
"navigation_bar.bookmarks": "Bookmarks",
|
||||
"navigation_bar.bookmarks": "அடையாளக்குறிகள்",
|
||||
"navigation_bar.community_timeline": "உள்ளூர் காலக்கெடு",
|
||||
"navigation_bar.compose": "புதியவற்றை எழுதுக toot",
|
||||
"navigation_bar.direct": "நேரடி செய்திகள்",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "இப்பொழுது",
|
||||
"relative_time.minutes": "{number}நி",
|
||||
"relative_time.seconds": "{number}வி",
|
||||
"relative_time.today": "இன்று",
|
||||
"reply_indicator.cancel": "எதிராணை",
|
||||
"report.forward": "முன்னோக்கி {target}",
|
||||
"report.forward_hint": "கணக்கு மற்றொரு சேவையகத்திலிருந்து வருகிறது. அறிக்கையின் அநாமதேய பிரதி ஒன்றை அனுப்பவும்.?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "ప్రాథమిక",
|
||||
"home.column_settings.show_reblogs": "బూస్ట్ లను చూపించు",
|
||||
"home.column_settings.show_replies": "ప్రత్యుత్తరాలను చూపించు",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# day} other {# days}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hour} other {# hours}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "ఇప్పుడు",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "రద్దు చెయ్యి",
|
||||
"report.forward": "{target}కి ఫార్వార్డ్ చేయండి",
|
||||
"report.forward_hint": "ఖాతా మరొక సర్వర్లో ఉంది. నివేదిక యొక్క ఒక అనామకంగా ఉన్న కాపీని అక్కడికి కూడా పంపించమంటారా?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "พื้นฐาน",
|
||||
"home.column_settings.show_reblogs": "แสดงการดัน",
|
||||
"home.column_settings.show_replies": "แสดงการตอบกลับ",
|
||||
"home.hide_announcements": "ซ่อนประกาศ",
|
||||
"home.show_announcements": "แสดงประกาศ",
|
||||
"intervals.full.days": "{number, plural, other {# วัน}}",
|
||||
"intervals.full.hours": "{number, plural, other {# ชั่วโมง}}",
|
||||
"intervals.full.minutes": "{number, plural, other {# นาที}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "ตอนนี้",
|
||||
"relative_time.minutes": "{number} นาที",
|
||||
"relative_time.seconds": "{number} วินาที",
|
||||
"relative_time.today": "วันนี้",
|
||||
"reply_indicator.cancel": "ยกเลิก",
|
||||
"report.forward": "ส่งต่อไปยัง {target}",
|
||||
"report.forward_hint": "บัญชีมาจากเซิร์ฟเวอร์อื่น ส่งสำเนาของรายงานที่ไม่ระบุตัวตนไปที่นั่นด้วย?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Temel",
|
||||
"home.column_settings.show_reblogs": "Boost edilenleri göster",
|
||||
"home.column_settings.show_replies": "Cevapları göster",
|
||||
"home.hide_announcements": "Duyuruları gizle",
|
||||
"home.show_announcements": "Duyuruları göster",
|
||||
"intervals.full.days": "{number, plural, one {# gün} other {# gün}}",
|
||||
"intervals.full.hours": "{number, plural, one {# saat} other {# saat}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# dakika} other {# dakika}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "şimdi",
|
||||
"relative_time.minutes": "{number}dk",
|
||||
"relative_time.seconds": "{number}sn",
|
||||
"relative_time.today": "bugün",
|
||||
"reply_indicator.cancel": "İptal",
|
||||
"report.forward": "Şu kişiye ilet : {target}",
|
||||
"report.forward_hint": "Bu hesap başka bir sunucudan. Anonimleştirilmiş bir rapor oraya da gönderilsin mi?",
|
||||
|
@ -382,7 +385,7 @@
|
|||
"status.redraft": "Sil & tekrar taslakla",
|
||||
"status.remove_bookmark": "Yer imini kaldır",
|
||||
"status.reply": "Cevapla",
|
||||
"status.replyAll": "Konuşmayı cevapla",
|
||||
"status.replyAll": "Mesaj dizisini cevapla",
|
||||
"status.report": "@{name}'i raporla",
|
||||
"status.sensitive_warning": "Hassas içerik",
|
||||
"status.share": "Paylaş",
|
||||
|
@ -390,7 +393,7 @@
|
|||
"status.show_less_all": "Hepsi için daha az göster",
|
||||
"status.show_more": "Daha fazla göster",
|
||||
"status.show_more_all": "Hepsi için daha fazla göster",
|
||||
"status.show_thread": "Başlığı göster",
|
||||
"status.show_thread": "Mesaj dizisini göster",
|
||||
"status.uncached_media_warning": "Mevcut değil",
|
||||
"status.unmute_conversation": "Sohbeti aç",
|
||||
"status.unpin": "Profilden sabitlemeyi kaldır",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Основні",
|
||||
"home.column_settings.show_reblogs": "Показувати передмухи",
|
||||
"home.column_settings.show_replies": "Показувати відповіді",
|
||||
"home.hide_announcements": "Приховати оголошення",
|
||||
"home.show_announcements": "Показати оголошення",
|
||||
"intervals.full.days": "{number, plural, one {# день} few {# дні} other {# днів}}",
|
||||
"intervals.full.hours": "{number, plural, one {# година} few {# години} other {# годин}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# хвилина} few {# хвилини} other {# хвилин}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "щойно",
|
||||
"relative_time.minutes": "{number}х",
|
||||
"relative_time.seconds": "{number}с",
|
||||
"relative_time.today": "сьогодні",
|
||||
"reply_indicator.cancel": "Відмінити",
|
||||
"report.forward": "Надіслати до {target}",
|
||||
"report.forward_hint": "Це аккаунт з іншого серверу. Відправити анонімізовану копію скарги і туди?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "بنیادی",
|
||||
"home.column_settings.show_reblogs": "افزائشات دکھائیں",
|
||||
"home.column_settings.show_replies": "جوابات دکھائیں",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# روز} other {# روز}}",
|
||||
"intervals.full.hours": "{number, plural, one {# ساعت} other {# ساعت}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "now",
|
||||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Cancel",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "Cơ bản",
|
||||
"home.column_settings.show_reblogs": "Hiện tút được loan tin",
|
||||
"home.column_settings.show_replies": "Hiện trả lời",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number} days",
|
||||
"intervals.full.hours": "{number} hours",
|
||||
"intervals.full.minutes": "{number} minutes",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "vừa xong",
|
||||
"relative_time.minutes": "{number} phút",
|
||||
"relative_time.seconds": "{number} giây",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "Hủy bỏ",
|
||||
"report.forward": "Chuyển đến {target}",
|
||||
"report.forward_hint": "Tài khoản này từ miền khác. Gửi thêm một báo cáo ẩn danh tới miền của tài khoản này?",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"account.add_or_remove_from_list": "从列表中添加或删除",
|
||||
"account.badges.bot": "机器人",
|
||||
"account.badges.group": "Group",
|
||||
"account.badges.group": "群组",
|
||||
"account.block": "屏蔽 @{name}",
|
||||
"account.block_domain": "隐藏来自 {domain} 的内容",
|
||||
"account.blocked": "已屏蔽",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"alert.rate_limited.title": "频率受限",
|
||||
"alert.unexpected.message": "发生了意外错误。",
|
||||
"alert.unexpected.title": "哎呀!",
|
||||
"announcement.announcement": "Announcement",
|
||||
"announcement.announcement": "公告",
|
||||
"autosuggest_hashtag.per_week": "每星期 {count} 条",
|
||||
"boost_modal.combo": "下次按住 {combo} 即可跳过此提示",
|
||||
"bundle_column_error.body": "载入这个组件时发生了错误。",
|
||||
|
@ -85,8 +85,8 @@
|
|||
"compose_form.poll.duration": "投票持续时间",
|
||||
"compose_form.poll.option_placeholder": "选项 {number}",
|
||||
"compose_form.poll.remove_option": "移除这个选项",
|
||||
"compose_form.poll.switch_to_multiple": "Change poll to allow multiple choices",
|
||||
"compose_form.poll.switch_to_single": "Change poll to allow for a single choice",
|
||||
"compose_form.poll.switch_to_multiple": "将投票改为多选",
|
||||
"compose_form.poll.switch_to_single": "将投票改为单选",
|
||||
"compose_form.publish": "嘟嘟",
|
||||
"compose_form.publish_loud": "{publish}!",
|
||||
"compose_form.sensitive.hide": "标记媒体为敏感内容",
|
||||
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "基本设置",
|
||||
"home.column_settings.show_reblogs": "显示转嘟",
|
||||
"home.column_settings.show_replies": "显示回复",
|
||||
"home.hide_announcements": "隐藏公告",
|
||||
"home.show_announcements": "显示公告",
|
||||
"intervals.full.days": "{number} 天",
|
||||
"intervals.full.hours": "{number} 小时",
|
||||
"intervals.full.minutes": "{number} 分钟",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "刚刚",
|
||||
"relative_time.minutes": "{number}分",
|
||||
"relative_time.seconds": "{number}秒",
|
||||
"relative_time.today": "今天",
|
||||
"reply_indicator.cancel": "取消",
|
||||
"report.forward": "转发举报至 {target}",
|
||||
"report.forward_hint": "这名用户来自另一个服务器。是否要向那个服务器发送一条匿名的举报?",
|
||||
|
@ -391,7 +394,7 @@
|
|||
"status.show_more": "显示内容",
|
||||
"status.show_more_all": "显示所有内容",
|
||||
"status.show_thread": "显示全部对话",
|
||||
"status.uncached_media_warning": "不可用",
|
||||
"status.uncached_media_warning": "暂不可用",
|
||||
"status.unmute_conversation": "不再隐藏此对话",
|
||||
"status.unpin": "在个人资料页面取消置顶",
|
||||
"suggestions.dismiss": "关闭建议",
|
||||
|
@ -410,7 +413,7 @@
|
|||
"trends.trending_now": "现在流行",
|
||||
"ui.beforeunload": "如果你现在离开 Mastodon,你的草稿内容将会丢失。",
|
||||
"upload_area.title": "将文件拖放到此处开始上传",
|
||||
"upload_button.label": "上传媒体文件 (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
||||
"upload_button.label": "上传媒体文件 ({formats})",
|
||||
"upload_error.limit": "文件大小超过限制。",
|
||||
"upload_error.poll": "投票中不允许上传文件。",
|
||||
"upload_form.audio_description": "为听障人士添加文字描述",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "基本",
|
||||
"home.column_settings.show_reblogs": "顯示被轉推的文章",
|
||||
"home.column_settings.show_replies": "顯示回應文章",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# 天} other {# 天}}",
|
||||
"intervals.full.hours": "{number, plural, one {# 小時} other {# 小時}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# 分鐘} other {# 分鐘}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "剛剛",
|
||||
"relative_time.minutes": "{number}分鐘",
|
||||
"relative_time.seconds": "{number}秒",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "取消",
|
||||
"report.forward": "轉寄到 {target}",
|
||||
"report.forward_hint": "這個帳戶屬於其他服務站。要向該服務站發送匿名的舉報訊息嗎?",
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"home.column_settings.basic": "基本",
|
||||
"home.column_settings.show_reblogs": "顯示轉嘟",
|
||||
"home.column_settings.show_replies": "顯示回覆",
|
||||
"home.hide_announcements": "Hide announcements",
|
||||
"home.show_announcements": "Show announcements",
|
||||
"intervals.full.days": "{number, plural, one {# 天} other {# 天}}",
|
||||
"intervals.full.hours": "{number, plural, one {# 小時} other {# 小時}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# 分鐘} other {# 分鐘}}",
|
||||
|
@ -333,6 +335,7 @@
|
|||
"relative_time.just_now": "剛剛",
|
||||
"relative_time.minutes": "{number} 分",
|
||||
"relative_time.seconds": "{number} 秒",
|
||||
"relative_time.today": "today",
|
||||
"reply_indicator.cancel": "取消",
|
||||
"report.forward": "轉寄到 {target}",
|
||||
"report.forward_hint": "這個帳戶屬於其他站點。要像該站點發送匿名的檢舉訊息嗎?",
|
||||
|
|
|
@ -65,7 +65,7 @@ function main() {
|
|||
content.textContent = timeAgoString({
|
||||
formatMessage: ({ id, defaultMessage }, values) => (new IntlMessageFormat(messages[id] || defaultMessage, locale)).format(values),
|
||||
formatDate: (date, options) => (new Intl.DateTimeFormat(locale, options)).format(date),
|
||||
}, datetime, now, now.getFullYear());
|
||||
}, datetime, now, now.getFullYear(), content.getAttribute('datetime').includes('T'));
|
||||
});
|
||||
|
||||
const reactComponents = document.querySelectorAll('[data-component]');
|
||||
|
|
|
@ -36,8 +36,8 @@ module Remotable
|
|||
|
||||
basename = SecureRandom.hex(8)
|
||||
|
||||
send("#{attachment_name}=", StringIO.new(response.body_with_limit(limit)))
|
||||
send("#{attachment_name}_file_name=", basename + extname)
|
||||
send("#{attachment_name}=", StringIO.new(response.body_with_limit(limit)))
|
||||
|
||||
self[attribute_name] = url if has_attribute?(attribute_name)
|
||||
end
|
||||
|
|
|
@ -41,5 +41,9 @@ class REST::AnnouncementSerializer < ActiveModel::Serializer
|
|||
def url
|
||||
ActivityPub::TagManager.instance.url_for(object)
|
||||
end
|
||||
|
||||
def acct
|
||||
object.pretty_acct
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -147,7 +147,7 @@ class REST::StatusSerializer < ActiveModel::Serializer
|
|||
end
|
||||
|
||||
def acct
|
||||
object.account_acct
|
||||
object.account.pretty_acct
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -10,4 +10,4 @@
|
|||
= opengraph 'og:image:width', '120'
|
||||
= opengraph 'og:image:height', '120'
|
||||
= opengraph 'twitter:card', 'summary'
|
||||
= opengraph 'profile:username', account.local_username_and_domain
|
||||
= opengraph 'profile:username', acct(account)[1..-1]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- content_for :page_title do
|
||||
= "#{display_name(@account)} (@#{@account.local_username_and_domain})"
|
||||
= "#{display_name(@account)} (#{acct(@account)})"
|
||||
|
||||
- content_for :header_tags do
|
||||
- if @account.user&.setting_noindex
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
= opengraph 'og:site_name', site_title
|
||||
= opengraph 'og:type', 'article'
|
||||
= opengraph 'og:title', "#{display_name(@account)} (@#{@account.local_username_and_domain})"
|
||||
= opengraph 'og:title', "#{display_name(@account)} (#{acct(@account)})"
|
||||
= opengraph 'og:url', short_account_status_url(@account, @status)
|
||||
|
||||
= render 'og_description', activity: @status
|
||||
|
|
|
@ -14,4 +14,4 @@ fa:
|
|||
status:
|
||||
attributes:
|
||||
reblog:
|
||||
taken: نوشتهها وجود دارند
|
||||
taken: تا از وضعیتها هنوز وجود دارند
|
||||
|
|
|
@ -11,6 +11,7 @@ ar:
|
|||
apps: تطبيقات الأجهزة المحمولة
|
||||
apps_platforms: استخدم ماستدون على iOS وأندرويد وأنظمة أخرى
|
||||
browse_directory: تصفح دليل الصفحات التعريفية وصفّي بحسب الإهتمام
|
||||
browse_local_posts: تصفح تيارًا مباشرًا مِن منشورات للعامة على هذا الخادم
|
||||
browse_public_posts: تصفح تيارًا مباشرًا مِن منشورات عامة على ماستدون
|
||||
contact: للتواصل معنا
|
||||
contact_missing: لم يتم تعيينه
|
||||
|
@ -206,11 +207,13 @@ ar:
|
|||
change_email_user: غيّر %{name} عنوان البريد الإلكتروني للمستخدم %{target}
|
||||
confirm_user: "%{name} قد قام بتأكيد عنوان البريد الإلكتروني لـ %{target}"
|
||||
create_account_warning: قام %{name} بإرسال تحذير إلى %{target}
|
||||
create_announcement: قام %{name} بإنشاء إعلان جديد %{target}
|
||||
create_custom_emoji: "%{name} قام برفع إيموجي جديد %{target}"
|
||||
create_domain_allow: قام %{name} بإضافة النطاق %{target} إلى القائمة البيضاء
|
||||
create_domain_block: "%{name} قام بحجب نطاق %{target}"
|
||||
create_email_domain_block: "%{name} قد قام بحظر نطاق البريد الإلكتروني %{target}"
|
||||
demote_user: "%{name} قد قام بإنزال الرتبة الوظيفية لـ %{target}"
|
||||
destroy_announcement: قام %{name} بحذف الإعلان %{target}
|
||||
destroy_custom_emoji: قام %{name} بحذف الإيموجي %{target}
|
||||
destroy_domain_allow: قام %{name} بإزالة النطاق %{target} مِن القائمة البيضاء
|
||||
destroy_domain_block: "%{name} قام بإلغاء الحجب عن النطاق %{target}"
|
||||
|
@ -232,10 +235,25 @@ ar:
|
|||
unassigned_report: "%{name} تقرير غير معتمد %{target}"
|
||||
unsilence_account: لقد قام %{name} بإلغاء الكتم عن حساب %{target}
|
||||
unsuspend_account: لقد قام %{name} بإلغاء التعليق المفروض على حساب %{target}
|
||||
update_announcement: قام %{name} بتحديث الإعلان %{target}
|
||||
update_custom_emoji: "%{name} قام بتحديث الإيموجي %{target}"
|
||||
update_status: لقد قام %{name} بتحديث منشور %{target}
|
||||
deleted_status: "(منشور محذوف)"
|
||||
title: سِجلّ التفتيش و المعاينة
|
||||
announcements:
|
||||
destroyed_msg: تم حذف الإعلان بنجاح!
|
||||
edit:
|
||||
title: تعديل الإعلان
|
||||
empty: لم يتم العثور على أية إعلانات.
|
||||
live: على المباشر
|
||||
new:
|
||||
create: إنشاء إعلان
|
||||
title: إعلان جديد
|
||||
published_msg: تم نشر الإعلان بنجاح!
|
||||
scheduled_msg: تمت جدولة نشر الإعلان!
|
||||
title: الإعلانات
|
||||
unpublished_msg: تم إلغاء نشر الإعلان بنجاح!
|
||||
updated_msg: تم تحديث الإعلان بنجاح!
|
||||
custom_emojis:
|
||||
assign_category: اسند فئة
|
||||
by_domain: النطاق
|
||||
|
@ -381,6 +399,8 @@ ar:
|
|||
title: الدعوات
|
||||
pending_accounts:
|
||||
title: الحسابات المعلقة (%{count})
|
||||
relationships:
|
||||
title: علاقات %{acct}
|
||||
relays:
|
||||
add_new: إضافة مُرحّل جديد
|
||||
delete: حذف
|
||||
|
@ -635,6 +655,9 @@ ar:
|
|||
hint_html: "<strong>توصية:</strong> لن نطلب منك ثانية كلمتك السرية في غضون الساعة اللاحقة."
|
||||
invalid_password: الكلمة السرية خاطئة
|
||||
prompt: أكِّد الكلمة السرية للمواصلة
|
||||
date:
|
||||
formats:
|
||||
default: "%d %b %Y"
|
||||
datetime:
|
||||
distance_in_words:
|
||||
about_x_hours: "%{count}سا"
|
||||
|
@ -706,6 +729,7 @@ ar:
|
|||
add_new: أضف واحدًا جديدا
|
||||
filters:
|
||||
contexts:
|
||||
account: الملفات التعريفية
|
||||
home: الخيط الزمني الرئيسي
|
||||
notifications: الإخطارات
|
||||
public: الخيوط الزمنية العامة
|
||||
|
@ -730,6 +754,7 @@ ar:
|
|||
all: الكل
|
||||
changes_saved_msg: تم حفظ التعديلات بنجاح!
|
||||
copy: نسخ
|
||||
delete: احذف
|
||||
order_by: ترتيب بحسب
|
||||
save_changes: حفظ التغييرات
|
||||
validation_errors:
|
||||
|
@ -896,11 +921,15 @@ ar:
|
|||
other: إعدادات أخرى
|
||||
posting_defaults: التفضيلات الافتراضية لنشر التبويقات
|
||||
public_timelines: الخيوط الزمنية العامة
|
||||
reactions:
|
||||
errors:
|
||||
unrecognized_emoji: لم يتم التعرف على أنه إيموجي
|
||||
relationships:
|
||||
activity: نشاط الحساب
|
||||
dormant: في سبات
|
||||
followers: المتابِعون
|
||||
following: يُتابِع
|
||||
invited: مَدعُوّ
|
||||
last_active: آخر نشاط
|
||||
most_recent: الأحدث
|
||||
moved: هاجر
|
||||
|
|
|
@ -6,18 +6,23 @@ ast:
|
|||
about_this: Tocante a
|
||||
administered_by: 'Alministráu por:'
|
||||
api: API
|
||||
browse_directory: Restola nun direutoriu de perfiles y peñera polos intereses
|
||||
apps: Aplicaciones pa móviles
|
||||
apps_platforms: Usa Mastodon dende Android, iOS y otres plataformes
|
||||
contact: Contautu
|
||||
contact_missing: Nun s'afitó
|
||||
contact_unavailable: N/D
|
||||
discover_users: Descubri usuarios
|
||||
discover_users: Usuarios nuevos
|
||||
documentation: Documentación
|
||||
federation_hint_html: Con una cuenta en %{instance} vas ser a siguir a persones de cualesquier sirvidor de Mastodon y más.
|
||||
get_apps: En preseos móviles
|
||||
hosted_on: Mastodon ta agospiáu en %{domain}
|
||||
learn_more: Deprender más
|
||||
privacy_policy: Política de privacidá
|
||||
server_stats: 'Estadístiques del sirvidor:'
|
||||
source_code: Códigu fonte
|
||||
status_count_after:
|
||||
one: estáu
|
||||
other: estaos
|
||||
status_count_before: Que crearon
|
||||
tagline: Sigui a persones y conoz a más
|
||||
terms: Términos del serviciu
|
||||
|
@ -30,6 +35,7 @@ ast:
|
|||
user_count_before: Ye'l llar de
|
||||
what_is_mastodon: "¿Qué ye Mastodon?"
|
||||
accounts:
|
||||
featured_tags_hint: Pues destacar etiquetes específiques que van amosase equí.
|
||||
followers:
|
||||
one: Siguidor
|
||||
other: Siguidores
|
||||
|
@ -63,6 +69,7 @@ ast:
|
|||
local: Llocal
|
||||
title: Allugamientu
|
||||
protocol: Protocolu
|
||||
reject: Refugar
|
||||
reject_all: Refugar too
|
||||
resend_confirmation:
|
||||
already_confirmed: Esti usuariu yá ta confirmáu
|
||||
|
@ -72,13 +79,16 @@ ast:
|
|||
moderator: Llendador
|
||||
user: Usuariu
|
||||
statuses: Estaos
|
||||
time_in_queue: Esperando na cola %{time}
|
||||
title: Cuentes
|
||||
username: Nome d'usuariu
|
||||
web: Web
|
||||
action_logs:
|
||||
actions:
|
||||
create_account_warning: "%{name} unvió una alvertencia a %{target}"
|
||||
create_announcement: "%{name} creó un anunciu %{target}"
|
||||
create_domain_block: "%{name} bloquió'l dominiu %{target}"
|
||||
destroy_announcement: "%{name} desanició l'anunciu %{target}"
|
||||
disable_custom_emoji: "%{name} desactivó'l fustaxe %{target}"
|
||||
disable_user: "%{name} desactivó l'aniciu de sesión del usuariu %{target}"
|
||||
enable_custom_emoji: "%{name} activó'l fustaxe %{target}"
|
||||
|
@ -89,6 +99,14 @@ ast:
|
|||
resolve_report: "%{name} resolvió l'informe de %{target}"
|
||||
silence_account: "%{name} silenció la cuenta de %{target}"
|
||||
suspend_account: "%{name} suspendió la cuenta de %{target}"
|
||||
update_announcement: "%{name} anovó l'anunciu %{target}"
|
||||
update_custom_emoji: "%{name} anovo'l fustaxe %{target}"
|
||||
announcements:
|
||||
destroyed_msg: "¡L'anunciu desanicióse con ésitu!"
|
||||
new:
|
||||
title: Anunciu nuevu
|
||||
published_msg: "¡L'anunciu espublizóse con ésitu!"
|
||||
title: Anuncios
|
||||
custom_emojis:
|
||||
by_domain: Dominiu
|
||||
copy_failed_msg: Nun pudo facese una copia llocal d'esi fustaxe
|
||||
|
@ -117,10 +135,16 @@ ast:
|
|||
available: Disponible
|
||||
expired: Caducó
|
||||
title: Invitaciones
|
||||
pending_accounts:
|
||||
title: Cuentes pendientes (%{count})
|
||||
relays:
|
||||
save_and_enable: Guardar y activar
|
||||
status: Estáu
|
||||
reports:
|
||||
account:
|
||||
reports:
|
||||
one: "%{count} informe"
|
||||
other: "%{count} informes"
|
||||
are_you_sure: "¿De xuru?"
|
||||
status: Estáu
|
||||
settings:
|
||||
|
@ -148,6 +172,8 @@ ast:
|
|||
body: 'Güei la etiqueta #%{name} ye tendencia pero nun se revisó anteriormente. Nun va amosase públicamente a nun ser que lo permitas o guardes el formulariu como ta pa nun saber más d''ello.'
|
||||
appearance:
|
||||
advanced_web_interface: Interfaz web avanzada
|
||||
advanced_web_interface_hint: 'Si quies asegúrate de que s''use tol anchor de la pantalla, la interfaz web avanzada permítete configurar munches columnes estremaes pa ver tanta información al empar como quieras: Aniciu, avisos, llinia temporal federada, cualesquier cantidá de llistes y etiquetes...'
|
||||
animations_and_accessibility: Animaciones y accesibilidá
|
||||
confirmation_dialogs: Diálogos de confirmación
|
||||
discovery: Descubrición
|
||||
localization:
|
||||
|
@ -189,15 +215,19 @@ ast:
|
|||
half_a_minute: Púramente agora
|
||||
less_than_x_seconds: Púramente agora
|
||||
deletes:
|
||||
challenge_not_passed: La información qu'introduxesti nun yera correuta
|
||||
confirm_password: Introduz la contraseña pa verificar la to identidá
|
||||
warning:
|
||||
email_contact_html: Si entá nun aportó, pues unviar un corréu a<a href="mailto:%{email}">%{email}</a> pa más ayuda
|
||||
more_details_html: Pa más detalles, mira la <a href="%{terms_path}">política de privacidá</a>.
|
||||
directories:
|
||||
explanation: y descubri a usuarios según los sos intereses
|
||||
explore_mastodon: Esplora %{title}
|
||||
errors:
|
||||
'400': The request you submitted was invalid or malformed.
|
||||
'403': Nun tienes permisu pa ver esta páxina.
|
||||
'404': La páxina que tabes guetando nun ta equí.
|
||||
'406': This page is not available in the requested format.
|
||||
'406': Esta páxina nun ta disponible nel formatu solicitáu.
|
||||
'410': La páxina que tabes guetando yá nun esiste.
|
||||
'422':
|
||||
content: Falló la verificación de seguranza. ¿Tas bloquiando les cookies?
|
||||
|
@ -208,7 +238,9 @@ ast:
|
|||
exports:
|
||||
archive_takeout:
|
||||
date: Data
|
||||
download: Baxar l'archivu
|
||||
hint_html: Pues solicitar un archivu colos tos <strong>barritos y ficheros xubíos</strong>. Los datos esportaos van tar nel formatu ActivityPub, llexible pa cualesquier software que seya compatible. Pues solicitar un archivu cada 7 díes.
|
||||
in_progress: Compilando l'archivu...
|
||||
request: Solicitar l'archivu
|
||||
size: Tamañu
|
||||
blocks: Xente que bloquiesti
|
||||
|
@ -262,6 +294,7 @@ ast:
|
|||
max_uses:
|
||||
one: 1 usu
|
||||
other: "%{count} usos"
|
||||
max_uses_prompt: Nun hai llende
|
||||
prompt: Xenera y comparti enllaces con otros pa da-yos accesu a esti sirividor
|
||||
table:
|
||||
expires_at: Data de caducidá
|
||||
|
@ -276,12 +309,15 @@ ast:
|
|||
too_many: Nun puen axuntase más de 4 ficheros
|
||||
migrations:
|
||||
acct: nome_usuariu@dominiu de la cuenta nueva
|
||||
incoming_migrations: Mudase dende otra cuenta
|
||||
warning:
|
||||
followers: Esta aición va mover tolos siguidores de la cuenta actual a la nueva
|
||||
notification_mailer:
|
||||
digest:
|
||||
body: Equí hai un resume de los mensaxes que nun viesti dende la última visita'l %{since}
|
||||
mention: "%{name} mentóte en:"
|
||||
favourite:
|
||||
title: Favoritu nuevu
|
||||
follow:
|
||||
body: "¡Agora %{name} ta siguiéndote!"
|
||||
title: Siguidor nuevu
|
||||
|
@ -318,10 +354,16 @@ ast:
|
|||
no_account_html: "¿Nun tienes una cuenta? Pues <a href='%{sign_up_path}' target='_blank'>rexistrate equí</a>"
|
||||
proceed: Siguir
|
||||
prompt: 'Vas siguir a:'
|
||||
reason_html: "<strong>¿Por qué esti pasu ye precisu?</strong> <code>%{instance}</code> seique nun seya'l sirvidor onde tas rexistráu, polo que precisamos redirixite primero al de to."
|
||||
remote_interaction:
|
||||
favourite:
|
||||
proceed: Siguir
|
||||
prompt: 'Quies marcar esti barritu como favoritu:'
|
||||
reblog:
|
||||
proceed: Siguir
|
||||
prompt: 'Quies compartir esti barritu:'
|
||||
reply:
|
||||
proceed: Siguir
|
||||
prompt: 'Quies responder a esti barritu:'
|
||||
sessions:
|
||||
browser: Restolador
|
||||
|
@ -358,9 +400,12 @@ ast:
|
|||
windows: Windows
|
||||
windows_mobile: Windows Mobile
|
||||
windows_phone: Windows Phone
|
||||
revoke: Revocar
|
||||
revoke_success: La sesión revocóse con esitu
|
||||
title: Sesiones
|
||||
settings:
|
||||
account: Cuenta
|
||||
account_settings: Axustes de la cuenta
|
||||
appearance: Aspeutu
|
||||
authorized_apps: Aplicaciones autorizaes
|
||||
back: Volver a Mastodon
|
||||
|
@ -374,6 +419,8 @@ ast:
|
|||
preferences: Preferencies
|
||||
profile: Perfil
|
||||
two_factor_authentication: Autenticación en dos pasos
|
||||
spam_check:
|
||||
spam_detected: Esto ye un informe automatizáu. Deteutóse spam.
|
||||
statuses:
|
||||
attached:
|
||||
image:
|
||||
|
@ -401,7 +448,7 @@ ast:
|
|||
visibilities:
|
||||
private: Namái siguidores
|
||||
private_long: Namái s'amuesen a los siguidores
|
||||
public_long: Tol mundu los puen ver
|
||||
public_long: Tol mundu puen velos
|
||||
unlisted: Nun llistar
|
||||
unlisted_long: Tol mundu puen velos pero nun se llisten nes llinies temporales públiques
|
||||
stream_entries:
|
||||
|
@ -411,7 +458,9 @@ ast:
|
|||
tags:
|
||||
does_not_match_previous_name: nun concasa col nome anterior
|
||||
themes:
|
||||
contrast: Contraste altu
|
||||
default: Mastodon
|
||||
mastodon-light: Claridá
|
||||
two_factor_authentication:
|
||||
code_hint: Introduz el códigu xeneráu pola aplicación autenticadora pa confirmar
|
||||
disable: Desactivar
|
||||
|
|
|
@ -232,6 +232,7 @@ ca:
|
|||
deleted_status: "(tut esborrat)"
|
||||
title: Registre d'auditoria
|
||||
announcements:
|
||||
destroyed_msg: L’anunci s’ha esborrat amb èxit!
|
||||
edit:
|
||||
title: Edita l'anunci
|
||||
empty: No s'ha trobat cap anunci.
|
||||
|
@ -239,9 +240,12 @@ ca:
|
|||
new:
|
||||
create: Crea un anunci
|
||||
title: Nou anunci
|
||||
published: Publicat
|
||||
time_range: Interval de temps
|
||||
published_msg: L’anunci s’ha publicat amb èxit!
|
||||
scheduled_for: Programat per a %{time}
|
||||
scheduled_msg: Anunci programat per a ser publicat!
|
||||
title: Anuncis
|
||||
unpublished_msg: L’anunci s’ha despublicat amb èxit!
|
||||
updated_msg: L'anunci s'ha actualitzat correctament!
|
||||
custom_emojis:
|
||||
assign_category: Assigna una categoria
|
||||
by_domain: Domini
|
||||
|
@ -776,7 +780,6 @@ ca:
|
|||
changes_saved_msg: Els canvis s'han desat correctament!
|
||||
copy: Copia
|
||||
delete: Esborra
|
||||
edit: Edita
|
||||
no_batch_actions_available: Cap accions de lot disponibles en aquesta pàgina
|
||||
order_by: Ordena per
|
||||
save_changes: Desa els canvis
|
||||
|
@ -950,6 +953,7 @@ ca:
|
|||
public_timelines: Línies de temps públiques
|
||||
reactions:
|
||||
errors:
|
||||
limit_reached: Límit de diferents reaccions assolit
|
||||
unrecognized_emoji: no és un emoji reconegut
|
||||
relationships:
|
||||
activity: Activitat del compte
|
||||
|
@ -1083,6 +1087,7 @@ ca:
|
|||
other: "%{count} vots"
|
||||
vote: Vota
|
||||
show_more: Mostra'n més
|
||||
show_thread: Mostra el fil
|
||||
sign_in_to_participate: Inicia la sessió per participar a la conversa
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
|
|
|
@ -232,6 +232,7 @@ co:
|
|||
deleted_status: "(statutu sguassatu)"
|
||||
title: Ghjurnale d’audit
|
||||
announcements:
|
||||
destroyed_msg: Annunziu sguassatu!
|
||||
edit:
|
||||
title: Mudificà annunzii
|
||||
empty: Manc'un annunziu trovu.
|
||||
|
@ -239,9 +240,12 @@ co:
|
|||
new:
|
||||
create: Creà un'annunziu
|
||||
title: Novu annunziu
|
||||
published: Pubblicatu
|
||||
time_range: Intervallu di tempu
|
||||
published_msg: Annunziu pubblicatu!
|
||||
scheduled_for: Prugrammatu per %{time}
|
||||
scheduled_msg: Annunziu prugrammatu per pubblicazione!
|
||||
title: Annunzii
|
||||
unpublished_msg: Annunziu piattatu!
|
||||
updated_msg: Annunziu mudificatu!
|
||||
custom_emojis:
|
||||
assign_category: Aghjunghje categuria
|
||||
by_domain: Duminiu
|
||||
|
@ -776,7 +780,6 @@ co:
|
|||
changes_saved_msg: Cambiamenti salvati!
|
||||
copy: Cupià
|
||||
delete: Sguassà
|
||||
edit: Mudificà
|
||||
no_batch_actions_available: Alcun'azzione di gruppu nant'à sta pagina
|
||||
order_by: Urdinà da
|
||||
save_changes: Salvà e mudificazione
|
||||
|
@ -950,6 +953,7 @@ co:
|
|||
public_timelines: Linee pubbliche
|
||||
reactions:
|
||||
errors:
|
||||
limit_reached: Limita di reazzione sfarente tocca
|
||||
unrecognized_emoji: ùn hè micca un'emoji ricunisciuta
|
||||
relationships:
|
||||
activity: Attività di u contu
|
||||
|
@ -1083,6 +1087,7 @@ co:
|
|||
other: "%{count} voti"
|
||||
vote: Vutà
|
||||
show_more: Vede di più
|
||||
show_thread: Vede u filu
|
||||
sign_in_to_participate: Cunnettatevi per participà à a cunversazione
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
|
|
|
@ -206,11 +206,13 @@ cs:
|
|||
change_email_user: Uživatel %{name} změnil e-mailovou adresu uživatele %{target}
|
||||
confirm_user: Uživatel %{name} potvrdil e-mailovou adresu uživatele %{target}
|
||||
create_account_warning: Uživatel %{name} poslal varování uživateli %{target}
|
||||
create_announcement: Uživatel %{name} vytvořil nové oznámení %{target}
|
||||
create_custom_emoji: Uživatel %{name} nahrál nové emoji %{target}
|
||||
create_domain_allow: Uživatel %{name} přidal doménu %{target} na bílou listinu
|
||||
create_domain_block: Uživatel %{name} zablokoval doménu %{target}
|
||||
create_email_domain_block: Uživatel %{name} přidal e-mailovou doménu %{target} na černou listinu
|
||||
demote_user: Uživatel %{name} degradoval uživatele %{target}
|
||||
destroy_announcement: Uživatel %{name} odstranil oznámení %{target}
|
||||
destroy_custom_emoji: Uživatel %{name} zničil emoji %{target}
|
||||
destroy_domain_allow: Uživatel %{name} odebral doménu %{target} z bílé listiny
|
||||
destroy_domain_block: Uživatel %{name} odblokoval doménu %{target}
|
||||
|
@ -232,10 +234,25 @@ cs:
|
|||
unassigned_report: Uživatel %{name} odebral hlášení %{target}
|
||||
unsilence_account: Uživatel %{name} zrušil ztišení uživatele %{target}
|
||||
unsuspend_account: Uživatel %{name} zrušil pozastavení účtu uživatele %{target}
|
||||
update_announcement: Uživatel %{name} aktualizoval oznámení %{target}
|
||||
update_custom_emoji: Uživatel %{name} aktualizoval emoji %{target}
|
||||
update_status: Uživatel %{name} aktualizoval toot uživatele %{target}
|
||||
deleted_status: "(smazaný toot)"
|
||||
title: Auditovací protokol
|
||||
announcements:
|
||||
destroyed_msg: Oznámení bylo úspěšně odstraněno
|
||||
edit:
|
||||
title: Upravit oznámení
|
||||
empty: Nebyla nalezena žádná oznámení.
|
||||
new:
|
||||
create: Vytvořit oznámení
|
||||
title: Nové oznámení
|
||||
published_msg: Oznámení bylo úspěšně zveřejněno
|
||||
scheduled_for: Naplánováno na %{time}
|
||||
scheduled_msg: Zveřejnění oznámení bylo naplánováno
|
||||
title: Oznámení
|
||||
unpublished_msg: Zveřejněné oznámení bylo skryto
|
||||
updated_msg: Oznámení bylo úspěšně aktualizováno
|
||||
custom_emojis:
|
||||
assign_category: Přiřadit kategorii
|
||||
by_domain: Doména
|
||||
|
@ -384,6 +401,8 @@ cs:
|
|||
title: Pozvánky
|
||||
pending_accounts:
|
||||
title: Čekající účty (%{count})
|
||||
relationships:
|
||||
title: Vztahy uživatele %{acct}
|
||||
relays:
|
||||
add_new: Přidat nový most
|
||||
delete: Smazat
|
||||
|
@ -671,6 +690,9 @@ cs:
|
|||
hint_html: "<strong>Tip:</strong> Po dobu jedné hodiny vás o heslo nebudeme znovu žádat."
|
||||
invalid_password: Neplatné heslo
|
||||
prompt: Pokračujte potvrzením hesla
|
||||
date:
|
||||
formats:
|
||||
default: "%-d. %b %Y"
|
||||
datetime:
|
||||
distance_in_words:
|
||||
about_x_hours: "%{count} hod"
|
||||
|
@ -747,6 +769,7 @@ cs:
|
|||
hint_html: "<strong>Co jsou zvýrazněné hashtagy?</strong> Zobrazují se prominentně na vašem veřejném profilu a dovolují lidem prohlížet si vaše veřejné příspěvky konkrétně pod těmi hashtagy. Je to skvělý nástroj pro sledování kreativních děl nebo dlouhodobých projektů."
|
||||
filters:
|
||||
contexts:
|
||||
account: Profily
|
||||
home: Domovská časová osa
|
||||
notifications: Oznámení
|
||||
public: Veřejné časové osy
|
||||
|
@ -771,6 +794,7 @@ cs:
|
|||
all: Všechny
|
||||
changes_saved_msg: Změny byly úspěšně uloženy!
|
||||
copy: Kopírovat
|
||||
delete: Smazat
|
||||
no_batch_actions_available: Pro tuto stránku nejsou dostupné žádné souhrnné akce
|
||||
order_by: Seřadit podle
|
||||
save_changes: Uložit změny
|
||||
|
@ -950,6 +974,10 @@ cs:
|
|||
other: Ostatní
|
||||
posting_defaults: Výchozí možnosti psaní
|
||||
public_timelines: Veřejné časové osy
|
||||
reactions:
|
||||
errors:
|
||||
limit_reached: Dosažen limit různých reakcí
|
||||
unrecognized_emoji: není známý smajlík
|
||||
relationships:
|
||||
activity: Aktivita účtu
|
||||
dormant: Nečinné
|
||||
|
|
|
@ -214,11 +214,13 @@ cy:
|
|||
change_email_user: Newidodd %{name} gyfeiriad e-bost y defnyddiwr %{target}
|
||||
confirm_user: Cadarnhaodd %{name} gyfeiriad e-bost y defnyddiwr %{target}
|
||||
create_account_warning: Anfonwyd rhybudd i %{target} gan %{name}
|
||||
create_announcement: Wnaeth %{name} creu cyhoeddiad newydd %{target}
|
||||
create_custom_emoji: Uwchlwythodd %{name} emoji newydd %{target}
|
||||
create_domain_allow: Gwynrestrodd %{name} y parth %{target}
|
||||
create_domain_block: Blociodd %{name} y parth %{target}
|
||||
create_email_domain_block: Cosbrestrwyd parth e-bost %{target} gan %{name}
|
||||
demote_user: Diraddiodd %{name} y defnyddiwr %{target}
|
||||
destroy_announcement: Wnaeth %{name} dileu cyhoeddiad newydd %{target}
|
||||
destroy_custom_emoji: Dinistriodd %{name} emoji %{target}
|
||||
destroy_domain_allow: Tynnodd %{name} parth %{target} o'r gwynrestr
|
||||
destroy_domain_block: Dadflociodd %{name} y parth %{target}
|
||||
|
@ -240,10 +242,26 @@ cy:
|
|||
unassigned_report: Dadbenododd %{name} adroddiad %{target}
|
||||
unsilence_account: Terfynodd %{name} dawelu cyfrif %{target}
|
||||
unsuspend_account: Terfynodd %{name} yr ataliad ar gyfrif %{target}
|
||||
update_announcement: Wnaeth %{name} diweddaru cyhoeddiad newydd %{target}
|
||||
update_custom_emoji: Diweddarodd %{name} emoji %{target}
|
||||
update_status: Diweddarodd %{name} statws gan %{target}
|
||||
deleted_status: "(statws wedi ei ddileu)"
|
||||
title: Log archwilio
|
||||
announcements:
|
||||
destroyed_msg: Cyhoeddiad wedi'i ddileu yn llwyddianus!
|
||||
edit:
|
||||
title: Golygu cyhoeddiad
|
||||
empty: Dim gyhoeddiad ar gael.
|
||||
live: Byw
|
||||
new:
|
||||
create: Creu cyhoeddiad
|
||||
title: Cyhoeddiad newydd
|
||||
published_msg: Cyhoeddiad wedi'i gyhoeddi'n llwyddianus!
|
||||
scheduled_for: Wedi'i amserlenni ar gyfer %{time}
|
||||
scheduled_msg: Cyhoeddiad wedi'i amserlenni ar gyfer cyhoeddiad!
|
||||
title: Cyhoeddiadau
|
||||
unpublished_msg: Cyhoeddiad wedi'i angyhoeddi'n llwyddianus!
|
||||
updated_msg: Cyhoeddiad wedi'i ddiweddaru yn llwyddianus!
|
||||
custom_emojis:
|
||||
assign_category: Neilltuo categori
|
||||
by_domain: Parth
|
||||
|
@ -396,6 +414,8 @@ cy:
|
|||
title: Gwahoddiadau
|
||||
pending_accounts:
|
||||
title: Cyfrifau yn aros (%{count})
|
||||
relationships:
|
||||
title: Perthnasau %{acct}
|
||||
relays:
|
||||
add_new: Ychwanegau relái newydd
|
||||
delete: Dileu
|
||||
|
@ -687,6 +707,9 @@ cy:
|
|||
hint_html: "<strong>Awgrym:</strong> Ni fyddwn yn gofyn i chi am eich cyfrinair eto am yr awr nesaf."
|
||||
invalid_password: Cyfrinair annilys
|
||||
prompt: Cadarnhewch gyfrinair i barhau
|
||||
date:
|
||||
formats:
|
||||
default: "%b %d, %Y"
|
||||
datetime:
|
||||
distance_in_words:
|
||||
about_x_hours: "%{count}awr"
|
||||
|
@ -763,6 +786,7 @@ cy:
|
|||
hint_html: "<strong>Beth yw hashnodau nodedig?</strong> Mae'r rhain yn cael ei arddangos yn amlwg ar eich proffil cyhoeddus ac yn gadael i bobl pori eich pyst cyhoeddus o dan y hashnodau rhain yn benodol. Rydynt yn declyn grêt ar gyfer tracio gweithiau creadigol neu brosiectau hir-dymor."
|
||||
filters:
|
||||
contexts:
|
||||
account: Proffilau
|
||||
home: Ffrwd gartref
|
||||
notifications: Hysbysiadau
|
||||
public: Ffrwd gyhoeddus
|
||||
|
@ -787,6 +811,7 @@ cy:
|
|||
all: Popeth
|
||||
changes_saved_msg: Llwyddwyd i gadw y newidiadau!
|
||||
copy: Copïo
|
||||
delete: Dileu
|
||||
no_batch_actions_available: Dim gweithredau llwyth ar gael ar y dudalen hon
|
||||
order_by: Trefnu wrth
|
||||
save_changes: Cadw newidiadau
|
||||
|
@ -974,11 +999,16 @@ cy:
|
|||
other: Arall
|
||||
posting_defaults: Rhagosodiadau postio
|
||||
public_timelines: Ffrydau gyhoeddus
|
||||
reactions:
|
||||
errors:
|
||||
limit_reached: Cyfwng o ymatebion wahanol wedi'i cyrraedd
|
||||
unrecognized_emoji: ddim yn emoji adnabyddwy
|
||||
relationships:
|
||||
activity: Gweithgareddau cyfrif
|
||||
dormant: Segur
|
||||
followers: Dilynwyr
|
||||
following: Yn dilyn
|
||||
invited: Wedi gwahodd
|
||||
last_active: Gweithred ddiwethaf
|
||||
most_recent: Yn diweddaraf
|
||||
moved: Wedi symud
|
||||
|
|
|
@ -232,6 +232,7 @@ de:
|
|||
deleted_status: "(gelöschter Beitrag)"
|
||||
title: Überprüfungsprotokoll
|
||||
announcements:
|
||||
destroyed_msg: Ankündigung erfolgreich gelöscht!
|
||||
edit:
|
||||
title: Ankündigung bearbeiten
|
||||
empty: Keine Ankündigungen gefunden.
|
||||
|
@ -239,9 +240,12 @@ de:
|
|||
new:
|
||||
create: Ankündigung erstellen
|
||||
title: Neue Ankündigung
|
||||
published: Veröffentlicht
|
||||
time_range: Zeitraum
|
||||
published_msg: Ankündigung erfolgreich erstellt!
|
||||
scheduled_for: Geplant für %{time}
|
||||
scheduled_msg: Ankündigung ist zur Veröffentlichung vorgemerkt!
|
||||
title: Ankündigungen
|
||||
unpublished_msg: Ankündigung ist jetzt nicht mehr sichtbar!
|
||||
updated_msg: Ankündigung erfolgreich geändert!
|
||||
custom_emojis:
|
||||
assign_category: Kategorie zuweisen
|
||||
by_domain: Domain
|
||||
|
@ -776,7 +780,6 @@ de:
|
|||
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
|
||||
|
@ -1084,6 +1087,7 @@ de:
|
|||
other: "%{count} Stimmen"
|
||||
vote: Abstimmen
|
||||
show_more: Mehr anzeigen
|
||||
show_thread: Zeige Konversation
|
||||
sign_in_to_participate: Melde dich an, um an der Konversation teilzuhaben
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
|
|
|
@ -70,6 +70,7 @@ ar:
|
|||
signed_up: أهلا وسهلا! تم تسجيل دخولك بنجاح.
|
||||
signed_up_but_inactive: لقد تمت عملية إنشاء حسابك بنجاح إلاّ أنه لا يمكننا تسجيل دخولك إلاّ بعد قيامك بتفعيله.
|
||||
signed_up_but_locked: لقد تم تسجيل حسابك بنجاح إلّا أنه لا يمكنك تسجيل الدخول لأن حسابك مجمد.
|
||||
signed_up_but_pending: لقد تم إرسال رسالة تحتوي على رابط للتفعيل إلى عنوان بريدك الإلكتروني. بالضغط على الرابط سوف نقوم بمراجعة طلبك. سنقوم بإشعارك إن حظيت بالموافقة.
|
||||
signed_up_but_unconfirmed: لقد تم إرسال رسالة تحتوي على رابط للتفعيل إلى عنوان بريدك الإلكتروني. بالضغط على الرابط سوف يتم تفعيل حسابك. لذا يُرجى إلقاء نظرة على ملف الرسائل غير المرغوب فيها إنْ لم تَعثُر على الرسالة السالفة الذِكر.
|
||||
update_needs_confirmation: لقد قمت بتحديث حسابك بنجاح إلا أنه يجب علينا التأكد من صحة عنوان بريدك الإلكتروني الجديد. يرجى الإطلاع على بريدك و اتباع الرابط الذي تلقيتَه لتأكيد عنوان بريدك الإلكتروني الجديد. إن لم تتلقى تلك الرسالة ، ندعوك إلى تفقُّد مجلد البريد المزعج.
|
||||
updated: تم تحديث حسابك بنجاح.
|
||||
|
|
|
@ -3,15 +3,15 @@ fa:
|
|||
devise:
|
||||
confirmations:
|
||||
confirmed: نشانی ایمیل شما با موفقیت تأیید شد.
|
||||
send_instructions: تا دقایقی دیگر ایمیلی خواهید گرفت که به شما میگوید چگونه باید نشانی ایمیل خود را تأیید کنید.
|
||||
send_paranoid_instructions: اگر ایمیل شما در پایگاه دادهٔ ما موجود باشد، تا دقایقی دیگر ایمیلی خواهید گرفت که به شما میگوید چگونه باید نشانی ایمیل خود را تأیید کنید.
|
||||
send_instructions: تا دقایقی دیگر ایمیلی خواهید گرفت که به شما میگوید چگونه باید نشانی ایمیل خود را تأیید کنید. اگر این ایمیل نیامد، لطفاً پوشهٔ هرزنامههایتان را بررسی کنید.
|
||||
send_paranoid_instructions: اگر ایمیل شما در پایگاه دادهٔ ما موجود باشد، تا دقایقی دیگر ایمیلی خواهید گرفت که به شما میگوید چگونه باید نشانی ایمیل خود را تأیید کنید. اگر این ایمیل نیامد، لطفاً پوشهٔ هرزنامههایتان را بررسی کنید.
|
||||
failure:
|
||||
already_authenticated: شما الان هم وارد سیستم هستید.
|
||||
already_authenticated: همین الآن هم وارد شدهاید.
|
||||
inactive: حساب شما هنوز فعال نشده است.
|
||||
invalid: خطای %{authentication_keys} یا رمز نامعتبر.
|
||||
invalid: "%{authentication_keys} یا رمز نامعتبر."
|
||||
last_attempt: پیش از آن که حساب شما قفل شود، یک فرصت دیگر دارید.
|
||||
locked: حساب شما قفل شده است.
|
||||
not_found_in_database: خطای %{authentication_keys} یا رمز نامعتبر.
|
||||
not_found_in_database: "%{authentication_keys} یا رمز نامعتبر."
|
||||
pending: حساب شما همچنان در دست بررسی است.
|
||||
timeout: مهلت این ورود شما به سر رسید. برای ادامه، دوباره وارد شوید.
|
||||
unauthenticated: برای ادامه باید وارد شوید یا ثبت نام کنید.
|
||||
|
@ -22,18 +22,18 @@ fa:
|
|||
action_with_app: تأیید و بازگشت به %{app}
|
||||
explanation: شما با این نشانی ایمیل حسابی در %{host} باز کردهاید. با یک کلیک میتوانید این حساب را فعال کنید. اگر شما چنین کاری نکردید، لطفاً این ایمیل را نادیده بگیرید.
|
||||
explanation_when_pending: شما با این نشانی ایمیل برای %{host} درخواست دعوتنامه دادهاید. اگر ایمیل خود را تأیید کنید، ما درخواست شما را بررسی خواهیم کرد. تا وقتی بررسی تمام نشده، شما نمیتوانید به حساب خود وارد شوید. اگر درخواست شما رد شود، ما اطلاعاتی را که از شما داریم پاک خواهیم کرد پس نیازی به کاری از سمت شما نخواهد بود. اگر شما چنین درخواستی ندادهاید، لطفاً این ایمیل را نادیده بگیرید.
|
||||
extra_html: لطفاً همچنین <a href="%{terms_path}">قانونهای این سرور</a> و <a href="%{policy_path}">شرایط کاربری</a> آن را ببینید.
|
||||
subject: 'ماستدون: راهنمایی برای تأیید %{instance}'
|
||||
extra_html: لطفاً همچنین <a href="%{terms_path}">قوانین کارساز</a> و <a href="%{policy_path}">شرایط خدمتمان</a> را بررسی کنید.
|
||||
subject: 'ماستودون: دستورالعمل تأیید برای %{instance}'
|
||||
title: تأیید نشانی ایمیل
|
||||
email_changed:
|
||||
explanation: 'نشانی ایمیل حساب شما تغییر میکند به:'
|
||||
extra: اگر شما ایمیل خود را عوض نکردید، شاید کسی به حساب شما دسترسی پیدا کرده است. در این صورت لطفاً هر چه زودتر رمز حسابتان را عوض کنید. اگر رمزتان دیگر کار نمیکند، لطفاً با مدیر سرور تماس بگیرید.
|
||||
subject: 'ماستدون: نشانی ایمیل عوض شد'
|
||||
subject: 'ماستودون: نشانی ایمیل عوض شد'
|
||||
title: نشانی ایمیل تازه
|
||||
password_change:
|
||||
explanation: رمز حساب شما تغییر کرد.
|
||||
extra: اگر شما رمز حسابتان را تغییر ندادید، شاید کسی به حساب شما دسترسی پیدا کرده است. در این صورت لطفاً هر چه زودتر رمز حسابتان را عوض کنید. اگر رمزتان دیگر کار نمیکند، لطفاً با مدیر سرور تماس بگیرید.
|
||||
subject: 'ماستدون: رمزتان عوض شد'
|
||||
subject: 'ماستودون: رمزتان عوض شد'
|
||||
title: رمزتان عوض شد
|
||||
reconfirmation_instructions:
|
||||
explanation: نشانی تازه را تأیید کنید تا ایمیلتان عوض شود.
|
||||
|
@ -44,47 +44,47 @@ fa:
|
|||
action: تغییر رمز
|
||||
explanation: شما رمز تازهای برای حسابتان درخواست کردید.
|
||||
extra: اگر شما چنین درخواستی نکردید، لطفاً این ایمیل را نادیده بگیرید. تا زمانی که شما پیوند بالا را باز نکنید و رمز تازهای نسازید، رمز شما عوض نخواهد شد.
|
||||
subject: 'ماستدون: راهنمایی برای بازنشانی رمز'
|
||||
subject: 'ماستودون: راهنمایی برای بازنشانی رمز'
|
||||
title: بازنشانی رمز
|
||||
two_factor_disabled:
|
||||
explanation: ورود دومرحلهای برای حساب شما غیرفعال شده است. از الان میتوانید تنها با نشانی ایمیل و رمز وارد حساب خود شوید.
|
||||
subject: 'ماستدون: ورود دومرحلهای فعال نیست'
|
||||
subject: 'ماستودون: تأیید هویت دو مرحلهای از کار افتاد'
|
||||
title: ورود دومرحلهای غیرفعال
|
||||
two_factor_enabled:
|
||||
explanation: ورود دومرحلهای برای حساب شما فعال شده است. برای ورود به کدی نیاز خواهید داشت که نرمافزار TOTP از پیش تنظیم شده برایتان میسازد.
|
||||
subject: 'ماستدون: ورود دومرحلهای فعال است'
|
||||
subject: 'ماستودون: تأیید هویت دومرحلهای به کار افتاد'
|
||||
title: ورود دومرحلهای فعال
|
||||
two_factor_recovery_codes_changed:
|
||||
explanation: کدهای بازیابی قبلی نامعتبر شدهاند و کدهای تازهای ساخته شدهاند.
|
||||
subject: 'ماستدون: کدهای بازیابی برای ورود دومرحلهای دوباره ساخته شدند'
|
||||
title: کدهای ورود دومرحلهای تغییر کرد
|
||||
explanation: کدهای بازیابی پیشین نامعتبر شده و کدهای جدیدی ساخته شدند.
|
||||
subject: 'ماستودون: کدهای بازیابی برای تأیید هویت دو مرحلهای دوباره ساخته شدند'
|
||||
title: کدهای بازیابی تأیید هویت دو مرحلهای عوض شدهاند
|
||||
unlock_instructions:
|
||||
subject: 'ماستدون: راهنمایی برای بازکردن قفل'
|
||||
subject: 'ماستودون: دستورالعملهای قفلگشایی'
|
||||
omniauth_callbacks:
|
||||
failure: تصدیق اعتبار شما از راه %{kind} انجام نشد زیرا "%{reason}".
|
||||
success: تصدیق اعتبار شما از %{kind} با موفقیت انجام شد.
|
||||
failure: تآیید هویتتان از %{kind} نتوانست انجام شود چرا که «%{reason}».
|
||||
success: تأیید هویت از حساب %{kind} با موفقیت انجام شد.
|
||||
passwords:
|
||||
no_token: این صفحه را تنها از راه یک ایمیل بازنشانی رمز میشود دید. اگر از چنین ایمیلی میآیید، لطفاً مطمئن شوید که نشانی موجود در ایمیل را کامل به کار بردهاید.
|
||||
send_instructions: اگر ایمیل شما در پایگاه دادهٔ ما موجود باشد، تا دقایقی دیگر یک ایمیل بازیابی رمز دریافت خواهید کرد.
|
||||
send_paranoid_instructions: اگر ایمیل شما در پایگاه دادهٔ ما موجود باشد، تا دقایقی دیگر یک ایمیل بازیابی رمز دریافت خواهید کرد.
|
||||
send_instructions: اگر ایمیل شما در پایگاه دادهٔ ما موجود باشد، تا دقایقی دیگر یک ایمیل بازیابی رمز دریافت خواهید کرد. اگر این ایمیل نیامد، لطفاً پوشهٔ هرزنامههایتان را بررسی کنید.
|
||||
send_paranoid_instructions: اگر ایمیل شما در پایگاه دادهٔ ما موجود باشد، تا دقایقی دیگر یک ایمیل بازیابی رمز دریافت خواهید کرد. اگر این ایمیل نیامد، لطفاً پوشهٔ هرزنامههایتان را بررسی کنید.
|
||||
updated: رمز شما با موفقیت تغییر کرد. شما الان وارد سیستم هستید.
|
||||
updated_not_active: رمز شما با موفقیت تغییر کرد.
|
||||
registrations:
|
||||
destroyed: بدرود! حساب شما با موفقیت لغو شد. امیدواریم دوباره شما را ببینیم.
|
||||
signed_up: خوش آمدید! شما با موفقیت ثبت نام کردید.
|
||||
signed_up_but_inactive: خوش آمدید! شما با موفقیت ثبت نام کردید. ولی هنوز وارد سیستم نیستید زیرا حساب شما هنوز فعال نیست.
|
||||
signed_up_but_locked: خوش آمدید! شما با موفقیت ثبت نام کردید. ولی هنوز وارد سیستم نیستید زیرا حساب شما قفل شده است.
|
||||
signed_up_but_inactive: خوش آمدید! با موفقیت ثبت نام کردید. ولی هنوز وارد نشدهاید؛ چرا که حسابتان هنوز فعال نشده است.
|
||||
signed_up_but_locked: خوش آمدید! با موفقیت ثبت نام کردید. ولی هنوز وارد نشدهاید؛ چرا که حسابتان قفل است.
|
||||
signed_up_but_pending: پیغامی که دارای یک پیوند برای تأیید است به نشانی ایمیل شما فرستاده شده. پس از اینکه پیوند را باز کردید، ما درخواست شما را بررسی خواهیم کرد. اگر درخواست شما پذیرفته شود، به شما خواهیم گفت.
|
||||
signed_up_but_unconfirmed: یک پیغام برای تأیید به نشانی ایمیل شما فرستاده شده. لطفاً پیوند موجود در ایمیل را دنبال کنید تا حسابتان فعال شود.
|
||||
update_needs_confirmation: شما با موفقیت حسابتان را بهروز کردید، ولی لازم است که ما نشانی ایمیل تازهٔ شما را تأیید کنیم. لطفاً ایمیل خود را ببینید و پیوند موجود در ایمیل را دنبال کنید تا تا نشانی ایمیل تازهٔ شما تأیید شود.
|
||||
updated: حساب شما با موفقبت بهروز شد.
|
||||
signed_up_but_unconfirmed: پیامی با یک پیوند تأیید به نشانی ایمیل شما فرستاده شده. لطفاً پیوند موجود در ایمیل را دنبال کنید تا حسابتان فعال شود. اگر این ایمیل نیامد، لطفاً پوشهٔ هرزنامههایتان را بررسی کنید.
|
||||
update_needs_confirmation: شما با موفقیت حسابتان را بهروز کردید، ولی لازم است که ما نشانی ایمیل تازهٔ شما را تأیید کنیم. لطفاً ایمیل خود را ببینید و پیوند موجود در ایمیل را دنبال کنید تا تا نشانی ایمیل تازهٔ شما تأیید شود. اگر این ایمیل نیامد، لطفاً پوشهٔ هرزنامههایتان را بررسی کنید.
|
||||
updated: حسابتان با موفقبت بهروز شد.
|
||||
sessions:
|
||||
already_signed_out: با موفقیت خارج شدید.
|
||||
signed_in: با موفقیت وارد شدید.
|
||||
signed_out: با موفقیت خارج شدید.
|
||||
unlocks:
|
||||
send_instructions: تا دقایقی دیگر ایمیلی خواهید گرفت که به شما میگوید چگونه باید قفل حساب خود را باز کنید.
|
||||
send_paranoid_instructions: اگر حساب شما موجود باشد، تا دقایقی دیگر ایمیلی خواهید گرفت که به شما میگوید چگونه باید قفل آن را باز کنید.
|
||||
send_instructions: تا دقایقی دیگر ایمیلی خواهید گرفت که به شما میگوید چگونه باید قفل حساب خود را باز کنید. اگر این ایمیل نیامد، لطفاً پوشهٔ هرزنامههایتان را بررسی کنید.
|
||||
send_paranoid_instructions: اگر حساب شما موجود باشد، تا دقایقی دیگر ایمیلی خواهید گرفت که به شما میگوید چگونه باید قفل آن را باز کنید. اگر این ایمیل نیامد، لطفاً پوشهٔ هرزنامههایتان را بررسی کنید.
|
||||
unlocked: قفل حساب شما با موفقیت باز شد. لطفاً برای ادامه وارد سیستم شوید.
|
||||
errors:
|
||||
messages:
|
||||
|
@ -94,5 +94,5 @@ fa:
|
|||
not_found: پیدا نشد
|
||||
not_locked: قفل نبود
|
||||
not_saved:
|
||||
one: 'خطایی نگذاشت که این %{resource} ذخیره شود:'
|
||||
other: 'به خاطر %{count} خطا، این %{resource} ذخیره نشد:'
|
||||
one: 'خطایی مانع از ذخیرهٔ %{resource} شد:'
|
||||
other: "%{count} خطا مانع از ذخیرهٔ %{resource} شدند:"
|
||||
|
|
|
@ -6,10 +6,10 @@ gl:
|
|||
send_instructions: Vas recibir un email coas instrucións para confirmar o teu enderezo de email dentro dalgúns minutos. Por favor, comproba o cartafol de spam se non recibiches o correo.
|
||||
send_paranoid_instructions: Se o teu enderezo de email xa existira na nosa base de datos, vas recibir un correo coas instrucións de confirmación dentro dalgúns minutos. Por favor, comproba o cartafol de spam se non recibiches o correo.
|
||||
failure:
|
||||
already_authenticated: Xa estás rexistrado.
|
||||
already_authenticated: Xa estás conectada.
|
||||
inactive: A túa conta aínda non está activada.
|
||||
invalid: "%{authentication_keys} ou contrasinal non validos."
|
||||
last_attempt: Tes máis dun intento antes de que a túa conta fique bloqueada.
|
||||
last_attempt: Tes un intento máis antes de que a túa conta fique bloqueada.
|
||||
locked: A túa conta está bloqueada.
|
||||
not_found_in_database: "%{authentication_keys} ou contrasinal non válidos."
|
||||
pending: A túa conta aínda está baixo revisión.
|
||||
|
@ -21,20 +21,20 @@ gl:
|
|||
action: Verificar o enderezo de email
|
||||
action_with_app: Confirmar e voltar a %{app}
|
||||
explanation: Creaches unha conta en %{host} con este enderezo de email. Estás a un clic de activala. Se non foches ti o que fixeches este rexisto, por favor ignora esta mensaxe.
|
||||
explanation_when_pending: Solicitaches un convite para %{host} com este enderezo de email. Logo de que confirmes o teu enderezo de email, imos revisar a túa inscrición. Podes iniciar sesión para mudar os teus datos ou eliminar a túa conta, mais non poderás aceder á meirande parte das funcións até que a túa conta sexa aprobada. Se a túa inscrición for rexeitada, os teus datos serán eliminados, polo que non será necesaria calquera acción adicional da túa parte. Se non solicitaches este convite, por favor, ignora este correo.
|
||||
explanation_when_pending: Solicitaches un convite para %{host} con este enderezo de email. Logo de que confirmes o teu enderezo de email, imos revisar a túa inscrición. Podes iniciar sesión para mudar os teus datos ou eliminar a túa conta, mais non poderás aceder á meirande parte das funcións até que a túa conta sexa aprobada. Se a túa inscrición for rexeitada, os teus datos serán eliminados, polo que non será necesaria calquera acción adicional da túa parte. Se non solicitaches este convite, por favor, ignora este correo.
|
||||
extra_html: Por favor, le <a href="%{terms_path}">as regras do servidor</a> e os <a href="%{policy_path}">nosos termos do servizo</a>.
|
||||
subject: 'Mastodon: Instrucións de confirmación para %{instance}'
|
||||
title: Verificar o enderezo de email
|
||||
email_changed:
|
||||
explanation: 'O email asociado á túa conta será mudado a:'
|
||||
extra: Se non mudaches o teu email é posíbel que alguén teña conseguido acceder á túa conta. Por favor muda o teu contrasinal de xeito imediato ou entra en contacto cun administrador do servidor se ficaste sen acceso á túa conta.
|
||||
extra: Se non mudaches o teu email é posíbel que alguén teña conseguido acceder á túa conta. Por favor muda o teu contrasinal de xeito imediato ou entra en contacto cun administrador do servidor se non podes acceder a túa conta.
|
||||
subject: 'Mastodon: Email mudado'
|
||||
title: Novo enderezo de email
|
||||
password_change:
|
||||
explanation: O contrasinal da túa conta foi mudado.
|
||||
extra: Se non mudaches o teu contrasinal, é posíbel que alguén teña conseguido acceder á túa conta. Por favor muda o teu contrasinal de xeito imediato ou entra en contato cun administrador do servidor se ficaste sen acesso á túa conta.
|
||||
extra: Se non mudaches o teu contrasinal, é posíbel que alguén teña conseguido acceder á túa conta. Por favor muda o teu contrasinal de xeito imediato ou entra en contato cun administrador do servidor se non podes acceder a túa conta.
|
||||
subject: 'Mastodon: Contrasinal mudado'
|
||||
title: Contrainal mudado
|
||||
title: Contrasinal mudado
|
||||
reconfirmation_instructions:
|
||||
explanation: Confirma o teu novo enderezo para mudar o email.
|
||||
extra: Se esta mudanza non foi comezada por ti, por favor ignora este email. O enderezo de email para a túa conta do Mastodon non mudará mentres non accedas á ligazón de enriba.
|
||||
|
|
|
@ -14,7 +14,7 @@ kab:
|
|||
not_found_in_database: Tella tuccḍa deg %{authentication_keys} neɣ deg wawal uffir.
|
||||
pending: Amiḍan-inek mazal-it deg ɛiwed n tmuɣli.
|
||||
timeout: Tiɣimit n tuqqna tezri. Ma ulac aɣilif ɛiwed tuqqna akken ad tkemmleḍ.
|
||||
unauthenticated: Ilaq ad teqqneḍ neɣ ad tjerrḍeḍ akken ad tkemmelḍ.
|
||||
unauthenticated: Ilaq ad teqqneḍ neγ ad tjerrḍeḍ akken ad tkemmelḍ.
|
||||
unconfirmed: Ilaq ad wekdeḍ tansa-inek imayl akken ad tkemmelḍ.
|
||||
mailer:
|
||||
confirmation_instructions:
|
||||
|
@ -23,20 +23,20 @@ kab:
|
|||
explanation: Aqla-k terniḍ amiḍan deg %{host} s tansa imayl-agi. Mazal-ak yiwen utekki akken ad t-tremdeḍ. Ma mačči d kečč i yessutren ay-agi, ttxil-k ssinef izen-a.
|
||||
explanation_when_pending: Tsutreḍ-d ajerred deg %{host} s tansa-agi imayl. Ad nɣeṛ asuter-ik ticki tsentmeḍ tansa-ik imayl. Send asentem, ur tezmireḍ ara ad teqqneḍ ɣer umiḍan-ik. Ma yella nugi asuter-ik, isefka-ik ad ttwakksen seg uqeddac, ihi ulac tigawt-nniḍen ara k-d-yettuqeblen. Ma mačči d kečč i yellan deffir n usuter-agi, ttxil-k ssinef izen-agi.
|
||||
extra_html: Ttxil-k ẓer daɣen <a href="%{terms_path}">ilugan n uqeddac</a> akked <a href="%{policy_path}">twetlin n useqdec</a>.
|
||||
subject: 'Mastudun: Asentem n ujerred deg uqeddac %{instance}'
|
||||
subject: 'Maṣṭudun: Asentem n ujerred deg uqeddac %{instance}'
|
||||
title: Senqed tansa-inek imayl
|
||||
email_changed:
|
||||
extra: Ma mačči d kečč i ibeddlen tansa imayl, ihi yezmer d alebɛaḍ i ikecmen ɣer umiḍan-ik. Ttxil-k beddel awal-ik uffir tura neɣ siwel i unedbal n uqeddac ma tḥesleḍ berra n umiḍan-ik.
|
||||
subject: 'Masṭudun: Imayl-ik yettubeddel'
|
||||
extra: Ma mačči d kečč i ibeddlen tansa imayl, ihi yezmer d alebɛaḍ i ikecmen γer umiḍan-ik. Ttxil-k beddel awal-ik uffir tura neγ siwel i unedbal n uqeddac ma tḥesleḍ berra n umiḍan-ik.
|
||||
subject: 'Maṣṭudun: Imayl-ik yettubeddel'
|
||||
title: Tansa imayl tamaynut
|
||||
password_change:
|
||||
explanation: Awal uffir n umiḍan-ik yettubeddel.
|
||||
extra: Ma mačči d kečč i ibeddlen awal uffir, ihi yezmer d alebɛaḍ i ikecmen ɣer umiḍan-ik. Ttxil-k beddel awal-ik uffir tura neɣ siwel i unedbal n uqeddac ma tḥesleḍ berra n umiḍan-ik.
|
||||
subject: 'Masṭudun: Yettubeddel wawal-ik uffir'
|
||||
extra: Ma mačči d kečč i ibeddlen awal uffir, ihi yezmer d alebɛaḍ i ikecmen γer umiḍan-ik. Ttxil-k beddel awal-ik uffir tura neγ siwel i unedbal n uqeddac ma tḥesleḍ berra n umiḍan-ik.
|
||||
subject: 'Maṣṭudun: Yettubeddel wawal-ik uffir'
|
||||
title: Awal uffir yettubeddel
|
||||
reconfirmation_instructions:
|
||||
explanation: Sentem tansa imayl tamaynut akken ad tbeddleḍ imayl-inek.
|
||||
subject: 'Mastudun: Sentem tansa imayl n %{instance}'
|
||||
subject: 'Maṣṭudun: Sentem tansa imayl n %{instance}'
|
||||
title: Senqed tansa-inek imayl
|
||||
reset_password_instructions:
|
||||
action: Beddel awal uffir
|
||||
|
|
|
@ -2,49 +2,97 @@
|
|||
ta:
|
||||
devise:
|
||||
confirmations:
|
||||
confirmed: தங்கள் மின்னஞ்சல் முகவரி வெற்றிகரமாக உறுதி செய்யப்பட்டது.
|
||||
send_instructions: இன்னும் சற்று நேரத்தில் உங்கள் இணைய முகவரியை உறுதி செய்வது எப்படி என்று விளக்கும் இணைய செய்தி ஒன்று வந்தடையும். வரவில்லை எனில், தயவு செய்து உங்கள் ஸ்பாம் பெட்டியைப் பார்க்கவும்.
|
||||
send_paranoid_instructions: உங்கள் இணைய முகவரி எங்கள் தகவல்ப் பெட்டகத்தில் இருந்தால், இன்னும் சற்று நேரத்தில் உங்கள் இணைய முகவரியை உறுதி செய்வது எப்படி என்று விளக்கும் இணைய செய்தி ஒன்று வந்தடையும். வரவில்லை எனில், தயவு செய்து உங்கள் ஸ்பாம் பெட்டியைப் பார்க்கவும்.
|
||||
confirmed: தங்கள் மின்னஞ்சல் முகவரி வெற்றிகரமாக உறுதிபடுத்தப்பட்டது.
|
||||
send_instructions: உங்கள் மின்னஞ்சல் முகவரியை எவ்வாறு உறுதிபடுத்துவது என்பதை விளக்கும் மின்னஞ்சல் இன்னும் சில நிமிடங்களில் உங்களை வந்தடையும். மின்னஞ்சலை நீங்கள் பெறவில்லை எனில், தயைகூர்ந்து ஸ்பேம் பெட்டியில் பார்க்கவும்.
|
||||
send_paranoid_instructions: எங்களின் தரவுத்தளத்தில் உங்கள் மின்னஞ்சல் முகவரி இருப்பின், அதை எவ்வாறு உறுதிபடுத்துவது என்பதை விளக்கும் மின்னஞ்சல் இன்னும் சில நிமிடங்களில் உங்களை வந்தடையும். மின்னஞ்சலை நீங்கள் பெறவில்லை எனில், தயைகூர்ந்து ஸ்பேம் பெட்டியில் பார்க்கவும்.
|
||||
failure:
|
||||
already_authenticated: நீங்கள் ஏற்கனவே நுழைந்து விட்டீர்கள்.
|
||||
inactive: உங்கள் கணக்கும் இன்னும் செயல்முறைக்கு வரவில்லை.
|
||||
already_authenticated: நீங்கள் ஏற்கனவே உள்நுழைந்து விட்டீர்கள்.
|
||||
inactive: உங்கள் கணக்கு இன்னும் செயல்படுத்தப்படவில்லை.
|
||||
invalid: தவறான %{authentication_keys} அல்லது கடவுச்சொல்.
|
||||
last_attempt: உங்கள் கணக்கு பூட்டப்படும் முன் உங்களுக்கு ஓரே ஒரு வாய்ப்பு உள்ளது.
|
||||
locked: உங்கள் கணக்கு பூட்டப்பட்டது.
|
||||
last_attempt: இன்னொரு முறை தவறான கடவுச்சொல்லை வழங்கினால் உங்கள் கணக்கு பூட்டப்படும்.
|
||||
locked: உங்கள் கணக்கு பூட்டப்பட்டுள்ளது.
|
||||
not_found_in_database: தவறான %{authentication_keys} அல்லது கடவுச்சொல்.
|
||||
pending: உங்கள் கணக்கு இன்னும் பரிசீலிக்கப்படுகிறது.
|
||||
timeout: உங்கள் அமர்வு காலாவதியாகிவிட்டது. தயவு செய்து மீண்டும் உள்நுழையவும்.
|
||||
unauthenticated: மேலும் செல்வதற்கு முன் நீங்கள் உள்நுழையவோ அல்லது கணக்கை உருவாக்கவோ வேண்டும்.
|
||||
unconfirmed: முன்னேறுவதற்கு முன்னர் நீங்கள் உங்கள் இணைய முகவரியை உறுதி செய்ய வேண்டும்.
|
||||
pending: உங்கள் கணக்கு இன்னும் பரிசீலனையில் இருக்கிறது.
|
||||
timeout: உங்கள் அமர்வு காலாவதியாகிவிட்டது. தயவுசெய்து மீண்டும் உள்நுழையவும்.
|
||||
unauthenticated: மேலும் தொடர்வதற்கு நீங்கள் உள்நுழையவோ அல்லது கணக்கை உருவாக்கவோ வேண்டும்.
|
||||
unconfirmed: மேலும் தொடர்வதற்கு நீங்கள் உங்களின் மின்னஞ்சல் முகவரியை உறுதிபடுத்தவேண்டும்.
|
||||
mailer:
|
||||
confirmation_instructions:
|
||||
action: மின்னஞ்சல் முகவரியை உறுதிபடுத்தவும்
|
||||
action_with_app: உறுதிசெய்துவிட்டு %{app}-க்குத் திரும்பவும்
|
||||
explanation: இந்த இணைய முகவரி கொண்டு %{host}-இல் நீங்கள் ஒரு கணக்கை உருவாக்கியுள்ளீர்கள். அதை செயல்படுத்துவதில் இருந்து ஒரு சொடக்கு தூரத்தில் உள்ளீர்கள். நீங்கள் அதை செய்யவில்லை என்றால், இந்த செய்தியை கண்டுகொள்ள வேண்டாம்.
|
||||
title: மின்னஞ்சல் முகவரியை உறுதிபடுத்தவும்
|
||||
action: மின்னஞ்சல் முகவரியை உறுதிசெய்யவும்
|
||||
action_with_app: உறுதிசெய்த பின் %{app}-க்குத் திரும்பவும்
|
||||
explanation: "%{host} -இல் இந்த மின்னஞ்சல் முகவரியைக் கொண்டு ஒரு கணக்கை உருவாக்கியுள்ளீர்கள். அதை செயல்படுத்துவதில் இருந்து ஒரு சொடுக்கு தூரத்தில் உள்ளீர்கள். இந்த மின்னஞ்சல் உங்களுக்கானதில்லை எனில், தயைகூர்ந்து இதைப் பொருட்படுத்தாமல் விடவும்."
|
||||
explanation_when_pending: நீங்கள் %{host} -இடம் அழைப்பு வேண்டி இந்த மின்னஞ்சலின் மூலம் விண்ணப்பித்துள்ளீர்கள். உங்கள் மின்னஞ்சலை நீங்கள் உறுதி செய்தவுடன், நாங்கள் உங்களின் விண்ணப்பத்தைப் பரிசீலிப்போம். உங்களுடைய விவரங்களைத் திருத்தவோ, கணக்கை அழிக்கவோ நீங்கள் உள்நுழையலாம். ஆனால் உங்கள் கணக்கு ஒப்புதல் பெறப்படும்வரை உங்களால் அதன் பெரும்பாலான வசதிகளைப் பயன்படுத்த முடியாது. உங்களின் விண்ணப்பம் நிராகரிக்கப்பட்டால், உங்களுடைய விவரங்கள் அழிக்கப்படும். எனவே அந்நிலையில் நீங்கள் எதுவும் செய்ய வேண்டியதில்லை. இம்மின்னஞ்சல் உங்களுக்கானதில்லை என்றால், தயைகூர்ந்து இதைப் பொருட்படுத்தாமல் விடவும்.
|
||||
extra_html: மேலும் தயைகூர்ந்து <a href="%{terms_path}">இந்த சேவையகத்தின் விதிகளையும்</a> <a href="%{policy_path}">எங்களின் சேவை விதிமுறைகளையும்</a>பார்வையிடவும்.
|
||||
subject: 'மாஸ்டடான்: %{instance} -ஐ உறுதிசெய்வதற்கான வழிமுறைகள்'
|
||||
title: மின்னஞ்சல் முகவரியை உறுதிசெய்யவும்
|
||||
email_changed:
|
||||
explanation: 'உங்கள் கணக்கிற்கான மின்னஞ்சல் முகவரி இதுவாக மாற்றப்படுகிறது:'
|
||||
extra: உங்கள் மின்னஞ்சலை மாற்றியது நீங்கள் இல்லை எனில், அநேகமாக உங்கள் கணக்கில் எவரோ நுழைந்திருக்கிறார். தயவுசெய்து உடனே உங்கள் கடவுச்சொல்லை மாற்றிவிடவும், அல்லது உங்களால் உள்நுழைய முடியவில்லை எனில் உடனே சேவையக நிர்வாகியைத் தொடர்பு கொள்ளவும்.
|
||||
subject: 'மாஸ்டோடான்: மின்னஞ்சல் மாற்றப்பட்டது'
|
||||
title: புதிய மின்னஞ்சல் முகவரி
|
||||
password_change:
|
||||
explanation: உங்கள் கணக்கிற்கான கடவுச்சொல் மாற்றப்பட்டது.
|
||||
extra: உங்கள் கடவுச்சொல்லை மாற்றியது நீங்கள் இல்லை எனில், அநேகமாக உங்களின் கணக்கில் எவரோ நுழைந்திருக்கிறார். தயவுசெய்து உடனே உங்கள் கடவுச்சொல்லை மாற்றிவிடவும், அல்லது உங்களால் உள்நுழைய முடியவில்லை எனில் உடனே சேவையக நிர்வாகியைத் தொடர்பு கொள்ளவும்.
|
||||
subject: 'மாஸ்டோடான்: கடவுச்சொல் மாற்றப்பட்டது'
|
||||
title: கடவுச்சொல் மாற்றப்பட்டது
|
||||
reconfirmation_instructions:
|
||||
explanation: உங்கள் மின்னஞ்சல் முகவரியை மாற்ற மீண்டும் ஒரு முறை உறுதி செய்யவும்.
|
||||
explanation: உங்கள் மின்னஞ்சல் முகவரியை மாற்ற அதை உறுதிசெய்யவும்.
|
||||
extra: இந்தத் திருத்தத்தை நீங்கள் கோரவில்லை எனில், தயைகூர்ந்து இந்த மின்னஞ்சலைப் பொருட்படுத்தாமல் விடவும். மேலே உள்ள சுட்டியை நீங்கள் பயன்படுத்தாதவரை, உங்கள் மாஸ்டடான் கணக்கிற்கான மின்னஞ்சல் மாற்றப்படாது.
|
||||
subject: 'மாஸ்டோடான்: %{instance}-கான மின்னஞ்சலை உறுதிசெய்யவும்'
|
||||
title: மின்னஞ்சல் முகவரியை உறுதிபடுத்தவும்
|
||||
title: மின்னஞ்சல் முகவரியை உறுதிசெய்யவும்
|
||||
reset_password_instructions:
|
||||
action: கடவுச்சொல்லை மாற்றவும்
|
||||
action: கடவுச்சொல்லை மாற்று
|
||||
explanation: உங்கள் கணக்கிற்குப் புதிய கடவுச்சொல்லைக் கோரியிருக்கிறீர்கள்.
|
||||
extra: இந்தத் திருத்தத்தை நீங்கள் கோரவில்லை எனில், தயைகூர்ந்து இந்த மின்னஞ்சலைப் பொருட்படுத்தாமல் விடவும். உங்கள் கடவுச்சொல் மாற்றப்படவில்லை. புதிய கடவுச்சொல்லை உருவாக்க மேலே உள்ள சுட்டியைப் பயன்படுத்தவும்.
|
||||
subject: 'மாஸ்டோடான்: கடவுச்சொல்லை மீட்டமைப்பதற்கான வழிமுறைகள்'
|
||||
title: கடவுச்சொல் மீட்டமைப்பு
|
||||
two_factor_disabled:
|
||||
explanation: உங்களுடைய கணக்கிற்கான இரண்டு கட்டப் பாதுகாப்பு முடக்கப்பட்டுள்ளது. உங்கள் மின்னஞ்சல் முகவரி மற்றும் கடவுச்சொல் மூலமாக மட்டுமே தற்பொழுது உள்நுழைய முடியும்.
|
||||
subject: 'மாஸ்டடான்: இரண்டு கட்டப் பாதுகாப்பு முடக்கப்பட்டுள்ளது'
|
||||
title: 2FA உபயோகத்தில் இல்லை
|
||||
two_factor_enabled:
|
||||
explanation: உங்களுடைய கணக்கிற்கான இரண்டு கட்டப் பாதுகாப்பு செயல்படுத்தப்பட்டுள்ளது. இணைக்கப்படும் TOTP செயலியில் ஒரு குறியீடு தோன்றும். உங்கள் கணக்கிற்குள் நுழைய அந்தக் குறியீடு தேவைப்படும்.
|
||||
subject: 'மாஸ்டடான்: இரண்டு கட்டப் பாதுகாப்பு செயல்படுத்தப்பட்டுள்ளது'
|
||||
title: 2FA செயல்படுத்தப்பட்டுள்ளது
|
||||
two_factor_recovery_codes_changed:
|
||||
explanation: இதற்கு முன்பு உருவாக்கப்பட்ட மீட்டெடுப்புக் குறியீடுகள் செல்லாதவை ஆகிவிட்டன. புதிய குறியீடுகள் உருவாக்கப்பட்டுள்ளன.
|
||||
subject: 'மாஸ்டடான்: இரண்டு கட்ட மீட்டெடுப்பிற்கான குறியீடுகள் மீண்டும் உருவாக்கப்பட்டுள்ளன'
|
||||
title: 2FA மீட்டெடுப்பிற்கான குறியீடுகள் மாற்றப்பட்டுள்ளன
|
||||
unlock_instructions:
|
||||
subject: 'மாஸ்டடான்: மீண்டும் திறப்பதற்கான வழிமுறைகள்'
|
||||
omniauth_callbacks:
|
||||
failure: '"%{reason}" காரணமாக %{kind} -லிருந்து உங்களை உறுதிசெய்ய இயலவில்லை.'
|
||||
success: "%{kind} கணக்கிலிருந்து வெற்றிகரமாக உறுதிசெய்யப்பட்டது."
|
||||
passwords:
|
||||
no_token: கடவுச்சொல்லை மீட்டெடுக்க அனுப்பப்பட்ட மின்னஞ்சலின் வழியாக மட்டுமே இந்தப் பக்கத்தைத் திறக்க முடியும். அதன் வழியாகத்தான் வந்தீர்கள் எனில், அதில் கொடுக்கப்பட்டுள்ள முழு இணைய முகவரியைப் பயன்படுத்தினீர்களா என்பதைத் தயைகூர்ந்து சரிபார்க்கவும்.
|
||||
send_instructions: எங்களின் தரவுத்தளத்தில் உங்கள் மின்னஞ்சல் முகவரி இருப்பின், இன்னும் சில நிமிடங்களில் அந்த முகவரிக்கு உங்களின் கடவுச்சொல்லை மீட்டெடுக்கும் சுட்டி அனுப்பப்படும். அந்த மின்னஞ்சலை நீங்கள் பெறவில்லை எனில், தயைகூர்ந்து ஸ்பேம் பெட்டியில் பார்க்கவும்.
|
||||
send_paranoid_instructions: எங்களின் தரவுத்தளத்தில் உங்கள் மின்னஞ்சல் முகவரி இருப்பின், இன்னும் சில நிமிடங்களில் அந்த முகவரிக்கு உங்களின் கடவுச்சொல்லை மீட்டெடுக்கும் சுட்டி அனுப்பப்படும். அந்த மின்னஞ்சலை நீங்கள் பெறவில்லை எனில், தயைகூர்ந்து ஸ்பேம் பெட்டியில் பார்க்கவும்.
|
||||
updated: உங்கள் கடவுச்சொல் வெற்றிகரமாக மாற்றப்பட்டது. நீங்கள் தற்பொழுது உள்நுழைந்துள்ளீர்கள்.
|
||||
updated_not_active: உங்கள் கடவுச்சொல் வெற்றிகரமாக மாற்றப்பட்டது.
|
||||
registrations:
|
||||
destroyed: நன்றி! தங்கள் கணக்கு வெற்றிகரமாக ரத்து செய்யப்பட்டது. தங்கள் வருகையை மீண்டும் எதிர்நோக்கியிருக்கிறோம்.
|
||||
signed_up: வருக! நீங்கள் வெற்றிகரமாகப் பதிவுசெய்துவிட்டீர்கள்.
|
||||
signed_up_but_inactive: நீங்கள் வெற்றிகரமாகப் பதிவுசெய்துவிட்டீர்கள். ஆனால், உங்கள் கணக்கு இன்னும் செயல்படுத்தப்படாததால், உங்களை உள்நுழைக்க இயலவில்லை.
|
||||
signed_up_but_locked: நீங்கள் வெற்றிகரமாகப் பதிவுசெய்துவிட்டீர்கள். ஆனால், உங்கள் கணக்கு பூட்டப்பட்டுள்ளதால், உங்களை உள்நுழைக்க இயலவில்லை.
|
||||
signed_up_but_pending: உங்கள் மின்னஞ்சல் முகவரிக்கு ஒரு உறுதிபடுத்தும் சுட்டி அனுப்பப்பட்டுள்ளது. அந்த சுட்டியை நீங்கள் கிளிக் செய்தவுடன் உங்களின் விண்ணப்பத்தை நாங்கள் பரிசீலிப்போம். விண்ணப்பம் அங்கீகரிக்கப்பட்டால் உங்களுக்குத் தெரிவிக்கப்படும்.
|
||||
signed_up_but_unconfirmed: உங்கள் மின்னஞ்சல் முகவரிக்கு ஒரு உறுதிபடுத்தும் சுட்டி அனுப்பப்பட்டுள்ளது. உங்கள் கணக்கை செயல்படுத்த அந்த சுட்டியை தயவுசெய்து கிளிக் செய்யவும். மின்னஞ்சலை நீங்கள் பெறவில்லை எனில், தயைகூர்ந்து ஸ்பேம் பெட்டியில் பார்க்கவும்.
|
||||
update_needs_confirmation: உங்கள் கணக்கு வெற்றிகரமாகத் திருத்தப்பட்டது. ஆனால், உங்கள் புதிய மின்னஞ்சல் முகவரியை நாங்கள் உறுதிசெய்ய வேண்டும். உங்கள் மின்னஞ்சல் முகவரிக்கு அனுப்பப்பட்டுள்ள உறுதிபடுத்தும் சுட்டியை தயவுசெய்து கிளிக் செய்யவும். மின்னஞ்சலை நீங்கள் பெறவில்லை எனில், தயைகூர்ந்து ஸ்பேம் பெட்டியில் பார்க்கவும்.
|
||||
updated: உங்கள் கணக்கு வெற்றிகரமாகத் திருத்தப்பட்டது.
|
||||
sessions:
|
||||
already_signed_out: வெற்றிகரமாக வெளியேறிவிட்டீர்கள்.
|
||||
signed_in: வெற்றிகரமாக உள்நுழைந்துவிட்டீர்கள்.
|
||||
signed_out: வெற்றிகரமாக வெளியேறிவிட்டீர்கள்.
|
||||
unlocks:
|
||||
send_instructions: இன்னும் சற்று நேரத்தில் மின்னஞ்சல் முகவரியை உறுதி செய்வதற்கான விளக்கம், உங்கள் மின்னஞ்சலை வந்தடையும். வரவில்லை எனில், தயவு செய்து உங்கள் Spam பெட்டியைப் பார்க்கவும்.
|
||||
send_instructions: உங்கள் கணக்கை எவ்வாறு திறப்பது என்பதை விளக்கும் மின்னஞ்சல் இன்னும் சில நிமிடங்களில் உங்களை வந்தடையும். மின்னஞ்சலை நீங்கள் பெறவில்லை எனில், தயைகூர்ந்து ஸ்பேம் பெட்டியில் பார்க்கவும்.
|
||||
send_paranoid_instructions: உங்களுடைய கணக்கு இருப்பின், அதை எவ்வாறு திறப்பது என்பதை விளக்கும் மின்னஞ்சல் இன்னும் சில நிமிடங்களில் உங்களை வந்தடையும். மின்னஞ்சலை நீங்கள் பெறவில்லை எனில், தயைகூர்ந்து ஸ்பேம் பெட்டியில் பார்க்கவும்.
|
||||
unlocked: உங்கள் கணக்கு வெற்றிகரமாகத் திறக்கப்பட்டது. மேலும் தொடர தயவுசெய்து உள்நுழையவும்.
|
||||
errors:
|
||||
messages:
|
||||
not_found: காணப்படவில்லை
|
||||
already_confirmed: ஏற்கனவே உறுதிப்படுத்தப்பட்டது, தயவுசெய்து உள்நுழைய முயற்சிக்கவும்
|
||||
confirmation_period_expired: "%{period} -ற்குள் உறுதிபடுத்தப்படவேண்டும். தயவுசெய்து புதிய ஒன்றைக் கோரவும்"
|
||||
expired: காலாவதியாகிவிட்டது, தயவுசெய்து புதிய ஒன்றைக் கோரவும்
|
||||
not_found: கிடைக்கவில்லை
|
||||
not_locked: பூட்டப்படவில்லை
|
||||
not_saved:
|
||||
one: 'ஒரு பிழையின் காரணமாக %{resource} சேமிக்கப்படவில்லை:'
|
||||
other: "%{count} பிழைகளின் காரணமாக %{resource} சேமிக்கப்படவில்லை:"
|
||||
|
|
|
@ -4,6 +4,7 @@ ast:
|
|||
attributes:
|
||||
doorkeeper/application:
|
||||
name: Nome de l'aplicación
|
||||
redirect_uri: URI de redireición
|
||||
scopes: Ámbitos
|
||||
website: Sitiu web de l'aplicación
|
||||
errors:
|
||||
|
@ -26,6 +27,7 @@ ast:
|
|||
error: "¡Meca! Comprueba los fallos posibles del formulariu"
|
||||
help:
|
||||
native_redirect_uri: Usa %{native_redirect_uri} pa pruebes llocales
|
||||
redirect_uri: Usa una llinia per URI
|
||||
index:
|
||||
empty: Nun tienes aplicaciones.
|
||||
name: Nome
|
||||
|
@ -92,10 +94,13 @@ ast:
|
|||
write: modificar los datos de la to cuenta
|
||||
write:accounts: modificar el to perfil
|
||||
write:blocks: bloquiar cuentes y dominios
|
||||
write:bookmarks: amestar estaos a Marcadores
|
||||
write:favourites: marcar estaos como favoritos
|
||||
write:filters: crear peñeres
|
||||
write:follows: siguir a xente
|
||||
write:lists: crear llistes
|
||||
write:media: xubir ficheros multimedia
|
||||
write:mutes: silenciar xente y conversaciones
|
||||
write:notifications: llimpiar los tos avisos
|
||||
write:reports: informar d'otres persones
|
||||
write:statuses: espublizar estaos
|
||||
|
|
|
@ -38,6 +38,7 @@ cy:
|
|||
application: Rhaglen
|
||||
callback_url: URL galw-nôl
|
||||
delete: Dileu
|
||||
empty: Nid oes gennych unrhyw ceisiadau.
|
||||
name: Enw
|
||||
new: Rhaglen newydd
|
||||
scopes: Rhinweddau
|
||||
|
|
|
@ -78,7 +78,7 @@ fa:
|
|||
title: برنامههای مجاز
|
||||
errors:
|
||||
messages:
|
||||
access_denied: دارندهٔ منبع یا سرور اجازه دهنده درخواست را نپذیرفت.
|
||||
access_denied: صاحب منبع یا کارساز تأیید هویت، درخواست را رد کردند.
|
||||
credential_flow_not_configured: جریان اعتبارنامهٔ گذرواژهٔ مالک منبع به دلیل پیکربندی نشده بودن Doorkeeper.configure.resource_owner_from_credentials شکست خورد.
|
||||
invalid_client: تأیید هویت کارخواه به دلیل کارخواه ناشناخته، عدم وجود تأیید هویت کاره یا روش تأیید هویت پشتیبانینشده شکست خورد.
|
||||
invalid_grant: اعطای دسترسی فراهم شده نامعتبر، منقضی یا نامطابق با نشانی بازگشت استفادهشده در درخواست تأیید هویت بوده و یا برای کارخواهی دیگر صادر شده است.
|
||||
|
@ -91,8 +91,8 @@ fa:
|
|||
revoked: کد دسترسی فسخ شده است
|
||||
unknown: کد دسترسی معتبر نیست
|
||||
resource_owner_authenticator_not_configured: یافتن مالک منبع به دلیل پیکربندینشده بودن Doorkeeper.configure.resource_owner_authenticator شکست خورد.
|
||||
server_error: خطای پیشبینینشدهای برای سرور اجازهدهنده رخ داد که جلوی اجرای این درخواست را گرفت.
|
||||
temporarily_unavailable: سرور اجازهدهنده به دلیل بار زیاد یا تعمیرات سرور هماینک نمیتواند درخواست شما را بررسی کند.
|
||||
server_error: کارساز تأیید هویت به شرایطی پیشبینی نشده که مانع اجرای درخواست شد برخورد.
|
||||
temporarily_unavailable: کارساز تأیید هویت به دلیل سربار موقت یا نگهداری کارساز، هماکنون قادر به پذیرش درخواست نیست.
|
||||
unauthorized_client: کارخواه مجاز نیست این درخواست را با استفاده از این روش انجام دهد.
|
||||
unsupported_grant_type: گونهٔ اعطای تأیید هویت توسّط کارساز تأیید هویتپشتیبانی نمیشود.
|
||||
unsupported_response_type: کارساز تأیید هویت این گونه از پاسخ را پشتیبانی نمیکند.
|
||||
|
|
|
@ -36,6 +36,7 @@ kab:
|
|||
application: Asnas
|
||||
callback_url: URL n tririt n wawal
|
||||
delete: Kkes
|
||||
empty: Ulac γur-ek·em isnasen.
|
||||
name: Isem
|
||||
new: Asnas amaynut
|
||||
show: Ẓer
|
||||
|
@ -99,6 +100,7 @@ kab:
|
|||
write: beddel meṛṛa isefka n umiḍan-ik
|
||||
write:accounts: ẓreg amaɣnu-ik
|
||||
write:blocks: seḥbes imiḍanen d tɣula
|
||||
write:bookmarks: ad yernu tisuffγin γer ticraḍ
|
||||
write:filters: rnu-d imsizedgen
|
||||
write:follows: ḍfeṛ imdanen
|
||||
write:lists: rnu-d tibdarin
|
||||
|
|
|
@ -38,6 +38,7 @@ nl:
|
|||
application: Toepassing
|
||||
callback_url: Callback-URL
|
||||
delete: Verwijderen
|
||||
empty: Je hebt geen toepassingen geconfigureerd.
|
||||
name: Naam
|
||||
new: Nieuwe toepassing
|
||||
scopes: Toestemmingen
|
||||
|
|
|
@ -38,6 +38,7 @@ nn:
|
|||
application: Applikasjon
|
||||
callback_url: Callback-URL
|
||||
delete: Slett
|
||||
empty: Du har ingen søknader.
|
||||
name: Namn
|
||||
new: Ny applikasjon
|
||||
scopes: Omfang
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
application: Applikasjon
|
||||
callback_url: Callback-URL
|
||||
delete: Fjern
|
||||
empty: Du har ingen søknader.
|
||||
name: Navn
|
||||
new: Ny applikasjon
|
||||
scopes: Omfang
|
||||
|
|
|
@ -38,6 +38,7 @@ oc:
|
|||
application: Aplicacion
|
||||
callback_url: URL de rapèl
|
||||
delete: Suprimir
|
||||
empty: Avètz pas cap d’aplicacion.
|
||||
name: Nom
|
||||
new: Nòva aplicacion
|
||||
scopes: Encastres
|
||||
|
|
|
@ -144,7 +144,7 @@ ru:
|
|||
write:filters: создавать фильтры
|
||||
write:follows: подписываться на людей
|
||||
write:lists: создавать списки
|
||||
write:media: загружать файлы
|
||||
write:media: загружать медиафайлы
|
||||
write:mutes: добавлять в игнорируемое людей и обсуждения
|
||||
write:notifications: очищать список уведомлений
|
||||
write:reports: отправлять жалобы на других
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue