Merge pull request #2839 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes up to 2caa3f365d
This commit is contained in:
commit
1436db389e
2
.github/workflows/crowdin-download.yml
vendored
2
.github/workflows/crowdin-download.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
|
||||
# Create or update the pull request
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v6.0.5
|
||||
uses: peter-evans/create-pull-request@v7.0.1
|
||||
with:
|
||||
commit-message: 'New Crowdin translations'
|
||||
title: 'New Crowdin Translations (automated)'
|
||||
|
@ -590,7 +590,7 @@ GEM
|
||||
parslet (2.0.0)
|
||||
pastel (0.8.0)
|
||||
tty-color (~> 0.5)
|
||||
pg (1.5.7)
|
||||
pg (1.5.8)
|
||||
pghero (3.6.0)
|
||||
activerecord (>= 6.1)
|
||||
premailer (1.27.0)
|
||||
|
@ -5,7 +5,7 @@ module Admin::Trends::StatusesHelper
|
||||
text = if status.local?
|
||||
status.text.split("\n").first
|
||||
else
|
||||
Nokogiri::HTML(status.text).css('html > body > *').first&.text
|
||||
Nokogiri::HTML5(status.text).css('html > body > *').first&.text
|
||||
end
|
||||
|
||||
return '' if text.blank?
|
||||
|
@ -229,8 +229,8 @@
|
||||
"domain_pill.their_username": "مُعرّفُهم الفريد على الخادم. من الممكن العثور على مستخدمين بنفس اسم المستخدم على خوادم مختلفة.",
|
||||
"domain_pill.username": "اسم المستخدم",
|
||||
"domain_pill.whats_in_a_handle": "ما المقصود بالمُعرِّف؟",
|
||||
"domain_pill.who_they_are": "بما أن المعرفات تقول من هو الشخص ومكان وجوده، يمكنك التفاعل مع الناس عبر الويب الاجتماعي لل <button>منصات التي تعمل ب ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "بما أن معرفك يقول من أنت ومكان وجوده، يمكن للناس التفاعل معك عبر الويب الاجتماعي لل <button>منصات التي تعمل ب ActivityPub</button>.",
|
||||
"domain_pill.who_they_are": "بما أن المُعرّفات تحدد هوية الشخص ومكان وجوده، فبإمكانك التفاعل مع الأشخاص عبر الويب الاجتماعي لـ <button>المنصات التي تعمل بواسطة أكتيفيتي بوب</button>.",
|
||||
"domain_pill.who_you_are": "بما أن مُعرّفك يحدد هويتك ومكان وجوده، فبإمكانك الآخرين التفاعل معك عبر الويب الاجتماعي لـ <button>المنصات التي تعمل بواسطة أكتيفيتي بوب</button>.",
|
||||
"domain_pill.your_handle": "عنوانك الكامل:",
|
||||
"domain_pill.your_server": "موطِنك الرقمي، حيث توجد فيه كافة منشوراتك. ألا يعجبك المكان؟ يمكنك الانتقال بين الخوادم في أي وقت واصطحاب متابعيك أيضاً.",
|
||||
"domain_pill.your_username": "معرفك الفريد على هذا الخادم. من الممكن العثور على مستخدمين بنفس إسم المستخدم على خوادم مختلفة.",
|
||||
@ -352,6 +352,7 @@
|
||||
"hashtags.and_other": "…و {count, plural, zero {} one {# واحد آخر} two {# اثنان آخران} few {# آخرون} many {# آخَرًا}other {# آخرون}}",
|
||||
"hints.profiles.see_more_followers": "عرض المزيد من المتابعين على {domain}",
|
||||
"hints.profiles.see_more_posts": "عرض المزيد من المنشورات من {domain}",
|
||||
"hints.threads.replies_may_be_missing": "قد تكون الردود الواردة من الخوادم الأخرى غائبة.",
|
||||
"hints.threads.see_more": "اطلع على المزيد من الردود على {domain}",
|
||||
"home.column_settings.show_reblogs": "اعرض المعاد نشرها",
|
||||
"home.column_settings.show_replies": "اعرض الردود",
|
||||
@ -517,6 +518,7 @@
|
||||
"notification_requests.edit_selection": "تعديل",
|
||||
"notification_requests.exit_selection": "تمّ",
|
||||
"notification_requests.explainer_for_limited_account": "تم تصفية الإشعارات من هذا الحساب لأن الحساب تم تقييده من قبل مشرف.",
|
||||
"notification_requests.minimize_banner": "تصغير شريط الإشعارات المُصفاة",
|
||||
"notification_requests.notifications_from": "إشعارات من {name}",
|
||||
"notification_requests.title": "الإشعارات المصفاة",
|
||||
"notification_requests.view": "عرض الإشعارات",
|
||||
|
@ -353,6 +353,14 @@
|
||||
"hashtag.follow": "Jälgi silti",
|
||||
"hashtag.unfollow": "Lõpeta sildi jälgimine",
|
||||
"hashtags.and_other": "…ja {count, plural, one {}other {# veel}}",
|
||||
"hints.profiles.followers_may_be_missing": "Selle profiili jälgijaid võib olla puudu.",
|
||||
"hints.profiles.follows_may_be_missing": "Selle profiili poolt jälgitavaid võib olla puudu.",
|
||||
"hints.profiles.posts_may_be_missing": "Mõned selle profiili postitused võivad olla puudu.",
|
||||
"hints.profiles.see_more_followers": "Vaata rohkem jälgijaid kohas {domain}",
|
||||
"hints.profiles.see_more_follows": "Vaata rohkem jälgitavaid kohas {domain}",
|
||||
"hints.profiles.see_more_posts": "Vaata rohkem postitusi kohas {domain}",
|
||||
"hints.threads.replies_may_be_missing": "Vastuseid teistest serveritest võib olla puudu.",
|
||||
"hints.threads.see_more": "Vaata rohkem vastuseid kohas {domain}",
|
||||
"home.column_settings.show_reblogs": "Näita jagamisi",
|
||||
"home.column_settings.show_replies": "Näita vastuseid",
|
||||
"home.hide_announcements": "Peida teadaanded",
|
||||
@ -360,6 +368,17 @@
|
||||
"home.pending_critical_update.link": "Vaata uuendusi",
|
||||
"home.pending_critical_update.title": "Saadaval kriitiline turvauuendus!",
|
||||
"home.show_announcements": "Kuva teadaandeid",
|
||||
"ignore_notifications_modal.disclaimer": "Mastodon ei saa teavitada kasutajaid, et ignoreerisid nende teavitusi. Teavituste ignoreerimine ei peata sõnumite endi saatmist.",
|
||||
"ignore_notifications_modal.filter_instead": "Selle asemel filtreeri",
|
||||
"ignore_notifications_modal.filter_to_act_users": "Saad endiselt kasutajaid vastu võtta, tagasi lükata või neist teatada",
|
||||
"ignore_notifications_modal.filter_to_avoid_confusion": "Filtreerimine aitab vältida võimalikke segaminiajamisi",
|
||||
"ignore_notifications_modal.filter_to_review_separately": "Saad filtreeritud teateid eraldi vaadata",
|
||||
"ignore_notifications_modal.ignore": "Ignoreeri teavitusi",
|
||||
"ignore_notifications_modal.limited_accounts_title": "Ignoreeri modereeritud kontode teavitusi?",
|
||||
"ignore_notifications_modal.new_accounts_title": "Ignoreeri uute kontode teavitusi?",
|
||||
"ignore_notifications_modal.not_followers_title": "Ignoreeri inimeste teavitusi, kes sind ei jälgi?",
|
||||
"ignore_notifications_modal.not_following_title": "Ignoreeri inimeste teavitusi, keda sa ei jälgi?",
|
||||
"ignore_notifications_modal.private_mentions_title": "Ignoreeri soovimatute eraviisiliste mainimiste teateid?",
|
||||
"interaction_modal.description.favourite": "Mastodoni kontoga saad postituse lemmikuks märkida, et autor teaks, et sa hindad seda, ja jätta see hiljemaks alles.",
|
||||
"interaction_modal.description.follow": "Mastodoni kontoga saad jälgida kasutajat {name}, et tema postitusi oma koduvoos näha.",
|
||||
"interaction_modal.description.reblog": "Mastodoni kontoga saad seda postitust levitada, jagades seda oma jälgijatele.",
|
||||
@ -483,9 +502,13 @@
|
||||
"notification.admin.report_statuses": "{name} raporteeris {target} kategooriast {category}",
|
||||
"notification.admin.report_statuses_other": "{name} raporteeris kohast {target}",
|
||||
"notification.admin.sign_up": "{name} registreerus",
|
||||
"notification.admin.sign_up.name_and_others": "{name} ja {count, plural, one {# veel} other {# teist}} liitus",
|
||||
"notification.favourite": "{name} märkis su postituse lemmikuks",
|
||||
"notification.favourite.name_and_others_with_link": "{name} ja <a>{count, plural, one {# veel} other {# teist}}</a> märkis su postituse lemmikuks",
|
||||
"notification.follow": "{name} alustas su jälgimist",
|
||||
"notification.follow.name_and_others": "{name} ja {count, plural, one {# veel} other {# teist}} hakkas sind jälgima",
|
||||
"notification.follow_request": "{name} soovib sind jälgida",
|
||||
"notification.follow_request.name_and_others": "{name} ja {count, plural, one {# veel} other {# teist}} taotles sinu jälgimist",
|
||||
"notification.label.mention": "Mainimine",
|
||||
"notification.label.private_mention": "Privaatne mainimine",
|
||||
"notification.label.private_reply": "Privaatne vastus",
|
||||
@ -503,6 +526,7 @@
|
||||
"notification.own_poll": "Su küsitlus on lõppenud",
|
||||
"notification.poll": "Hääletus, millel osalesid, on lõppenud",
|
||||
"notification.reblog": "{name} jagas edasi postitust",
|
||||
"notification.reblog.name_and_others_with_link": "{name} ja <a>{count, plural, one {# veel} other {# teist}}</a> jagas su postitust",
|
||||
"notification.relationships_severance_event": "Kadunud ühendus kasutajaga {name}",
|
||||
"notification.relationships_severance_event.account_suspension": "{from} admin on kustutanud {target}, mis tähendab, et sa ei saa enam neilt uuendusi või suhelda nendega.",
|
||||
"notification.relationships_severance_event.domain_block": "{from} admin on blokeerinud {target}, sealhulgas {followersCount} sinu jälgijat ja {followingCount, plural, one {# konto} other {# kontot}}, mida jälgid.",
|
||||
@ -511,13 +535,24 @@
|
||||
"notification.status": "{name} just postitas",
|
||||
"notification.update": "{name} muutis postitust",
|
||||
"notification_requests.accept": "Nõus",
|
||||
"notification_requests.accept_multiple": "{count, plural, one {Nõustu # taotlusega…} other {Nõustu # taotlusega…}}",
|
||||
"notification_requests.confirm_accept_multiple.button": "{count, plural, one {Nõustu taotlusega} other {Nõustu taotlustega}}",
|
||||
"notification_requests.confirm_accept_multiple.message": "Oled nõustumas {count, plural, one {ühe teavituse taotlusega} other {# teavituse taotlusega}}. Oled kindel, et soovid jätkata?",
|
||||
"notification_requests.confirm_accept_multiple.title": "Nõustuda teavituste taotlustega?",
|
||||
"notification_requests.confirm_dismiss_multiple.button": "{count, plural, one {Loobu taotlusest} other {Loobu taotlustest}}",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "Oled loobumas {count, plural, one {ühest teavituse taotlusest} other {# teavituse taotlusest}}. {count, plural, one {Sellele} other {Neile}} pole hiljem lihtne ligi pääseda. Oled kindel, et soovid jätkata?",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "Hüljata teavituse taotlused?",
|
||||
"notification_requests.dismiss": "Hülga",
|
||||
"notification_requests.dismiss_multiple": "{count, plural, one {Loobuda # taotlusest…} other {Loobuda # taotlusest…}}",
|
||||
"notification_requests.edit_selection": "Muuda",
|
||||
"notification_requests.exit_selection": "Valmis",
|
||||
"notification_requests.explainer_for_limited_account": "Sellelt kontolt tulevad teavitused on filtreeritud, sest moderaator on seda kontot piiranud.",
|
||||
"notification_requests.explainer_for_limited_remote_account": "Sellelt kontolt tulevad teavitused on filtreeritud, sest moderaator on seda kontot või serverit piiranud.",
|
||||
"notification_requests.maximize": "Maksimeeri",
|
||||
"notification_requests.minimize_banner": "Minimeeri filtreeritud teavituste bänner",
|
||||
"notification_requests.notifications_from": "Teavitus kasutajalt {name}",
|
||||
"notification_requests.title": "Filtreeritud teavitused",
|
||||
"notification_requests.view": "Vaata teavitusi",
|
||||
"notifications.clear": "Puhasta teated",
|
||||
"notifications.clear_confirmation": "Oled kindel, et soovid püsivalt kõik oma teated eemaldada?",
|
||||
"notifications.clear_title": "Tühjenda teavitus?",
|
||||
@ -554,6 +589,12 @@
|
||||
"notifications.permission_denied": "Töölauamärguanded pole saadaval, kuna eelnevalt keelduti lehitsejale teavituste luba andmast",
|
||||
"notifications.permission_denied_alert": "Töölaua märguandeid ei saa lubada, kuna brauseri luba on varem keeldutud",
|
||||
"notifications.permission_required": "Töölaua märguanded ei ole saadaval, kuna vajalik luba pole antud.",
|
||||
"notifications.policy.accept": "Nõustun",
|
||||
"notifications.policy.accept_hint": "Näita teavitustes",
|
||||
"notifications.policy.drop": "Ignoreeri",
|
||||
"notifications.policy.drop_hint": "Saada tühjusse, mitte kunagi seda enam näha",
|
||||
"notifications.policy.filter": "Filter",
|
||||
"notifications.policy.filter_hint": "Saadetud filtreeritud teavituste sisendkasti",
|
||||
"notifications.policy.filter_limited_accounts_hint": "Piiratud serveri moderaatorite poolt",
|
||||
"notifications.policy.filter_limited_accounts_title": "Modereeritud kontod",
|
||||
"notifications.policy.filter_new_accounts.hint": "Loodud viimase {days, plural, one {ühe päeva} other {# päeva}} jooksul",
|
||||
@ -564,6 +605,7 @@
|
||||
"notifications.policy.filter_not_following_title": "Inimesed, keda sa ei jälgi",
|
||||
"notifications.policy.filter_private_mentions_hint": "Filtreeritud, kui see pole vastus sinupoolt mainimisele või kui jälgid saatjat",
|
||||
"notifications.policy.filter_private_mentions_title": "Soovimatud privaatsed mainimised",
|
||||
"notifications.policy.title": "Halda teavitusi kohast…",
|
||||
"notifications_permission_banner.enable": "Luba töölaua märguanded",
|
||||
"notifications_permission_banner.how_to_control": "Et saada teateid, ajal mil Mastodon pole avatud, luba töölauamärguanded. Saad täpselt määrata, mis tüüpi tegevused tekitavad märguandeid, kasutates peale teadaannete sisse lülitamist üleval olevat nuppu {icon}.",
|
||||
"notifications_permission_banner.title": "Ära jää millestki ilma",
|
||||
|
@ -11,6 +11,7 @@
|
||||
"about.not_available": "این اطّلاعات روی این کارساز موجود نشده.",
|
||||
"about.powered_by": "رسانهٔ اجتماعی نامتمرکز قدرت گرفته از {mastodon}",
|
||||
"about.rules": "قوانین کارساز",
|
||||
"account.account_note_header": "یادداشت شخصی",
|
||||
"account.add_or_remove_from_list": "افزودن یا برداشتن از سیاههها",
|
||||
"account.badges.bot": "خودکار",
|
||||
"account.badges.group": "گروه",
|
||||
@ -33,7 +34,9 @@
|
||||
"account.follow_back": "دنبال کردن متقابل",
|
||||
"account.followers": "پیگیرندگان",
|
||||
"account.followers.empty": "هنوز کسی پیگیر این کاربر نیست.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} پیگیرنده} other {{counter} پیگیرنده}}",
|
||||
"account.following": "پی میگیرید",
|
||||
"account.following_counter": "{count, plural, one {{counter} پیگرفته} other {{counter} پیگرفته}}",
|
||||
"account.follows.empty": "این کاربر هنوز پیگیر کسی نیست.",
|
||||
"account.go_to_profile": "رفتن به نمایه",
|
||||
"account.hide_reblogs": "نهفتن تقویتهای @{name}",
|
||||
@ -59,6 +62,7 @@
|
||||
"account.requested_follow": "{name} درخواست پیگیریتان را داد",
|
||||
"account.share": "همرسانی نمایهٔ @{name}",
|
||||
"account.show_reblogs": "نمایش تقویتهای @{name}",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} فرسته} other {{counter} فرسته}}",
|
||||
"account.unblock": "رفع مسدودیت @{name}",
|
||||
"account.unblock_domain": "رفع مسدودیت دامنهٔ {domain}",
|
||||
"account.unblock_short": "رفع مسدودیت",
|
||||
@ -86,9 +90,14 @@
|
||||
"audio.hide": "نهفتن صدا",
|
||||
"block_modal.show_less": "نمایش کمتر",
|
||||
"block_modal.show_more": "نمایش بیشتر",
|
||||
"block_modal.they_cant_mention": "نمیتوانند نامتان را برده یا پیتان بگیرند.",
|
||||
"block_modal.they_cant_see_posts": "نمیتوانند فرستههایتان را دیده و فرستههایشان را نمیبینید.",
|
||||
"block_modal.they_will_know": "میتوانند ببینند که مسدود شدهاند.",
|
||||
"block_modal.title": "انسداد کاربر؟",
|
||||
"block_modal.you_wont_see_mentions": "فرستههایی که از اون نام برده را نخواهید دید.",
|
||||
"boost_modal.combo": "دکمهٔ {combo} را بزنید تا دیگر این را نبینید",
|
||||
"boost_modal.reblog": "تقویت فرسته؟",
|
||||
"boost_modal.undo_reblog": "ناتقویت فرسته؟",
|
||||
"bundle_column_error.copy_stacktrace": "رونوشت از گزارش خطا",
|
||||
"bundle_column_error.error.body": "صفحهٔ درخواستی نتوانست پرداخت شود. ممکن است به خاطر اشکالی در کدمان یا مشکل سازگاری مرورگر باشد.",
|
||||
"bundle_column_error.error.title": "وای، نه!",
|
||||
@ -184,6 +193,8 @@
|
||||
"confirmations.unfollow.confirm": "پینگرفتن",
|
||||
"confirmations.unfollow.message": "مطمئنید که میخواهید به پیگیری از {name} پایان دهید؟",
|
||||
"confirmations.unfollow.title": "ناپیگیری کاربر؟",
|
||||
"content_warning.hide": "نهفتن فرسته",
|
||||
"content_warning.show": "نمایش به هر روی",
|
||||
"conversation.delete": "حذف گفتگو",
|
||||
"conversation.mark_as_read": "علامتگذاری به عنوان خوانده شده",
|
||||
"conversation.open": "دیدن گفتگو",
|
||||
@ -204,9 +215,24 @@
|
||||
"dismissable_banner.explore_tags": "هماکنون این برچسبها بین افراد این کارساز و دیگر کارسازهای شبکهٔ نامتمرکز داغ شدهاند.",
|
||||
"dismissable_banner.public_timeline": "اینها جدیدترین فرستههای عمومی از افرادی روی وب اجتماعیند که اعضای {domain} پی میگیرندشان.",
|
||||
"domain_block_modal.block": "انسداد کارساز",
|
||||
"domain_block_modal.block_account_instead": "انسداد @{name} به جایش",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "افزارد روی این کراساز میتوانند با فرستههای قدیمیتان تعامل داشته باشند.",
|
||||
"domain_block_modal.they_cant_follow": "هیچکسی از این کارساز نمیتواند پیتان بگیرد.",
|
||||
"domain_block_modal.they_wont_know": "نخواهند دانست که مسدود شدهاند.",
|
||||
"domain_block_modal.title": "انسداد دامنه؟",
|
||||
"domain_block_modal.you_will_lose_followers": "همهٔ پیگیرندگانتان از این کارساز برداشته خواهند شد.",
|
||||
"domain_block_modal.you_wont_see_posts": "فرستهها یا آگاهیها از کاربران روی این کارساز را نخواهید دید.",
|
||||
"domain_pill.server": "کارساز",
|
||||
"domain_pill.their_handle": "شناسهاش:",
|
||||
"domain_pill.their_server": "خانهٔ رقمیش. جایی که همهٔ فرستههایش میزیند.",
|
||||
"domain_pill.their_username": "شناسهٔ یکتایش در کارسازش. ممکن است کاربرانی با نام کاربری مشابه روی کارسازهای مختلف باشند.",
|
||||
"domain_pill.username": "نام کاربری",
|
||||
"domain_pill.whats_in_a_handle": "شناسه چیست؟",
|
||||
"domain_pill.who_they_are": "از آنجا که شناسهها کیستی و کجایی افراد را میگویند، میتوانید با افرادی در سراسر وب اجتماعی <button>بنسازههای قدرت گرفته از اکتیویتی پاپ</button> تعامل داشته باشید.",
|
||||
"domain_pill.who_you_are": "از آنجا که شناسهها کیستی و کجاییتان را میگویند، افراد میتوانند از سراسر وب اجتماعی <button>بنسازههای قدرت گرفته از اکتیویتی پاپ</button> با شما تعامل داشته باشند.",
|
||||
"domain_pill.your_handle": "شناسهتان:",
|
||||
"domain_pill.your_server": "خانهٔ رقمیتان. جایی که همهٔ فرستههایتان میزیند. دوستش ندارید؟ در هر زمان کارسازتان را جابهجا کرده و پیگیرندگانتان را نیز بیاورید.",
|
||||
"domain_pill.your_username": "شناسهٔ یکتایتان روی این کارساز. ممکن است کاربرانی با نام کاربری مشابه روی کارسازهای دیگر باشند.",
|
||||
"embed.instructions": "جاسازی این فرسته روی پایگاهتان با رونوشت کردن کد زیر.",
|
||||
"embed.preview": "این گونه دیده خواهد شد:",
|
||||
"emoji_button.activity": "فعالیت",
|
||||
@ -273,6 +299,9 @@
|
||||
"filter_modal.select_filter.subtitle": "استفاده از یک دستهً موجود یا ایجاد دستهای جدید",
|
||||
"filter_modal.select_filter.title": "پالایش این فرسته",
|
||||
"filter_modal.title.status": "پالایش یک فرسته",
|
||||
"filter_warning.matches_filter": "مطابق با پالایهٔ «{title}»",
|
||||
"filtered_notifications_banner.pending_requests": "از {count, plural, =0 {هیچکسی} one {فردی} other {# نفر}} که ممکن است بشناسید",
|
||||
"filtered_notifications_banner.title": "آگاهیهای پالوده",
|
||||
"firehose.all": "همه",
|
||||
"firehose.local": "این کارساز",
|
||||
"firehose.remote": "دیگر کارسازها",
|
||||
@ -281,6 +310,8 @@
|
||||
"follow_requests.unlocked_explanation": "با این که حسابتان قفل نیست، کارکنان {domain} فکر کردند که ممکن است بخواهید درخواستها از این حسابها را به صورت دستی بازبینی کنید.",
|
||||
"follow_suggestions.curated_suggestion": "گزینش سردبیر",
|
||||
"follow_suggestions.dismiss": "دیگر نشان داده نشود",
|
||||
"follow_suggestions.featured_longer": "دستچین شده به دست گروه {domain}",
|
||||
"follow_suggestions.friends_of_friends_longer": "محبوب بین کسانی که پیگرفتهاید",
|
||||
"follow_suggestions.hints.featured": "این نمایه به دست گروه {domain} دستچین شده.",
|
||||
"follow_suggestions.hints.friends_of_friends": "این نمایه بین کسانی که پی میگیرید محبوب است.",
|
||||
"follow_suggestions.hints.most_followed": "این نمایه روی {domain} بسیار پیگرفته شده.",
|
||||
@ -288,6 +319,8 @@
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "این نمایه شبیه نمایههاییست که اخیراً پیگرفتهاید.",
|
||||
"follow_suggestions.personalized_suggestion": "پیشنهاد شخصی",
|
||||
"follow_suggestions.popular_suggestion": "پیشنهاد محبوب",
|
||||
"follow_suggestions.popular_suggestion_longer": "محبوب روی {domain}",
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "شبیه نمایههایی که اخیراً پی گرفتهاید",
|
||||
"follow_suggestions.view_all": "دیدن همه",
|
||||
"follow_suggestions.who_to_follow": "افرادی برای پیگیری",
|
||||
"followed_tags": "برچسبهای پیگرفته",
|
||||
@ -316,6 +349,14 @@
|
||||
"hashtag.follow": "پیگرفتن برچسب",
|
||||
"hashtag.unfollow": "پینگرفتن برچسب",
|
||||
"hashtags.and_other": "…و {count, plural, other {# بیشتر}}",
|
||||
"hints.profiles.followers_may_be_missing": "شاید پیگیرندگان این نمایه نباشند.",
|
||||
"hints.profiles.follows_may_be_missing": "شاید پیگرفتههای این نمایه نباشند.",
|
||||
"hints.profiles.posts_may_be_missing": "شاید فرستههایی از این نمایه نباشند.",
|
||||
"hints.profiles.see_more_followers": "دیدن پیگیرندگان بیشتر روی {domain}",
|
||||
"hints.profiles.see_more_follows": "دیدن پیگرفتههای بیشتر روی {domain}",
|
||||
"hints.profiles.see_more_posts": "دیدن فرستههای بیشتر روی {domain}",
|
||||
"hints.threads.replies_may_be_missing": "شاید پاسخها از دیگر کارسازها نباشند.",
|
||||
"hints.threads.see_more": "دیدن پاسخهای بیشتر روی {domain}",
|
||||
"home.column_settings.show_reblogs": "نمایش تقویتها",
|
||||
"home.column_settings.show_replies": "نمایش پاسخها",
|
||||
"home.hide_announcements": "نهفتن اعلامیهها",
|
||||
@ -323,6 +364,11 @@
|
||||
"home.pending_critical_update.link": "دیدن بهروز رسانیها",
|
||||
"home.pending_critical_update.title": "بهروز رسانی امنیتی بحرانی موجود است!",
|
||||
"home.show_announcements": "نمایش اعلامیهها",
|
||||
"ignore_notifications_modal.ignore": "چشمپوشی از آگاهیها",
|
||||
"ignore_notifications_modal.limited_accounts_title": "چشمپوشی از آگاهیهای حسابهای نظارت شده؟",
|
||||
"ignore_notifications_modal.new_accounts_title": "چشمپوشی از آگاهیهای حسابهای جدید؟",
|
||||
"ignore_notifications_modal.not_followers_title": "چشمپوشی از آگاهیهای افرادی که پیتان نمیگیرند؟",
|
||||
"ignore_notifications_modal.not_following_title": "چشمپوشی از آگاهیهای افرادی که پیشان نمیگیرید؟",
|
||||
"interaction_modal.description.favourite": "با حسابی روی ماستودون میتوانید این فرسته را برگزیده تا نگارنده بداند قدردانش هستید و برای آینده ذخیرهاش میکنید.",
|
||||
"interaction_modal.description.follow": "با حسابی روی ماستودون میتوانید {name} را برای دریافت فرستههایش در خوراک خانگیتان دنبال کنید.",
|
||||
"interaction_modal.description.reblog": "با حسابی روی ماستودون میتوانید این فرسته را با پیگیران خودتان همرسانی کنید.",
|
||||
@ -383,6 +429,8 @@
|
||||
"limited_account_hint.action": "به هر روی نمایه نشان داده شود",
|
||||
"limited_account_hint.title": "این نمایه از سوی ناظمهای {domain} پنهان شده.",
|
||||
"link_preview.author": "از {name}",
|
||||
"link_preview.more_from_author": "بیشتر از {name}",
|
||||
"link_preview.shares": "{count, plural, one {{counter} فرسته} other {{counter} فرسته}}",
|
||||
"lists.account.add": "افزودن به سیاهه",
|
||||
"lists.account.remove": "برداشتن از سیاهه",
|
||||
"lists.delete": "حذف سیاهه",
|
||||
@ -401,9 +449,16 @@
|
||||
"loading_indicator.label": "در حال بارگذاری…",
|
||||
"media_gallery.toggle_visible": "{number, plural, one {نهفتن تصویر} other {نهفتن تصاویر}}",
|
||||
"moved_to_account_banner.text": "حسابتان {disabledAccount} اکنون از کار افتاده؛ چرا که به {movedToAccount} منتقل شدید.",
|
||||
"mute_modal.hide_from_notifications": "نهفتن از آگاهیها",
|
||||
"mute_modal.hide_options": "گزینههای نهفتن",
|
||||
"mute_modal.indefinite": "تا وقتی ناخموشش کنم",
|
||||
"mute_modal.show_options": "نمایش گزینهها",
|
||||
"mute_modal.they_wont_know": "نخواهند دانست که خموش شدهاند.",
|
||||
"mute_modal.title": "خموشی کاربر؟",
|
||||
"mute_modal.you_wont_see_mentions": "فرستههایی که به او اشاره کردهاند را نخواهید دید.",
|
||||
"mute_modal.you_wont_see_posts": "هنوز میتوانند فرستههایتان را ببینند، ولی فرستههایشان را نمیبینید.",
|
||||
"navigation_bar.about": "درباره",
|
||||
"navigation_bar.administration": "مدیریت",
|
||||
"navigation_bar.advanced_interface": "بازکردن در رابط کاربری وب پیشرفته",
|
||||
"navigation_bar.blocks": "کاربران مسدود شده",
|
||||
"navigation_bar.bookmarks": "نشانکها",
|
||||
@ -420,6 +475,7 @@
|
||||
"navigation_bar.follows_and_followers": "پیگرفتگان و پیگیرندگان",
|
||||
"navigation_bar.lists": "سیاههها",
|
||||
"navigation_bar.logout": "خروج",
|
||||
"navigation_bar.moderation": "نظارت",
|
||||
"navigation_bar.mutes": "کاربران خموشانده",
|
||||
"navigation_bar.opened_in_classic_interface": "فرستهها، حسابها و دیگر صفحههای خاص به طور پیشگزیده در میانای وب کلاسیک گشوده میشوند.",
|
||||
"navigation_bar.personal": "شخصی",
|
||||
@ -430,26 +486,54 @@
|
||||
"navigation_bar.security": "امنیت",
|
||||
"not_signed_in_indicator.not_signed_in": "برای دسترسی به این منبع باید وارد شوید.",
|
||||
"notification.admin.report": "{name}، {target} را گزارش داد",
|
||||
"notification.admin.report_statuses_other": "{name}، {target} را گزارش داد",
|
||||
"notification.admin.sign_up": "{name} ثبت نام کرد",
|
||||
"notification.favourite": "{name} فرستهتان را برگزید",
|
||||
"notification.follow": "{name} پیگیرتان شد",
|
||||
"notification.follow_request": "{name} درخواست پیگیریتان را داد",
|
||||
"notification.label.mention": "اشاره",
|
||||
"notification.label.private_mention": "اشارهٔ خصوصی",
|
||||
"notification.label.private_reply": "پاسخ خصوصی",
|
||||
"notification.label.reply": "پاسخ",
|
||||
"notification.mention": "اشاره",
|
||||
"notification.moderation-warning.learn_more": "بیشتر بدانید",
|
||||
"notification.moderation_warning": "هشداری مدیریتی گرفتهاید",
|
||||
"notification.moderation_warning.action_delete_statuses": "برخی از فرستههایتان برداشته شدند.",
|
||||
"notification.moderation_warning.action_disable": "حسابتان از کار افتاد.",
|
||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "برخی از فرستههایتان به عنوان حسّاس علامت خوردند.",
|
||||
"notification.moderation_warning.action_none": "حسابتان هشداری مدیریتی گرفت.",
|
||||
"notification.moderation_warning.action_sensitive": "فرستههایتان از اکنون به عنوان حسّاس علامت خواهند خورد.",
|
||||
"notification.moderation_warning.action_silence": "حسابتان محدود شده.",
|
||||
"notification.moderation_warning.action_suspend": "حسابتان معلّق شده.",
|
||||
"notification.own_poll": "نظرسنجیتان پایان یافت",
|
||||
"notification.poll": "نظرسنجیای که در آن رأی دادید به پایان رسید",
|
||||
"notification.reblog": "{name} فرستهتان را تقویت کرد",
|
||||
"notification.relationships_severance_event": "قطع ارتباط با {name}",
|
||||
"notification.relationships_severance_event.learn_more": "بیشتر بدانید",
|
||||
"notification.status": "{name} چیزی فرستاد",
|
||||
"notification.update": "{name} فرستهای را ویرایش کرد",
|
||||
"notification_requests.accept": "پذیرش",
|
||||
"notification_requests.confirm_accept_multiple.title": "پذیرش درخواستهای آگاهی؟",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "رد کردن درخواستهای آگاهی؟",
|
||||
"notification_requests.dismiss": "دورانداختن",
|
||||
"notification_requests.edit_selection": "ویرایش",
|
||||
"notification_requests.exit_selection": "انجام شد",
|
||||
"notification_requests.maximize": "بیشنه",
|
||||
"notification_requests.minimize_banner": "کمینه کردن بیرق آگاهیهای پالوده",
|
||||
"notification_requests.notifications_from": "آگاهیها از {name}",
|
||||
"notification_requests.title": "آگاهیهای پالوده",
|
||||
"notification_requests.view": "دیدن آگاهیها",
|
||||
"notifications.clear": "پاکسازی آگاهیها",
|
||||
"notifications.clear_confirmation": "مطمئنید میخواهید همهٔ آگاهیهایتان را برای همیشه پاک کنید؟",
|
||||
"notifications.clear_title": "پاکسازی آگاهیها؟",
|
||||
"notifications.column_settings.admin.report": "گزارشهای جدید:",
|
||||
"notifications.column_settings.admin.sign_up": "ثبت نامهای جدید:",
|
||||
"notifications.column_settings.alert": "آگاهیهای میزکار",
|
||||
"notifications.column_settings.beta.category": "ویژگیهای آزمایشی",
|
||||
"notifications.column_settings.beta.grouping": "گروهبندی آگاهیها",
|
||||
"notifications.column_settings.favourite": "برگزیدهها:",
|
||||
"notifications.column_settings.filter_bar.advanced": "نمایش همۀ دستهها",
|
||||
"notifications.column_settings.filter_bar.category": "نوار پالایش سریع",
|
||||
"notifications.column_settings.follow": "پیگیرندگان جدید:",
|
||||
"notifications.column_settings.follow_request": "درخواستهای جدید پیگیری:",
|
||||
"notifications.column_settings.mention": "اشارهها:",
|
||||
@ -475,8 +559,19 @@
|
||||
"notifications.permission_denied": "آگاهیهای میزکار به دلیل رد کردن درخواست اجازهٔ پیشین مرورگر، در دسترس نیستند",
|
||||
"notifications.permission_denied_alert": "از آنجا که پیش از این اجازهٔ مرورگر رد شده است، آگاهیهای میزکار نمیتوانند به کار بیفتند",
|
||||
"notifications.permission_required": "آگاهیهای میزکار در دسترس نیستند زیرا اجازههای لازم، اعطا نشده.",
|
||||
"notifications.policy.accept": "پذیرش",
|
||||
"notifications.policy.accept_hint": "نمایش در آگاهیها",
|
||||
"notifications.policy.drop": "چشمپوشی",
|
||||
"notifications.policy.drop_hint": "فرستادن به هیچ. دیگر هرگز دیده نخواهند شد",
|
||||
"notifications.policy.filter": "پالایش",
|
||||
"notifications.policy.filter_hint": "فرستادن به صندوق آگاهیهای پالوده",
|
||||
"notifications.policy.filter_limited_accounts_hint": "محدود شده به دست ناظمهای کارساز",
|
||||
"notifications.policy.filter_limited_accounts_title": "حسابهای مدیریت شده",
|
||||
"notifications.policy.filter_new_accounts_title": "حسابهای جدید",
|
||||
"notifications.policy.filter_not_followers_title": "کسانی که شما را دنبال میکنند",
|
||||
"notifications.policy.filter_not_following_hint": "",
|
||||
"notifications.policy.filter_not_following_title": "کسانی که پی نمیگیرید",
|
||||
"notifications.policy.title": "مدیریت آگاهیها از…",
|
||||
"notifications_permission_banner.enable": "به کار انداختن آگاهیهای میزکار",
|
||||
"notifications_permission_banner.how_to_control": "برای دریافت آگاهیها هنگام باز نبودن ماستودون، آگاهیهای میزکار را به کار بیندازید. پس از به کار افتادنشان میتوانید گونههای دقیق برهمکنشهایی که آگاهیهای میزکار تولید میکنند را از {icon} بالا واپایید.",
|
||||
"notifications_permission_banner.title": "هرگز چیزی را از دست ندهید",
|
||||
@ -609,6 +704,7 @@
|
||||
"report_notification.categories.spam": "هرزنامه",
|
||||
"report_notification.categories.spam_sentence": "هرزنامه",
|
||||
"report_notification.categories.violation": "تخطّی از قانون",
|
||||
"report_notification.categories.violation_sentence": "تخطّی از قانون",
|
||||
"report_notification.open": "گشودن گزارش",
|
||||
"search.no_recent_searches": "جستوجوی اخیری نیست",
|
||||
"search.placeholder": "جستوجو",
|
||||
@ -653,9 +749,11 @@
|
||||
"status.direct": "اشارهٔ خصوصی به @{name}",
|
||||
"status.direct_indicator": "اشارهٔ خصوصی",
|
||||
"status.edit": "ویرایش",
|
||||
"status.edited": "آخرین ویرایش {date}",
|
||||
"status.edited_x_times": "{count, plural, one {{count} مرتبه} other {{count} مرتبه}} ویرایش شد",
|
||||
"status.embed": "جاسازی",
|
||||
"status.favourite": "برگزیده",
|
||||
"status.favourites": "{count, plural, one {برگزیده} other {برگزیده}}",
|
||||
"status.filter": "پالایش این فرسته",
|
||||
"status.history.created": "توسط {name} در {date} ایجاد شد",
|
||||
"status.history.edited": "توسط {name} در {date} ویرایش شد",
|
||||
@ -674,6 +772,7 @@
|
||||
"status.reblog": "تقویت",
|
||||
"status.reblog_private": "تقویت برای مخاطبان نخستین",
|
||||
"status.reblogged_by": "{name} تقویت کرد",
|
||||
"status.reblogs": "{count, plural, one {تقویت} other {تقویت}}",
|
||||
"status.reblogs.empty": "هنوز هیچ کسی این فرسته را تقویت نکرده است. وقتی کسی چنین کاری کند، اینجا نمایش داده خواهد شد.",
|
||||
"status.redraft": "حذف و بازنویسی",
|
||||
"status.remove_bookmark": "برداشتن نشانک",
|
||||
|
@ -180,6 +180,7 @@
|
||||
"confirmations.discard_edit_media.message": "Tu ha cambiamentos non salvate in le description o previsualisation del objecto multimedial. Abandonar los?",
|
||||
"confirmations.edit.confirm": "Modificar",
|
||||
"confirmations.edit.message": "Si tu modifica isto ora, le message in curso de composition essera perdite. Es tu secur de voler continuar?",
|
||||
"confirmations.edit.title": "Superscriber le message?",
|
||||
"confirmations.logout.confirm": "Clauder session",
|
||||
"confirmations.logout.message": "Es tu secur que tu vole clauder le session?",
|
||||
"confirmations.logout.title": "Clauder session?",
|
||||
@ -189,6 +190,7 @@
|
||||
"confirmations.redraft.title": "Deler e rescriber le message?",
|
||||
"confirmations.reply.confirm": "Responder",
|
||||
"confirmations.reply.message": "Si tu responde ora, le message in curso de composition essera perdite. Es tu secur de voler continuar?",
|
||||
"confirmations.reply.title": "Superscriber le message?",
|
||||
"confirmations.unfollow.confirm": "Non plus sequer",
|
||||
"confirmations.unfollow.message": "Es tu secur que tu vole cessar de sequer {name}?",
|
||||
"confirmations.unfollow.title": "Cessar de sequer le usator?",
|
||||
@ -361,6 +363,12 @@
|
||||
"home.pending_critical_update.link": "Vider actualisationes",
|
||||
"home.pending_critical_update.title": "Actualisation de securitate critic disponibile!",
|
||||
"home.show_announcements": "Monstrar annuncios",
|
||||
"ignore_notifications_modal.ignore": "Ignorar le notificationes",
|
||||
"ignore_notifications_modal.limited_accounts_title": "Ignorar le notificationes de contos moderate?",
|
||||
"ignore_notifications_modal.new_accounts_title": "Ignorar le notificationes de nove contos?",
|
||||
"ignore_notifications_modal.not_followers_title": "Ignorar notificationes de personas qui non te seque?",
|
||||
"ignore_notifications_modal.not_following_title": "Ignorar notificationes de personas que tu non seque?",
|
||||
"ignore_notifications_modal.private_mentions_title": "Ignorar notificationes de mentiones private non requestate?",
|
||||
"interaction_modal.description.favourite": "Con un conto sur Mastodon, tu pote marcar iste message como favorite pro informar le autor que tu lo apprecia e lo salva pro plus tarde.",
|
||||
"interaction_modal.description.follow": "Con un conto sur Mastodon, tu pote sequer {name} e reciper su messages in tu fluxo de initio.",
|
||||
"interaction_modal.description.reblog": "Con un conto sur Mastodon, tu pote impulsar iste message pro condivider lo con tu proprie sequitores.",
|
||||
@ -479,6 +487,8 @@
|
||||
"navigation_bar.security": "Securitate",
|
||||
"not_signed_in_indicator.not_signed_in": "Es necessari aperir session pro acceder a iste ressource.",
|
||||
"notification.admin.report": "{name} ha reportate {target}",
|
||||
"notification.admin.report_account": "{name} ha reportate {count, plural, one {un message} other {# messages}} de {target} per {category}",
|
||||
"notification.admin.report_account_other": "{name} ha reportate {count, plural, one {un message} other {# messages}} de {target}",
|
||||
"notification.admin.report_statuses": "{name} ha reportate {target} pro {category}",
|
||||
"notification.admin.report_statuses_other": "{name} ha reportate {target}",
|
||||
"notification.admin.sign_up": "{name} se ha inscribite",
|
||||
|
@ -24,6 +24,7 @@
|
||||
"announcement.announcement": "Proclamatio",
|
||||
"attachments_list.unprocessed": "(immūtātus)",
|
||||
"block_modal.you_wont_see_mentions": "Nuntios quibus eos commemorant non videbis.",
|
||||
"boost_modal.combo": "Potes premēre {combo} ut hoc iterum transilīre",
|
||||
"bundle_column_error.error.title": "Eheu!",
|
||||
"bundle_column_error.retry": "Retemptare",
|
||||
"bundle_column_error.routing.title": "CCCCIIII",
|
||||
@ -72,7 +73,10 @@
|
||||
"empty_column.account_timeline": "Hic nulla contributa!",
|
||||
"empty_column.account_unavailable": "Notio non impetrabilis",
|
||||
"empty_column.blocks": "Nondum quemquam usorem obsēcāvisti.",
|
||||
"empty_column.bookmarked_statuses": "Nūllae adhuc postēs notātī habēs. Ubi unum notāverīs, hic apparebit.",
|
||||
"empty_column.direct": "Nōn habēs adhūc ullo mentionēs prīvātās. Cum ūnam mīseris aut accipis, hīc apparēbit.",
|
||||
"empty_column.favourited_statuses": "Nūllae adhuc postēs praeferendī habēs. Ubi unum praeferās, hic apparebit.",
|
||||
"empty_column.follow_requests": "Nūllae adhuc petitionēs sequendi habēs. Ubi unum accipīs, hic apparebit.",
|
||||
"empty_column.followed_tags": "Nōn adhūc aliquem hastāginem secūtus es. Cum id fēceris, hic ostendētur.",
|
||||
"empty_column.home": "Tua linea temporum domesticus vacua est! Sequere plures personas ut eam compleas.",
|
||||
"empty_column.list": "There is nothing in this list yet. When members of this list post new statuses, they will appear here.",
|
||||
@ -84,12 +88,19 @@
|
||||
"firehose.all": "Omnis",
|
||||
"footer.about": "De",
|
||||
"generic.saved": "Servavit",
|
||||
"hashtag.column_header.tag_mode.none": "sine {additional}",
|
||||
"hashtag.column_settings.tag_mode.all": "Haec omnia",
|
||||
"hashtag.column_settings.tag_toggle": "Include additional tags in this column",
|
||||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} particeps} other {{counter} participēs}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} nuntius} other {{counter} nuntii}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} nuntius} other {{counter} nuntii}} hodie",
|
||||
"hashtags.and_other": "…et {count, plural, other {# plus}}",
|
||||
"ignore_notifications_modal.filter_to_act_users": "Adhuc poteris accipere, reicere, vel referre usores",
|
||||
"ignore_notifications_modal.filter_to_review_separately": "Percolantur notificatiōnes separātim recensere potes",
|
||||
"interaction_modal.description.favourite": "Cum accūntū in Mastodon, hanc postem praeferre potes ut auctōrī indicēs tē eam aestimāre et ad posterius servēs.",
|
||||
"interaction_modal.description.follow": "Cum accūntū in Mastodon, {name} sequī potes ut eōrum postēs in tēlā domī tuā recipiās.",
|
||||
"interaction_modal.description.reply": "Mastodon de Ratione, huic nuntio respondere potes.",
|
||||
"interaction_modal.sign_in": "Ad hōc servientem nōn dēlūxī. Ubi accūntum tuum hospitātum est?",
|
||||
"intervals.full.days": "{number, plural, one {# die} other {# dies}}",
|
||||
"intervals.full.hours": "{number, plural, one {# hora} other {# horae}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minutum} other {# minuta}}",
|
||||
@ -155,6 +166,8 @@
|
||||
"notification.status": "{name} nuper publicavit",
|
||||
"notification.update": "{name} nuntium correxit",
|
||||
"notification_requests.accept": "Accipe",
|
||||
"notification_requests.confirm_accept_multiple.message": "Tu es accepturus {count, plural, one {una notitia petitionem} other {# notitia petitiones}}. Certus esne procedere vis?",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "Tu {count, plural, one {unam petitionem notificationis} other {# petitiones notificationum}} abrogāre prōximum es. {count, plural, one {Illa} other {Eae}} facile accessū nōn erit. Certus es tē procedere velle?",
|
||||
"notifications.filter.all": "Omnia",
|
||||
"notifications.filter.polls": "Eventus electionis",
|
||||
"notifications.group": "Notificātiōnēs",
|
||||
@ -163,6 +176,8 @@
|
||||
"onboarding.follows.lead": "Tua domus feed est principalis via Mastodon experīrī. Quō plūrēs persōnas sequeris, eō actīvior et interessantior erit. Ad tē incipiendum, ecce quaedam suāsiones:",
|
||||
"onboarding.follows.title": "Popular on Mastodon",
|
||||
"onboarding.profile.display_name_hint": "Tuum nomen completum aut tuum nomen ludens…",
|
||||
"onboarding.profile.lead": "Hoc semper postea in ratiōnibus complērī potest, ubi etiam plūrēs optiōnēs personalizātiōnis praesto sunt.",
|
||||
"onboarding.profile.note_hint": "Alios hominēs vel #hashtags @nōmināre potes…",
|
||||
"onboarding.start.lead": "Nunc pars es Mastodonis, singularis, socialis medii platformae decentralis ubi—non algorismus—tuam ipsius experientiam curas. Incipiāmus in nova hac socialis regione:",
|
||||
"onboarding.start.skip": "Want to skip right ahead?",
|
||||
"onboarding.start.title": "Perfecisti eam!",
|
||||
@ -206,8 +221,11 @@
|
||||
"report.mute_explanation": "Non videbis eōrum nuntiōs. Possunt adhuc tē sequī et tuōs nuntiōs vidēre, nec sciēbunt sē tacitōs esse.",
|
||||
"report.next": "Secundum",
|
||||
"report.placeholder": "Commentāriī adiūnctī",
|
||||
"report.reasons.legal_description": "Putās id legem tuae aut servientis patriae violāre.",
|
||||
"report.reasons.violation_description": "Scis quod certa praecepta frangit",
|
||||
"report.submit": "Mittere",
|
||||
"report.target": "Report {target}",
|
||||
"report.unfollow_explanation": "Tu hanc rationem secutus es. Non videre stationes suas in domo tua amplius pascere, eas sequere.",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} nuntius} other {{count} nuntii}} attachiatus",
|
||||
"report_notification.categories.other": "Altera",
|
||||
"search.placeholder": "Quaerere",
|
||||
|
@ -11,6 +11,7 @@
|
||||
"about.not_available": "Maklumat ini belum tersedia pada pelayan ini.",
|
||||
"about.powered_by": "Media sosial terpencar yang dikuasakan oleh {mastodon}",
|
||||
"about.rules": "Peraturan pelayan",
|
||||
"account.account_note_header": "Personal note",
|
||||
"account.add_or_remove_from_list": "Tambah atau Buang dari senarai",
|
||||
"account.badges.bot": "Bot",
|
||||
"account.badges.group": "Kumpulan",
|
||||
@ -33,6 +34,7 @@
|
||||
"account.follow_back": "Ikut balik",
|
||||
"account.followers": "Pengikut",
|
||||
"account.followers.empty": "Belum ada yang mengikuti pengguna ini.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} Diikuti} other {{counter} Diikuti}}",
|
||||
"account.following": "Mengikuti",
|
||||
"account.follows.empty": "Pengguna ini belum mengikuti sesiapa.",
|
||||
"account.go_to_profile": "Pergi ke profil",
|
||||
|
@ -190,6 +190,7 @@
|
||||
"confirmations.unfollow.message": "Вы уверены, что хотите отписаться от {name}?",
|
||||
"confirmations.unfollow.title": "Отписаться?",
|
||||
"content_warning.hide": "Скрыть пост",
|
||||
"content_warning.show": "Всё равно показать",
|
||||
"conversation.delete": "Удалить беседу",
|
||||
"conversation.mark_as_read": "Отметить как прочитанное",
|
||||
"conversation.open": "Просмотр беседы",
|
||||
|
@ -94,7 +94,7 @@
|
||||
"block_modal.they_cant_mention": "他们不能提及或关注你。",
|
||||
"block_modal.they_cant_see_posts": "他们看不到你的嘟文,你也看不到他们的嘟文。",
|
||||
"block_modal.they_will_know": "他们将能看到他们被屏蔽。",
|
||||
"block_modal.title": "屏蔽该用户?",
|
||||
"block_modal.title": "是否屏蔽该用户?",
|
||||
"block_modal.you_wont_see_mentions": "你将无法看到提及他们的嘟文。",
|
||||
"boost_modal.combo": "下次按住 {combo} 即可跳过此提示",
|
||||
"boost_modal.reblog": "是否转嘟?",
|
||||
@ -317,10 +317,10 @@
|
||||
"follow_suggestions.featured_longer": "由 {domain} 管理团队精选",
|
||||
"follow_suggestions.friends_of_friends_longer": "在你关注的人中很受欢迎",
|
||||
"follow_suggestions.hints.featured": "该用户已被 {domain} 管理团队精选。",
|
||||
"follow_suggestions.hints.friends_of_friends": "该用户在您关注的人中很受欢迎。",
|
||||
"follow_suggestions.hints.friends_of_friends": "该用户在你关注的人中很受欢迎。",
|
||||
"follow_suggestions.hints.most_followed": "该用户是 {domain} 上关注度最高的用户之一。",
|
||||
"follow_suggestions.hints.most_interactions": "该用户最近在 {domain} 上获得了很多关注。",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "该用户与您最近关注的用户类似。",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "该用户与你最近关注的用户类似。",
|
||||
"follow_suggestions.personalized_suggestion": "个性化建议",
|
||||
"follow_suggestions.popular_suggestion": "热门建议",
|
||||
"follow_suggestions.popular_suggestion_longer": "在 {domain} 上很受欢迎",
|
||||
@ -364,7 +364,7 @@
|
||||
"home.column_settings.show_reblogs": "显示转嘟",
|
||||
"home.column_settings.show_replies": "显示回复",
|
||||
"home.hide_announcements": "隐藏公告",
|
||||
"home.pending_critical_update.body": "请尽快更新您的 Mastodon 服务器!",
|
||||
"home.pending_critical_update.body": "请尽快更新你的 Mastodon 服务器!",
|
||||
"home.pending_critical_update.link": "查看更新",
|
||||
"home.pending_critical_update.title": "紧急安全更新可用!",
|
||||
"home.show_announcements": "显示公告",
|
||||
@ -618,12 +618,12 @@
|
||||
"onboarding.follows.lead": "你管理你自己的家庭饲料。你关注的人越多,它将越活跃和有趣。 这些配置文件可能是一个很好的起点——你可以随时取消关注它们!",
|
||||
"onboarding.follows.title": "定制您的主页动态",
|
||||
"onboarding.profile.discoverable": "让我的资料卡可被他人发现",
|
||||
"onboarding.profile.discoverable_hint": "当您选择在 Mastodon 上启用发现功能时,你的嘟文可能会出现在搜索结果和热门中,你的账户可能会被推荐给与你兴趣相似的人。",
|
||||
"onboarding.profile.discoverable_hint": "当你选择在 Mastodon 上启用发现功能时,你的嘟文可能会出现在搜索结果和热门中,你的账户可能会被推荐给与你兴趣相似的人。",
|
||||
"onboarding.profile.display_name": "昵称",
|
||||
"onboarding.profile.display_name_hint": "您的全名或昵称…",
|
||||
"onboarding.profile.lead": "您可以稍后在设置中完成此操作,设置中有更多的自定义选项。",
|
||||
"onboarding.profile.display_name_hint": "你的全名或昵称…",
|
||||
"onboarding.profile.lead": "你可以稍后在设置中完成此操作,设置中有更多的自定义选项。",
|
||||
"onboarding.profile.note": "简介",
|
||||
"onboarding.profile.note_hint": "您可以提及 @其他人 或 #标签…",
|
||||
"onboarding.profile.note_hint": "你可以提及 @其他人 或 #标签…",
|
||||
"onboarding.profile.save_and_continue": "保存并继续",
|
||||
"onboarding.profile.title": "设置个人资料",
|
||||
"onboarding.profile.upload_avatar": "上传头像",
|
||||
@ -632,7 +632,7 @@
|
||||
"onboarding.share.message": "我是来自 #Mastodon 的 {username}!请在 {url} 关注我。",
|
||||
"onboarding.share.next_steps": "可能的下一步:",
|
||||
"onboarding.share.title": "分享你的个人资料",
|
||||
"onboarding.start.lead": "您新的 Mastodon 帐户已准备好。下面是如何最大限度地利用它:",
|
||||
"onboarding.start.lead": "你的新 Mastodon 帐户已准备好。下面是如何最大限度地利用它:",
|
||||
"onboarding.start.skip": "想要在前面跳过吗?",
|
||||
"onboarding.start.title": "你已经成功了!",
|
||||
"onboarding.steps.follow_people.body": "You curate your own feed. Lets fill it with interesting people.",
|
||||
@ -644,7 +644,7 @@
|
||||
"onboarding.steps.share_profile.body": "Let your friends know how to find you on Mastodon!",
|
||||
"onboarding.steps.share_profile.title": "分享你的个人资料",
|
||||
"onboarding.tips.2fa": "<strong>你知道吗?</strong>你可以在账户设置中配置双因素认证来保护账户安全。可以使用你选择的任何 TOTP 应用,无需电话号码!",
|
||||
"onboarding.tips.accounts_from_other_servers": "<strong>您知道吗?</strong> 既然Mastodon是去中心化的,您所看到的一些账户将被托管在您以外的服务器上。 但你可以无缝地与他们交互!他们的服务器在他们的用户名的后半部分!",
|
||||
"onboarding.tips.accounts_from_other_servers": "<strong>你知道吗?</strong> 既然Mastodon是去中心化的,你所看到的一些账户将被托管在你以外的服务器上。 但你可以无缝地与他们交互!他们的服务器在他们的用户名的后半部分!",
|
||||
"onboarding.tips.migration": "<strong>您知道吗?</strong> 如果你觉得你喜欢 {domain} 不是您未来的一个伟大的服务器选择。 您可以移动到另一个 Mastodon 服务器而不失去您的关注者。 您甚至可以主持您自己的服务器!",
|
||||
"onboarding.tips.verification": "<strong>您知道吗?</strong> 您可以通过在自己的网站上放置一个链接到您的 Mastodon 个人资料并将网站添加到您的个人资料来验证您的帐户。 无需收费或文书工作!",
|
||||
"password_confirmation.exceeds_maxlength": "密码确认超过最大密码长度",
|
||||
|
@ -21,7 +21,7 @@
|
||||
"account.blocked": "已封鎖",
|
||||
"account.cancel_follow_request": "收回跟隨請求",
|
||||
"account.copy": "複製個人檔案連結",
|
||||
"account.direct": "私訊 @{name}",
|
||||
"account.direct": " @{name}",
|
||||
"account.disable_notifications": "取消來自 @{name} 嘟文的通知",
|
||||
"account.domain_blocked": "已封鎖網域",
|
||||
"account.edit_profile": "編輯個人檔案",
|
||||
|
@ -24,7 +24,7 @@ class EmojiFormatter
|
||||
def to_s
|
||||
return html if custom_emojis.empty? || html.blank?
|
||||
|
||||
tree = Nokogiri::HTML.fragment(html)
|
||||
tree = Nokogiri::HTML5.fragment(html)
|
||||
tree.xpath('./text()|.//text()[not(ancestor[@class="invisible"])]').to_a.each do |node|
|
||||
i = -1
|
||||
inside_shortname = false
|
||||
@ -43,8 +43,8 @@ class EmojiFormatter
|
||||
|
||||
next unless (char_after.nil? || !DISALLOWED_BOUNDING_REGEX.match?(char_after)) && (emoji = emoji_map[shortcode])
|
||||
|
||||
result << Nokogiri::XML::Text.new(text[last_index..shortname_start_index - 1], tree.document) if shortname_start_index.positive?
|
||||
result << Nokogiri::HTML.fragment(tag_for_emoji(shortcode, emoji))
|
||||
result << tree.document.create_text_node(text[last_index..shortname_start_index - 1]) if shortname_start_index.positive?
|
||||
result << tree.document.fragment(tag_for_emoji(shortcode, emoji))
|
||||
|
||||
last_index = i + 1
|
||||
elsif text[i] == ':' && (i.zero? || !DISALLOWED_BOUNDING_REGEX.match?(text[i - 1]))
|
||||
@ -53,7 +53,7 @@ class EmojiFormatter
|
||||
end
|
||||
end
|
||||
|
||||
result << Nokogiri::XML::Text.new(text[last_index..], tree.document)
|
||||
result << tree.document.create_text_node(text[last_index..])
|
||||
node.replace(result)
|
||||
end
|
||||
|
||||
|
@ -157,11 +157,11 @@ class LinkDetailsExtractor
|
||||
end
|
||||
|
||||
def title
|
||||
html_entities_decode(structured_data&.headline || opengraph_tag('og:title') || document.xpath('//title').map(&:content).first)&.strip
|
||||
html_entities.decode(structured_data&.headline || opengraph_tag('og:title') || document.xpath('//title').map(&:content).first)&.strip
|
||||
end
|
||||
|
||||
def description
|
||||
html_entities_decode(structured_data&.description || opengraph_tag('og:description') || meta_tag('description'))
|
||||
html_entities.decode(structured_data&.description || opengraph_tag('og:description') || meta_tag('description'))
|
||||
end
|
||||
|
||||
def published_at
|
||||
@ -181,7 +181,7 @@ class LinkDetailsExtractor
|
||||
end
|
||||
|
||||
def provider_name
|
||||
html_entities_decode(structured_data&.publisher_name || opengraph_tag('og:site_name'))
|
||||
html_entities.decode(structured_data&.publisher_name || opengraph_tag('og:site_name'))
|
||||
end
|
||||
|
||||
def provider_url
|
||||
@ -189,7 +189,7 @@ class LinkDetailsExtractor
|
||||
end
|
||||
|
||||
def author_name
|
||||
html_entities_decode(structured_data&.author_name || opengraph_tag('og:author') || opengraph_tag('og:author:username'))
|
||||
html_entities.decode(structured_data&.author_name || opengraph_tag('og:author') || opengraph_tag('og:author:username'))
|
||||
end
|
||||
|
||||
def author_url
|
||||
@ -258,7 +258,7 @@ class LinkDetailsExtractor
|
||||
|
||||
next if json_ld.blank?
|
||||
|
||||
structured_data = StructuredData.new(html_entities_decode(json_ld))
|
||||
structured_data = StructuredData.new(html_entities.decode(json_ld))
|
||||
|
||||
next unless structured_data.valid?
|
||||
|
||||
@ -274,11 +274,20 @@ class LinkDetailsExtractor
|
||||
end
|
||||
|
||||
def detect_encoding_and_parse_document
|
||||
[detect_encoding, nil, header_encoding].uniq.each do |encoding|
|
||||
document = Nokogiri::HTML(@html, nil, encoding)
|
||||
return document if document.to_s.valid_encoding?
|
||||
html = nil
|
||||
encoding = nil
|
||||
|
||||
[detect_encoding, header_encoding].compact.each do |enc|
|
||||
html = @html.dup.force_encoding(enc)
|
||||
if html.valid_encoding?
|
||||
encoding = enc
|
||||
break
|
||||
end
|
||||
end
|
||||
Nokogiri::HTML(@html, nil, 'UTF-8')
|
||||
|
||||
html = @html unless encoding
|
||||
|
||||
Nokogiri::HTML5(html, nil, encoding)
|
||||
end
|
||||
|
||||
def detect_encoding
|
||||
@ -299,15 +308,6 @@ class LinkDetailsExtractor
|
||||
end
|
||||
end
|
||||
|
||||
def html_entities_decode(string)
|
||||
return if string.nil?
|
||||
|
||||
unicode_string = string.to_s.encode('UTF-8')
|
||||
raise EncodingError, 'cannot convert string to valid UTF-8' unless unicode_string.valid_encoding?
|
||||
|
||||
html_entities.decode(unicode_string)
|
||||
end
|
||||
|
||||
def html_entities
|
||||
@html_entities ||= HTMLEntities.new(:expanded)
|
||||
end
|
||||
|
@ -16,7 +16,7 @@ class PlainTextFormatter
|
||||
if local?
|
||||
text
|
||||
else
|
||||
node = Nokogiri::HTML.fragment(insert_newlines)
|
||||
node = Nokogiri::HTML5.fragment(insert_newlines)
|
||||
# Elements that are entirely removed with our Sanitize config
|
||||
node.xpath('.//iframe|.//math|.//noembed|.//noframes|.//noscript|.//plaintext|.//script|.//style|.//svg|.//xmp').remove
|
||||
node.text.chomp
|
||||
|
@ -73,10 +73,10 @@ class Account::Field < ActiveModelSerializers::Model
|
||||
end
|
||||
|
||||
def extract_url_from_html
|
||||
doc = Nokogiri::HTML(value).at_xpath('//body')
|
||||
doc = Nokogiri::HTML5.fragment(value)
|
||||
|
||||
return if doc.nil?
|
||||
return if doc.children.size > 1
|
||||
return if doc.children.size != 1
|
||||
|
||||
element = doc.children.first
|
||||
|
||||
|
@ -157,7 +157,7 @@ class AccountStatusesCleanupPolicy < ApplicationRecord
|
||||
end
|
||||
|
||||
def without_media_scope
|
||||
Status.where('NOT EXISTS (SELECT 1 FROM media_attachments media WHERE media.status_id = statuses.id)')
|
||||
Status.where.not(status_media_reference_exists)
|
||||
end
|
||||
|
||||
def without_poll_scope
|
||||
@ -175,6 +175,14 @@ class AccountStatusesCleanupPolicy < ApplicationRecord
|
||||
Status.where(account_id: account_id)
|
||||
end
|
||||
|
||||
def status_media_reference_exists
|
||||
MediaAttachment
|
||||
.where(MediaAttachment.arel_table[:status_id].eq Status.arel_table[:id])
|
||||
.select(1)
|
||||
.arel
|
||||
.exists
|
||||
end
|
||||
|
||||
def self_status_reference_exists(model)
|
||||
model
|
||||
.where(model.arel_table[:account_id].eq Status.arel_table[:account_id])
|
||||
|
@ -29,7 +29,7 @@ class FetchLinkCardService < BaseService
|
||||
end
|
||||
|
||||
attach_card if @card&.persisted?
|
||||
rescue HTTP::Error, OpenSSL::SSL::SSLError, Addressable::URI::InvalidURIError, Mastodon::HostValidationError, Mastodon::LengthValidationError, EncodingError, ActiveRecord::RecordInvalid => e
|
||||
rescue HTTP::Error, OpenSSL::SSL::SSLError, Addressable::URI::InvalidURIError, Mastodon::HostValidationError, Mastodon::LengthValidationError, Encoding::UndefinedConversionError, ActiveRecord::RecordInvalid => e
|
||||
Rails.logger.debug { "Error fetching link #{@original_url}: #{e}" }
|
||||
nil
|
||||
end
|
||||
@ -80,7 +80,7 @@ class FetchLinkCardService < BaseService
|
||||
urls = if @status.local?
|
||||
@status.text.scan(URL_PATTERN).map { |array| Addressable::URI.parse(array[1]).normalize }
|
||||
else
|
||||
document = Nokogiri::HTML(@status.text)
|
||||
document = Nokogiri::HTML5(@status.text)
|
||||
links = document.css('a')
|
||||
|
||||
links.filter_map { |a| Addressable::URI.parse(a['href']) unless skip_link?(a) }.filter_map(&:normalize)
|
||||
|
@ -25,7 +25,7 @@ class FetchOEmbedService
|
||||
return if html.nil?
|
||||
|
||||
@format = @options[:format]
|
||||
page = Nokogiri::HTML(html)
|
||||
page = Nokogiri::HTML5(html)
|
||||
|
||||
if @format.nil? || @format == :json
|
||||
@endpoint_url ||= page.at_xpath('//link[@type="application/json+oembed"]|//link[@type="text/json+oembed"]')&.attribute('href')&.value
|
||||
|
@ -73,7 +73,7 @@ class FetchResourceService < BaseService
|
||||
end
|
||||
|
||||
def process_html(response)
|
||||
page = Nokogiri::HTML(response.body_with_limit)
|
||||
page = Nokogiri::HTML5(response.body_with_limit)
|
||||
json_link = page.xpath('//link[@rel="alternate"]').find { |link| ACTIVITY_STREAM_LINK_TYPES.include?(link['type']) }
|
||||
|
||||
process(json_link['href'], terminal: true) unless json_link.nil?
|
||||
|
@ -100,7 +100,7 @@ class TranslateStatusService < BaseService
|
||||
end
|
||||
|
||||
def unwrap_emoji_shortcodes(html)
|
||||
fragment = Nokogiri::HTML.fragment(html)
|
||||
fragment = Nokogiri::HTML5.fragment(html)
|
||||
fragment.css('span[translate="no"]').each do |element|
|
||||
element.remove_attribute('translate')
|
||||
element.replace(element.children) if element.attributes.empty?
|
||||
|
@ -26,7 +26,7 @@ class VerifyLinkService < BaseService
|
||||
def link_back_present?
|
||||
return false if @body.blank?
|
||||
|
||||
links = Nokogiri::HTML5(@body).xpath('//a[contains(concat(" ", normalize-space(@rel), " "), " me ")]|//link[contains(concat(" ", normalize-space(@rel), " "), " me ")]')
|
||||
links = Nokogiri::HTML5(@body).css("a[rel~='me'],link[rel~='me']")
|
||||
|
||||
if links.any? { |link| link['href']&.downcase == @link_back.downcase }
|
||||
true
|
||||
|
@ -56,4 +56,4 @@ zh-CN:
|
||||
webhook:
|
||||
attributes:
|
||||
events:
|
||||
invalid_permissions: 不能包含您没有权限的事件
|
||||
invalid_permissions: 不能包含你没有权限的事件
|
||||
|
@ -1824,7 +1824,7 @@ ar:
|
||||
keep_pinned: الاحتفاظ بالمنشورات المثبتة
|
||||
keep_pinned_hint: لن تحذف أي من منشوراتك المثبتة
|
||||
keep_polls: الاحتفاظ باستطلاعات الرأي
|
||||
keep_polls_hint: لم تقم بحذف أي من استطلاعاتك
|
||||
keep_polls_hint: لن يتم حذف أي من استطلاعات الرأي الخاصة بك
|
||||
keep_self_bookmark: احتفظ بالمنشورات التي أدرجتها في الفواصل المرجعية
|
||||
keep_self_bookmark_hint: لن تحذف منشوراتك الخاصة إذا قمت بوضع علامة مرجعية عليها
|
||||
keep_self_fav: احتفظ بالمنشورات التي أدرجتها في المفضلة
|
||||
|
@ -25,6 +25,8 @@ ca:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Realitza l'acció
|
||||
already_silenced: Aquest compte ja s'ha silenciat.
|
||||
already_suspended: Aquest compte ja s'ha suspès.
|
||||
title: Fer l'acció de moderació a %{acct}
|
||||
account_moderation_notes:
|
||||
create: Crea nota
|
||||
@ -46,6 +48,7 @@ ca:
|
||||
title: Canvia l'adreça electrònica de %{username}
|
||||
change_role:
|
||||
changed_msg: Els privilegis del compte s'han canviat correctament!
|
||||
edit_roles: Gestió de rols d'usuari
|
||||
label: Canvia rol
|
||||
no_role: Sense rol
|
||||
title: Canvia el rol per a %{username}
|
||||
@ -585,6 +588,7 @@ ca:
|
||||
silence_description_html: El compte només serà visible a qui ja el seguia o l'ha cercat manualment, limitant-ne fortament l'abast. Sempre es pot revertir. Es tancaran tots els informes contra aquest compte.
|
||||
suspend_description_html: Aquest compte i tots els seus continguts seran inaccessibles i finalment eliminats, i interaccionar amb ell no serà possible. Reversible en 30 dies. Tanca tots els informes contra aquest compte.
|
||||
actions_description_remote_html: Decideix quina acció prendre per a resoldre aquest informe. Això només afectarà com <strong>el teu</strong> servidor es comunica amb aquest compte remot i en gestiona el contingut.
|
||||
actions_no_posts: Aquest informe no té associada cap publicació a esborrar
|
||||
add_to_report: Afegir més al informe
|
||||
already_suspended_badges:
|
||||
local: Ja és suspès en aquest servidor
|
||||
|
@ -33,6 +33,8 @@ cy:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Cyflawni gweithred
|
||||
already_silenced: Mae'r cyfrif hwn eisoes wedi'i dewi.
|
||||
already_suspended: Mae'r cyfrif hwn eisoes wedi'i atal.
|
||||
title: Cyflawni gweithred cymedroli ar %{acct}
|
||||
account_moderation_notes:
|
||||
create: Gadael nodyn
|
||||
@ -54,6 +56,7 @@ cy:
|
||||
title: Newid e-bost i %{username}
|
||||
change_role:
|
||||
changed_msg: Rôl wedi ei newid yn llwyddiannus!
|
||||
edit_roles: Rheoli rolau defnyddwyr
|
||||
label: Newid rôl
|
||||
no_role: Dim rôl
|
||||
title: Newid rôl %{username}
|
||||
@ -650,6 +653,7 @@ cy:
|
||||
suspend_description_html: Bydd y cyfrif a'i holl gynnwys yn anhygyrch ac yn cael ei ddileu yn y pen draw, a bydd rhyngweithio ag ef yn amhosibl. Yn gildroadwy o fewn 30 diwrnod. Yn cau pob adroddiad yn erbyn y cyfrif hwn.
|
||||
actions_description_html: Penderfynwch pa gamau i'w cymryd i delio gyda'r adroddiad hwn. Os cymerwch gamau cosbi yn erbyn y cyfrif a adroddwyd, bydd hysbysiad e-bost yn cael ei anfon atyn nhw, ac eithrio pan fydd y categori <strong>Sbam</strong> yn cael ei ddewis.
|
||||
actions_description_remote_html: Penderfynwch pa gamau i'w cymryd i ddatrys yr adroddiad hwn. Bydd hyn ond yn effeithio ar sut <strong>mae'ch</strong> gweinydd yn cyfathrebu â'r cyfrif hwn o bell ac yn trin ei gynnwys.
|
||||
actions_no_posts: Nid oes gan yr adroddiad hwn unrhyw bostiadau cysylltiedig i'w dileu
|
||||
add_to_report: Ychwanegu rhagor i adroddiad
|
||||
already_suspended_badges:
|
||||
local: Wedi atal dros dro ar y gweinydd hwn yn barod
|
||||
@ -1558,6 +1562,7 @@ cy:
|
||||
media_attachments:
|
||||
validations:
|
||||
images_and_video: Methu atodi fideo i bostiad sydd eisoes yn cynnwys delweddau
|
||||
not_found: Cyfryngau %{ids} heb eu canfod neu wedi'u hatodi i bostiad arall yn barod
|
||||
not_ready: Methu atodi ffeiliau nad ydynt wedi gorffen prosesu. Ceisiwch eto, cyn hir!
|
||||
too_many: Methu atodi mwy na 4 ffeil
|
||||
migrations:
|
||||
|
@ -25,6 +25,8 @@ da:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Udfør handling
|
||||
already_silenced: Denne konto er allerede gjort tavs.
|
||||
already_suspended: Denne konto er allerede suspenderet.
|
||||
title: Udfør moderatorhandling på %{acct}
|
||||
account_moderation_notes:
|
||||
create: Skriv notat
|
||||
@ -46,6 +48,7 @@ da:
|
||||
title: Skift e-mail for %{username}
|
||||
change_role:
|
||||
changed_msg: Rolle ændret!
|
||||
edit_roles: Håndtér brugerroller
|
||||
label: Ændr rolle
|
||||
no_role: Ingen rolle
|
||||
title: Ændr rolle for %{username}
|
||||
@ -602,6 +605,7 @@ da:
|
||||
suspend_description_html: Kontoen inkl. alt indhold utilgængeliggøres og interaktion umuliggøres, og den slettes på et tidspunkt. Kan omgøres inden for 30 dage. Lukker alle indrapporteringer af kontoen.
|
||||
actions_description_html: Afgør, hvilke foranstaltning, der skal træffes for at løse denne anmeldelse. Ved en straffende foranstaltning mod den anmeldte konto, fremsendes en e-mailnotifikation, undtagen når kategorien <strong>Spam</strong> er valgt.
|
||||
actions_description_remote_html: Fastslå en nødvendig handling mhp. at løse denne anmeldelse. Dette vil kun påvirke <strong>din</strong> servers kommunikation med, og indholdshåndtering for, fjernkontoen.
|
||||
actions_no_posts: Denne anmeldelse har ingen tilknyttede indlæg at slette
|
||||
add_to_report: Føj mere til anmeldelse
|
||||
already_suspended_badges:
|
||||
local: Allerede suspenderet på denne server
|
||||
|
@ -25,6 +25,8 @@ de:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Aktion ausführen
|
||||
already_silenced: Dieses Konto wurde bereits stummgeschaltet.
|
||||
already_suspended: Dieses Konto wurde bereits gesperrt.
|
||||
title: "@%{acct} moderieren"
|
||||
account_moderation_notes:
|
||||
create: Notiz abspeichern
|
||||
@ -46,6 +48,7 @@ de:
|
||||
title: E-Mail-Adresse für %{username} ändern
|
||||
change_role:
|
||||
changed_msg: Rolle erfolgreich geändert!
|
||||
edit_roles: Rollen verwalten
|
||||
label: Rolle ändern
|
||||
no_role: Keine Rolle
|
||||
title: Rolle für %{username} ändern
|
||||
@ -602,6 +605,7 @@ de:
|
||||
suspend_description_html: Das Konto und alle Inhalte werden unzugänglich und ggf. gelöscht. Eine Interaktion mit dem Konto wird unmöglich. Dies kann innerhalb von 30 Tagen rückgängig gemacht werden. Alle Meldungen zu diesem Konto werden geschlossen.
|
||||
actions_description_html: Entscheide, welche Maßnahmen du zum Klären dieser Meldung ergreifen möchtest. Wenn du eine Strafmaßnahme gegen das gemeldete Konto ergreifst, wird eine E-Mail-Benachrichtigung an dieses gesendet, außer wenn die <strong>Spam</strong>-Kategorie ausgewählt ist.
|
||||
actions_description_remote_html: Entscheide, welche Maßnahmen du zum Klären dieser Meldung ergreifen möchtest. Dies wirkt sich lediglich darauf aus, wie <strong>dein</strong> Server mit diesem externen Konto kommuniziert und dessen Inhalt handhabt.
|
||||
actions_no_posts: Diese Meldung enthält keine zu löschenden Beiträge
|
||||
add_to_report: Meldung ergänzen
|
||||
already_suspended_badges:
|
||||
local: Auf diesem Server bereits gesperrt
|
||||
@ -1454,7 +1458,7 @@ de:
|
||||
media_attachments:
|
||||
validations:
|
||||
images_and_video: Es kann kein Video an einen Beitrag angehängt werden, der bereits Bilder enthält
|
||||
not_found: Medien %{ids} nicht verfügbar oder bereits an einen anderen Beitrag angehängt
|
||||
not_found: Medieninhalt(e) %{ids} nicht gefunden oder bereits an einen anderen Beitrag angehängt
|
||||
not_ready: Dateien, die noch nicht verarbeitet wurden, können nicht angehängt werden. Versuche es gleich noch einmal!
|
||||
too_many: Mehr als vier Dateien können nicht angehängt werden
|
||||
migrations:
|
||||
|
@ -50,12 +50,12 @@ zh-CN:
|
||||
two_factor_disabled:
|
||||
explanation: 目前只能通过邮箱地址和密码登录。
|
||||
subject: Mastodon:双因素认证已禁用
|
||||
subtitle: 您账户的双因素认证已被停用。
|
||||
subtitle: 你账户的双因素认证已被停用。
|
||||
title: 双因素认证已停用
|
||||
two_factor_enabled:
|
||||
explanation: 登录时需要输入先前配对好的TOTP应用生成的令牌。
|
||||
subject: Mastodon:双因素认证已启用
|
||||
subtitle: 您账户的双因素认证已被启用。
|
||||
subtitle: 你账户的双因素认证已被启用。
|
||||
title: 双因素认证已启用
|
||||
two_factor_recovery_codes_changed:
|
||||
explanation: 新恢复码已生成,同时旧恢复码已失效。
|
||||
@ -74,13 +74,13 @@ zh-CN:
|
||||
subject: Mastodon:安全密钥已删除
|
||||
title: 你的安全密钥之一已被删除
|
||||
webauthn_disabled:
|
||||
explanation: 您账户的安全密钥身份认证已被停用。
|
||||
explanation: 你账户的安全密钥身份认证已被停用。
|
||||
extra: 目前只能用先前配对的TOTP应用生成的令牌登录。
|
||||
subject: Mastodon:安全密钥认证已禁用
|
||||
title: 安全密钥已禁用
|
||||
webauthn_enabled:
|
||||
explanation: 您账户的安全密钥身份认证已被启用。
|
||||
extra: 您的安全密钥现在可用于登录。
|
||||
explanation: 你账户的安全密钥身份认证已被启用。
|
||||
extra: 你的安全密钥现在可用于登录。
|
||||
subject: Mastodon:安全密钥认证已启用
|
||||
title: 已启用安全密钥
|
||||
omniauth_callbacks:
|
||||
|
@ -83,6 +83,7 @@ fa:
|
||||
access_denied: صاحب منبع یا کارساز تأیید هویت، درخواست را رد کردند.
|
||||
credential_flow_not_configured: جریان اعتبارنامهٔ گذرواژهٔ مالک منبع به دلیل پیکربندی نشده بودن Doorkeeper.configure.resource_owner_from_credentials شکست خورد.
|
||||
invalid_client: تأیید هویت کارخواه به دلیل کارخواه ناشناخته، عدم وجود تأیید هویت کاره یا روش تأیید هویت پشتیبانینشده شکست خورد.
|
||||
invalid_code_challenge_method: روش چالش کدی باید S256 باشد. متن خام پشتیبانی نمیشود.
|
||||
invalid_grant: اعطای دسترسی فراهم شده نامعتبر، منقضی یا نامطابق با نشانی بازگشت استفادهشده در درخواست تأیید هویت بوده و یا برای کارخواهی دیگر صادر شده است.
|
||||
invalid_redirect_uri: نشانی بازگشت موجود، معتبر نیست.
|
||||
invalid_request:
|
||||
@ -135,6 +136,7 @@ fa:
|
||||
media: پیوستهای رسانهای
|
||||
mutes: خموشها
|
||||
notifications: آگاهیها
|
||||
profile: نمایهٔ ماستودونتان
|
||||
push: آگاهیهای ارسالی
|
||||
reports: گزارشها
|
||||
search: جستوجو
|
||||
@ -165,6 +167,7 @@ fa:
|
||||
admin:write:reports: انجام کنش مدیریتی روی گزارشها
|
||||
crypto: از رمزگذاری سرتاسر استفاده کنید
|
||||
follow: پیگیری، مسدودسازی، لغو مسدودسازی، و لغو پیگیری حسابها
|
||||
profile: فقط خواندن اطّلاعات نمایهٔ حسابتان
|
||||
push: دریافت آگاهیای ارسالیتان
|
||||
read: خواندن اطلاعات حساب شما
|
||||
read:accounts: دیدن اطّلاعات حساب
|
||||
|
@ -25,6 +25,8 @@ es-AR:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Ejecutar acción
|
||||
already_silenced: Esta cuenta ya ha sido limitada.
|
||||
already_suspended: Esta cuenta ya ha sido suspendida.
|
||||
title: Ejecutar acción de moderación en %{acct}
|
||||
account_moderation_notes:
|
||||
create: Dejar nota
|
||||
@ -46,6 +48,7 @@ es-AR:
|
||||
title: Cambiar correo electrónico para %{username}
|
||||
change_role:
|
||||
changed_msg: "¡Rol cambiado exitosamente!"
|
||||
edit_roles: Administrar roles de usuario
|
||||
label: Cambiar rol
|
||||
no_role: Sin rol
|
||||
title: Cambiar rol para %{username}
|
||||
@ -602,6 +605,7 @@ es-AR:
|
||||
suspend_description_html: La cuenta y todos sus contenidos serán inaccesibles y finalmente eliminados, e interactuar con ella será imposible. Revertible en 30 días. Esto cierra todas las denuncias contra esta cuenta.
|
||||
actions_description_html: Decidí qué medidas tomar para resolver esta denuncia. Si tomás una acción punitiva contra la cuenta denunciada, se le enviará a dicha cuenta una notificación por correo electrónico, excepto cuando se seleccione la categoría <strong>Spam</strong>.
|
||||
actions_description_remote_html: Decidí qué medidas tomar para resolver esta denuncia. Esto sólo afectará la forma en que <strong>tu servidor</strong> se comunica con esta cuenta remota y maneja su contenido.
|
||||
actions_no_posts: Esta denuncia no tiene ningún mensaje asociado para eliminar
|
||||
add_to_report: Agregar más a la denuncia
|
||||
already_suspended_badges:
|
||||
local: Ya suspendido en este servidor
|
||||
|
@ -1454,6 +1454,7 @@ es-MX:
|
||||
media_attachments:
|
||||
validations:
|
||||
images_and_video: No se puede adjuntar un video a un estado que ya contenga imágenes
|
||||
not_found: Archivos multimedia %{ids} no encontrados, o ya se encuentran adjuntos a otra publicación
|
||||
not_ready: No se pueden adjuntar archivos que no se han terminado de procesar. ¡Inténtalo de nuevo en un momento!
|
||||
too_many: No se pueden adjuntar más de 4 archivos
|
||||
migrations:
|
||||
|
@ -1454,6 +1454,7 @@ es:
|
||||
media_attachments:
|
||||
validations:
|
||||
images_and_video: No se puede adjuntar un video a unapublicación que ya contenga imágenes
|
||||
not_found: Archivos multimedia %{ids} no encontrados, o ya se encuentran adjuntos a otra publicación
|
||||
not_ready: No se pueden adjuntar archivos que no se han terminado de procesar. ¡Inténtalo de nuevo en un momento!
|
||||
too_many: No se pueden adjuntar más de 4 archivos
|
||||
migrations:
|
||||
|
@ -25,12 +25,15 @@ et:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Täida tegevus
|
||||
already_silenced: See konto on juba vaigistatud.
|
||||
already_suspended: See konto on juba peatatud.
|
||||
title: Rakenda moderaatori tegevus kasutajale %{acct}
|
||||
account_moderation_notes:
|
||||
create: Jäta teade
|
||||
created_msg: Modereerimisteade edukalt koostatud!
|
||||
destroyed_msg: Modereerimisteade edukalt kustutatud!
|
||||
accounts:
|
||||
add_email_domain_block: Blokeeri e-posti domeen
|
||||
approve: Võta vastu
|
||||
approved_msg: Kasutaja %{username} liitumisavaldus rahuldatud
|
||||
are_you_sure: Oled kindel?
|
||||
@ -45,6 +48,7 @@ et:
|
||||
title: Muuda e-postiaadressi kasutajale %{username}
|
||||
change_role:
|
||||
changed_msg: Roll on muudetud!
|
||||
edit_roles: Halda kasutaja rolle
|
||||
label: Muuda rolli
|
||||
no_role: Roll puudub
|
||||
title: "%{username} rolli muutmine"
|
||||
@ -57,6 +61,7 @@ et:
|
||||
demote: Alanda
|
||||
destroyed_msg: "%{username} andmed on nüüd lõpliku kustutamise ootel"
|
||||
disable: Lukusta
|
||||
disable_sign_in_token_auth: E-posti võtme abil autentimise väljalülitamine
|
||||
disable_two_factor_authentication: Keela 2FA
|
||||
disabled: Keelatud
|
||||
display_name: Kuvanimi
|
||||
@ -65,6 +70,7 @@ et:
|
||||
email: E-post
|
||||
email_status: E-posti olek
|
||||
enable: Luba
|
||||
enable_sign_in_token_auth: Luba e-posti võtme abil autentimine
|
||||
enabled: Lubatud
|
||||
enabled_msg: Kasutaja %{username} konto taastatud
|
||||
followers: Jälgijad
|
||||
@ -191,8 +197,10 @@ et:
|
||||
destroy_user_role: Rolli kustutamine
|
||||
disable_2fa_user: Keela 2FA
|
||||
disable_custom_emoji: Keelas kohandatud emotikoni
|
||||
disable_sign_in_token_auth_user: Keela e-posti võtme abil autentimine kasutajale
|
||||
disable_user: Keelas kasutaja
|
||||
enable_custom_emoji: Lubas kohandatud emotikoni
|
||||
enable_sign_in_token_auth_user: Luba e-posti võtme abil autentimine kasutajale
|
||||
enable_user: Lubas kasutaja
|
||||
memorialize_account: Igaveselt lahkunuks märkimine
|
||||
promote_user: Edendas kasutaja
|
||||
@ -243,8 +251,10 @@ et:
|
||||
destroy_user_role_html: "%{name} kustutas %{target} rolli"
|
||||
disable_2fa_user_html: "%{name} eemaldas kasutaja %{target} kahe etapise nõude"
|
||||
disable_custom_emoji_html: "%{name} keelas emotikooni %{target}"
|
||||
disable_sign_in_token_auth_user_html: "%{name} keelas e-posti võtme abil autentimise %{target} jaoks"
|
||||
disable_user_html: "%{name} keelas %{target} sisenemise"
|
||||
enable_custom_emoji_html: "%{name} lubas emotikooni %{target}"
|
||||
enable_sign_in_token_auth_user_html: "%{name} lubas e-posti võtme abil autentimise %{target} jaoks"
|
||||
enable_user_html: "%{name} lubas %{target} sisenemise"
|
||||
memorialize_account_html: "%{name} märkis %{target} igaveselt lahkunuks"
|
||||
promote_user_html: "%{name} ülendas kasutajat %{target}"
|
||||
@ -576,6 +586,7 @@ et:
|
||||
silence_description_html: Konto saab olema nähtav ainult senistele jälgijatele või otsestele pöördujatele, mõjutates avalikku levi. On tagasipööratav. Sulgeb kõik konto suhtes esitatud raportid.
|
||||
suspend_description_html: See konto ja kogu selle sisu muutub kättesaamatuks ning kustub lõpuks ja igasugune suhtlus sellega muutub võimatuks. Tagasipööratav 30 päeva jooksul. Lõpetab kõik selle konto kohta esitatud kaebused.
|
||||
actions_description_remote_html: Otsusta, mida teha selle raporti lahendamiseks. See mõjutab ainult seda, kuidas <strong>Sinu</strong> server selle kaugkontoga suhtleb ning selle sisu käsitleb.
|
||||
actions_no_posts: Selle raportiga pole seotud ühtegi postitust, mida kustutada
|
||||
add_to_report: Lisa raportile juurde
|
||||
already_suspended_badges:
|
||||
local: Juba kustutamisel selles serveris
|
||||
@ -769,6 +780,7 @@ et:
|
||||
destroyed_msg: Üleslaetud fail edukalt kustutatud!
|
||||
software_updates:
|
||||
critical_update: Kriitiline — uuenda kiiresti
|
||||
description: Soovitatav on hoida oma Mastodoni paigaldus ajakohasena, et saada kasu viimastest parandustest ja funktsioonidest. Lisaks sellele on mõnikord oluline Mastodoni õigeaegne uuendamine, et vältida turvaprobleeme. Neil põhjustel kontrollib Mastodon uuendusi iga 30 minuti järel ja teavitab vastavalt sinu e-posti teavitamise eelistustele.
|
||||
documentation_link: Vaata lisa
|
||||
release_notes: Väljalaskemärkused
|
||||
title: Saadaval uuendused
|
||||
@ -878,10 +890,16 @@ et:
|
||||
trends:
|
||||
allow: Luba
|
||||
approved: Kinnitatud
|
||||
confirm_allow: Oled kindel, et soovid valitud sildid lubada?
|
||||
confirm_disallow: Oled kindel, et soovid valitud sildid keelata?
|
||||
disallow: Keela
|
||||
links:
|
||||
allow: Luba viit
|
||||
allow_provider: Luba autor
|
||||
confirm_allow: Oled kindel, et soovid valitud lingid lubada?
|
||||
confirm_allow_provider: Oled kindel, et soovid valitud teenusepakkujad lubada?
|
||||
confirm_disallow: Oled kindel, et soovid valitud lingid keelata?
|
||||
confirm_disallow_provider: Oled kindel, et soovid valitud teenusepakkujad keelata?
|
||||
description_html: Need on lingid, mida jagavad praegu paljud kontod, mille postitusi server näeb. See võib aidata kasutajatel teada saada, mis maailmas toimub. Ühtegi linki ei kuvata avalikult enne, kui avaldaja on heakskiidetud. Samuti saab üksikuid linke lubada või tagasi lükata.
|
||||
disallow: Keela viit
|
||||
disallow_provider: Keela autor
|
||||
@ -905,6 +923,10 @@ et:
|
||||
statuses:
|
||||
allow: Luba postitada
|
||||
allow_account: Luba autor
|
||||
confirm_allow: Oled kindel, et soovid valitud olekud lubada?
|
||||
confirm_allow_account: Oled kindel, et soovid valitud kontod lubada?
|
||||
confirm_disallow: Oled kindel, et soovid valitud olekud lubada?
|
||||
confirm_disallow_account: Oled kindel, et soovid valitud kontod keelata?
|
||||
description_html: Need on postitused, millest server teab ja mida praegu jagatakse ja mis on hetkel paljude lemmikud. See võib aidata uutel ja naasvatel kasutajatel leida rohkem inimesi, keda jälgida. Ühtegi postitust ei kuvata avalikult enne, kui autor on heaks kiidetud ja autor lubab oma kontot teistele soovitada. Samuti saab üksikuid postitusi lubada või tagasi lükata.
|
||||
disallow: Ära luba postitada
|
||||
disallow_account: Keela autor
|
||||
@ -937,6 +959,7 @@ et:
|
||||
used_by_over_week:
|
||||
one: Kasutatud ühe kasutaja pool viimase nädala jooksul
|
||||
other: Kasutatud %{count} kasutaja poolt viimase nädala jooksul
|
||||
title: Soovitused ja trendid
|
||||
trending: Trendid
|
||||
warning_presets:
|
||||
add_new: Lisa uus
|
||||
@ -1021,7 +1044,9 @@ et:
|
||||
guide_link_text: Panustada võib igaüks!
|
||||
sensitive_content: Tundlik sisu
|
||||
application_mailer:
|
||||
notification_preferences: Muuda e-posti eelistusi
|
||||
salutation: "%{name}!"
|
||||
settings: 'Muuda e-posti eelistusi: %{link}'
|
||||
unsubscribe: Loobu tellimisest
|
||||
view: 'Vaade:'
|
||||
view_profile: Vaata profiili
|
||||
@ -1030,10 +1055,10 @@ et:
|
||||
created: Rakenduse loomine õnnestus
|
||||
destroyed: Rakenduse kustutamine õnnestus
|
||||
logout: Logi välja
|
||||
regenerate_token: Loo uus access token
|
||||
token_regenerated: Access tokeni loomine õnnestus
|
||||
regenerate_token: Loo uus ligipääsuvõti
|
||||
token_regenerated: Ligipääsuvõtme loomine õnnestus
|
||||
warning: Ole nende andmetega ettevaatlikud. Ära jaga neid kellegagi!
|
||||
your_token: Su juurdepääsutunnus
|
||||
your_token: Su juurdepääsuvõti
|
||||
auth:
|
||||
apply_for_account: Konto taotluse esitamine
|
||||
captcha_confirmation:
|
||||
@ -1041,6 +1066,7 @@ et:
|
||||
hint_html: Üks asi veel! Me peame veenduma, et oled inimene (et me saaksime spämmi väljaspoole jätta!). Lahenda allpool olev CAPTCHA ja klõpsa "Jätka".
|
||||
title: Turvalisuse kontroll
|
||||
confirmations:
|
||||
awaiting_review: Sinu e-posti aadress on kinnitatud! %{domain} meeskond vaatab praegu sinu registreeringut läbi. Saad e-kirja, kui nad konto heaks kiidavad!
|
||||
awaiting_review_title: Su registreeringut vaadatakse läbi
|
||||
clicking_this_link: klõpsates seda linki
|
||||
login_link: logi sisse
|
||||
@ -1048,6 +1074,7 @@ et:
|
||||
redirect_to_app_html: Sind oleks pidanud suunatama rakendusse <strong>%{app_name}</strong>. Kui seda ei juhtunud, proovi %{clicking_this_link} või naase käsitsi rakendusse.
|
||||
registration_complete: Sinu registreering domeenil %{domain} on nüüd valmis!
|
||||
welcome_title: Tere tulemast, %{name}!
|
||||
wrong_email_hint: Kui see e-postiaadress pole korrektne, saad seda muuta konto seadetes.
|
||||
delete_account: Konto kustutamine
|
||||
delete_account_html: Kui soovid oma konto kustutada, siis <a href="%{path}">jätka siit</a>. Pead kustutamise eraldi kinnitama.
|
||||
description:
|
||||
@ -1068,6 +1095,7 @@ et:
|
||||
or_log_in_with: Või logi sisse koos
|
||||
privacy_policy_agreement_html: Olen tutvunud <a href="%{privacy_policy_path}" target="_blank">isikuandmete kaitse põhimõtetega</a> ja nõustun nendega
|
||||
progress:
|
||||
confirm: E-posti kinnitamine
|
||||
details: Sinu üksikasjad
|
||||
review: Meie ülevaatamine
|
||||
rules: Nõustu reeglitega
|
||||
@ -1089,8 +1117,10 @@ et:
|
||||
security: Turvalisus
|
||||
set_new_password: Uue salasõna määramine
|
||||
setup:
|
||||
email_below_hint_html: Kontrolli rämpsposti kausta või taotle uut. Saad oma e-posti aadressi parandada, kui see on vale.
|
||||
email_settings_hint_html: Klõpsa linki, mis saadeti sulle, et kinnitada %{email}. Seni me ootame.
|
||||
link_not_received: Kas ei saanud linki?
|
||||
new_confirmation_instructions_sent: Saad mõne minuti pärast uue kinnituslingiga e-kirja!
|
||||
title: Kontrolli sisendkasti
|
||||
sign_in:
|
||||
preamble_html: Logi sisse oma <strong>%{domain}</strong> volitustega. Kui konto asub teises serveris, ei saa siin sisse logida.
|
||||
@ -1101,7 +1131,9 @@ et:
|
||||
title: Loo konto serverisse %{domain}.
|
||||
status:
|
||||
account_status: Konto olek
|
||||
confirming: E-posti kinnitamise ootamine.
|
||||
functional: Konto on täies mahus kasutatav.
|
||||
pending: Sinu taotlus ootab meie meeskonna läbivaatamist. See võib võtta aega. Kui taotlus on heaks kiidetud, saadetakse sulle e-kiri.
|
||||
redirecting_to: See konto pole aktiivne, sest on suunatud aadressile %{acct}.
|
||||
self_destruct: Kuna %{domain} on sulgemisel, saad oma kontole vaid piiratud ligipääsu.
|
||||
view_strikes: Vaata enda eelnevaid juhtumeid
|
||||
@ -1144,6 +1176,9 @@ et:
|
||||
before: 'Veendu, et saad aru, mida toob plaanitav muudatus kaasa:'
|
||||
caches: Teiste serverite poolt talletatud sisu võib jääda kättesaadavaks
|
||||
data_removal: Sinu postitused ning kontoandmed kustutatakse jäädavalt
|
||||
email_change_html: Saad <a href="%{path}">muuta oma e-postiaadressi</a> ilma oma kontot kustutamata
|
||||
email_contact_html: Kui see ikkagi ei saabu, võid abi saamiseks kirjutada <a href="mailto:%{email}">%{email}</a>
|
||||
email_reconfirmation_html: Kui sa ei saa kinnituskirja, saad <a href="%{path}">taotleda seda uuesti</a>
|
||||
irreversible: Kustutatud kontot ei saa taastada ega uuesti aktiveerida
|
||||
more_details_html: Konto kustutamise kohta loe täpsemalt <a href="%{terms_path}">isikuandmete kaitse põhimõtetest</a>.
|
||||
username_available: Kasutajanimi muutub uuesti kasutatavaks
|
||||
@ -1376,6 +1411,7 @@ et:
|
||||
authentication_methods:
|
||||
otp: kaheastmelise autentimise rakendus
|
||||
password: salasõna
|
||||
sign_in_token: e-posti turvvakood
|
||||
webauthn: turvavõtmed
|
||||
description_html: Kui paistab tundmatuid tegevusi, tuleks vahetada salasõna ja aktiveerida kaheastmeline autentimine.
|
||||
empty: Autentimisajalugu pole saadaval
|
||||
@ -1390,6 +1426,7 @@ et:
|
||||
media_attachments:
|
||||
validations:
|
||||
images_and_video: Ei saa lisada video postitusele, milles on juba pildid
|
||||
not_found: Meedia %{ids} pole leitav või juba teisele postitusele lisatud
|
||||
not_ready: Ei saa lisada faile, mida hetkel töödeldakse. Proovi uuesti mõne hetke pärast!
|
||||
too_many: Ei saa lisada rohkem, kui 4 faili
|
||||
migrations:
|
||||
@ -1466,6 +1503,8 @@ et:
|
||||
update:
|
||||
subject: "%{name} muutis postitust"
|
||||
notifications:
|
||||
administration_emails: Admini e-postiteated
|
||||
email_events: Sündmused e-postiteavituste jaoks
|
||||
email_events_hint: 'Vali sündmused, mille kohta soovid teavitusi:'
|
||||
number:
|
||||
human:
|
||||
@ -1624,6 +1663,7 @@ et:
|
||||
import: Impordi
|
||||
import_and_export: Import / eksport
|
||||
migrate: Konto kolimine
|
||||
notifications: E-postiteated
|
||||
preferences: Eelistused
|
||||
profile: Profiil
|
||||
relationships: Jälgitud ja jälgijad
|
||||
@ -1872,6 +1912,7 @@ et:
|
||||
invalid_otp_token: Vale kaheastmeline võti
|
||||
otp_lost_help_html: Kui kaotasid ligipääsu mõlemale, saad võtta ühendust %{email}-iga
|
||||
rate_limited: Liiga palju autentimise katseid, proovi hiljem uuesti.
|
||||
seamless_external_login: Oled sisse logitud välise teenuse kaudu. Nii pole salasõna ja e-posti seaded saadaval.
|
||||
signed_in_as: 'Sisse logitud kasutajana:'
|
||||
verification:
|
||||
extra_instructions_html: <strong>Soovitus:</strong> Sinu kodulehel olev link võib olla nähtamatu. Oluline osa on <code>rel="me"</code>, mis väldib kasutaja loodud sisuga lehtedel libaisikustamist. Sa saad isegi kasutada lehe HEADER osas silti <code>link</code> sildi <code>a</code> asemel, kuid HTML peab olema kättesaadav ilma JavaScripti käivitamata.
|
||||
|
@ -25,6 +25,8 @@ fi:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Suorita toimi
|
||||
already_silenced: Tätä tiliä on jo rajoitettu.
|
||||
already_suspended: Tämä tili on jo jäädytetty.
|
||||
title: Suorita moderointitoimi käyttäjälle %{acct}
|
||||
account_moderation_notes:
|
||||
create: Jätä muistiinpano
|
||||
@ -46,6 +48,7 @@ fi:
|
||||
title: Vaihda käyttäjän %{username} sähköposti-osoite
|
||||
change_role:
|
||||
changed_msg: Roolin vaihto onnistui!
|
||||
edit_roles: Hallinnoi käyttäjien rooleja
|
||||
label: Vaihda rooli
|
||||
no_role: Ei roolia
|
||||
title: Vaihda käyttäjän %{username} rooli
|
||||
@ -442,7 +445,7 @@ fi:
|
||||
create: Lisää verkkotunnus
|
||||
resolve: Selvitä verkkotunnus
|
||||
title: Estä uusi sähköpostiverkkotunnus
|
||||
no_email_domain_block_selected: Sähköpostiverkkotunnusten estoja ei muutettu; yhtäkään ei ollut valittu
|
||||
no_email_domain_block_selected: Sähköpostiverkkotunnusten estoja ei muutettu, koska yhtäkään ei ollut valittuna
|
||||
not_permitted: Ei sallittu
|
||||
resolved_dns_records_hint_html: Verkkotunnusnimi kytkeytyy seuraaviin MX-verkkotunnuksiin, jotka ovat viime kädessä vastuussa sähköpostin vastaanottamisesta. MX-verkkotunnuksen estäminen estää rekisteröitymisen mistä tahansa sähköpostiosoitteesta, joka käyttää samaa MX-verkkotunnusta, vaikka näkyvä verkkotunnuksen nimi olisikin erilainen. <strong>Varo estämästä suuria sähköpostipalvelujen tarjoajia.</strong>
|
||||
resolved_through_html: Ratkaistu verkkotunnuksen %{domain} kautta
|
||||
@ -600,8 +603,9 @@ fi:
|
||||
resolve_description_html: Ilmoitettua tiliä kohtaan ei ryhdytä toimiin, varoitusta ei kirjata ja raportti suljetaan.
|
||||
silence_description_html: Tili näkyy vain niille, jotka jo seuraavat sitä tai etsivät sen manuaalisesti, mikä rajoittaa merkittävästi sen tavoitettavuutta. Voidaan perua milloin vain. Sulkee kaikki tiliin kohdistuvat raportit.
|
||||
suspend_description_html: Tili ja mikään sen sisältö eivät ole käytettävissä, ja lopulta ne poistetaan ja vuorovaikutus tilin kanssa on mahdotonta. Peruttavissa 30 päivän ajan. Sulkee kaikki tiliin kohdistuvat raportit.
|
||||
actions_description_html: Päätä, mihin toimiin ryhdyt tämän raportin ratkaisemiseksi. Jos ryhdyt rangaistustoimeen ilmoitettua tiliä kohtaan, hänelle lähetetään sähköpostitse ilmoitus asiasta, paitsi jos valittuna on <strong>Roskaposti</strong>-luokka.
|
||||
actions_description_html: Päätä, mihin toimiin ryhdyt tämän raportin ratkaisemiseksi. Jos ryhdyt rangaistustoimeen raportoitua tiliä kohtaan, hänelle lähetetään sähköpostitse ilmoitus asiasta, paitsi jos valittuna on <strong>Roskaposti</strong>-luokka.
|
||||
actions_description_remote_html: Päätä, mihin toimiin ryhdyt tämän raportin ratkaisemiseksi. Tämä vaikuttaa vain siihen, miten <strong>sinun</strong> palvelimesi viestii tämän etätilin kanssa ja käsittelee sen sisältöä.
|
||||
actions_no_posts: Tähän raporttiin ei liity poistettavia julkaisuja
|
||||
add_to_report: Lisää raporttiin
|
||||
already_suspended_badges:
|
||||
local: Jäädytetty jo tällä palvelimella
|
||||
@ -1135,7 +1139,7 @@ fi:
|
||||
security: Turvallisuus
|
||||
set_new_password: Aseta uusi salasana
|
||||
setup:
|
||||
email_below_hint_html: Tarkista roskapostikansiosi tai pyydä uusi viesti. Voit myös korjata sähköpostiosoitteesi tarvittaessa.
|
||||
email_below_hint_html: Tarkista roskapostikansiosi tai pyydä uusi viesti. Voit korjata sähköpostiosoitteesi tarvittaessa.
|
||||
email_settings_hint_html: Napsauta lähettämäämme linkkiä vahvistaaksesi osoitteen %{email}. Odotamme täällä.
|
||||
link_not_received: Etkö saanut linkkiä?
|
||||
new_confirmation_instructions_sent: Saat pian uuden vahvistuslinkin sisältävän sähköpostiviestin!
|
||||
@ -1195,7 +1199,7 @@ fi:
|
||||
caches: Muiden palvelinten välimuistiinsa tallentamaa sisältöä voi säilyä
|
||||
data_removal: Julkaisusi ja muut tietosi poistetaan pysyvästi
|
||||
email_change_html: Voit <a href="%{path}">muuttaa sähköpostiosoitettasi</a> poistamatta tiliäsi
|
||||
email_contact_html: Mikäli viesti ei vieläkään saavu perille, voit pyytää apua sähköpostitse osoitteella <a href="mailto:%{email}">%{email}</a>
|
||||
email_contact_html: Jos viesti ei vieläkään saavu perille, voit pyytää apua sähköpostitse osoitteella <a href="mailto:%{email}">%{email}</a>
|
||||
email_reconfirmation_html: Jos et saa vahvistussähköpostiviestiä, voit <a href="%{path}">pyytää sitä uudelleen</a>
|
||||
irreversible: Et voi palauttaa tiliäsi etkä aktivoida sitä uudelleen
|
||||
more_details_html: Tarkempia tietoja saat <a href="%{terms_path}">tietosuojakäytännöstämme</a>.
|
||||
|
@ -25,6 +25,8 @@ fo:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Frem atgerð
|
||||
already_silenced: Hendan kontan er longu gjørd kvirr.
|
||||
already_suspended: Hendan kontan er longu ógildað.
|
||||
title: Frem umsjónaratgerð á %{acct}
|
||||
account_moderation_notes:
|
||||
create: Skriva umsjónarviðmerking
|
||||
@ -46,6 +48,7 @@ fo:
|
||||
title: Broyt teldupostin hjá %{username}
|
||||
change_role:
|
||||
changed_msg: Leiklutur broyttur!
|
||||
edit_roles: Stýr brúkaraleiklutir
|
||||
label: Broyt leiklut
|
||||
no_role: Eingin leiklutur
|
||||
title: Broyt leiklut hjá %{username}
|
||||
@ -602,6 +605,7 @@ fo:
|
||||
suspend_description_html: Kontan og alt innihald hjá kontuni gerast óatkomulig og við tíðini strikaði, og tað verður ógjørligt at samvirka við henni. Kann angrast innan 30 dagar. Lukkar allar rapporteringar av hesi kontuni.
|
||||
actions_description_html: Ger av hvør atgerð skal takast fyri at avgreiða hesa meldingina. Revsitiltøk móti meldaðu kontuni føra við sær, at ein teldupostfráboðan verður send teimum, undantikið tá <strong>Ruskpostur</strong> verður valdur.
|
||||
actions_description_remote_html: Tak avgerð um hvat skal gerast fyri at avgreiða hesa rapporteringina. Hetta fer einans at ávirka, hvussu <strong>tín</strong> ambætari samskiftir við hesa fjarkontuna og hvussu hann handfer tilfar frá henni.
|
||||
actions_no_posts: Hendan fráboðanin hevur ongar viðkomandi postar at strika
|
||||
add_to_report: Legg meira afturat meldingini
|
||||
already_suspended_badges:
|
||||
local: Longu gjørt óvirkin á hesum ambætaranum
|
||||
|
@ -25,6 +25,8 @@ fr-CA:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Effectuer l'action
|
||||
already_silenced: Ce compte est déjà limité.
|
||||
already_suspended: Ce compte est déjà suspendu.
|
||||
title: Effectuer une action de modération sur %{acct}
|
||||
account_moderation_notes:
|
||||
create: Laisser une remarque
|
||||
@ -46,6 +48,7 @@ fr-CA:
|
||||
title: Modifier le courriel pour %{username}
|
||||
change_role:
|
||||
changed_msg: Rôle modifié avec succès !
|
||||
edit_roles: Gérer les rôles d'utilisateur·ices
|
||||
label: Modifier le rôle
|
||||
no_role: Aucun rôle
|
||||
title: Modifier le rôle de %{username}
|
||||
@ -188,9 +191,11 @@ fr-CA:
|
||||
create_user_role: Créer le rôle
|
||||
demote_user: Rétrograder l’utilisateur·ice
|
||||
destroy_announcement: Supprimer l’annonce
|
||||
destroy_canonical_email_block: Supprimer le blocage de courriel
|
||||
destroy_custom_emoji: Supprimer des émojis personnalisés
|
||||
destroy_domain_allow: Supprimer le domaine autorisé
|
||||
destroy_domain_block: Supprimer le blocage de domaine
|
||||
destroy_email_domain_block: Supprimer le blocage de domaine de courriel
|
||||
destroy_instance: Purge du domaine
|
||||
destroy_ip_block: Supprimer la règle IP
|
||||
destroy_status: Supprimer le message
|
||||
@ -236,6 +241,7 @@ fr-CA:
|
||||
confirm_user_html: "%{name} a confirmé l'adresse e-mail de l'utilisateur %{target}"
|
||||
create_account_warning_html: "%{name} a envoyé un avertissement à %{target}"
|
||||
create_announcement_html: "%{name} a créé une nouvelle annonce %{target}"
|
||||
create_canonical_email_block_html: "%{name} a bloqué l'adresse email avec le hachage %{target}"
|
||||
create_custom_emoji_html: "%{name} a téléversé un nouvel émoji %{target}"
|
||||
create_domain_allow_html: "%{name} a autorisé la fédération avec le domaine %{target}"
|
||||
create_domain_block_html: "%{name} a bloqué le domaine %{target}"
|
||||
@ -245,6 +251,7 @@ fr-CA:
|
||||
create_user_role_html: "%{name} a créé le rôle %{target}"
|
||||
demote_user_html: "%{name} a rétrogradé l'utilisateur·rice %{target}"
|
||||
destroy_announcement_html: "%{name} a supprimé l'annonce %{target}"
|
||||
destroy_canonical_email_block_html: "%{name} a débloqué l'adresse email avec le hachage %{target}"
|
||||
destroy_custom_emoji_html: "%{name} a supprimé l'émoji %{target}"
|
||||
destroy_domain_allow_html: "%{name} a rejeté la fédération avec le domaine %{target}"
|
||||
destroy_domain_block_html: "%{name} a débloqué le domaine %{target}"
|
||||
|
@ -25,6 +25,8 @@ fr:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Effectuer l'action
|
||||
already_silenced: Ce compte est déjà limité.
|
||||
already_suspended: Ce compte est déjà suspendu.
|
||||
title: Effectuer une action de modération sur %{acct}
|
||||
account_moderation_notes:
|
||||
create: Laisser une remarque
|
||||
@ -46,6 +48,7 @@ fr:
|
||||
title: Modifier l’adresse de courriel pour %{username}
|
||||
change_role:
|
||||
changed_msg: Rôle modifié avec succès !
|
||||
edit_roles: Gérer les rôles d'utilisateur·ices
|
||||
label: Modifier le rôle
|
||||
no_role: Aucun rôle
|
||||
title: Modifier le rôle de %{username}
|
||||
@ -188,9 +191,11 @@ fr:
|
||||
create_user_role: Créer le rôle
|
||||
demote_user: Rétrograder l’utilisateur·ice
|
||||
destroy_announcement: Supprimer l’annonce
|
||||
destroy_canonical_email_block: Supprimer le blocage de courriel
|
||||
destroy_custom_emoji: Supprimer des émojis personnalisés
|
||||
destroy_domain_allow: Supprimer le domaine autorisé
|
||||
destroy_domain_block: Supprimer le blocage de domaine
|
||||
destroy_email_domain_block: Supprimer le blocage de domaine de courriel
|
||||
destroy_instance: Purge du domaine
|
||||
destroy_ip_block: Supprimer la règle IP
|
||||
destroy_status: Supprimer le message
|
||||
@ -236,6 +241,7 @@ fr:
|
||||
confirm_user_html: "%{name} a confirmé l'adresse e-mail de l'utilisateur %{target}"
|
||||
create_account_warning_html: "%{name} a envoyé un avertissement à %{target}"
|
||||
create_announcement_html: "%{name} a créé une nouvelle annonce %{target}"
|
||||
create_canonical_email_block_html: "%{name} a bloqué l'adresse email avec le hachage %{target}"
|
||||
create_custom_emoji_html: "%{name} a téléversé un nouvel émoji %{target}"
|
||||
create_domain_allow_html: "%{name} a autorisé la fédération avec le domaine %{target}"
|
||||
create_domain_block_html: "%{name} a bloqué le domaine %{target}"
|
||||
@ -245,6 +251,7 @@ fr:
|
||||
create_user_role_html: "%{name} a créé le rôle %{target}"
|
||||
demote_user_html: "%{name} a rétrogradé l'utilisateur·rice %{target}"
|
||||
destroy_announcement_html: "%{name} a supprimé l'annonce %{target}"
|
||||
destroy_canonical_email_block_html: "%{name} a débloqué l'adresse email avec le hachage %{target}"
|
||||
destroy_custom_emoji_html: "%{name} a supprimé l'émoji %{target}"
|
||||
destroy_domain_allow_html: "%{name} a rejeté la fédération avec le domaine %{target}"
|
||||
destroy_domain_block_html: "%{name} a débloqué le domaine %{target}"
|
||||
|
@ -31,6 +31,8 @@ ga:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Déan gníomh
|
||||
already_silenced: Tá an cuntas seo ina thost cheana féin.
|
||||
already_suspended: Tá an cuntas seo curtha ar fionraí cheana féin.
|
||||
title: Dean gníomh modhnóireachta ar %{acct}
|
||||
account_moderation_notes:
|
||||
create: Fág nóta
|
||||
@ -52,6 +54,7 @@ ga:
|
||||
title: Athraigh ríomhphost do %{username}
|
||||
change_role:
|
||||
changed_msg: Athraíodh ról go rathúil!
|
||||
edit_roles: Bainistigh róil úsáideora
|
||||
label: Athraigh ról
|
||||
no_role: Gan ról
|
||||
title: Athraigh ról do %{username}
|
||||
@ -638,6 +641,7 @@ ga:
|
||||
suspend_description_html: Beidh an cuntas agus a bhfuil ann go léir dorochtana agus scriosfar iad ar deireadh, agus beidh sé dodhéanta idirghníomhú leis. Inchúlaithe laistigh de 30 lá. Dúnann sé gach tuairisc i gcoinne an chuntais seo.
|
||||
actions_description_html: Déan cinneadh ar an ngníomh atá le déanamh chun an tuarascáil seo a réiteach. Má dhéanann tú beart pionósach in aghaidh an chuntais tuairiscithe, seolfar fógra ríomhphoist chucu, ach amháin nuair a roghnaítear an chatagóir <strong>Turscar</strong>.
|
||||
actions_description_remote_html: Déan cinneadh ar an ngníomh atá le déanamh chun an tuarascáil seo a réiteach. Ní bheidh tionchar aige seo ach ar an gcaoi a ndéanann <strong>do fhreastalaí</strong> cumarsáid leis an gcianchuntas seo agus a láimhseálann sé a ábhar.
|
||||
actions_no_posts: Níl aon phostáil ghaolmhar ag an tuarascáil seo le scriosadh
|
||||
add_to_report: Cuir tuilleadh leis an tuairisc
|
||||
already_suspended_badges:
|
||||
local: Ar fionraí cheana féin ar an bhfreastalaí seo
|
||||
|
@ -29,6 +29,8 @@ gd:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Gabh an gnìomh
|
||||
already_silenced: Chaidh an cunntas seo a chuingeachadh mu thràth.
|
||||
already_suspended: Chaidh an cunntas seo a chur à rèim mu thràth.
|
||||
title: Gabh gnìomh maorsainneachd air %{acct}
|
||||
account_moderation_notes:
|
||||
create: Fàg nòta
|
||||
@ -50,6 +52,7 @@ gd:
|
||||
title: Atharraich am post-d airson %{username}
|
||||
change_role:
|
||||
changed_msg: Chaidh an dreuchd atharrachadh!
|
||||
edit_roles: Stiùirich dreuchdan nan cleachdaichean
|
||||
label: Atharraich an dreuchd
|
||||
no_role: Gun dreuchd
|
||||
title: Atharraich an dreuchd aig %{username}
|
||||
@ -626,6 +629,7 @@ gd:
|
||||
suspend_description_html: Cha ghabh an cunntas seo agus an t-susbaint gu leòr aige inntrigeadh gus an dèid a sguabadh às air deireadh na sgeòil agus cha ghabh eadar-ghabhail a dhèanamh leis. Gabhaidh seo a neo-dhèanamh am broinn 30 latha. Dùinidh seo gach gearan mun chunntas seo.
|
||||
actions_description_html: Cuir romhad dè nì thu airson an gearan seo fhuasgladh. Ma chuireas tu peanas air a’ chunntas le gearan air, gheibh iad brath air a’ phost-d mura tagh thu an roinn-seòrsa <strong>Spama</strong>.
|
||||
actions_description_remote_html: Cuir romhad dè an gnìomh a ghabhas tu airson an gearan seo fhuasgladh. Cha bheir seo buaidh ach air mar a làimhsicheas am frithealaiche <strong>agadsa</strong> an cunntas cèin seo is mar a nì e conaltradh leis.
|
||||
actions_no_posts: Chan eil post ri sguabadh às ris a’ ghearan seo
|
||||
add_to_report: Cuir barrachd ris a’ ghearan
|
||||
already_suspended_badges:
|
||||
local: Chaidh an cur à rèim air an fhrithealaiche seo mu thràth
|
||||
|
@ -25,6 +25,8 @@ gl:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Executar acción
|
||||
already_silenced: Esta conta xa está silenciada.
|
||||
already_suspended: Esta conta xa está suspendida.
|
||||
title: Executar acción de moderación a %{acct}
|
||||
account_moderation_notes:
|
||||
create: Deixar nota
|
||||
@ -46,6 +48,7 @@ gl:
|
||||
title: Mudar email de %{username}
|
||||
change_role:
|
||||
changed_msg: Rol mudado correctamente!
|
||||
edit_roles: Xestionar roles de usuarias
|
||||
label: Cambiar rol
|
||||
no_role: Sen rol
|
||||
title: Cambiar o rol de %{username}
|
||||
@ -602,6 +605,7 @@ gl:
|
||||
suspend_description_html: A conta e todo o seu contido non serán accesible e finalmente eliminaranse, será imposible interactuar con ela. A decisión é reversible durante 30 días. Isto pecha tódalas denuncias sobre esta conta.
|
||||
actions_description_html: Decide a acción a tomar para resolver esta denuncia. Se tomas accións punitivas contra a conta denunciada enviaraselle un correo, excepto se está indicada a categoría <strong>Spam</strong>.
|
||||
actions_description_remote_html: Decide a acción a tomar para resolver a denuncia. Isto só lle afecta ao xeito en que o <strong>teu</strong> servidor se comunica con esta conta remota e xestiona o seu contido.
|
||||
actions_no_posts: Esta denuncia non ten publicacións asociadas para eliminar
|
||||
add_to_report: Engadir máis á denuncia
|
||||
already_suspended_badges:
|
||||
local: Xa está suspendida neste servidor
|
||||
|
@ -25,6 +25,8 @@ hu:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Művelet végrehajtása
|
||||
already_silenced: Ezt a fiókot már elnémították.
|
||||
already_suspended: Ezt a fiókot már felfüggesztették.
|
||||
title: 'Moderálási művelet végrehajtása ezen: %{acct}'
|
||||
account_moderation_notes:
|
||||
create: Megjegyzés hagyása
|
||||
@ -46,6 +48,7 @@ hu:
|
||||
title: "%{username} e-mail-címének megváltoztatása"
|
||||
change_role:
|
||||
changed_msg: A szerep sikeresen megváltoztatva!
|
||||
edit_roles: Felhasználói szerepkörök kezelése
|
||||
label: Szerep megváltoztatása
|
||||
no_role: Nincs szerep
|
||||
title: "%{username} szerepének megváltoztatása"
|
||||
@ -602,6 +605,7 @@ hu:
|
||||
suspend_description_html: A fiók és minden tartalma elérhetetlenné válik és végül törlésre kerül. A fiókkal kapcsolatbalépni lehetetlen lesz. Ez a művelet 30 napig visszafordítható. A fiók ellen indított minden bejelentést lezárunk.
|
||||
actions_description_html: Döntsd el, mit csináljunk, hogy megoldjuk ezt a bejelentést. Ha valamilyen büntető intézkedést hozol a bejelentett fiók ellen, küldünk neki egy figyelmeztetést e-mailben, kivéve ha a <strong>Spam</strong> kategóriát választod.
|
||||
actions_description_remote_html: Döntsd el, mit tegyünk a bejelentés lezárásának érdekében. Ez csak azt befolyásolja, hogy a <strong>saját</strong> kiszolgálód hogyan kommunikál ezzel a távoli fiókkal és hogyan kezeli annak tartalmait.
|
||||
actions_no_posts: Ennek a bejelentésnek nincs egyetlen törölhető, társított bejegyzése sem
|
||||
add_to_report: Továbbiak hozzáadása a bejelentéshez
|
||||
already_suspended_badges:
|
||||
local: Már felfüggesztették ezen a szerveren
|
||||
|
@ -25,6 +25,8 @@ ia:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Exequer action
|
||||
already_silenced: Iste conto jam ha essite silentiate.
|
||||
already_suspended: Iste conto jam ha essite suspendite.
|
||||
title: Exequer action de moderation sur %{acct}
|
||||
account_moderation_notes:
|
||||
create: Lassar un nota
|
||||
@ -46,6 +48,7 @@ ia:
|
||||
title: Cambiar e-mail pro %{username}
|
||||
change_role:
|
||||
changed_msg: Rolo cambiate con successo!
|
||||
edit_roles: Gerer le regulas de usator
|
||||
label: Cambiar rolo
|
||||
no_role: Necun rolo
|
||||
title: Cambiar rolo pro %{username}
|
||||
@ -964,6 +967,7 @@ ia:
|
||||
used_by_over_week:
|
||||
one: Usate per un persona in le ultime septimana
|
||||
other: Usate per %{count} personas in le ultime septimana
|
||||
title: Recommendationes e tendentias
|
||||
trending: In tendentia
|
||||
warning_presets:
|
||||
add_new: Adder nove
|
||||
|
@ -25,6 +25,8 @@ is:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Framkvæma aðgerð
|
||||
already_silenced: Þessi aðgangur hefur þegar verið þaggaður.
|
||||
already_suspended: Þessi aðgangur hefur þegar verið settur í frysti.
|
||||
title: Framkvæma umsjónaraðgerð á %{acct}
|
||||
account_moderation_notes:
|
||||
create: Skilja eftir minnispunkt
|
||||
@ -46,6 +48,7 @@ is:
|
||||
title: Breyta tölvupóstfangi fyrir %{username}
|
||||
change_role:
|
||||
changed_msg: Tókst að breyta hlutverki!
|
||||
edit_roles: Sýsla með hlutverk notenda
|
||||
label: Breyta hlutverki
|
||||
no_role: Ekkert hlutverk
|
||||
title: Breyta hlutverki fyrir %{username}
|
||||
@ -602,6 +605,7 @@ is:
|
||||
suspend_description_html: Notandaaðgangurinn og allt efni á honum mun verða óaðgengilegt og á endanum eytt út og samskipti við aðganginn verða ekki möguleg. Hægt að afturkalla innan 30 daga. Lokar öllum kærum gagnvart þessum aðgangi.
|
||||
actions_description_html: Ákveddu til hvaða aðgerða eigi að taka til að leysa þessa kæru. Ef þú ákveður að refsa kærða notandaaðgangnum, verður viðkomandi send tilkynning í tölvupósti, nema ef flokkurinn <strong>Ruslpóstur</strong> sé valinn.
|
||||
actions_description_remote_html: Ákveddu til hvaða aðgerða eigi að taka til að leysa þessa kæru. Þetta mun aðeins hafa áhrif á hvernig <strong>netþjónninn þinn</strong> meðhöndlar þennan fjartengda aðgang og efnið á honum.
|
||||
actions_no_posts: Þessi kæra er ekki með neinar tengdar færslur til að eyða
|
||||
add_to_report: Bæta fleiru í kæru
|
||||
already_suspended_badges:
|
||||
local: Þegar frystur á þessum netþjóni
|
||||
|
@ -25,6 +25,8 @@ it:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Esegui azione
|
||||
already_silenced: Questo account è già stato silenziato.
|
||||
already_suspended: Questo account è già stato sospeso.
|
||||
title: Esegui l'azione di moderazione su %{acct}
|
||||
account_moderation_notes:
|
||||
create: Lascia una nota
|
||||
@ -46,6 +48,7 @@ it:
|
||||
title: Cambia l'email per %{username}
|
||||
change_role:
|
||||
changed_msg: Ruolo modificato correttamente!
|
||||
edit_roles: Gestisci i ruoli utente
|
||||
label: Cambia il ruolo
|
||||
no_role: Nessun ruolo
|
||||
title: Cambia il ruolo per %{username}
|
||||
@ -602,6 +605,7 @@ it:
|
||||
suspend_description_html: L'account e tutti i suoi contenuti saranno inaccessibili ed eventualmente cancellati, e interagire con esso sarà impossibile. Reversibile entro 30 giorni. Chiude tutte le segnalazioni contro questo account.
|
||||
actions_description_html: Decidi quale azione intraprendere per risolvere questa segnalazione. Se intraprendi un'azione punitiva nei confronti dell'account segnalato, gli verrà inviata una notifica via e-mail, tranne quando è selezionata la categoria <strong>Spam</strong>.
|
||||
actions_description_remote_html: Decide quali azioni intraprendere per risolvere la relazione. Questo influenzerà solo come <strong>il tuo</strong> server comunica con questo account remoto e ne gestisce il contenuto.
|
||||
actions_no_posts: Questa segnalazione non ha alcun post associato da eliminare
|
||||
add_to_report: Aggiungi altro al report
|
||||
already_suspended_badges:
|
||||
local: Già sospeso su questo server
|
||||
|
@ -1428,6 +1428,7 @@ ja:
|
||||
media_attachments:
|
||||
validations:
|
||||
images_and_video: 既に画像が追加されているため、動画を追加することはできません
|
||||
not_found: メディア (%{ids}) が存在しないか、すでに添付して投稿されています
|
||||
not_ready: ファイルのアップロードに失敗しました。しばらくしてからもう一度お試しください!
|
||||
too_many: 追加できるファイルは4つまでです
|
||||
migrations:
|
||||
|
@ -23,6 +23,8 @@ ko:
|
||||
admin:
|
||||
account_actions:
|
||||
action: 조치 취하기
|
||||
already_silenced: 이 계정은 이미 침묵되었습니다.
|
||||
already_suspended: 이 계정은 이미 정지되었습니다.
|
||||
title: "%{acct} 계정에 중재 취하기"
|
||||
account_moderation_notes:
|
||||
create: 참고사항 남기기
|
||||
@ -44,6 +46,7 @@ ko:
|
||||
title: "%{username}의 이메일 바꾸기"
|
||||
change_role:
|
||||
changed_msg: 역할이 성공적으로 변경되었습니다!
|
||||
edit_roles: 사용자 역할 관리
|
||||
label: 역할 변경
|
||||
no_role: 역할 없음
|
||||
title: "%{username}의 역할 변경"
|
||||
@ -592,6 +595,7 @@ ko:
|
||||
suspend_description_html: 이 계정과 이 계정의 콘텐츠들은 접근 불가능해지고 삭제될 것이며, 상호작용은 불가능해집니다. 30일 이내에 되돌릴 수 있습니다. 이 계정에 대한 모든 신고를 닫습니다.
|
||||
actions_description_html: 이 신고를 해결하기 위해 취해야 할 조치를 지정해주세요. 신고된 계정에 대해 처벌 조치를 취하면, <strong>스팸</strong> 카테고리가 선택된 경우를 제외하고 해당 계정으로 이메일 알림이 전송됩니다.
|
||||
actions_description_remote_html: 이 신고를 해결하기 위해 실행할 행동을 결정하세요. 이 결정은 이 원격 계정과 그 콘텐츠를 다루는 방식에 대해 <strong>이 서버</strong>에서만 영향을 끼칩니다
|
||||
actions_no_posts: 이 신고는 삭제할 관련 게시물이 없습니다
|
||||
add_to_report: 신고에 더 추가하기
|
||||
already_suspended_badges:
|
||||
local: 이 서버에서 이미 정지되었습니다
|
||||
|
@ -25,6 +25,7 @@ lad:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Realiza aksion
|
||||
already_suspended: Este kuento ya tiene sido suspendido.
|
||||
title: Modera %{acct}
|
||||
account_moderation_notes:
|
||||
create: Kriya nota
|
||||
|
@ -1036,7 +1036,7 @@ lt:
|
||||
generic: Nežinoma naršyklė
|
||||
current_session: Dabartinis seansas
|
||||
date: Data
|
||||
description: "%{browser} ant %{platform}"
|
||||
description: "„%{browser}“ per „%{platform}“"
|
||||
explanation: Čia rodomos web naršyklės prijungtos prie Jūsų Mastodon paskyros.
|
||||
ip: IP
|
||||
platforms:
|
||||
@ -1116,6 +1116,7 @@ lt:
|
||||
unlisted_long: matyti gali visi, bet nėra išvardyti į viešąsias laiko skales
|
||||
statuses_cleanup:
|
||||
enabled_hint: Automatiškai ištrina įrašus, kai jie pasiekia nustatytą amžiaus ribą, nebent jie atitinka vieną iš toliau nurodytų išimčių
|
||||
interaction_exceptions_explanation: Atkreipk dėmesį, kad negarantuojama, jog įrašai nebus ištrinti, jei jų mėgstamumo ar pasidalinimo riba bus žemesnė, nors vieną kartą ji jau buvo viršyta.
|
||||
keep_polls_hint: Neištrina jokių tavo apklausų
|
||||
keep_self_bookmark: Laikyti įrašus, kuriuos pažymėjai
|
||||
keep_self_bookmark_hint: Neištrina tavo pačių įrašų, jei esi juos pažymėjęs (-usi)
|
||||
|
@ -25,6 +25,8 @@ nl:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Actie uitvoeren
|
||||
already_silenced: Dit account is al beperkt.
|
||||
already_suspended: Dit account is al geschorst.
|
||||
title: Moderatiemaatregel tegen %{acct} nemen
|
||||
account_moderation_notes:
|
||||
create: Laat een opmerking achter
|
||||
@ -46,6 +48,7 @@ nl:
|
||||
title: E-mailadres wijzigen voor %{username}
|
||||
change_role:
|
||||
changed_msg: Rol succesvol veranderd!
|
||||
edit_roles: Gebruikersrollen beheren
|
||||
label: Rol veranderen
|
||||
no_role: Geen rol
|
||||
title: Rol van %{username} veranderen
|
||||
@ -602,6 +605,7 @@ nl:
|
||||
suspend_description_html: Het account en de inhoud hiervan is niet meer toegankelijk, en het is ook niet meer mogelijk om ermee interactie te hebben. Uiteindelijk wordt het account volledig verwijderd. Dit is omkeerbaar binnen 30 dagen. Dit sluit alle rapporten tegen dit account af.
|
||||
actions_description_html: Beslis welke maatregel moet worden genomen om deze rapportage op te lossen. Wanneer je een (straf)maatregel tegen het gerapporteerde account neemt, krijgt het account een e-mailmelding, behalve wanneer de <strong>spam</strong>-categorie is gekozen.
|
||||
actions_description_remote_html: Beslis welke actie moet worden ondernomen om deze rapportage op te lossen. Dit is alleen van invloed op hoe <strong>jouw</strong> server met dit externe account communiceert en de inhoud ervan beheert.
|
||||
actions_no_posts: Dit rapport heeft geen bijbehorende berichten om te verwijderen
|
||||
add_to_report: Meer aan de rapportage toevoegen
|
||||
already_suspended_badges:
|
||||
local: Al geschorst op deze server
|
||||
|
@ -29,6 +29,8 @@ pl:
|
||||
admin:
|
||||
account_actions:
|
||||
action: Wykonaj działanie
|
||||
already_silenced: To konto zostało już wyciszone.
|
||||
already_suspended: To konto zostało już zawieszone.
|
||||
title: Wykonaj działanie moderacyjne na %{acct}
|
||||
account_moderation_notes:
|
||||
create: Pozostaw notatkę
|
||||
@ -50,6 +52,7 @@ pl:
|
||||
title: Zmień adres e-mail dla %{username}
|
||||
change_role:
|
||||
changed_msg: Pomyślnie zmieniono rolę!
|
||||
edit_roles: Zarządzaj rolami użytkowników
|
||||
label: Zmień rolę
|
||||
no_role: Brak roli
|
||||
title: Zmień rolę dla %{username}
|
||||
@ -626,6 +629,7 @@ pl:
|
||||
suspend_description_html: Konto i cała jego zawartość będą niedostępne i ostatecznie usunięte, a interakcja z nim będzie niemożliwa. Możliwość odwrócenia w ciągu 30 dni. Zamyka wszelkie zgłoszenia dotyczące tego konta.
|
||||
actions_description_html: Zdecyduj, jakie działania należy podjąć, aby rozstrzygnąć niniejsze zgłoszenie. Jeśli podejmiesz działania karne przeciwko zgłoszonemu kontowi, zostanie do nich wysłane powiadomienie e-mail, chyba że wybrano kategorię <strong>Spam</strong>.
|
||||
actions_description_remote_html: Zdecyduj, jakie działanie należy podjąć, aby rozwiązać to zgłoszenie. Będzie to miało wpływ jedynie na sposób, w jaki <strong>Twój</strong> serwer komunikuje się z tym kontem zdalnym i obsługuje jego zawartość.
|
||||
actions_no_posts: Ten raport nie ma żadnych powiązanych wpisów do usunięcia
|
||||
add_to_report: Dodaj więcej do zgłoszenia
|
||||
already_suspended_badges:
|
||||
local: Już zawieszono na tym serwerze
|
||||
|
@ -108,7 +108,6 @@ an:
|
||||
name: Nomás se puede cambiar lo cajón d'as letras, per eixemplo, pa que sía mas leyible
|
||||
user:
|
||||
chosen_languages: Quan se marca, nomás s'amostrarán las publicacions en os idiomas triaus en as linias de tiempo publicas
|
||||
role: Lo rol controla qué permisos tiene la usuaria
|
||||
user_role:
|
||||
color: Color que s'utilizará pa lo rol a lo largo d'a interficie d'usuario, como RGB en formato hexadecimal
|
||||
highlighted: Esto fa que lo rol sía publicament visible
|
||||
|
@ -130,7 +130,6 @@ ar:
|
||||
name: يمكنك فقط تغيير غلاف الحروف ، على سبيل المثال ، لجعلها أكثر قابلية للقراءة
|
||||
user:
|
||||
chosen_languages: إن تم اختيارها، فلن تظهر على الخيوط العامة إلّا الرسائل المنشورة في تلك اللغات
|
||||
role: الوظيفة تتحكم في الصلاحيات التي يملكها المستخدم
|
||||
user_role:
|
||||
color: اللون الذي سيتم استخدامه للوظيفه في جميع وحدات واجهة المستخدم، كـ RGB بتنسيق hex
|
||||
highlighted: وهذا يجعل الوظيفه مرئيا علنا
|
||||
|
@ -130,7 +130,6 @@ be:
|
||||
name: Вы можаце змяняць толькі рэгістр літар, напрыклад для таго, каб падвысіць чытабельнасць
|
||||
user:
|
||||
chosen_languages: У публічных стужках будуць паказвацца допісы толькі на тых мовах, якія вы пазначыце
|
||||
role: Гэтая роля кантралюе дазволы, якія мае карыстальнік
|
||||
user_role:
|
||||
color: Колер, які будзе выкарыстоўвацца для гэтай ролі па ўсім UI, у фармаце RGB ці hex
|
||||
highlighted: Гэта робіць ролю публічна бачнай
|
||||
|
@ -130,7 +130,6 @@ bg:
|
||||
name: Можете да смените само употребата на големи/малки букви, например, за да е по-четимо
|
||||
user:
|
||||
chosen_languages: Само публикации на отметнатите езици ще се показват в публичните часови оси
|
||||
role: Ролите управляват какви права има потребителят
|
||||
user_role:
|
||||
color: Цветът, използван за ролите в потребителския интерфейс, като RGB в шестнадесетичен формат
|
||||
highlighted: Това прави ролята обществено видима
|
||||
|
@ -130,7 +130,7 @@ ca:
|
||||
name: Només pots canviar la caixa de les lletres, per exemple, per fer-la més llegible
|
||||
user:
|
||||
chosen_languages: Quan estigui marcat, només es mostraran els tuts de les llengües seleccionades en les línies de temps públiques
|
||||
role: El rol controla quines permissions té l'usuari
|
||||
role: El rol controla quins permisos té l'usuari.
|
||||
user_role:
|
||||
color: Color que s'usarà per al rol a tota la interfície d'usuari, com a RGB en format hexadecimal
|
||||
highlighted: Això fa el rol visible públicament
|
||||
|
@ -130,7 +130,6 @@ cs:
|
||||
name: Můžete měnit pouze velikost písmen, například kvůli lepší čitelnosti
|
||||
user:
|
||||
chosen_languages: Po zaškrtnutí budou ve veřejných časových osách zobrazeny pouze příspěvky ve zvolených jazycích
|
||||
role: Role určuje, která oprávnění má uživatel
|
||||
user_role:
|
||||
color: Barva, která má být použita pro roli v celém UI, jako RGB v hex formátu
|
||||
highlighted: Toto roli učiní veřejně viditelnou
|
||||
|
@ -130,7 +130,7 @@ cy:
|
||||
name: Dim ond er mwyn ei gwneud yn fwy darllenadwy y gallwch chi newid y llythrennau, er enghraifft
|
||||
user:
|
||||
chosen_languages: Wedi eu dewis, dim ond tŵtiau yn yr ieithoedd hyn bydd yn cael eu harddangos mewn ffrydiau cyhoeddus
|
||||
role: Mae'r rôl yn rheoli pa ganiatâd sydd gan y defnyddiwr
|
||||
role: Mae'r rôl yn rheoli pa ganiatâd sydd gan y defnyddiwr.
|
||||
user_role:
|
||||
color: Lliw i'w ddefnyddio ar gyfer y rôl drwy'r UI, fel RGB mewn fformat hecs
|
||||
highlighted: Mae hyn yn gwneud y rôl yn weladwy i'r cyhoedd
|
||||
|
@ -130,7 +130,7 @@ da:
|
||||
name: Kun bogstavtyper (store/små) kan ændres, eksempelvis for at gøre det mere læsbart
|
||||
user:
|
||||
chosen_languages: Når markeret, vil kun indlæg på de valgte sprog fremgå på offentlige tidslinjer
|
||||
role: Rollen styrer, hvilke tilladelser brugeren har
|
||||
role: Rollen styrer, hvilke tilladelser brugeren er tildelt.
|
||||
user_role:
|
||||
color: Farven, i RGB hex-format, der skal bruges til rollen i hele UI'en
|
||||
highlighted: Dette gør rollen offentligt synlig
|
||||
|
@ -130,7 +130,7 @@ de:
|
||||
name: Du kannst nur die Groß- und Kleinschreibung der Buchstaben ändern, um es z. B. lesbarer zu machen
|
||||
user:
|
||||
chosen_languages: Wenn du hier eine oder mehrere Sprachen auswählst, werden ausschließlich Beiträge in diesen Sprachen in deinen öffentlichen Timelines angezeigt
|
||||
role: Die Rolle legt fest, welche Berechtigungen das Konto hat
|
||||
role: Die Rolle bestimmt, welche Berechtigungen das Konto hat.
|
||||
user_role:
|
||||
color: Farbe, die für diese Rolle in der gesamten Benutzerschnittstelle verwendet wird, als RGB im Hexadezimalsystem
|
||||
highlighted: Dies macht die Rolle öffentlich im Profil sichtbar
|
||||
|
@ -111,7 +111,6 @@ el:
|
||||
name: Μπορείς να αλλάξεις μόνο το πλαίσιο των χαρακτήρων, για παράδειγμα για να γίνει περισσότερο ευανάγνωστο
|
||||
user:
|
||||
chosen_languages: Όταν ενεργοποιηθεί, στη δημόσια ροή θα εμφανίζονται τουτ μόνο από τις επιλεγμένες γλώσσες
|
||||
role: Ο ρόλος ελέγχει ποια δικαιώματα έχει ο χρήστης
|
||||
user_role:
|
||||
color: Το χρώμα που θα χρησιμοποιηθεί για το ρόλο σε ολόκληρη τη διεπαφή, ως RGB σε δεκαεξαδική μορφή
|
||||
highlighted: Αυτό καθιστά το ρόλο δημόσια ορατό
|
||||
|
@ -130,7 +130,6 @@ en-GB:
|
||||
name: You can only change the casing of the letters, for example, to make it more readable
|
||||
user:
|
||||
chosen_languages: When checked, only posts in selected languages will be displayed in public timelines
|
||||
role: The role controls which permissions the user has
|
||||
user_role:
|
||||
color: Color to be used for the role throughout the UI, as RGB in hex format
|
||||
highlighted: This makes the role publicly visible
|
||||
|
@ -122,7 +122,6 @@ eo:
|
||||
name: Vi povas ŝanĝi nur la majuskladon de la literoj, ekzemple, por igi ĝin pli legebla
|
||||
user:
|
||||
chosen_languages: Kun tio markita nur mesaĝoj en elektitaj lingvoj aperos en publikaj tempolinioj
|
||||
role: La rolregiloj kies permesojn la uzanto havas
|
||||
user_role:
|
||||
color: Koloro uzita por la rolo sur la UI, kun RGB-formato
|
||||
highlighted: Ĉi tio igi la rolon publike videbla
|
||||
|
@ -130,7 +130,7 @@ es-AR:
|
||||
name: Sólo podés cambiar la capitalización de las letras, por ejemplo, para que sea más legible
|
||||
user:
|
||||
chosen_languages: Cuando estén marcados, sólo se mostrarán los mensajes en los idiomas seleccionados en las líneas temporales públicas
|
||||
role: El rol controla qué permisos tiene el usuario
|
||||
role: El rol controla qué permisos tiene el usuario.
|
||||
user_role:
|
||||
color: Color que se utilizará para el rol a lo largo de la interface de usuario, como RGB en formato hexadecimal
|
||||
highlighted: Esto hace que el rol sea públicamente visible
|
||||
|
@ -130,7 +130,6 @@ es-MX:
|
||||
name: Sólo se puede cambiar el cajón de las letras, por ejemplo, para que sea más legible
|
||||
user:
|
||||
chosen_languages: Cuando se marca, solo se mostrarán los toots en los idiomas seleccionados en los timelines públicos
|
||||
role: El rol controla qué permisos tiene el usuario
|
||||
user_role:
|
||||
color: Color que se utilizará para el rol a lo largo de la interfaz de usuario, como RGB en formato hexadecimal
|
||||
highlighted: Esto hace que el rol sea públicamente visible
|
||||
|
@ -130,7 +130,6 @@ es:
|
||||
name: Sólo se puede cambiar el cajón de las letras, por ejemplo, para que sea más legible
|
||||
user:
|
||||
chosen_languages: Cuando se marca, solo se mostrarán las publicaciones en los idiomas seleccionados en las líneas de tiempo públicas
|
||||
role: El rol controla qué permisos tiene el usuario
|
||||
user_role:
|
||||
color: Color que se utilizará para el rol a lo largo de la interfaz de usuario, como RGB en formato hexadecimal
|
||||
highlighted: Esto hace que el rol sea públicamente visible
|
||||
|
@ -130,7 +130,7 @@ et:
|
||||
name: Saad muuta ainult tähtede suurtähelisust, näiteks selleks, et muuta seda loetavamaks
|
||||
user:
|
||||
chosen_languages: Keelte valimisel näidatakse avalikel ajajoontel ainult neis keeltes postitusi
|
||||
role: See roll kontrollib, millised õigused kasutajal on
|
||||
role: Rollid määravad, millised õigused kasutajal on.
|
||||
user_role:
|
||||
color: Rolli tähistamise värvus üle kasutajaliidese, RGB 16nd-formaadis
|
||||
highlighted: Teeb rolli avalikult nähtavaks
|
||||
|
@ -130,7 +130,6 @@ eu:
|
||||
name: Letrak maiuskula/minuskulara aldatu ditzakezu besterik ez, adibidez irakurterrazago egiteko
|
||||
user:
|
||||
chosen_languages: Markatzean, hautatutako hizkuntzetan dauden tutak besterik ez dira erakutsiko.
|
||||
role: Rolak erabiltzaileak dituen baimenak kontrolatzen ditu
|
||||
user_role:
|
||||
color: Rolarentzat erabiltzaile interfazean erabiliko den kolorea, formatu hamaseitarreko RGB bezala
|
||||
highlighted: Honek rola publikoki ikusgai jartzen du
|
||||
|
@ -188,6 +188,7 @@ fa:
|
||||
setting_default_privacy: حریم خصوصی نوشتهها
|
||||
setting_default_sensitive: همیشه تصاویر را به عنوان حساس علامت بزن
|
||||
setting_delete_modal: نمایش پیغام تأیید پیش از پاک کردن یک نوشته
|
||||
setting_disable_hover_cards: از کار انداختن پیشنمایش نمایه هنگام رفتن رویش
|
||||
setting_disable_swiping: از کار انداختن حرکتهای کشیدنی
|
||||
setting_display_media: نمایش عکس و ویدیو
|
||||
setting_display_media_default: پیشفرض
|
||||
@ -219,6 +220,7 @@ fa:
|
||||
warn: نهفتن با هشدار
|
||||
form_admin_settings:
|
||||
activity_api_enabled: انتشار آمار تجمیعی دربارهٔ فعالیت کاربران در API
|
||||
app_icon: نقشک کاره
|
||||
backups_retention_period: دورهٔ نگهداری بایگانی کاربری
|
||||
bootstrap_timeline_accounts: پیشنهاد همیشگی این حسابها به کاربران جدید
|
||||
closed_registrations_message: پیام سفارشی هنگام در دسترس نبودن ثبتنامها
|
||||
@ -278,6 +280,7 @@ fa:
|
||||
patch: آگاهی برای بهروز رسانیهای رفع اشکال
|
||||
trending_tag: روند جدیدی نیازمند بازبینی است
|
||||
rule:
|
||||
hint: اطّلاعات اضافی
|
||||
text: قانون
|
||||
settings:
|
||||
indexable: بودن صفحهٔ نمایه در نتیجههای جستوجو
|
||||
@ -286,6 +289,7 @@ fa:
|
||||
listable: اجازه به این برچسب برای ظاهر شدن در جستوجوها و پیشنهادها
|
||||
name: برچسب
|
||||
trendable: بگذارید که این برچسب در موضوعات پرطرفدار دیده شود
|
||||
usable: اجازه به فرستهها برای استفتاده از این برچسب به صورت محلی
|
||||
user:
|
||||
role: نقش
|
||||
time_zone: منطقهٔ زمانی
|
||||
|
@ -130,7 +130,7 @@ fi:
|
||||
name: Voit esimerkiksi vaihtaa suur- ja pienaakkosten kesken helppolukuistaaksesi tekstiäsi
|
||||
user:
|
||||
chosen_languages: Jos valitset kieliä oheisesta luettelosta, vain niidenkieliset julkaisut näkyvät sinulle julkisilla aikajanoilla
|
||||
role: Rooli vaikuttaa käyttäjän käyttöoikeuksiin
|
||||
role: Rooli määrää, millaiset käyttöoikeudet käyttäjällä on.
|
||||
user_role:
|
||||
color: Väri, jota käytetään roolille kaikkialla käyttöliittymässä, RGB-heksadesimaalimuodossa
|
||||
highlighted: Tämä tekee roolista julkisesti näkyvän
|
||||
|
@ -130,7 +130,7 @@ fo:
|
||||
name: Tú kanst einans broyta millum stórar og smáar stavir, til dømis fyri at gera tað meira lesiligt
|
||||
user:
|
||||
chosen_languages: Tá hetta er valt, verða einans postar í valdum málum vístir á almennum tíðarlinjum
|
||||
role: Leikluturin stýrir, hvørji loyvir brúkarin hevur
|
||||
role: Leikluturin stýrir hvørji rættindi, brúkarin hevur.
|
||||
user_role:
|
||||
color: Litur, sum leikluturin hevur í øllum brúkaramarkamótinum, sum RGB og upplýst sum sekstandatal
|
||||
highlighted: Hetta ger, at leikluturin er alment sjónligur
|
||||
|
@ -128,7 +128,7 @@ fr-CA:
|
||||
name: Vous ne pouvez modifier que la casse des lettres, par exemple, pour le rendre plus lisible
|
||||
user:
|
||||
chosen_languages: Lorsque coché, seuls les messages dans les langues sélectionnées seront affichés sur les fils publics
|
||||
role: Le rôle définit quelles autorisations a l'utilisateur⋅rice
|
||||
role: Le rôle définit quelles autorisations a l'utilisateur⋅rice.
|
||||
user_role:
|
||||
color: Couleur à attribuer au rôle dans l'interface, au format hexadécimal RVB
|
||||
highlighted: Cela rend le rôle visible publiquement
|
||||
|
@ -128,7 +128,7 @@ fr:
|
||||
name: Vous ne pouvez modifier que la casse des lettres, par exemple, pour le rendre plus lisible
|
||||
user:
|
||||
chosen_languages: Lorsque coché, seuls les messages dans les langues sélectionnées seront affichés sur les fils publics
|
||||
role: Le rôle définit quelles autorisations a l'utilisateur⋅rice
|
||||
role: Le rôle définit quelles autorisations a l'utilisateur⋅rice.
|
||||
user_role:
|
||||
color: Couleur à attribuer au rôle dans l'interface, au format hexadécimal RVB
|
||||
highlighted: Cela rend le rôle visible publiquement
|
||||
|
@ -130,7 +130,6 @@ fy:
|
||||
name: Jo kinne elk wurd mei in haadletter begjinne, om sa bygelyks de tekst mear lêsber te meitsjen
|
||||
user:
|
||||
chosen_languages: Allinnich berjochten yn de selektearre talen wurde op de iepenbiere tiidline toand
|
||||
role: De rol bepaalt hokker rjochten in brûker hat
|
||||
user_role:
|
||||
color: Kleur dy’t brûkt wurdt foar de rol yn de UI, as RGB yn heksadesimaal formaat
|
||||
highlighted: Dit makket de rol iepenbier sichtber
|
||||
|
@ -130,7 +130,7 @@ ga:
|
||||
name: Ní féidir leat ach cásáil na litreacha a athrú, mar shampla, chun é a dhéanamh níos inléite
|
||||
user:
|
||||
chosen_languages: Nuair a dhéantar iad a sheiceáil, ní thaispeánfar ach postálacha i dteangacha roghnaithe in amlínte poiblí
|
||||
role: Rialaíonn an ról na ceadanna atá ag an úsáideoir
|
||||
role: Rialaíonn an ról na ceadanna atá ag an úsáideoir.
|
||||
user_role:
|
||||
color: Dath le húsáid don ról ar fud an Chomhéadain, mar RGB i bhformáid heicsidheachúlach
|
||||
highlighted: Déanann sé seo an ról le feiceáil go poiblí
|
||||
|
@ -130,7 +130,7 @@ gd:
|
||||
name: Mar eisimpleir, ’s urrainn dhut measgachadh de litrichean mòra ’s beaga a chleachdadh ach an gabh a leughadh nas fhasa
|
||||
user:
|
||||
chosen_languages: Nuair a bhios cromag ris, cha nochd ach postaichean sna cànain a thagh thu air loidhnichean-ama poblach
|
||||
role: Stiùiridh an dreuchd dè na ceadan a bhios aig cleachdaiche
|
||||
role: Stiùiridh an dreuchd dè na ceadan a bhios aig cleachdaiche.
|
||||
user_role:
|
||||
color: An datha a bhios air an dreuchd air feadh na h-eadar-aghaidh, ’na RGB san fhòrmat sia-dheicheach
|
||||
highlighted: Le seo, chithear an dreuchd gu poblach
|
||||
|
@ -130,7 +130,7 @@ gl:
|
||||
name: Só podes cambiar maiús/minúsculas, por exemplo, mellorar a lexibilidade
|
||||
user:
|
||||
chosen_languages: Se ten marca, só as publicacións nos idiomas seleccionados serán mostrados en cronoloxías públicas
|
||||
role: O control dos roles adxudicados ás usuarias
|
||||
role: Os roles establecen os permisos que ten a usuaria.
|
||||
user_role:
|
||||
color: Cor que se usará para o rol a través da IU, como RGB en formato hex
|
||||
highlighted: Isto fai o rol publicamente visible
|
||||
|
@ -130,7 +130,6 @@ he:
|
||||
name: ניתן רק להחליף בין אותיות קטנות וגדולות, למשל כדי לשפר את הקריאות
|
||||
user:
|
||||
chosen_languages: אם פעיל, רק הודעות בשפות הנבחרות יוצגו לפידים הפומביים
|
||||
role: התפקיד שולט על אילו הרשאות יש למשתמש
|
||||
user_role:
|
||||
color: צבע לתפקיד בממשק המשתמש, כ RGB בפורמט הקסדצימלי
|
||||
highlighted: מאפשר נראות ציבורית של התפקיד
|
||||
|
@ -130,7 +130,7 @@ hu:
|
||||
name: Csak a kis/nagybetűséget változtathatod meg, pl. hogy olvashatóbb legyen
|
||||
user:
|
||||
chosen_languages: Ha aktív, csak a kiválasztott nyelvű bejegyzések jelennek majd meg a nyilvános idővonalon
|
||||
role: A szerep szabályozza, hogy a felhasználó milyen jogosultságokkal rendelkezik
|
||||
role: A szerep szabályozza, hogy a felhasználó milyen jogosultságokkal rendelkezik.
|
||||
user_role:
|
||||
color: A szerephez használandó szín mindenhol a felhasználói felületen, hexa RGB formátumban
|
||||
highlighted: Ez nyilvánosan láthatóvá teszi a szerepet
|
||||
|
@ -130,7 +130,6 @@ ia:
|
||||
name: Tu pote solmente cambiar le litteras inter majusculas e minusculas, per exemplo, pro render lo plus legibile
|
||||
user:
|
||||
chosen_languages: Si marcate, solo le messages in le linguas seligite sera monstrate in chronologias public
|
||||
role: Le rolo controla que permissos ha le usator
|
||||
user_role:
|
||||
color: Color a esser usate pro le rolo in omne parte del UI, como RGB in formato hexadecimal
|
||||
highlighted: Iste rende le rolo publicamente visibile
|
||||
|
@ -107,7 +107,6 @@ id:
|
||||
name: Anda hanya dapat mengubahnya ke huruf kecil/besar, misalnya, agar lebih mudah dibaca
|
||||
user:
|
||||
chosen_languages: Ketika dicentang, hanya toot dalam bahasa yang dipilih yang akan ditampilkan di linimasa publik
|
||||
role: Peran mengatur izin apa yang dimiliki pengguna
|
||||
user_role:
|
||||
color: Warna yang digunakan untuk peran di antarmuka pengguna, sebagai RGB dalam format hex
|
||||
highlighted: Ini membuat peran terlihat secara publik
|
||||
|
@ -130,7 +130,6 @@ ie:
|
||||
name: Tu posse changear solmen li minu/majusculitá del lítteres, por exemple, por far it plu leibil
|
||||
user:
|
||||
chosen_languages: Quande selectet, solmen postas in ti lingues va esser monstrat in public témpor-lineas
|
||||
role: Permissiones de usator decidet per su rol
|
||||
user_role:
|
||||
color: Color a usar por li rol tra li UI, quam RGB (rubi-verdi-blu) in formate hex
|
||||
highlighted: Va far li rol publicmen visibil
|
||||
|
@ -122,7 +122,6 @@ io:
|
||||
name: Vu povas nur chanjar literkaso, por exemplo, por kauzigar lu divenar plu lektebla
|
||||
user:
|
||||
chosen_languages: Kande marketigesis, nur posti en selektesis lingui montresos en publika tempolinei
|
||||
role: Rolo dominacas permisi quon uzanto havas
|
||||
user_role:
|
||||
color: Koloro quo uzesas por rolo en tota UI, quale RGB kun hexformato
|
||||
highlighted: Co kauzigas rolo divenar publike videbla
|
||||
|
@ -130,7 +130,7 @@ is:
|
||||
name: Þú getur aðeins breytt stafstöði mill há-/lágstafa, til gæmis til að gera þetta læsilegra
|
||||
user:
|
||||
chosen_languages: Þegar merkt er við þetta, birtast einungis færslur á völdum tungumálum á opinberum tímalínum
|
||||
role: Hlutverk stýrir hvaða heimildir notandinn hefur
|
||||
role: Hlutverk stýrir hvaða heimildir notandinn hefur.
|
||||
user_role:
|
||||
color: Litur sem notaður er fyrir hlutverkið allsstaðar í viðmótinu, sem RGB-gildi á hex-sniði
|
||||
highlighted: Þetta gerir hlutverk sýnilegt opinberlega
|
||||
|
@ -130,7 +130,7 @@ it:
|
||||
name: Puoi cambiare solo il minuscolo/maiuscolo delle lettere, ad esempio, per renderlo più leggibile
|
||||
user:
|
||||
chosen_languages: Quando una o più lingue sono contrassegnate, nelle timeline pubbliche vengono mostrati solo i toot nelle lingue selezionate
|
||||
role: Il ruolo controlla quali permessi ha l'utente
|
||||
role: Il ruolo controlla quali permessi ha l'utente.
|
||||
user_role:
|
||||
color: Colore da usare per il ruolo in tutta l'UI, come RGB in formato esadecimale
|
||||
highlighted: Rende il ruolo visibile
|
||||
|
@ -130,7 +130,6 @@ ja:
|
||||
name: 視認性向上などのためにアルファベット大文字小文字の変更のみ行うことができます
|
||||
user:
|
||||
chosen_languages: 選択すると、選択した言語の投稿のみが公開タイムラインに表示されるようになります
|
||||
role: このロールはユーザーが持つ権限を管理します
|
||||
user_role:
|
||||
color: UI 全体でロールの表示に使用される色(16進数RGB形式)
|
||||
highlighted: これによりロールが公開されます。
|
||||
|
@ -130,7 +130,7 @@ ko:
|
||||
name: 읽기 쉽게하기 위한 글자의 대소문자만 변경할 수 있습니다.
|
||||
user:
|
||||
chosen_languages: 체크하면, 선택 된 언어로 작성된 게시물들만 공개 타임라인에 보여집니다
|
||||
role: 역할은 사용자가 어떤 권한을 가지게 될 지 결정합니다
|
||||
role: 역할은 사용자가 어떤 권한을 가지게 될 지 결정합니다.
|
||||
user_role:
|
||||
color: 색상은 사용자 인터페이스에서 역할을 나타내기 위해 사용되며, RGB 16진수 형식입니다
|
||||
highlighted: 이 역할이 공개적으로 보이도록 설정합니다
|
||||
|
@ -106,7 +106,6 @@ ku:
|
||||
name: Tu dikarî tenê mezinahiya tîpan biguherînî bo mînak, da ku ew bêtir were xwendin
|
||||
user:
|
||||
chosen_languages: Dema were nîşankirin, tenê parvekirinên bi zimanên hilbijartî dê di rêzikên giştî de werin nîşandan
|
||||
role: Rola kîjan mafdayînên bikarhêner heye kontrol dike
|
||||
user_role:
|
||||
color: Renga ku were bikaranîn ji bo rola li seranserê navrûya bikarhêneriyê, wekî RGB di forma hex
|
||||
highlighted: Ev rola xwe ji raya giştî re xuya dike
|
||||
|
@ -125,7 +125,7 @@ lad:
|
||||
name: Solo se puede trokar la kapitalizasyon de las letras, por enshemplo, para ke sea mas meldable
|
||||
user:
|
||||
chosen_languages: Kuando se marka, solo se amostraran las publikasyones en las linguas eskojidas en las linyas de tiempo publikas
|
||||
role: El rolo kontrola kualos permisos tiene el utilizador
|
||||
role: El rolo kontrola kualos permisos tiene el utilizador.
|
||||
user_role:
|
||||
color: Color ke se utilizara para el rolo a lo largo de la enterfaz de utilizador, komo RGB en formato heksadesimal
|
||||
highlighted: Esto faze ke el rolo sea publikamente visible
|
||||
|
@ -101,7 +101,6 @@ lt:
|
||||
show_application: Neatsižvelgiant į tai, visada galėsi matyti, kuri programėlė paskelbė tavo įrašą.
|
||||
user:
|
||||
chosen_languages: Kai pažymėta, viešose laiko skalėse bus rodomi tik įrašai pasirinktomis kalbomis.
|
||||
role: Vaidmuo valdo, kokius leidimus naudotojas (-a) turi
|
||||
labels:
|
||||
account:
|
||||
discoverable: Rekomenduoti profilį ir įrašus į atradimo algoritmus
|
||||
|
@ -128,7 +128,6 @@ lv:
|
||||
name: Tu vari mainīt tikai burtu lielumu, piemēram, lai tie būtu vieglāk lasāmi
|
||||
user:
|
||||
chosen_languages: Ja ieķeksēts, publiskos laika grafikos tiks parādītas tikai ziņas noteiktajās valodās
|
||||
role: Loma kontrolē, kādas atļaujas ir lietotājam
|
||||
user_role:
|
||||
color: Krāsa, kas jāizmanto lomai visā lietotāja saskarnē, kā RGB hex formātā
|
||||
highlighted: Tas padara lomu publiski redzamu
|
||||
|
@ -122,7 +122,6 @@ ms:
|
||||
name: Anda hanya boleh menukar selongsong huruf, sebagai contoh, untuk menjadikannya lebih mudah dibaca
|
||||
user:
|
||||
chosen_languages: Apabila disemak, hanya siaran dalam bahasa terpilih akan dipaparkan dalam garis masa awam
|
||||
role: Peranan mengawal kebenaran yang dimiliki oleh pengguna
|
||||
user_role:
|
||||
color: Warna yang akan digunakan untuk peranan ini dalam seluruh UI, sebagai RGB dalam format hex
|
||||
highlighted: Ini menjadikan peranan ini dipaparkan secara umum
|
||||
|
@ -122,7 +122,6 @@ my:
|
||||
name: ဥပမာအားဖြင့် စာလုံးများကို ပိုမိုဖတ်ရှုနိုင်စေရန်မှာ သင်သာ ပြောင်းလဲနိုင်သည်။
|
||||
user:
|
||||
chosen_languages: အမှန်ခြစ် ရွေးချယ်ထားသော ဘာသာစကားများဖြင့်သာ ပို့စ်များကို အများမြင်စာမျက်နှာတွင် ပြသပါမည်
|
||||
role: အသုံးပြုသူ၏ ခွင့်ပြုချက်ကဏ္ဍကို ထိန်းချုပ်ထားသည်
|
||||
user_role:
|
||||
color: hex ပုံစံ RGB အဖြစ် UI တစ်လျှောက်လုံး အခန်းကဏ္ဍအတွက် အသုံးပြုရမည့်အရောင်
|
||||
highlighted: ယင်းက အခန်းကဏ္ဍကို အများမြင်အောင် ဖွင့်ပေးထားသည်။
|
||||
|
@ -130,7 +130,7 @@ nl:
|
||||
name: Je kunt elk woord met een hoofdletter beginnen, om zo bijvoorbeeld de tekst leesbaarder te maken
|
||||
user:
|
||||
chosen_languages: Alleen berichten in de aangevinkte talen worden op de openbare tijdlijnen getoond
|
||||
role: De rol bepaalt welke rechten een gebruiker heeft
|
||||
role: De rol bepaalt welke rechten de gebruiker heeft.
|
||||
user_role:
|
||||
color: Kleur die gebruikt wordt voor de rol in de UI, als RGB in hexadecimale formaat
|
||||
highlighted: Dit maakt de rol openbaar zichtbaar
|
||||
|
@ -130,7 +130,6 @@ nn:
|
||||
name: Du kan berre endra bruken av store/små bokstavar, t. d. for å gjera det meir leseleg
|
||||
user:
|
||||
chosen_languages: Når merka vil berre tuta på dei valde språka synast på offentlege tidsliner
|
||||
role: Rolla kontrollerer kva tilgangar brukaren har
|
||||
user_role:
|
||||
color: Fargen som skal nyttast for denne rolla i heile brukargrensesnittet, som RGB i hex-format
|
||||
highlighted: Dette gjer rolla synleg offentleg
|
||||
|
@ -124,7 +124,6 @@
|
||||
name: Du kan bare forandre bruken av store/små bokstaver, f.eks. for å gjøre det mer lesbart
|
||||
user:
|
||||
chosen_languages: Hvis noen av dem er valgt, vil kun innlegg i de valgte språkene bli vist i de offentlige tidslinjene
|
||||
role: Rollekontroller som bestemmer rettigheter brukeren har
|
||||
user_role:
|
||||
color: Farge som skal brukes for rollen gjennom hele UI, som RGB i hex-format
|
||||
highlighted: Dette gjør rollen offentlig synlig
|
||||
|
@ -130,7 +130,6 @@ pl:
|
||||
name: Możesz zmieniać tylko wielkość liter, np. aby były bardziej widoczne
|
||||
user:
|
||||
chosen_languages: Jeżeli zaznaczone, tylko wpisy w wybranych językach będą wyświetlane na publicznych osiach czasu
|
||||
role: Rola kontroluje uprawnienia użytkownika
|
||||
user_role:
|
||||
color: Kolor używany dla roli w całym interfejsie użytkownika, wyrażony jako RGB w formacie szesnastkowym
|
||||
highlighted: To sprawia, że rola jest widoczna publicznie
|
||||
|
@ -130,7 +130,6 @@ pt-BR:
|
||||
name: Você pode mudar a capitalização das letras, por exemplo, para torná-la mais legível
|
||||
user:
|
||||
chosen_languages: Apenas as publicações dos idiomas selecionados serão exibidas nas linhas públicas
|
||||
role: O cargo controla quais permissões o usuário tem
|
||||
user_role:
|
||||
color: Cor a ser usada para o cargo em toda a interface do usuário, como RGB no formato hexadecimal
|
||||
highlighted: Isso torna o cargo publicamente visível
|
||||
|
@ -130,7 +130,6 @@ pt-PT:
|
||||
name: Só pode alterar a capitalização das letras, por exemplo, para torná-las mais legíveis
|
||||
user:
|
||||
chosen_languages: Quando selecionado, só serão mostradas nas cronologias públicas as publicações nos idiomas escolhidos
|
||||
role: A função controla que permissões o utilizador tem
|
||||
user_role:
|
||||
color: Cor a ser utilizada para a função em toda a interface de utilizador, como RGB no formato hexadecimal
|
||||
highlighted: Isto torna a função visível publicamente
|
||||
|
@ -125,7 +125,6 @@ ru:
|
||||
name: Вы можете изменить только регистр букв чтобы, например, сделать тег более читаемым
|
||||
user:
|
||||
chosen_languages: Если выбрано, то в публичных лентах будут показаны только посты на выбранных языках.
|
||||
role: Роль определяет, какие разрешения есть у пользователя
|
||||
user_role:
|
||||
color: Цвет, который будет использоваться для роли в интерфейсе (UI), как RGB в формате HEX
|
||||
highlighted: Это действие сделает роль публичной
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user