New Crowdin Translations (automated) (#31119)

Co-authored-by: GitHub Actions <noreply@github.com>
pull/2796/head^2
github-actions[bot] 2024-07-25 09:44:00 +02:00 committed by GitHub
parent 9c39fb52f3
commit ef0e3e447a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
39 changed files with 198 additions and 17 deletions

View File

@ -443,6 +443,8 @@
"mute_modal.title": "Mute user?", "mute_modal.title": "Mute user?",
"mute_modal.you_wont_see_mentions": "You won't see posts that mention them.", "mute_modal.you_wont_see_mentions": "You won't see posts that mention them.",
"mute_modal.you_wont_see_posts": "They can still see your posts, but you won't see theirs.", "mute_modal.you_wont_see_posts": "They can still see your posts, but you won't see theirs.",
"name_and_others": "{name} and {count, plural, one {# other} other {# others}}",
"name_and_others_with_link": "{name} and <a>{count, plural, one {# other} other {# others}}</a>",
"navigation_bar.about": "About", "navigation_bar.about": "About",
"navigation_bar.advanced_interface": "Open in advanced web interface", "navigation_bar.advanced_interface": "Open in advanced web interface",
"navigation_bar.blocks": "Blocked users", "navigation_bar.blocks": "Blocked users",
@ -470,6 +472,10 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"not_signed_in_indicator.not_signed_in": "You need to sign in to access this resource.", "not_signed_in_indicator.not_signed_in": "You need to sign in to access this resource.",
"notification.admin.report": "{name} reported {target}", "notification.admin.report": "{name} reported {target}",
"notification.admin.report_account": "{name} reported {count, plural, one {one post} other {# posts}} from {target} for {category}",
"notification.admin.report_account_other": "{name} reported {count, plural, one {one post} other {# posts}} from {target}",
"notification.admin.report_statuses": "{name} reported {target} for {category}",
"notification.admin.report_statuses_other": "{name} reported {target}",
"notification.admin.sign_up": "{name} signed up", "notification.admin.sign_up": "{name} signed up",
"notification.favourite": "{name} favourited your post", "notification.favourite": "{name} favourited your post",
"notification.follow": "{name} followed you", "notification.follow": "{name} followed you",
@ -485,6 +491,8 @@
"notification.moderation_warning.action_silence": "Your account has been limited.", "notification.moderation_warning.action_silence": "Your account has been limited.",
"notification.moderation_warning.action_suspend": "Your account has been suspended.", "notification.moderation_warning.action_suspend": "Your account has been suspended.",
"notification.own_poll": "Your poll has ended", "notification.own_poll": "Your poll has ended",
"notification.poll": "A poll you voted in has ended",
"notification.private_mention": "{name} privately mentioned you",
"notification.reblog": "{name} boosted your status", "notification.reblog": "{name} boosted your status",
"notification.relationships_severance_event": "Lost connections with {name}", "notification.relationships_severance_event": "Lost connections with {name}",
"notification.relationships_severance_event.account_suspension": "An admin from {from} has suspended {target}, which means you can no longer receive updates from them or interact with them.", "notification.relationships_severance_event.account_suspension": "An admin from {from} has suspended {target}, which means you can no longer receive updates from them or interact with them.",
@ -502,6 +510,8 @@
"notifications.column_settings.admin.report": "New reports:", "notifications.column_settings.admin.report": "New reports:",
"notifications.column_settings.admin.sign_up": "New sign-ups:", "notifications.column_settings.admin.sign_up": "New sign-ups:",
"notifications.column_settings.alert": "Desktop notifications", "notifications.column_settings.alert": "Desktop notifications",
"notifications.column_settings.beta.category": "Experimental features",
"notifications.column_settings.beta.grouping": "Group notifications",
"notifications.column_settings.favourite": "Favourites:", "notifications.column_settings.favourite": "Favourites:",
"notifications.column_settings.filter_bar.advanced": "Display all categories", "notifications.column_settings.filter_bar.advanced": "Display all categories",
"notifications.column_settings.filter_bar.category": "Quick filter bar", "notifications.column_settings.filter_bar.category": "Quick filter bar",
@ -665,9 +675,13 @@
"report.unfollow_explanation": "You are following this account. To not see their posts in your home feed anymore, unfollow them.", "report.unfollow_explanation": "You are following this account. To not see their posts in your home feed anymore, unfollow them.",
"report_notification.attached_statuses": "{count, plural, one {{count} post} other {{count} posts}} attached", "report_notification.attached_statuses": "{count, plural, one {{count} post} other {{count} posts}} attached",
"report_notification.categories.legal": "Legal", "report_notification.categories.legal": "Legal",
"report_notification.categories.legal_sentence": "illegal content",
"report_notification.categories.other": "Other", "report_notification.categories.other": "Other",
"report_notification.categories.other_sentence": "other",
"report_notification.categories.spam": "Spam", "report_notification.categories.spam": "Spam",
"report_notification.categories.spam_sentence": "spam",
"report_notification.categories.violation": "Rule violation", "report_notification.categories.violation": "Rule violation",
"report_notification.categories.violation_sentence": "rule violation",
"report_notification.open": "Open report", "report_notification.open": "Open report",
"search.no_recent_searches": "No recent searches", "search.no_recent_searches": "No recent searches",
"search.placeholder": "Search", "search.placeholder": "Search",

View File

@ -474,7 +474,7 @@
"notification.admin.report": "{name} hevur meldað {target}", "notification.admin.report": "{name} hevur meldað {target}",
"notification.admin.report_account": "{name} meldaði {count, plural, one {ein post} other {# postar}} frá {target} fyri {category}", "notification.admin.report_account": "{name} meldaði {count, plural, one {ein post} other {# postar}} frá {target} fyri {category}",
"notification.admin.report_account_other": "{name} meldaði {count, plural, one {ein post} other {# postar}} frá {target}", "notification.admin.report_account_other": "{name} meldaði {count, plural, one {ein post} other {# postar}} frá {target}",
"notification.admin.report_statuses": "{name} melaði {target} fyri {category}", "notification.admin.report_statuses": "{name} meldaði {target} fyri {category}",
"notification.admin.report_statuses_other": "{name} meldaði {target}", "notification.admin.report_statuses_other": "{name} meldaði {target}",
"notification.admin.sign_up": "{name} meldaði seg til", "notification.admin.sign_up": "{name} meldaði seg til",
"notification.favourite": "{name} dámdi postin hjá tær", "notification.favourite": "{name} dámdi postin hjá tær",

View File

@ -35,7 +35,9 @@
"account.follow_back": "Weromfolgje", "account.follow_back": "Weromfolgje",
"account.followers": "Folgers", "account.followers": "Folgers",
"account.followers.empty": "Noch net ien folget dizze brûker.", "account.followers.empty": "Noch net ien folget dizze brûker.",
"account.followers_counter": "{count, plural, one {{counter} folger} other {{counter} folgers}}",
"account.following": "Folgjend", "account.following": "Folgjend",
"account.following_counter": "{count, plural, one {{counter} folgjend} other {{counter} folgjend}}",
"account.follows.empty": "Dizze brûker folget noch net ien.", "account.follows.empty": "Dizze brûker folget noch net ien.",
"account.go_to_profile": "Gean nei profyl", "account.go_to_profile": "Gean nei profyl",
"account.hide_reblogs": "Boosts fan @{name} ferstopje", "account.hide_reblogs": "Boosts fan @{name} ferstopje",
@ -61,6 +63,7 @@
"account.requested_follow": "{name} hat dy in folchfersyk stjoerd", "account.requested_follow": "{name} hat dy in folchfersyk stjoerd",
"account.share": "Profyl fan @{name} diele", "account.share": "Profyl fan @{name} diele",
"account.show_reblogs": "Boosts fan @{name} toane", "account.show_reblogs": "Boosts fan @{name} toane",
"account.statuses_counter": "{count, plural, one {{counter} berjocht} other {{counter} berjochten}}",
"account.unblock": "@{name} deblokkearje", "account.unblock": "@{name} deblokkearje",
"account.unblock_domain": "Domein {domain} deblokkearje", "account.unblock_domain": "Domein {domain} deblokkearje",
"account.unblock_short": "Deblokkearje", "account.unblock_short": "Deblokkearje",
@ -224,6 +227,7 @@
"domain_pill.whats_in_a_handle": "Wat is in fediverse-adres?", "domain_pill.whats_in_a_handle": "Wat is in fediverse-adres?",
"domain_pill.who_they_are": "Omdat jo oan in fediverse-adres sjen kinne hoet ien hjit en op hokker server dy sit, kinne jo mei minsken op it troch <button>ActivityPub oandreaune</button> sosjale web (fediverse) kommunisearje.", "domain_pill.who_they_are": "Omdat jo oan in fediverse-adres sjen kinne hoet ien hjit en op hokker server dy sit, kinne jo mei minsken op it troch <button>ActivityPub oandreaune</button> sosjale web (fediverse) kommunisearje.",
"domain_pill.your_handle": "Jo fediverse-adres:", "domain_pill.your_handle": "Jo fediverse-adres:",
"domain_pill.your_username": "Jo unike identifikaasje-adres op dizze server. It is mooglik dat der brûkers mei deselde brûkersnamme op ferskate servers te finen binne.",
"embed.instructions": "Embed this status on your website by copying the code below.", "embed.instructions": "Embed this status on your website by copying the code below.",
"embed.preview": "Sa komt it der út te sjen:", "embed.preview": "Sa komt it der út te sjen:",
"emoji_button.activity": "Aktiviteiten", "emoji_button.activity": "Aktiviteiten",
@ -290,6 +294,8 @@
"filter_modal.select_filter.subtitle": "In besteande kategory brûke of in nije oanmeitsje", "filter_modal.select_filter.subtitle": "In besteande kategory brûke of in nije oanmeitsje",
"filter_modal.select_filter.title": "Dit berjocht filterje", "filter_modal.select_filter.title": "Dit berjocht filterje",
"filter_modal.title.status": "In berjocht filterje", "filter_modal.title.status": "In berjocht filterje",
"filtered_notifications_banner.mentions": "{count, plural, one {fermelding} other {fermeldingen}}",
"filtered_notifications_banner.pending_requests": "Meldingen fan {count, plural, =0 {net ien} one {ien persoan} other {# minsken}} dyt jo miskien kenne",
"filtered_notifications_banner.title": "Filtere meldingen", "filtered_notifications_banner.title": "Filtere meldingen",
"firehose.all": "Alles", "firehose.all": "Alles",
"firehose.local": "Dizze server", "firehose.local": "Dizze server",
@ -299,6 +305,8 @@
"follow_requests.unlocked_explanation": "Ek al is jo account net besletten, de meiwurkers fan {domain} tinke dat jo miskien de folgjende folchfersiken hânmjittich kontrolearje.", "follow_requests.unlocked_explanation": "Ek al is jo account net besletten, de meiwurkers fan {domain} tinke dat jo miskien de folgjende folchfersiken hânmjittich kontrolearje.",
"follow_suggestions.curated_suggestion": "Spesjaal selektearre", "follow_suggestions.curated_suggestion": "Spesjaal selektearre",
"follow_suggestions.dismiss": "Net mear werjaan", "follow_suggestions.dismiss": "Net mear werjaan",
"follow_suggestions.featured_longer": "Hânmjittich selektearre troch it team fan {domain}",
"follow_suggestions.friends_of_friends_longer": "Populêr ûnder minsken dyt jo folgje",
"follow_suggestions.hints.featured": "Dit profyl is hânmjittich troch it {domain}-team selektearre.", "follow_suggestions.hints.featured": "Dit profyl is hânmjittich troch it {domain}-team selektearre.",
"follow_suggestions.hints.friends_of_friends": "Dit profyl is populêr ûnder de minsken dyt jo folgje.", "follow_suggestions.hints.friends_of_friends": "Dit profyl is populêr ûnder de minsken dyt jo folgje.",
"follow_suggestions.hints.most_followed": "Dit profyl is ien fan de meast folge op {domain}.", "follow_suggestions.hints.most_followed": "Dit profyl is ien fan de meast folge op {domain}.",
@ -306,6 +314,8 @@
"follow_suggestions.hints.similar_to_recently_followed": "Dit profyl is hast lyk oan de profilen dyt jo koartlyn folge hawwe.", "follow_suggestions.hints.similar_to_recently_followed": "Dit profyl is hast lyk oan de profilen dyt jo koartlyn folge hawwe.",
"follow_suggestions.personalized_suggestion": "Personalisearre suggestje", "follow_suggestions.personalized_suggestion": "Personalisearre suggestje",
"follow_suggestions.popular_suggestion": "Populêre suggestje", "follow_suggestions.popular_suggestion": "Populêre suggestje",
"follow_suggestions.popular_suggestion_longer": "Populêr op {domain}",
"follow_suggestions.similar_to_recently_followed_longer": "Fergelykber mei accounts dyt jo sûnt koart folgje",
"follow_suggestions.view_all": "Alles werjaan", "follow_suggestions.view_all": "Alles werjaan",
"follow_suggestions.who_to_follow": "Wa te folgjen", "follow_suggestions.who_to_follow": "Wa te folgjen",
"followed_tags": "Folge hashtags", "followed_tags": "Folge hashtags",
@ -401,6 +411,8 @@
"limited_account_hint.action": "Profyl dochs besjen", "limited_account_hint.action": "Profyl dochs besjen",
"limited_account_hint.title": "Dit profyl is troch de behearders fan {domain} ferstoppe.", "limited_account_hint.title": "Dit profyl is troch de behearders fan {domain} ferstoppe.",
"link_preview.author": "Troch {name}", "link_preview.author": "Troch {name}",
"link_preview.more_from_author": "Mear fan {name}",
"link_preview.shares": "{count, plural, one {{counter} berjocht} other {{counter} berjochten}}",
"lists.account.add": "Oan list tafoegje", "lists.account.add": "Oan list tafoegje",
"lists.account.remove": "Ut list fuortsmite", "lists.account.remove": "Ut list fuortsmite",
"lists.delete": "List fuortsmite", "lists.delete": "List fuortsmite",
@ -419,10 +431,17 @@
"loading_indicator.label": "Lade…", "loading_indicator.label": "Lade…",
"media_gallery.toggle_visible": "{number, plural, one {ôfbylding ferstopje} other {ôfbyldingen ferstopje}}", "media_gallery.toggle_visible": "{number, plural, one {ôfbylding ferstopje} other {ôfbyldingen ferstopje}}",
"moved_to_account_banner.text": "Omdat jo nei {movedToAccount} ferhuze binne is jo account {disabledAccount} op dit stuit útskeakele.", "moved_to_account_banner.text": "Omdat jo nei {movedToAccount} ferhuze binne is jo account {disabledAccount} op dit stuit útskeakele.",
"mute_modal.hide_from_notifications": "Meldingen ferstopje",
"mute_modal.hide_options": "Opsjes ferstopje", "mute_modal.hide_options": "Opsjes ferstopje",
"mute_modal.indefinite": "Oant ik se net mear negearje", "mute_modal.indefinite": "Oant ik se net mear negearje",
"mute_modal.show_options": "Opsjes toane", "mute_modal.show_options": "Opsjes toane",
"mute_modal.they_can_mention_and_follow": "De persoan kin jo fermelde en folgje, mar jo sjogge neat mear fan dizze persoan.",
"mute_modal.they_wont_know": "Se krije net te witten dat se negearre wurde.",
"mute_modal.title": "Brûker negearje?", "mute_modal.title": "Brûker negearje?",
"mute_modal.you_wont_see_mentions": "Jo sjogge gjin berjochten mear dyt dizze account fermelde.",
"mute_modal.you_wont_see_posts": "De persoan kin jo berjochten noch hieltyd sjen, mar jo sjogge harren berjochten net mear.",
"name_and_others": "{name} en {count, plural, one {# oar} other {# oaren}}",
"name_and_others_with_link": "{name} en <a>{count, plural, one {# oar} other {# oaren}}</a>",
"navigation_bar.about": "Oer", "navigation_bar.about": "Oer",
"navigation_bar.advanced_interface": "Yn avansearre webomjouwing iepenje", "navigation_bar.advanced_interface": "Yn avansearre webomjouwing iepenje",
"navigation_bar.blocks": "Blokkearre brûkers", "navigation_bar.blocks": "Blokkearre brûkers",
@ -450,13 +469,31 @@
"navigation_bar.security": "Befeiliging", "navigation_bar.security": "Befeiliging",
"not_signed_in_indicator.not_signed_in": "Jo moatte oanmelde om tagong ta dizze ynformaasje te krijen.", "not_signed_in_indicator.not_signed_in": "Jo moatte oanmelde om tagong ta dizze ynformaasje te krijen.",
"notification.admin.report": "{name} hat {target} rapportearre", "notification.admin.report": "{name} hat {target} rapportearre",
"notification.admin.report_account": "{name} rapportearre {count, plural, one {in berjocht} other {# berjochten}} fan {target} foar {category}",
"notification.admin.report_account_other": "{name} rapportearre {count, plural, one {in berjocht} other {# berjochten}} fan {target}",
"notification.admin.report_statuses": "{name} rapportearre {target} foar {category}",
"notification.admin.report_statuses_other": "{name} hat {target} rapportearre",
"notification.admin.sign_up": "{name} hat harren registrearre", "notification.admin.sign_up": "{name} hat harren registrearre",
"notification.favourite": "{name} hat jo berjocht as favoryt markearre", "notification.favourite": "{name} hat jo berjocht as favoryt markearre",
"notification.follow": "{name} folget dy", "notification.follow": "{name} folget dy",
"notification.follow_request": "{name} hat dy in folchfersyk stjoerd", "notification.follow_request": "{name} hat dy in folchfersyk stjoerd",
"notification.mention": "{name} hat dy fermeld", "notification.mention": "{name} hat dy fermeld",
"notification.moderation-warning.learn_more": "Mear ynfo",
"notification.moderation_warning": "Jo hawwe in moderaasje-warskôging ûntfongen",
"notification.moderation_warning.action_delete_statuses": "Guon fan jo berjochten binne fuortsmiten.",
"notification.moderation_warning.action_disable": "Jo account is útskeakele.",
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Guon fan jo berjochten binne as gefoelich markearre.",
"notification.moderation_warning.action_none": "Jo account hat in moderaasje-warskôging ûntfongen.",
"notification.moderation_warning.action_sensitive": "Jo berjochten wurde fan no ôf as gefoelich markearre.",
"notification.moderation_warning.action_silence": "Jo account is beheind.",
"notification.moderation_warning.action_suspend": "Jo account is útsteld.",
"notification.own_poll": "Jo poll is beëinige", "notification.own_poll": "Jo poll is beëinige",
"notification.poll": "In enkête dêrt jo oan meidien hawwe is beëinige",
"notification.private_mention": "{name} hat jo in priveeberjocht stjoerd",
"notification.reblog": "{name} hat jo berjocht boost", "notification.reblog": "{name} hat jo berjocht boost",
"notification.relationships_severance_event": "Ferlerne ferbiningen mei {name}",
"notification.relationships_severance_event.account_suspension": "In behearder fan {from} hat {target} útsteld, wat betsjut dat jo gjin updates mear fan harren ûntfange kinne of mei harren kommunisearje kinne.",
"notification.relationships_severance_event.domain_block": "In behearder fan {from} hat {target} blokkearre, ynklusyf {followersCount} fan jo folgers en {followingCount, plural, one {# account} other {# accounts}} dyt jo folgje.",
"notification.relationships_severance_event.learn_more": "Mear ynfo", "notification.relationships_severance_event.learn_more": "Mear ynfo",
"notification.status": "{name} hat in berjocht pleatst", "notification.status": "{name} hat in berjocht pleatst",
"notification.update": "{name} hat in berjocht bewurke", "notification.update": "{name} hat in berjocht bewurke",
@ -623,8 +660,11 @@
"report_notification.attached_statuses": "{count, plural, one {{count} berjocht} other {{count} berjochten}} tafoege", "report_notification.attached_statuses": "{count, plural, one {{count} berjocht} other {{count} berjochten}} tafoege",
"report_notification.categories.legal": "Juridysk", "report_notification.categories.legal": "Juridysk",
"report_notification.categories.other": "Oars", "report_notification.categories.other": "Oars",
"report_notification.categories.other_sentence": "oars",
"report_notification.categories.spam": "Spam", "report_notification.categories.spam": "Spam",
"report_notification.categories.spam_sentence": "spam",
"report_notification.categories.violation": "Skeinde regels", "report_notification.categories.violation": "Skeinde regels",
"report_notification.categories.violation_sentence": "skeinde regels",
"report_notification.open": "Rapport iepenje", "report_notification.open": "Rapport iepenje",
"search.no_recent_searches": "Gjin resinte sykopdrachten", "search.no_recent_searches": "Gjin resinte sykopdrachten",
"search.placeholder": "Sykje", "search.placeholder": "Sykje",
@ -669,9 +709,11 @@
"status.direct": "Privee fermelde @{name}", "status.direct": "Privee fermelde @{name}",
"status.direct_indicator": "Priveefermelding", "status.direct_indicator": "Priveefermelding",
"status.edit": "Bewurkje", "status.edit": "Bewurkje",
"status.edited": "Lêst bywurke op {date}",
"status.edited_x_times": "{count, plural, one {{count} kear} other {{count} kearen}} bewurke", "status.edited_x_times": "{count, plural, one {{count} kear} other {{count} kearen}} bewurke",
"status.embed": "Ynslute", "status.embed": "Ynslute",
"status.favourite": "Favoryt", "status.favourite": "Favoryt",
"status.favourites": "{count, plural, one {favoryt} other {favoriten}}",
"status.filter": "Dit berjocht filterje", "status.filter": "Dit berjocht filterje",
"status.filtered": "Filtere", "status.filtered": "Filtere",
"status.hide": "Berjocht ferstopje", "status.hide": "Berjocht ferstopje",
@ -692,6 +734,7 @@
"status.reblog": "Booste", "status.reblog": "Booste",
"status.reblog_private": "Boost nei oarspronklike ûntfangers", "status.reblog_private": "Boost nei oarspronklike ûntfangers",
"status.reblogged_by": "{name} hat boost", "status.reblogged_by": "{name} hat boost",
"status.reblogs": "{count, plural, one {boost} other {boosts}}",
"status.reblogs.empty": "Net ien hat dit berjocht noch boost. Wanneart ien dit docht, falt dat hjir te sjen.", "status.reblogs.empty": "Net ien hat dit berjocht noch boost. Wanneart ien dit docht, falt dat hjir te sjen.",
"status.redraft": "Fuortsmite en opnij opstelle", "status.redraft": "Fuortsmite en opnij opstelle",
"status.remove_bookmark": "Blêdwizer fuortsmite", "status.remove_bookmark": "Blêdwizer fuortsmite",

View File

@ -523,7 +523,7 @@
"notifications.policy.filter_not_following_title": "Daoine nach eil thu a leantainn", "notifications.policy.filter_not_following_title": "Daoine nach eil thu a leantainn",
"notifications.policy.filter_private_mentions_hint": "Criathraichte ach ma tha e a freagairt do dhiomradh agad fhèin no ma tha thu a leantainn an t-seòladair", "notifications.policy.filter_private_mentions_hint": "Criathraichte ach ma tha e a freagairt do dhiomradh agad fhèin no ma tha thu a leantainn an t-seòladair",
"notifications.policy.filter_private_mentions_title": "Iomraidhean prìobhaideach o choigrich", "notifications.policy.filter_private_mentions_title": "Iomraidhean prìobhaideach o choigrich",
"notifications.policy.title": "Falamhaich na brathan o…", "notifications.policy.title": "Falaich na brathan o…",
"notifications_permission_banner.enable": "Cuir brathan deasga an comas", "notifications_permission_banner.enable": "Cuir brathan deasga an comas",
"notifications_permission_banner.how_to_control": "Airson brathan fhaighinn nuair nach eil Mastodon fosgailte, cuir na brathan deasga an comas. Tha an smachd agad fhèin air dè na seòrsaichean de chonaltradh a ghineas brathan deasga leis a phutan {icon} gu h-àrd nuair a bhios iad air an cur an comas.", "notifications_permission_banner.how_to_control": "Airson brathan fhaighinn nuair nach eil Mastodon fosgailte, cuir na brathan deasga an comas. Tha an smachd agad fhèin air dè na seòrsaichean de chonaltradh a ghineas brathan deasga leis a phutan {icon} gu h-àrd nuair a bhios iad air an cur an comas.",
"notifications_permission_banner.title": "Na caill dad gu bràth tuilleadh", "notifications_permission_banner.title": "Na caill dad gu bràth tuilleadh",

View File

@ -443,6 +443,8 @@
"mute_modal.title": "Silentiar le usator?", "mute_modal.title": "Silentiar le usator?",
"mute_modal.you_wont_see_mentions": "Tu non videra le messages que mentiona iste persona.", "mute_modal.you_wont_see_mentions": "Tu non videra le messages que mentiona iste persona.",
"mute_modal.you_wont_see_posts": "Iste persona pote totevia vider tu messages, ma tu non videra le sues.", "mute_modal.you_wont_see_posts": "Iste persona pote totevia vider tu messages, ma tu non videra le sues.",
"name_and_others": "{name} e {count, plural, one {# altere} other {# alteres}}",
"name_and_others_with_link": "{name} e <a>{count, plural, one {# altere} other {# alteres}}</a>",
"navigation_bar.about": "A proposito", "navigation_bar.about": "A proposito",
"navigation_bar.advanced_interface": "Aperir in le interfacie web avantiate", "navigation_bar.advanced_interface": "Aperir in le interfacie web avantiate",
"navigation_bar.blocks": "Usatores blocate", "navigation_bar.blocks": "Usatores blocate",
@ -502,6 +504,8 @@
"notifications.column_settings.admin.report": "Nove reportos:", "notifications.column_settings.admin.report": "Nove reportos:",
"notifications.column_settings.admin.sign_up": "Nove inscriptiones:", "notifications.column_settings.admin.sign_up": "Nove inscriptiones:",
"notifications.column_settings.alert": "Notificationes de scriptorio", "notifications.column_settings.alert": "Notificationes de scriptorio",
"notifications.column_settings.beta.category": "Functionalitates experimental",
"notifications.column_settings.beta.grouping": "Notificationes de gruppo",
"notifications.column_settings.favourite": "Favorites:", "notifications.column_settings.favourite": "Favorites:",
"notifications.column_settings.filter_bar.advanced": "Monstrar tote le categorias", "notifications.column_settings.filter_bar.advanced": "Monstrar tote le categorias",
"notifications.column_settings.filter_bar.category": "Barra de filtro rapide", "notifications.column_settings.filter_bar.category": "Barra de filtro rapide",

View File

@ -695,7 +695,7 @@
"sign_in_banner.create_account": "Sukurti paskyrą", "sign_in_banner.create_account": "Sukurti paskyrą",
"sign_in_banner.follow_anyone": "Sek bet kurį asmenį visoje fediverse ir žiūrėk viską chronologine tvarka. Jokių algoritmų, reklamų ar paspaudimų.", "sign_in_banner.follow_anyone": "Sek bet kurį asmenį visoje fediverse ir žiūrėk viską chronologine tvarka. Jokių algoritmų, reklamų ar paspaudimų.",
"sign_in_banner.mastodon_is": "„Mastodon“ tai geriausias būdas sekti, kas vyksta.", "sign_in_banner.mastodon_is": "„Mastodon“ tai geriausias būdas sekti, kas vyksta.",
"sign_in_banner.sign_in": "Prisijungimas", "sign_in_banner.sign_in": "Prisijungti",
"sign_in_banner.sso_redirect": "Prisijungti arba užsiregistruoti", "sign_in_banner.sso_redirect": "Prisijungti arba užsiregistruoti",
"status.admin_account": "Atidaryti prižiūrėjimo sąsają @{name}", "status.admin_account": "Atidaryti prižiūrėjimo sąsają @{name}",
"status.admin_domain": "Atidaryti prižiūrėjimo sąsają {domain}", "status.admin_domain": "Atidaryti prižiūrėjimo sąsają {domain}",

View File

@ -443,6 +443,8 @@
"mute_modal.title": "Silenciar utilizador?", "mute_modal.title": "Silenciar utilizador?",
"mute_modal.you_wont_see_mentions": "Não verá publicações que os mencionem.", "mute_modal.you_wont_see_mentions": "Não verá publicações que os mencionem.",
"mute_modal.you_wont_see_posts": "Eles podem continuar a ver as suas publicações, mas você não verá as deles.", "mute_modal.you_wont_see_posts": "Eles podem continuar a ver as suas publicações, mas você não verá as deles.",
"name_and_others": "{name} e {count, plural, one {# outro} other {# outros}}",
"name_and_others_with_link": "{name} e <a>{count, plural, one {# outro} other {# outros}}</a>",
"navigation_bar.about": "Sobre", "navigation_bar.about": "Sobre",
"navigation_bar.advanced_interface": "Abrir na interface web avançada", "navigation_bar.advanced_interface": "Abrir na interface web avançada",
"navigation_bar.blocks": "Utilizadores bloqueados", "navigation_bar.blocks": "Utilizadores bloqueados",
@ -470,6 +472,10 @@
"navigation_bar.security": "Segurança", "navigation_bar.security": "Segurança",
"not_signed_in_indicator.not_signed_in": "Necessita de iniciar sessão para utilizar esta funcionalidade.", "not_signed_in_indicator.not_signed_in": "Necessita de iniciar sessão para utilizar esta funcionalidade.",
"notification.admin.report": "{name} denunciou {target}", "notification.admin.report": "{name} denunciou {target}",
"notification.admin.report_account": "{name} denunciou {count, plural, one {uma publicação} other {# publicações}} de {target} por {category}",
"notification.admin.report_account_other": "{name} denunciou {count, plural, one {uma publicação} other {# publicações}} de {target}",
"notification.admin.report_statuses": "{name} denunicou {target} por {category}",
"notification.admin.report_statuses_other": "{name} denunciou {target}",
"notification.admin.sign_up": "{name} inscreveu-se", "notification.admin.sign_up": "{name} inscreveu-se",
"notification.favourite": "{name} assinalou a sua publicação como favorita", "notification.favourite": "{name} assinalou a sua publicação como favorita",
"notification.follow": "{name} começou a seguir-te", "notification.follow": "{name} começou a seguir-te",
@ -485,6 +491,8 @@
"notification.moderation_warning.action_silence": "A sua conta foi limitada.", "notification.moderation_warning.action_silence": "A sua conta foi limitada.",
"notification.moderation_warning.action_suspend": "A sua conta foi suspensa.", "notification.moderation_warning.action_suspend": "A sua conta foi suspensa.",
"notification.own_poll": "A sua votação terminou", "notification.own_poll": "A sua votação terminou",
"notification.poll": "Uma votação em que participaste chegou ao fim",
"notification.private_mention": "{name} mencionou-o em privado",
"notification.reblog": "{name} reforçou a tua publicação", "notification.reblog": "{name} reforçou a tua publicação",
"notification.relationships_severance_event": "Perdeu as ligações com {name}", "notification.relationships_severance_event": "Perdeu as ligações com {name}",
"notification.relationships_severance_event.account_suspension": "Um administrador de {from} suspendeu {target}, o que significa que já não pode receber atualizações dele ou interagir com ele.", "notification.relationships_severance_event.account_suspension": "Um administrador de {from} suspendeu {target}, o que significa que já não pode receber atualizações dele ou interagir com ele.",
@ -502,6 +510,8 @@
"notifications.column_settings.admin.report": "Novas denúncias:", "notifications.column_settings.admin.report": "Novas denúncias:",
"notifications.column_settings.admin.sign_up": "Novas inscrições:", "notifications.column_settings.admin.sign_up": "Novas inscrições:",
"notifications.column_settings.alert": "Notificações no ambiente de trabalho", "notifications.column_settings.alert": "Notificações no ambiente de trabalho",
"notifications.column_settings.beta.category": "Funcionalidades experimentais",
"notifications.column_settings.beta.grouping": "Agrupar notificações",
"notifications.column_settings.favourite": "Favoritos:", "notifications.column_settings.favourite": "Favoritos:",
"notifications.column_settings.filter_bar.advanced": "Mostrar todas as categorias", "notifications.column_settings.filter_bar.advanced": "Mostrar todas as categorias",
"notifications.column_settings.filter_bar.category": "Barra de filtros rápidos", "notifications.column_settings.filter_bar.category": "Barra de filtros rápidos",
@ -665,9 +675,13 @@
"report.unfollow_explanation": "Está a seguir esta conta. Para não voltar a ver as publicações desta conta na sua página inicial, deixe de a seguir.", "report.unfollow_explanation": "Está a seguir esta conta. Para não voltar a ver as publicações desta conta na sua página inicial, deixe de a seguir.",
"report_notification.attached_statuses": "{count, plural,one {{count} publicação} other {{count} publicações}} em anexo", "report_notification.attached_statuses": "{count, plural,one {{count} publicação} other {{count} publicações}} em anexo",
"report_notification.categories.legal": "Legal", "report_notification.categories.legal": "Legal",
"report_notification.categories.legal_sentence": "conteúdo ilegal",
"report_notification.categories.other": "Outro", "report_notification.categories.other": "Outro",
"report_notification.categories.other_sentence": "outro",
"report_notification.categories.spam": "Spam", "report_notification.categories.spam": "Spam",
"report_notification.categories.spam_sentence": "spam",
"report_notification.categories.violation": "Violação de regra", "report_notification.categories.violation": "Violação de regra",
"report_notification.categories.violation_sentence": "violação de regra",
"report_notification.open": "Abrir denúncia", "report_notification.open": "Abrir denúncia",
"search.no_recent_searches": "Nenhuma pesquisa recente", "search.no_recent_searches": "Nenhuma pesquisa recente",
"search.placeholder": "Pesquisar", "search.placeholder": "Pesquisar",

View File

@ -443,7 +443,8 @@
"mute_modal.title": "ซ่อนผู้ใช้?", "mute_modal.title": "ซ่อนผู้ใช้?",
"mute_modal.you_wont_see_mentions": "คุณจะไม่เห็นโพสต์ที่กล่าวถึงเขา", "mute_modal.you_wont_see_mentions": "คุณจะไม่เห็นโพสต์ที่กล่าวถึงเขา",
"mute_modal.you_wont_see_posts": "เขายังคงสามารถเห็นโพสต์ของคุณ แต่คุณจะไม่เห็นโพสต์ของเขา", "mute_modal.you_wont_see_posts": "เขายังคงสามารถเห็นโพสต์ของคุณ แต่คุณจะไม่เห็นโพสต์ของเขา",
"name_and_others": "{name} และ {count, plural, one {# อื่น ๆ } other {# อื่น ๆ}}", "name_and_others": "{name} และ {count, plural, other {# อื่น ๆ}}",
"name_and_others_with_link": "{name} และ <a>{count, plural, other {# อื่น ๆ}}</a>",
"navigation_bar.about": "เกี่ยวกับ", "navigation_bar.about": "เกี่ยวกับ",
"navigation_bar.advanced_interface": "เปิดในส่วนติดต่อเว็บขั้นสูง", "navigation_bar.advanced_interface": "เปิดในส่วนติดต่อเว็บขั้นสูง",
"navigation_bar.blocks": "ผู้ใช้ที่ปิดกั้นอยู่", "navigation_bar.blocks": "ผู้ใช้ที่ปิดกั้นอยู่",
@ -471,7 +472,10 @@
"navigation_bar.security": "ความปลอดภัย", "navigation_bar.security": "ความปลอดภัย",
"not_signed_in_indicator.not_signed_in": "คุณจำเป็นต้องเข้าสู่ระบบเพื่อเข้าถึงทรัพยากรนี้", "not_signed_in_indicator.not_signed_in": "คุณจำเป็นต้องเข้าสู่ระบบเพื่อเข้าถึงทรัพยากรนี้",
"notification.admin.report": "{name} ได้รายงาน {target}", "notification.admin.report": "{name} ได้รายงาน {target}",
"notification.admin.report_statuses_other": "{name} รายงาน {target}", "notification.admin.report_account": "{name} ได้รายงาน {count, plural, other {# โพสต์}}จาก {target} สำหรับ {category}",
"notification.admin.report_account_other": "{name} ได้รายงาน {count, plural, other {# โพสต์}}จาก {target}",
"notification.admin.report_statuses": "{name} ได้รายงาน {target} สำหรับ {category}",
"notification.admin.report_statuses_other": "{name} ได้รายงาน {target}",
"notification.admin.sign_up": "{name} ได้ลงทะเบียน", "notification.admin.sign_up": "{name} ได้ลงทะเบียน",
"notification.favourite": "{name} ได้ชื่นชอบโพสต์ของคุณ", "notification.favourite": "{name} ได้ชื่นชอบโพสต์ของคุณ",
"notification.follow": "{name} ได้ติดตามคุณ", "notification.follow": "{name} ได้ติดตามคุณ",
@ -487,7 +491,8 @@
"notification.moderation_warning.action_silence": "จำกัดบัญชีของคุณแล้ว", "notification.moderation_warning.action_silence": "จำกัดบัญชีของคุณแล้ว",
"notification.moderation_warning.action_suspend": "ระงับบัญชีของคุณแล้ว", "notification.moderation_warning.action_suspend": "ระงับบัญชีของคุณแล้ว",
"notification.own_poll": "การสำรวจความคิดเห็นของคุณได้สิ้นสุดแล้ว", "notification.own_poll": "การสำรวจความคิดเห็นของคุณได้สิ้นสุดแล้ว",
"notification.poll": "โพลที่คุณโหวตได้จบลงแล้ว", "notification.poll": "การสำรวจความคิดเห็นที่คุณได้ลงคะแนนได้สิ้นสุดแล้ว",
"notification.private_mention": "{name} ได้กล่าวถึงคุณแบบส่วนตัว",
"notification.reblog": "{name} ได้ดันโพสต์ของคุณ", "notification.reblog": "{name} ได้ดันโพสต์ของคุณ",
"notification.relationships_severance_event": "สูญเสียการเชื่อมต่อกับ {name}", "notification.relationships_severance_event": "สูญเสียการเชื่อมต่อกับ {name}",
"notification.relationships_severance_event.account_suspension": "ผู้ดูแลจาก {from} ได้ระงับ {target} ซึ่งหมายความว่าคุณจะไม่สามารถรับการอัปเดตจากเขาหรือโต้ตอบกับเขาได้อีกต่อไป", "notification.relationships_severance_event.account_suspension": "ผู้ดูแลจาก {from} ได้ระงับ {target} ซึ่งหมายความว่าคุณจะไม่สามารถรับการอัปเดตจากเขาหรือโต้ตอบกับเขาได้อีกต่อไป",
@ -505,6 +510,8 @@
"notifications.column_settings.admin.report": "รายงานใหม่:", "notifications.column_settings.admin.report": "รายงานใหม่:",
"notifications.column_settings.admin.sign_up": "การลงทะเบียนใหม่:", "notifications.column_settings.admin.sign_up": "การลงทะเบียนใหม่:",
"notifications.column_settings.alert": "การแจ้งเตือนบนเดสก์ท็อป", "notifications.column_settings.alert": "การแจ้งเตือนบนเดสก์ท็อป",
"notifications.column_settings.beta.category": "คุณลักษณะการทดลอง",
"notifications.column_settings.beta.grouping": "การแจ้งเตือนกลุ่ม",
"notifications.column_settings.favourite": "รายการโปรด:", "notifications.column_settings.favourite": "รายการโปรด:",
"notifications.column_settings.filter_bar.advanced": "แสดงหมวดหมู่ทั้งหมด", "notifications.column_settings.filter_bar.advanced": "แสดงหมวดหมู่ทั้งหมด",
"notifications.column_settings.filter_bar.category": "แถบตัวกรองด่วน", "notifications.column_settings.filter_bar.category": "แถบตัวกรองด่วน",
@ -668,12 +675,13 @@
"report.unfollow_explanation": "คุณกำลังติดตามบัญชีนี้ เพื่อไม่ให้เห็นโพสต์ของเขาในฟีดหน้าแรกของคุณอีกต่อไป ให้เลิกติดตามเขา", "report.unfollow_explanation": "คุณกำลังติดตามบัญชีนี้ เพื่อไม่ให้เห็นโพสต์ของเขาในฟีดหน้าแรกของคุณอีกต่อไป ให้เลิกติดตามเขา",
"report_notification.attached_statuses": "{count, plural, other {{count} โพสต์}}ที่แนบมา", "report_notification.attached_statuses": "{count, plural, other {{count} โพสต์}}ที่แนบมา",
"report_notification.categories.legal": "กฎหมาย", "report_notification.categories.legal": "กฎหมาย",
"report_notification.categories.legal_sentence": "เนื้อหาที่ผิดกฎหมาย",
"report_notification.categories.other": "อื่น ๆ", "report_notification.categories.other": "อื่น ๆ",
"report_notification.categories.other_sentence": "อื่น ๆ", "report_notification.categories.other_sentence": "อื่น ๆ",
"report_notification.categories.spam": "สแปม", "report_notification.categories.spam": "สแปม",
"report_notification.categories.spam_sentence": "สแปม", "report_notification.categories.spam_sentence": "สแปม",
"report_notification.categories.violation": "การละเมิดกฎ", "report_notification.categories.violation": "การละเมิดกฎ",
"report_notification.categories.violation_sentence": "ละเมิดกฎ", "report_notification.categories.violation_sentence": "การละเมิดกฎ",
"report_notification.open": "รายงานที่เปิด", "report_notification.open": "รายงานที่เปิด",
"search.no_recent_searches": "ไม่มีการค้นหาล่าสุด", "search.no_recent_searches": "ไม่มีการค้นหาล่าสุด",
"search.placeholder": "ค้นหา", "search.placeholder": "ค้นหา",

View File

@ -471,6 +471,9 @@ ca:
title: Recomanacions de comptes a seguir title: Recomanacions de comptes a seguir
unsuppress: Restaurar les recomanacions de seguiment unsuppress: Restaurar les recomanacions de seguiment
instances: instances:
audit_log:
title: Registres recents d'auditoria
view_all: Mostra els registres d'auditoria complets
availability: availability:
description_html: description_html:
one: Si la tramesa cap el domini falla <strong>%{count} dia</strong> sense èxit, no es faran més intents d'entrega a no ser que es rebi una tramesa <em>des de</em> el domini. one: Si la tramesa cap el domini falla <strong>%{count} dia</strong> sense èxit, no es faran més intents d'entrega a no ser que es rebi una tramesa <em>des de</em> el domini.

View File

@ -471,6 +471,9 @@ da:
title: Følg-anbefalinger title: Følg-anbefalinger
unsuppress: Genopret følg-anbefaling unsuppress: Genopret følg-anbefaling
instances: instances:
audit_log:
title: Seneste Revisionslogger
view_all: Vis alle revisionslogger
availability: availability:
description_html: description_html:
one: Lykkes det ikke at levere til domænet i løbet af <strong>%{count} dag</strong>, foretages ingen yderligere leveringsforsøg, medmindre en levering <em>fra</em> domænet modtages. one: Lykkes det ikke at levere til domænet i løbet af <strong>%{count} dag</strong>, foretages ingen yderligere leveringsforsøg, medmindre en levering <em>fra</em> domænet modtages.

View File

@ -1,7 +1,7 @@
--- ---
de: de:
about: about:
about_mastodon_html: 'Das soziale Netzwerk der Zukunft: Keine Werbung, keine Überwachung durch Unternehmen dafür dezentral und mit Anstand! Beherrsche deine Daten mit Mastodon!' about_mastodon_html: 'Das soziale Netzwerk der Zukunft: Keine Werbung, keine Überwachung durch Unternehmen dafür dezentral und mit Anstand! Behalte mit Mastodon die Kontrolle über deine Daten!'
contact_missing: Nicht festgelegt contact_missing: Nicht festgelegt
contact_unavailable: Nicht verfügbar contact_unavailable: Nicht verfügbar
hosted_on: Mastodon, gehostet auf %{domain} hosted_on: Mastodon, gehostet auf %{domain}
@ -293,7 +293,7 @@ de:
empty: Protokolle nicht gefunden. empty: Protokolle nicht gefunden.
filter_by_action: Nach Aktion filtern filter_by_action: Nach Aktion filtern
filter_by_user: Nach Benutzer*in filtern filter_by_user: Nach Benutzer*in filtern
title: Protokoll title: Audit-Log
unavailable_instance: "(Server nicht verfügbar)" unavailable_instance: "(Server nicht verfügbar)"
announcements: announcements:
destroyed_msg: Ankündigung erfolgreich gelöscht! destroyed_msg: Ankündigung erfolgreich gelöscht!
@ -471,6 +471,9 @@ de:
title: Folgeempfehlungen title: Folgeempfehlungen
unsuppress: Folgeempfehlung nicht mehr unterbinden unsuppress: Folgeempfehlung nicht mehr unterbinden
instances: instances:
audit_log:
title: Neueste Audit-Logs
view_all: Alle Audit-Logs anzeigen
availability: availability:
description_html: description_html:
one: Wenn die Zustellung an die Domain <strong>%{count} Tag</strong> lang erfolglos bleibt, werden keine weiteren Zustellversuche unternommen, bis eine Zustellung <em>von</em> der Domain empfangen wird. one: Wenn die Zustellung an die Domain <strong>%{count} Tag</strong> lang erfolglos bleibt, werden keine weiteren Zustellversuche unternommen, bis eine Zustellung <em>von</em> der Domain empfangen wird.
@ -588,7 +591,7 @@ de:
notes: notes:
one: "%{count} Notiz" one: "%{count} Notiz"
other: "%{count} Notizen" other: "%{count} Notizen"
action_log: Protokoll action_log: Audit-Log
action_taken_by: Maßnahme ergriffen von action_taken_by: Maßnahme ergriffen von
actions: actions:
delete_description_html: Der gemeldete Beitrag wird gelöscht und die ergriffene Maßnahme wird aufgezeichnet, um dir bei zukünftigen Verstößen des gleichen Kontos zu helfen. delete_description_html: Der gemeldete Beitrag wird gelöscht und die ergriffene Maßnahme wird aufgezeichnet, um dir bei zukünftigen Verstößen des gleichen Kontos zu helfen.

View File

@ -471,6 +471,9 @@ en-GB:
title: Follow recommendations title: Follow recommendations
unsuppress: Restore follow recommendation unsuppress: Restore follow recommendation
instances: instances:
audit_log:
title: Recent Audit Logs
view_all: View full audit logs
availability: availability:
description_html: description_html:
one: If delivering to the domain fails <strong>%{count} day</strong> without succeeding, no further delivery attempts will be made unless a delivery <em>from</em> the domain is received. one: If delivering to the domain fails <strong>%{count} day</strong> without succeeding, no further delivery attempts will be made unless a delivery <em>from</em> the domain is received.

View File

@ -471,6 +471,9 @@ es-AR:
title: Recom. de cuentas a seguir title: Recom. de cuentas a seguir
unsuppress: Restablecer recomendaciones de cuentas para seguir unsuppress: Restablecer recomendaciones de cuentas para seguir
instances: instances:
audit_log:
title: Registros de auditoría recientes
view_all: Ver registros de auditoría completos
availability: availability:
description_html: description_html:
one: Si el envío al dominio falla durante <strong>%{count} día</strong> sin éxito, no se harán más intentos de entrega a menos que se reciba un envío <em>desde</em> el dominio. one: Si el envío al dominio falla durante <strong>%{count} día</strong> sin éxito, no se harán más intentos de entrega a menos que se reciba un envío <em>desde</em> el dominio.

View File

@ -293,7 +293,7 @@ fi:
empty: Lokeja ei löytynyt. empty: Lokeja ei löytynyt.
filter_by_action: Suodata tapahtuman mukaan filter_by_action: Suodata tapahtuman mukaan
filter_by_user: Suodata käyttäjän mukaan filter_by_user: Suodata käyttäjän mukaan
title: Auditointiloki title: Tarkastusloki
unavailable_instance: "(verkkotunnus ei saatavilla)" unavailable_instance: "(verkkotunnus ei saatavilla)"
announcements: announcements:
destroyed_msg: Tiedote poistettu onnistuneesti! destroyed_msg: Tiedote poistettu onnistuneesti!
@ -471,6 +471,9 @@ fi:
title: Seuraamissuositukset title: Seuraamissuositukset
unsuppress: Palauta seuraamissuositus unsuppress: Palauta seuraamissuositus
instances: instances:
audit_log:
title: Viimeaikaiset tarkastuslokit
view_all: Näytä kaikki tarkastuslokit
availability: availability:
description_html: description_html:
one: Jos toimitus verkkotunnukseen epäonnistuu <strong>%{count} päivä</strong> ilman onnistumista, uusia yrityksiä ei tehdä ennen kuin toimitus <em>alkaen</em> verkkotunnukselta on vastaanotettu. one: Jos toimitus verkkotunnukseen epäonnistuu <strong>%{count} päivä</strong> ilman onnistumista, uusia yrityksiä ei tehdä ennen kuin toimitus <em>alkaen</em> verkkotunnukselta on vastaanotettu.
@ -693,7 +696,7 @@ fi:
administrator: Ylläpitäjä administrator: Ylläpitäjä
administrator_description: Käyttäjät, joilla on tämä käyttöoikeus, ohittavat jokaisen käyttöoikeuden administrator_description: Käyttäjät, joilla on tämä käyttöoikeus, ohittavat jokaisen käyttöoikeuden
delete_user_data: Poistaa käyttäjän tiedot delete_user_data: Poistaa käyttäjän tiedot
delete_user_data_description: Salli käyttäjien poistaa muiden käyttäjien tiedot viipymättä delete_user_data_description: Sallii käyttäjien poistaa muiden käyttäjien tiedot viipymättä
invite_users: Kutsua käyttäjiä invite_users: Kutsua käyttäjiä
invite_users_description: Sallii käyttäjien kutsua uusia ihmisiä palvelimelle invite_users_description: Sallii käyttäjien kutsua uusia ihmisiä palvelimelle
manage_announcements: Hallita tiedotteita manage_announcements: Hallita tiedotteita
@ -724,7 +727,7 @@ fi:
manage_users_description: Sallii käyttäjien tarkastella muiden käyttäjien tietoja ja suorittaa valvontatoimia heitä kohtaan manage_users_description: Sallii käyttäjien tarkastella muiden käyttäjien tietoja ja suorittaa valvontatoimia heitä kohtaan
manage_webhooks: Hallita webhookeja manage_webhooks: Hallita webhookeja
manage_webhooks_description: Sallii käyttäjien luoda webhookeja hallinnollisiin tapahtumiin manage_webhooks_description: Sallii käyttäjien luoda webhookeja hallinnollisiin tapahtumiin
view_audit_log: Katsoa valvontalokia view_audit_log: Katsoa tarkastuslokia
view_audit_log_description: Sallii käyttäjien nähdä palvelimen hallinnollisten toimien historian view_audit_log_description: Sallii käyttäjien nähdä palvelimen hallinnollisten toimien historian
view_dashboard: Katsoa koontinäyttöä view_dashboard: Katsoa koontinäyttöä
view_dashboard_description: Sallii käyttäjien käyttää kojelautaa ja erilaisia mittareita view_dashboard_description: Sallii käyttäjien käyttää kojelautaa ja erilaisia mittareita

View File

@ -471,6 +471,9 @@ fo:
title: Tilmæli at fylgja title: Tilmæli at fylgja
unsuppress: Endurskapa tilmæli at fylgja unsuppress: Endurskapa tilmæli at fylgja
instances: instances:
audit_log:
title: Feskir kanningarloggar
view_all: Vís fullar kanningarloggar
availability: availability:
description_html: description_html:
one: Um veiting til navnaøkið ikki riggar í <strong>%{count} dag</strong>, so verða ongar royndir at veita gjørdar, uttan so, at ein veiting <em>frá</em> navnaøkinum er móttikin. one: Um veiting til navnaøkið ikki riggar í <strong>%{count} dag</strong>, so verða ongar royndir at veita gjørdar, uttan so, at ein veiting <em>frá</em> navnaøkinum er móttikin.

View File

@ -226,6 +226,7 @@ fy:
update_custom_emoji: Lokale emoji bywurkje update_custom_emoji: Lokale emoji bywurkje
update_domain_block: Domeinblokkade bywurkje update_domain_block: Domeinblokkade bywurkje
update_ip_block: IP-rigel bywurkje update_ip_block: IP-rigel bywurkje
update_report: Rapportaazje bywurkje
update_status: Berjocht bywurkje update_status: Berjocht bywurkje
update_user_role: Rol bywurkje update_user_role: Rol bywurkje
actions: actions:
@ -293,6 +294,7 @@ fy:
filter_by_action: Op aksje filterje filter_by_action: Op aksje filterje
filter_by_user: Op brûker filterje filter_by_user: Op brûker filterje
title: Auditlogboek title: Auditlogboek
unavailable_instance: "(domeinnamme net beskikber)"
announcements: announcements:
destroyed_msg: Fuortsmiten fan meidieling slagge! destroyed_msg: Fuortsmiten fan meidieling slagge!
edit: edit:
@ -469,6 +471,9 @@ fy:
title: Oanrekommandearre accounts title: Oanrekommandearre accounts
unsuppress: Account wer oanrekommandearje unsuppress: Account wer oanrekommandearje
instances: instances:
audit_log:
title: Resinte auditlochboeken
view_all: Folsleine auditlochboeken besjen
availability: availability:
description_html: description_html:
one: As de besoarging oan it domein nei <strong>%{count} dag</strong> mislearjen bliuwt, dan sille der gjin fierdere besykjen ta besoarging dien wurde oant in besoarging <em>fan</em> it domein ûntfongen is. one: As de besoarging oan it domein nei <strong>%{count} dag</strong> mislearjen bliuwt, dan sille der gjin fierdere besykjen ta besoarging dien wurde oant in besoarging <em>fan</em> it domein ûntfongen is.
@ -637,6 +642,7 @@ fy:
report: 'Rapportaazje #%{id}' report: 'Rapportaazje #%{id}'
reported_account: Rapportearre account reported_account: Rapportearre account
reported_by: Rapportearre troch reported_by: Rapportearre troch
reported_with_application: Mei applikaasje rapportearre
resolved: Oplost resolved: Oplost
resolved_msg: Rapportaazje oplosse slagge! resolved_msg: Rapportaazje oplosse slagge!
skip_to_actions: Gean daliks nei de maatregels skip_to_actions: Gean daliks nei de maatregels
@ -780,6 +786,7 @@ fy:
approved: Goedkarring fereaske om te registrearje te kinnen approved: Goedkarring fereaske om te registrearje te kinnen
none: Net ien kin harren registrearje none: Net ien kin harren registrearje
open: Elkenien kin harren registrearje open: Elkenien kin harren registrearje
warning_hint: Wy riede jo oan om Goedkarring fereaske om registrearje te kinnen te brûken, útsein jo der wis fan binne dat jo moderaasjeteam spam en kweawollende registraasjes tidich ôfhannelje kin.
security: security:
authorized_fetch: Ferifikaasje fan fedearre servers fereaskje authorized_fetch: Ferifikaasje fan fedearre servers fereaskje
authorized_fetch_hint: Ferifikaasje fereaskje fan federearre servers, makket in striktere hanthaving fan sawol brûkersnivo as server-levelblokken mooglik. Dit giet wol ten koste fan de prestaasjes, ferminderet it berik fan jo antwurden en kin kompatibiliteitsproblemen mei guon federearre services opleverje. Boppedat sil dit net foarkomme dat tawijde spilers jo iepenbiere artikelen en accounts ophelje. authorized_fetch_hint: Ferifikaasje fereaskje fan federearre servers, makket in striktere hanthaving fan sawol brûkersnivo as server-levelblokken mooglik. Dit giet wol ten koste fan de prestaasjes, ferminderet it berik fan jo antwurden en kin kompatibiliteitsproblemen mei guon federearre services opleverje. Boppedat sil dit net foarkomme dat tawijde spilers jo iepenbiere artikelen en accounts ophelje.
@ -950,6 +957,7 @@ fy:
delete: Fuortsmite delete: Fuortsmite
edit_preset: Foarynstelling foar warskôging bewurkje edit_preset: Foarynstelling foar warskôging bewurkje
empty: Jo hawwe noch gjin foarynstellingen foar warskôgingen tafoege. empty: Jo hawwe noch gjin foarynstellingen foar warskôgingen tafoege.
title: Foarynstellingen foar warskôgingen
webhooks: webhooks:
add_new: Einpunt tafoegje add_new: Einpunt tafoegje
delete: Fuortsmite delete: Fuortsmite
@ -971,6 +979,9 @@ fy:
title: Webhooks title: Webhooks
webhook: Webhook webhook: Webhook
admin_mailer: admin_mailer:
auto_close_registrations:
body: Yn ferbân mei in gebrek oan resinte moderatoraktiviteit, is de registraasjemodus op %{instance} automatysk wizige nei hânmjittige beoardieling troch moderatoren. Dit om foar te kommen dat %{instance} as platfoarm foar eventueel misbrûk brûkt wurde kin. Jo kinne op elk winske momint werom skeakelje nei iepen registraasjes.
subject: De registraasjemodus op %{instance} is automatysk wizige nei hânmjittige beoardieling troch moderatoren
new_appeal: new_appeal:
actions: actions:
delete_statuses: it fuortsmiten fan harren berjochten delete_statuses: it fuortsmiten fan harren berjochten
@ -1669,6 +1680,8 @@ fy:
user_domain_block: Jo hawwe %{target_name} blokkearre user_domain_block: Jo hawwe %{target_name} blokkearre
lost_followers: Ferlerne folgers lost_followers: Ferlerne folgers
lost_follows: Ferlerne folge accounts lost_follows: Ferlerne folge accounts
preamble: Jo kinne folge accounts en folgers ferlieze wanneart jo in domein blokkearje of wanneart de moderators fan jo server beslisse om in eksterne server út te sluten. Wanneart dat bart, kinne jo listen fan ferbrutsen folchrelaasjes downloade, dizze ynspektearje en mooglik ymportearje op in oare server.
purged: Ynformaasje oer dizze server is fuortsmiten troch de behearders fan jo server.
type: Barren type: Barren
statuses: statuses:
attached: attached:

View File

@ -495,6 +495,9 @@ ga:
title: Moltaí leanúna title: Moltaí leanúna
unsuppress: Aischuir moladh leanúna unsuppress: Aischuir moladh leanúna
instances: instances:
audit_log:
title: Logchomhaid Iniúchta le Déanaí
view_all: Féach ar logaí iniúchta iomlána
availability: availability:
description_html: description_html:
few: Má theipeann ar sheachadadh chuig an bhfearann ar <strong>%{count} laethanta éagsúla</strong> gan rath, ní dhéanfar aon iarrachtaí seachadta eile mura bhfaightear <em>ó</em> seachadadh ón bhfearann. few: Má theipeann ar sheachadadh chuig an bhfearann ar <strong>%{count} laethanta éagsúla</strong> gan rath, ní dhéanfar aon iarrachtaí seachadta eile mura bhfaightear <em>ó</em> seachadadh ón bhfearann.

View File

@ -471,6 +471,9 @@ gl:
title: Recomendacións de seguimento title: Recomendacións de seguimento
unsuppress: Restablecer recomendación de seguimento unsuppress: Restablecer recomendación de seguimento
instances: instances:
audit_log:
title: Rexistros de Auditoría recentes
view_all: Ver os rexistros de auditoría completos
availability: availability:
description_html: description_html:
one: Se fallan as entregas ao dominio por <strong>%{count} día</strong>, non se farán máis intentos a menos que se reciba unha solicitude <em>desde</em> ese dominio. one: Se fallan as entregas ao dominio por <strong>%{count} día</strong>, non se farán máis intentos a menos que se reciba unha solicitude <em>desde</em> ese dominio.

View File

@ -487,6 +487,9 @@ he:
title: המלצות מעקב title: המלצות מעקב
unsuppress: שחזור המלצות מעקב unsuppress: שחזור המלצות מעקב
instances: instances:
audit_log:
title: יומני ביקורת אחרונים
view_all: צפיה ביומני הביקורת המלאים
availability: availability:
description_html: description_html:
many: אם משלוח לדומיין נכשל במשך <strong>%{count} ימים שונים</strong> ולא מצליח, נסיונות משלוח נוספים לא יעשו אלא אם התקבל משלוח <em>מ</em>הדומיין. many: אם משלוח לדומיין נכשל במשך <strong>%{count} ימים שונים</strong> ולא מצליח, נסיונות משלוח נוספים לא יעשו אלא אם התקבל משלוח <em>מ</em>הדומיין.

View File

@ -471,6 +471,9 @@ hu:
title: Követési ajánlatok title: Követési ajánlatok
unsuppress: Követési ajánlatok visszaállítása unsuppress: Követési ajánlatok visszaállítása
instances: instances:
audit_log:
title: Legutóbbi auditnapló
view_all: Teljes auditnapló megtekintése
availability: availability:
description_html: description_html:
one: Ha a domainre történő kézbesítés <strong>%{count} teljes nap</strong> sikertelen, további kézbesítéseket már nem kísérlünk meg, hacsak mi nem kapunk kézbesítést a <em>domaintől</em>. one: Ha a domainre történő kézbesítés <strong>%{count} teljes nap</strong> sikertelen, további kézbesítéseket már nem kísérlünk meg, hacsak mi nem kapunk kézbesítést a <em>domaintől</em>.

View File

@ -226,6 +226,7 @@ ia:
update_custom_emoji: Actualisar emoji personalisate update_custom_emoji: Actualisar emoji personalisate
update_domain_block: Actualisar blocada de dominio update_domain_block: Actualisar blocada de dominio
update_ip_block: Actualisar le regula IP update_ip_block: Actualisar le regula IP
update_report: Actualisar le reporto
update_status: Actualisar le message update_status: Actualisar le message
update_user_role: Actualisar rolo update_user_role: Actualisar rolo
actions: actions:
@ -638,6 +639,7 @@ ia:
report: 'Reporto #%{id}' report: 'Reporto #%{id}'
reported_account: Conto reportate reported_account: Conto reportate
reported_by: Reportate per reported_by: Reportate per
reported_with_application: Signalate con le application
resolved: Resolvite resolved: Resolvite
resolved_msg: Reporto resolvite con successo! resolved_msg: Reporto resolvite con successo!
skip_to_actions: Saltar al actiones skip_to_actions: Saltar al actiones

View File

@ -471,6 +471,9 @@ is:
title: Fylgja meðmælum title: Fylgja meðmælum
unsuppress: Endurheimta að fylgja meðmælum unsuppress: Endurheimta að fylgja meðmælum
instances: instances:
audit_log:
title: Nýlegar atvikaskráningar
view_all: Skoða heildar-atvikaskráningar
availability: availability:
description_html: description_html:
one: Ef afhending til lénsins mistekst í <strong>%{count} dag</strong>, verður ekki reynt aftur að afhenda til lénsins nema ef afhending <em>frá</em> léninu berst. one: Ef afhending til lénsins mistekst í <strong>%{count} dag</strong>, verður ekki reynt aftur að afhenda til lénsins nema ef afhending <em>frá</em> léninu berst.

View File

@ -471,6 +471,9 @@ it:
title: Consigli su chi seguire title: Consigli su chi seguire
unsuppress: Ripristina consigli su chi seguire unsuppress: Ripristina consigli su chi seguire
instances: instances:
audit_log:
title: Log di Controllo Recenti
view_all: Visualizza tutti i log
availability: availability:
description_html: description_html:
one: Se la consegna al dominio fallisce <strong>%{count} giorno</strong>, non sarà effettuato alcun tentativo di consegna ulteriore a meno che la consegna <em>dal</em> dominio non sia ricevuta. one: Se la consegna al dominio fallisce <strong>%{count} giorno</strong>, non sarà effettuato alcun tentativo di consegna ulteriore a meno che la consegna <em>dal</em> dominio non sia ricevuta.

View File

@ -223,6 +223,7 @@ ja:
update_custom_emoji: カスタム絵文字を更新 update_custom_emoji: カスタム絵文字を更新
update_domain_block: ドメインブロックを更新 update_domain_block: ドメインブロックを更新
update_ip_block: IPルールを更新 update_ip_block: IPルールを更新
update_report: 通報の更新
update_status: 投稿を更新 update_status: 投稿を更新
update_user_role: ロールを更新 update_user_role: ロールを更新
actions: actions:
@ -626,6 +627,7 @@ ja:
report: '通報 #%{id}' report: '通報 #%{id}'
reported_account: 報告対象アカウント reported_account: 報告対象アカウント
reported_by: 報告者 reported_by: 報告者
reported_with_application: 報告に使用されたアプリ
resolved: 解決済み resolved: 解決済み
resolved_msg: 通報を解決済みにしました! resolved_msg: 通報を解決済みにしました!
skip_to_actions: アクションに移動 skip_to_actions: アクションに移動

View File

@ -810,7 +810,7 @@ kab:
video: video:
one: "%{count} n tbidyutt" one: "%{count} n tbidyutt"
other: "%{count} n tbidyutin" other: "%{count} n tbidyutin"
edited_at_html: Tettwaẓreg %{date} edited_at_html: Tettwaẓreg ass n %{date}
open_in_web: Ldi deg Web open_in_web: Ldi deg Web
poll: poll:
total_people: total_people:

View File

@ -465,6 +465,9 @@ ko:
title: 팔로우 추천 title: 팔로우 추천
unsuppress: 팔로우 추천 복원 unsuppress: 팔로우 추천 복원
instances: instances:
audit_log:
title: 최근 감사 기록
view_all: 감사 기록 전체 보기
availability: availability:
description_html: description_html:
other: 도메인에 대한 전달이 성공 없이 <strong>%{count}</strong>일 실패한다면, 이후의 전달 시도는 해당 도메인<em>에서</em> 전달이 오기 전까지는 만들어지지 않습니다. other: 도메인에 대한 전달이 성공 없이 <strong>%{count}</strong>일 실패한다면, 이후의 전달 시도는 해당 도메인<em>에서</em> 전달이 오기 전까지는 만들어지지 않습니다.

View File

@ -471,6 +471,9 @@ nl:
title: Aanbevolen accounts title: Aanbevolen accounts
unsuppress: Account weer aanbevelen unsuppress: Account weer aanbevelen
instances: instances:
audit_log:
title: Recente audit-logboeken
view_all: Volledige audit-logboeken inzien
availability: availability:
description_html: description_html:
one: Wanneer de bezorging aan het domein gedurende <strong>%{count} dag</strong> blijft mislukken dan worden er geen bezorgpogingen meer gedaan, totdat een bezorging <em>van</em> het domein wordt ontvangen. one: Wanneer de bezorging aan het domein gedurende <strong>%{count} dag</strong> blijft mislukken dan worden er geen bezorgpogingen meer gedaan, totdat een bezorging <em>van</em> het domein wordt ontvangen.
@ -977,7 +980,7 @@ nl:
webhook: Webhook webhook: Webhook
admin_mailer: admin_mailer:
auto_close_registrations: auto_close_registrations:
body: In verband met een gebrek aan recentelijke moderator-activiteit, is de registratie-modus op %{instance} automatisch veranderd naar handmatige beoordeling door moderatoren. Dit om te voorkomen dat %{instance} als platform voor eventueel misbruik kan worden gebruikt. Je kunt op elk gewenst moment veel terugschakelen naar open registraties. body: In verband met een gebrek aan recentelijke moderatoractiviteit, is de registratiemodus op %{instance} automatisch gewijzigd naar handmatige beoordeling door moderatoren. Dit om te voorkomen dat %{instance} als platform voor eventueel misbruik kan worden gebruikt. Je kunt op elk gewenst moment weer terugschakelen naar open registraties.
subject: De registratie-modus op %{instance} is automatisch veranderd naar handmatige beoordeling door moderatoren subject: De registratie-modus op %{instance} is automatisch veranderd naar handmatige beoordeling door moderatoren
new_appeal: new_appeal:
actions: actions:

View File

@ -487,6 +487,9 @@ pl:
title: Polecane konta title: Polecane konta
unsuppress: Przywróć polecenie obserwacji konta unsuppress: Przywróć polecenie obserwacji konta
instances: instances:
audit_log:
title: Niedawne zdarzenia z dzienniku
view_all: Pokaż pełny dziennik zdarzeń
availability: availability:
description_html: description_html:
few: Jeśli dostarczenie do domeny nie powiedzie się <strong>%{count} dni</strong> bez powodzenia, nie zostaną podjęte dalsze próby dostawy, chyba że otrzymano dostawę <em>od</em> domeny. few: Jeśli dostarczenie do domeny nie powiedzie się <strong>%{count} dni</strong> bez powodzenia, nie zostaną podjęte dalsze próby dostawy, chyba że otrzymano dostawę <em>od</em> domeny.

View File

@ -471,6 +471,9 @@ pt-PT:
title: Seguir recomendações title: Seguir recomendações
unsuppress: Restaurar recomendações de contas a seguir unsuppress: Restaurar recomendações de contas a seguir
instances: instances:
audit_log:
title: Registos de auditoria recentes
view_all: Ver registos de auditoria completos
availability: availability:
description_html: description_html:
one: Se a transmissão ao domínio falhar ao final de <strong>%{count} dia(s)</strong>, não será feita mais nenhuma tentativa de transmissão a menos que seja recebida uma transmissão <em>proveniente</em> desse domínio. one: Se a transmissão ao domínio falhar ao final de <strong>%{count} dia(s)</strong>, não será feita mais nenhuma tentativa de transmissão a menos que seja recebida uma transmissão <em>proveniente</em> desse domínio.

View File

@ -211,6 +211,7 @@ fy:
setting_default_privacy: Sichtberheid fan nije berjochten setting_default_privacy: Sichtberheid fan nije berjochten
setting_default_sensitive: Media altyd as gefoelich markearje setting_default_sensitive: Media altyd as gefoelich markearje
setting_delete_modal: Freegje foar it fuortsmiten fan in berjocht in befêstiging setting_delete_modal: Freegje foar it fuortsmiten fan in berjocht in befêstiging
setting_disable_hover_cards: Profylfoarbylden troch der oerhinne te sweven útskeakelje
setting_disable_swiping: Feibewegingen útskeakelje setting_disable_swiping: Feibewegingen útskeakelje
setting_display_media: Mediawerjefte setting_display_media: Mediawerjefte
setting_display_media_default: Standert setting_display_media_default: Standert
@ -242,11 +243,13 @@ fy:
warn: Mei in warskôging ferstopje warn: Mei in warskôging ferstopje
form_admin_settings: form_admin_settings:
activity_api_enabled: Publyklik meitsjen fan sammele statistiken oer brûkersaktiviteiten yn de API activity_api_enabled: Publyklik meitsjen fan sammele statistiken oer brûkersaktiviteiten yn de API
app_icon: App-piktogram
backups_retention_period: Bewartermyn brûkersargyf backups_retention_period: Bewartermyn brûkersargyf
bootstrap_timeline_accounts: Accounts dyt altyd oan nije brûkers oanrekommandearre wurde bootstrap_timeline_accounts: Accounts dyt altyd oan nije brûkers oanrekommandearre wurde
closed_registrations_message: Oanpast berjocht wannear registraasje útskeakele is closed_registrations_message: Oanpast berjocht wannear registraasje útskeakele is
content_cache_retention_period: Bewartermyn foar eksterne ynhâld content_cache_retention_period: Bewartermyn foar eksterne ynhâld
custom_css: Oanpaste CSS custom_css: Oanpaste CSS
favicon: Favicon
mascot: Oanpaste maskotte (legacy) mascot: Oanpaste maskotte (legacy)
media_cache_retention_period: Bewartermyn mediabuffer media_cache_retention_period: Bewartermyn mediabuffer
peers_api_enabled: Publyklik meitsjen fan ûntdekte servers yn de API peers_api_enabled: Publyklik meitsjen fan ûntdekte servers yn de API

View File

@ -242,11 +242,13 @@ ia:
warn: Celar con un advertimento warn: Celar con un advertimento
form_admin_settings: form_admin_settings:
activity_api_enabled: Publicar statisticas aggregate re le activitate de usator in le API activity_api_enabled: Publicar statisticas aggregate re le activitate de usator in le API
app_icon: Icone de app
backups_retention_period: Periodo de retention del archivo de usator backups_retention_period: Periodo de retention del archivo de usator
bootstrap_timeline_accounts: Recommenda sempre iste contos a nove usatores bootstrap_timeline_accounts: Recommenda sempre iste contos a nove usatores
closed_registrations_message: Message personalisate quando le inscriptiones non es disponibile closed_registrations_message: Message personalisate quando le inscriptiones non es disponibile
content_cache_retention_period: Periodo de retention del contento remote content_cache_retention_period: Periodo de retention del contento remote
custom_css: CSS personalisate custom_css: CSS personalisate
favicon: Favicon
mascot: Personalisar le mascotte (hereditage) mascot: Personalisar le mascotte (hereditage)
media_cache_retention_period: Periodo de retention del cache multimedial media_cache_retention_period: Periodo de retention del cache multimedial
peers_api_enabled: Publicar le lista de servitores discoperite in le API peers_api_enabled: Publicar le lista de servitores discoperite in le API

View File

@ -83,7 +83,7 @@ th:
closed_registrations_message: แสดงเมื่อมีการปิดการลงทะเบียน closed_registrations_message: แสดงเมื่อมีการปิดการลงทะเบียน
content_cache_retention_period: จะลบโพสต์ทั้งหมดจากเซิร์ฟเวอร์อื่น ๆ (รวมถึงการดันและการตอบกลับ) หลังจากจำนวนวันที่ระบุ โดยไม่คำนึงถึงการโต้ตอบใด ๆ ของผู้ใช้ในเซิร์ฟเวอร์กับโพสต์เหล่านั้น สิ่งนี้รวมถึงโพสต์ที่ผู้ใช้ในเซิร์ฟเวอร์ได้ทำเครื่องหมายโพสต์ว่าเป็นที่คั่นหน้าหรือรายการโปรด การกล่าวถึงแบบส่วนตัวระหว่างผู้ใช้จากอินสแตนซ์ที่แตกต่างกันจะหายไปและไม่สามารถคืนค่าได้เช่นกัน การใช้การตั้งค่านี้มีไว้สำหรับอินสแตนซ์ที่มีวัตถุประสงค์พิเศษและทำลายความคาดหวังของผู้ใช้จำนวนมากเมื่อนำไปใช้สำหรับการใช้งานที่มีวัตถุประสงค์ทั่วไป content_cache_retention_period: จะลบโพสต์ทั้งหมดจากเซิร์ฟเวอร์อื่น ๆ (รวมถึงการดันและการตอบกลับ) หลังจากจำนวนวันที่ระบุ โดยไม่คำนึงถึงการโต้ตอบใด ๆ ของผู้ใช้ในเซิร์ฟเวอร์กับโพสต์เหล่านั้น สิ่งนี้รวมถึงโพสต์ที่ผู้ใช้ในเซิร์ฟเวอร์ได้ทำเครื่องหมายโพสต์ว่าเป็นที่คั่นหน้าหรือรายการโปรด การกล่าวถึงแบบส่วนตัวระหว่างผู้ใช้จากอินสแตนซ์ที่แตกต่างกันจะหายไปและไม่สามารถคืนค่าได้เช่นกัน การใช้การตั้งค่านี้มีไว้สำหรับอินสแตนซ์ที่มีวัตถุประสงค์พิเศษและทำลายความคาดหวังของผู้ใช้จำนวนมากเมื่อนำไปใช้สำหรับการใช้งานที่มีวัตถุประสงค์ทั่วไป
custom_css: คุณสามารถนำไปใช้ลักษณะที่กำหนดเองใน Mastodon รุ่นเว็บ custom_css: คุณสามารถนำไปใช้ลักษณะที่กำหนดเองใน Mastodon รุ่นเว็บ
favicon: WEBP, PNG, GIF หรือ JPG เขียนทับ Favicon ของ Mastodon เริ่มต้นด้วยไอคอนที่กำหนดเอง favicon: WEBP, PNG, GIF หรือ JPG เขียนทับไอคอนเว็บของ Mastodon เริ่มต้นด้วยไอคอนที่กำหนดเอง
mascot: เขียนทับภาพประกอบในส่วนติดต่อเว็บขั้นสูง mascot: เขียนทับภาพประกอบในส่วนติดต่อเว็บขั้นสูง
media_cache_retention_period: จะแคชไฟล์สื่อจากโพสต์ที่สร้างโดยผู้ใช้ระยะไกลในเซิร์ฟเวอร์ของคุณ เมื่อตั้งเป็นค่าบวก จะลบสื่อหลังจากจำนวนวันที่ระบุ หากมีการขอข้อมูลสื่อหลังจากมีการลบสื่อ จะดาวน์โหลดสื่อใหม่ หากเนื้อหาต้นฉบับยังคงใช้งานได้ เนื่องจากข้อจำกัดเกี่ยวกับความถี่ที่บัตรตัวอย่างลิงก์สำรวจไซต์จากบุคคลที่สาม ขอแนะนำให้ตั้งค่านี้เป็นอย่างน้อย 14 วัน มิฉะนั้นจะไม่อัปเดตบัตรตัวอย่างลิงก์ตามความต้องการก่อนเวลานั้น media_cache_retention_period: จะแคชไฟล์สื่อจากโพสต์ที่สร้างโดยผู้ใช้ระยะไกลในเซิร์ฟเวอร์ของคุณ เมื่อตั้งเป็นค่าบวก จะลบสื่อหลังจากจำนวนวันที่ระบุ หากมีการขอข้อมูลสื่อหลังจากมีการลบสื่อ จะดาวน์โหลดสื่อใหม่ หากเนื้อหาต้นฉบับยังคงใช้งานได้ เนื่องจากข้อจำกัดเกี่ยวกับความถี่ที่บัตรตัวอย่างลิงก์สำรวจไซต์จากบุคคลที่สาม ขอแนะนำให้ตั้งค่านี้เป็นอย่างน้อย 14 วัน มิฉะนั้นจะไม่อัปเดตบัตรตัวอย่างลิงก์ตามความต้องการก่อนเวลานั้น
peers_api_enabled: รายการชื่อโดเมนที่เซิร์ฟเวอร์นี้พบในจักรวาลสหพันธ์ ไม่มีข้อมูลรวมอยู่ที่นี่เกี่ยวกับว่าคุณติดต่อกับเซิร์ฟเวอร์ที่กำหนดหรือไม่ เพียงแค่ว่าเซิร์ฟเวอร์ของคุณทราบเกี่ยวกับเซิร์ฟเวอร์ที่กำหนด มีการใช้สิ่งนี้โดยบริการที่เก็บรวบรวมสถิติในการติดต่อกับภายนอกในความหมายทั่วไป peers_api_enabled: รายการชื่อโดเมนที่เซิร์ฟเวอร์นี้พบในจักรวาลสหพันธ์ ไม่มีข้อมูลรวมอยู่ที่นี่เกี่ยวกับว่าคุณติดต่อกับเซิร์ฟเวอร์ที่กำหนดหรือไม่ เพียงแค่ว่าเซิร์ฟเวอร์ของคุณทราบเกี่ยวกับเซิร์ฟเวอร์ที่กำหนด มีการใช้สิ่งนี้โดยบริการที่เก็บรวบรวมสถิติในการติดต่อกับภายนอกในความหมายทั่วไป
@ -243,11 +243,13 @@ th:
warn: ซ่อนด้วยคำเตือน warn: ซ่อนด้วยคำเตือน
form_admin_settings: form_admin_settings:
activity_api_enabled: เผยแพร่สถิติรวมเกี่ยวกับกิจกรรมผู้ใช้ใน API activity_api_enabled: เผยแพร่สถิติรวมเกี่ยวกับกิจกรรมผู้ใช้ใน API
app_icon: ไอคอนแอป
backups_retention_period: ระยะเวลาการเก็บรักษาการเก็บถาวรผู้ใช้ backups_retention_period: ระยะเวลาการเก็บรักษาการเก็บถาวรผู้ใช้
bootstrap_timeline_accounts: แนะนำบัญชีเหล่านี้ให้กับผู้ใช้ใหม่เสมอ bootstrap_timeline_accounts: แนะนำบัญชีเหล่านี้ให้กับผู้ใช้ใหม่เสมอ
closed_registrations_message: ข้อความที่กำหนดเองเมื่อการลงทะเบียนไม่พร้อมใช้งาน closed_registrations_message: ข้อความที่กำหนดเองเมื่อการลงทะเบียนไม่พร้อมใช้งาน
content_cache_retention_period: ระยะเวลาการเก็บรักษาเนื้อหาระยะไกล content_cache_retention_period: ระยะเวลาการเก็บรักษาเนื้อหาระยะไกล
custom_css: CSS ที่กำหนดเอง custom_css: CSS ที่กำหนดเอง
favicon: ไอคอนเว็บ
mascot: มาสคอตที่กำหนดเอง (ดั้งเดิม) mascot: มาสคอตที่กำหนดเอง (ดั้งเดิม)
media_cache_retention_period: ระยะเวลาการเก็บรักษาแคชสื่อ media_cache_retention_period: ระยะเวลาการเก็บรักษาแคชสื่อ
peers_api_enabled: เผยแพร่รายการเซิร์ฟเวอร์ที่ค้นพบใน API peers_api_enabled: เผยแพร่รายการเซิร์ฟเวอร์ที่ค้นพบใน API

View File

@ -470,6 +470,9 @@ sq:
title: Rekomandime ndjekjeje title: Rekomandime ndjekjeje
unsuppress: Rikthe rekomandime ndjekjeje unsuppress: Rikthe rekomandime ndjekjeje
instances: instances:
audit_log:
title: Regjistra Auditimesh Së Fundi
view_all: Shihni regjistra të plotë auditimesh
availability: availability:
description_html: description_html:
one: Nëse dhënia e mesazheve te përkatësia dështon për <strong>%{count} ditë</strong> pa sukses, sdo të bëhen përpjekje të tjera për dhënie, veç në u marrtë një dërgim <em>prej</em> përkatësisë. one: Nëse dhënia e mesazheve te përkatësia dështon për <strong>%{count} ditë</strong> pa sukses, sdo të bëhen përpjekje të tjera për dhënie, veç në u marrtë një dërgim <em>prej</em> përkatësisë.

View File

@ -223,6 +223,7 @@ th:
update_custom_emoji: อัปเดตอีโมจิที่กำหนดเอง update_custom_emoji: อัปเดตอีโมจิที่กำหนดเอง
update_domain_block: อัปเดตการปิดกั้นโดเมน update_domain_block: อัปเดตการปิดกั้นโดเมน
update_ip_block: อัปเดตกฎ IP update_ip_block: อัปเดตกฎ IP
update_report: อัปเดตรายงาน
update_status: อัปเดตโพสต์ update_status: อัปเดตโพสต์
update_user_role: อัปเดตบทบาท update_user_role: อัปเดตบทบาท
actions: actions:
@ -462,6 +463,9 @@ th:
title: คำแนะนำการติดตาม title: คำแนะนำการติดตาม
unsuppress: คืนค่าคำแนะนำการติดตาม unsuppress: คืนค่าคำแนะนำการติดตาม
instances: instances:
audit_log:
title: รายการบันทึกการตรวจสอบล่าสุด
view_all: ดูรายการบันทึกการตรวจสอบแบบเต็ม
availability: availability:
description_html: description_html:
other: หากการจัดส่งไปยังโดเมนล้มเหลวเป็นเวลา <strong>%{count} วันที่แตกต่างกัน</strong> โดยไม่สำเร็จ จะไม่ทำการพยายามจัดส่งเพิ่มเติมเว้นแต่จะได้รับการจัดส่ง <em>จาก</em> โดเมน other: หากการจัดส่งไปยังโดเมนล้มเหลวเป็นเวลา <strong>%{count} วันที่แตกต่างกัน</strong> โดยไม่สำเร็จ จะไม่ทำการพยายามจัดส่งเพิ่มเติมเว้นแต่จะได้รับการจัดส่ง <em>จาก</em> โดเมน
@ -626,6 +630,7 @@ th:
report: 'รายงาน #%{id}' report: 'รายงาน #%{id}'
reported_account: บัญชีที่ได้รับการรายงาน reported_account: บัญชีที่ได้รับการรายงาน
reported_by: รายงานโดย reported_by: รายงานโดย
reported_with_application: รายงานด้วยแอปพลิเคชัน
resolved: แก้ปัญหาแล้ว resolved: แก้ปัญหาแล้ว
resolved_msg: แก้ปัญหารายงานสำเร็จ! resolved_msg: แก้ปัญหารายงานสำเร็จ!
skip_to_actions: ข้ามไปยังการกระทำ skip_to_actions: ข้ามไปยังการกระทำ

View File

@ -471,6 +471,9 @@ tr:
title: Takip önerileri title: Takip önerileri
unsuppress: Takip önerisini geri getir unsuppress: Takip önerisini geri getir
instances: instances:
audit_log:
title: En Son Denetim Günlükleri
view_all: Tüm denetim günlüklerini görüntüle
availability: availability:
description_html: description_html:
one: Eğer alan adına teslimat <strong>%{count} gün</strong> boyunca başarısız olursa, alan adından bir teslimat <em>gelmedikçe</em> yeni bir iletim denemesi yapılmayacak. one: Eğer alan adına teslimat <strong>%{count} gün</strong> boyunca başarısız olursa, alan adından bir teslimat <em>gelmedikçe</em> yeni bir iletim denemesi yapılmayacak.
@ -725,7 +728,7 @@ tr:
manage_users_description: Kullanıcıların, diğer kullanıcıların ayrıntılarını görüntülemesine ve onlara karşı denetim eylemleri gerçekleştirmesine izin verir manage_users_description: Kullanıcıların, diğer kullanıcıların ayrıntılarını görüntülemesine ve onlara karşı denetim eylemleri gerçekleştirmesine izin verir
manage_webhooks: Webhookları Yönetme manage_webhooks: Webhookları Yönetme
manage_webhooks_description: Kullanıcıların yönetsel olaylar için webhook kurmasına izin verir manage_webhooks_description: Kullanıcıların yönetsel olaylar için webhook kurmasına izin verir
view_audit_log: Denetim Kaydını Görüntüleme view_audit_log: Denetim Günlüğünü Görüntüleme
view_audit_log_description: Kullanıcıların sunucudaki yönetsel eylemlerin bir tarihçesini görüntülemesine izin verir view_audit_log_description: Kullanıcıların sunucudaki yönetsel eylemlerin bir tarihçesini görüntülemesine izin verir
view_dashboard: Ana Paneli Görüntüleme view_dashboard: Ana Paneli Görüntüleme
view_dashboard_description: Kullanıcıların ana panele ve çeşitli ölçütlere erişmesine izin verir view_dashboard_description: Kullanıcıların ana panele ve çeşitli ölçütlere erişmesine izin verir

View File

@ -487,6 +487,9 @@ uk:
title: Поради щодо підписок title: Поради щодо підписок
unsuppress: Відновити поради щодо підписок unsuppress: Відновити поради щодо підписок
instances: instances:
audit_log:
title: Останні журнали перевірки
view_all: Переглянути повні журнали перевірки
availability: availability:
description_html: description_html:
few: Якщо доставлення до домену не вдалася за <strong>%{count} інших дні</strong>, жодних спроб доставлення не здійснюється, доки доставлення <em>від домену</em> не отримуватиметься. few: Якщо доставлення до домену не вдалася за <strong>%{count} інших дні</strong>, жодних спроб доставлення не здійснюється, доки доставлення <em>від домену</em> не отримуватиметься.

View File

@ -463,6 +463,9 @@ vi:
title: Gợi ý theo dõi title: Gợi ý theo dõi
unsuppress: Mở lại gợi ý theo dõi unsuppress: Mở lại gợi ý theo dõi
instances: instances:
audit_log:
title: Kiểm duyệt gần đây
view_all: Xem lịch sử đầy đủ
availability: availability:
description_html: description_html:
other: Nếu chuyển đến tên miền <strong>%{count} ngày</strong> mà không thành công, không chuyển gì nữa cho tới khi sự tiếp nhận <em>từ</em> máy chủ được nhận. other: Nếu chuyển đến tên miền <strong>%{count} ngày</strong> mà không thành công, không chuyển gì nữa cho tới khi sự tiếp nhận <em>từ</em> máy chủ được nhận.

View File

@ -463,6 +463,9 @@ zh-CN:
title: 关注推荐 title: 关注推荐
unsuppress: 恢复推荐关注 unsuppress: 恢复推荐关注
instances: instances:
audit_log:
title: 近期审计日志
view_all: 查看完整审计日志
availability: availability:
description_html: description_html:
other: 如果连续 <strong>%{count} 天</strong> 均无法成功向该域名投递消息,则将不再尝试向其投递,直至收到<em>来自</em>该域名的消息。 other: 如果连续 <strong>%{count} 天</strong> 均无法成功向该域名投递消息,则将不再尝试向其投递,直至收到<em>来自</em>该域名的消息。

View File

@ -463,6 +463,9 @@ zh-TW:
title: 跟隨建議 title: 跟隨建議
unsuppress: 回復跟隨建議 unsuppress: 回復跟隨建議
instances: instances:
audit_log:
title: 近期審計紀錄
view_all: 檢視完整審計紀錄
availability: availability:
description_html: description_html:
other: 若於 <strong>%{count} 天</strong>向某個網域遞送失敗,除非收到某個網域的遞送<em>表單</em>,否則不會繼續嘗試遞送。 other: 若於 <strong>%{count} 天</strong>向某個網域遞送失敗,除非收到某個網域的遞送<em>表單</em>,否則不會繼續嘗試遞送。