diff --git a/app/javascript/mastodon/locales/ca.json b/app/javascript/mastodon/locales/ca.json index 9ce2612b77..74d33c2357 100644 --- a/app/javascript/mastodon/locales/ca.json +++ b/app/javascript/mastodon/locales/ca.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Tanca la sessió", "confirmations.logout.message": "Segur que vols tancar la sessió?", "confirmations.logout.title": "Tancar la sessió?", + "confirmations.missing_alt_text.confirm": "Afegiu text alternatiu", + "confirmations.missing_alt_text.message": "La vostra publicació té contingut sense text alternatiu. Afegir-hi descripcions la farà accessible a més persones.", + "confirmations.missing_alt_text.secondary": "Publica-la igualment", + "confirmations.missing_alt_text.title": "Hi voleu afegir text alternatiu?", "confirmations.mute.confirm": "Silencia", "confirmations.redraft.confirm": "Esborra i reescriu", "confirmations.redraft.message": "Segur que vols eliminar aquest tut i tornar a escriure'l? Es perdran tots els impulsos i els favorits, i les respostes al tut original quedaran aïllades.", diff --git a/app/javascript/mastodon/locales/da.json b/app/javascript/mastodon/locales/da.json index c40e230bfc..7f198727a9 100644 --- a/app/javascript/mastodon/locales/da.json +++ b/app/javascript/mastodon/locales/da.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Log ud", "confirmations.logout.message": "Er du sikker på, at du vil logge ud?", "confirmations.logout.title": "Log ud?", + "confirmations.missing_alt_text.confirm": "Tilføj alt-tekst", + "confirmations.missing_alt_text.message": "Indlægget indeholder medier uden alt-tekst. Tilføjelse af beskrivelser bidrager til at gøre indholdet tilgængeligt for flere brugere.", + "confirmations.missing_alt_text.secondary": "Læg op alligevel", + "confirmations.missing_alt_text.title": "Tilføj alt-tekst?", "confirmations.mute.confirm": "Skjul (mute)", "confirmations.redraft.confirm": "Slet og omformulér", "confirmations.redraft.message": "Sikker på, at dette indlæg skal slettes og omskrives? Favoritter og boosts går tabt, og svar til det oprindelige indlæg mister tilknytningen.", diff --git a/app/javascript/mastodon/locales/de.json b/app/javascript/mastodon/locales/de.json index 1032271fc9..e7499cac8d 100644 --- a/app/javascript/mastodon/locales/de.json +++ b/app/javascript/mastodon/locales/de.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Abmelden", "confirmations.logout.message": "Möchtest du dich wirklich abmelden?", "confirmations.logout.title": "Abmelden?", + "confirmations.missing_alt_text.confirm": "Bildbeschreibung hinzufügen", + "confirmations.missing_alt_text.message": "Dein Beitrag enthält Medien ohne Bildbeschreibung. Mit Alt-Texten erreichst du auch Menschen mit einer Sehschwäche.", + "confirmations.missing_alt_text.secondary": "Trotzdem veröffentlichen", + "confirmations.missing_alt_text.title": "Bildbeschreibung hinzufügen?", "confirmations.mute.confirm": "Stummschalten", "confirmations.redraft.confirm": "Löschen und neu erstellen", "confirmations.redraft.message": "Möchtest du diesen Beitrag wirklich löschen und neu verfassen? Alle Favoriten sowie die bisher geteilten Beiträge werden verloren gehen und Antworten auf den ursprünglichen Beitrag verlieren den Zusammenhang.", diff --git a/app/javascript/mastodon/locales/eo.json b/app/javascript/mastodon/locales/eo.json index 4679623b02..7da4102920 100644 --- a/app/javascript/mastodon/locales/eo.json +++ b/app/javascript/mastodon/locales/eo.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Elsaluti", "confirmations.logout.message": "Ĉu vi certas, ke vi volas elsaluti?", "confirmations.logout.title": "Ĉu elsaluti?", + "confirmations.missing_alt_text.confirm": "Aldoni alttekston", + "confirmations.missing_alt_text.message": "Via afiŝo enhavas amaskomunikilaron sen altteksto. Aldono de priskriboj helpas fari vian enhavon alirebla por pli da homoj.", + "confirmations.missing_alt_text.secondary": "Afiŝu ĉiukaze", + "confirmations.missing_alt_text.title": "Ĉu aldoni alttekston?", "confirmations.mute.confirm": "Silentigi", "confirmations.redraft.confirm": "Forigi kaj reskribi", "confirmations.redraft.message": "Ĉu vi certas ke vi volas forigi tiun afiŝon kaj reskribi ĝin? Ĉiuj diskonigoj kaj stelumoj estos perditaj, kaj respondoj al la originala mesaĝo estos senparentaj.", diff --git a/app/javascript/mastodon/locales/es-AR.json b/app/javascript/mastodon/locales/es-AR.json index 5bef46bd3e..7cdf1f2d6b 100644 --- a/app/javascript/mastodon/locales/es-AR.json +++ b/app/javascript/mastodon/locales/es-AR.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Cerrar sesión", "confirmations.logout.message": "¿Estás seguro que querés cerrar la sesión?", "confirmations.logout.title": "¿Cerrar sesión?", + "confirmations.missing_alt_text.confirm": "Añadir texto alternativo", + "confirmations.missing_alt_text.message": "Tu publicación contiene medios sin texto alternativo. Añadir descripciones ayuda a que tu contenido sea accesible para más personas.", + "confirmations.missing_alt_text.secondary": "Publicar de todos modos", + "confirmations.missing_alt_text.title": "¿Deseas añadir texto alternativo?", "confirmations.mute.confirm": "Silenciar", "confirmations.redraft.confirm": "Eliminar mensaje original y editarlo", "confirmations.redraft.message": "¿Estás seguro que querés eliminar este mensaje y volver a editarlo? Se perderán las veces marcadas como favorito y sus adhesiones, y las respuestas al mensaje original quedarán huérfanas.", diff --git a/app/javascript/mastodon/locales/es-MX.json b/app/javascript/mastodon/locales/es-MX.json index 473b489a0b..1f4d4546e9 100644 --- a/app/javascript/mastodon/locales/es-MX.json +++ b/app/javascript/mastodon/locales/es-MX.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Cerrar sesión", "confirmations.logout.message": "¿Estás seguro de que quieres cerrar la sesión?", "confirmations.logout.title": "¿Deseas cerrar sesión?", + "confirmations.missing_alt_text.confirm": "Añadir texto alternativo", + "confirmations.missing_alt_text.message": "Tu publicación contiene contenido multimedia sin texto alternativo. Agregar descripciones ayuda a que tu contenido sea accesible para más personas.", + "confirmations.missing_alt_text.secondary": "Publicar de todas maneras", + "confirmations.missing_alt_text.title": "¿Añadir texto alternativo?", "confirmations.mute.confirm": "Silenciar", "confirmations.redraft.confirm": "Borrar y volver a borrador", "confirmations.redraft.message": "¿Estás seguro que quieres borrar esta publicación y editarla? Los favoritos e impulsos se perderán, y las respuestas a la publicación original quedarán separadas.", diff --git a/app/javascript/mastodon/locales/es.json b/app/javascript/mastodon/locales/es.json index ba903ceaa7..ddd08c44b3 100644 --- a/app/javascript/mastodon/locales/es.json +++ b/app/javascript/mastodon/locales/es.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Cerrar sesión", "confirmations.logout.message": "¿Seguro que quieres cerrar la sesión?", "confirmations.logout.title": "¿Cerrar sesión?", + "confirmations.missing_alt_text.confirm": "Añadir texto alternativo", + "confirmations.missing_alt_text.message": "Tu publicación contiene medios sin texto alternativo. Añadir descripciones ayuda a que tu contenido sea accesible para más personas.", + "confirmations.missing_alt_text.secondary": "Publicar de todos modos", + "confirmations.missing_alt_text.title": "¿Deseas añadir texto alternativo?", "confirmations.mute.confirm": "Silenciar", "confirmations.redraft.confirm": "Borrar y volver a borrador", "confirmations.redraft.message": "¿Estás seguro de querer borrar esta publicación y reescribirla? Los favoritos e impulsos se perderán, y las respuestas a la publicación original quedarán sin contexto.", diff --git a/app/javascript/mastodon/locales/fi.json b/app/javascript/mastodon/locales/fi.json index 2b1929a313..fab5775e90 100644 --- a/app/javascript/mastodon/locales/fi.json +++ b/app/javascript/mastodon/locales/fi.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Kirjaudu ulos", "confirmations.logout.message": "Haluatko varmasti kirjautua ulos?", "confirmations.logout.title": "Kirjaudutaanko ulos?", + "confirmations.missing_alt_text.confirm": "Lisää vaihtoehtoinen teksti", + "confirmations.missing_alt_text.message": "Julkaisussasi on mediaa ilman vaihtoehtoista tekstiä. Kuvausten lisääminen auttaa tekemään sisällöstäsi saavutettavamman useammille ihmisille.", + "confirmations.missing_alt_text.secondary": "Julkaise silti", + "confirmations.missing_alt_text.title": "Lisätäänkö vaihtoehtoinen teksti?", "confirmations.mute.confirm": "Mykistä", "confirmations.redraft.confirm": "Poista ja palauta muokattavaksi", "confirmations.redraft.message": "Haluatko varmasti poistaa julkaisun ja tehdä siitä luonnoksen? Suosikit ja tehostukset menetetään, ja alkuperäisen julkaisun vastaukset jäävät orvoiksi.", diff --git a/app/javascript/mastodon/locales/fo.json b/app/javascript/mastodon/locales/fo.json index 42677ebe56..00499b3c24 100644 --- a/app/javascript/mastodon/locales/fo.json +++ b/app/javascript/mastodon/locales/fo.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Rita út", "confirmations.logout.message": "Ert tú vís/ur í, at tú vilt útrita teg?", "confirmations.logout.title": "Rita út?", + "confirmations.missing_alt_text.confirm": "Legg alternativan tekst afturat", + "confirmations.missing_alt_text.message": "Posturin hjá tær inniheldur miðlar uttan alternativan tekst. Leggur tú lýsingar afturat verður tilfarið hjá tær atkomuligt hjá fleiri.", + "confirmations.missing_alt_text.secondary": "Posta allíkavæl", + "confirmations.missing_alt_text.title": "Legg alternativan tekst afturat?", "confirmations.mute.confirm": "Doyv", "confirmations.redraft.confirm": "Sletta og skriva umaftur", "confirmations.redraft.message": "Vilt tú veruliga strika hendan postin og í staðin gera hann til eina nýggja kladdu? Yndisfrámerki og framhevjanir blíva burtur, og svar til upprunapostin missa tilknýtið.", diff --git a/app/javascript/mastodon/locales/fy.json b/app/javascript/mastodon/locales/fy.json index c47e6ac88a..aafef2a41d 100644 --- a/app/javascript/mastodon/locales/fy.json +++ b/app/javascript/mastodon/locales/fy.json @@ -86,14 +86,33 @@ "alert.unexpected.message": "Der is in ûnferwachte flater bard.", "alert.unexpected.title": "Oepsy!", "alt_text_badge.title": "Alternative tekst", + "alt_text_modal.add_alt_text": "Alt-tekst tafoegje", + "alt_text_modal.add_text_from_image": "Tekst fan ôfbylding tafoegje", + "alt_text_modal.cancel": "Annulearje", + "alt_text_modal.change_thumbnail": "Miniatuerôfbylding wizigje", + "alt_text_modal.describe_for_people_with_hearing_impairments": "Beskriuw dit foar dôven en hurdhearrige…", + "alt_text_modal.describe_for_people_with_visual_impairments": "Beskriuw dit foar blinen en fisueel beheinde…", + "alt_text_modal.done": "Klear", "announcement.announcement": "Oankundiging", "annual_report.summary.archetype.booster": "De cool-hunter", + "annual_report.summary.archetype.lurker": "De lurker", "annual_report.summary.archetype.oracle": "It orakel", "annual_report.summary.archetype.pollster": "De opinypeiler", "annual_report.summary.archetype.replier": "De sosjale flinter", "annual_report.summary.followers.followers": "folgers", "annual_report.summary.followers.total": "totaal {count}", "annual_report.summary.here_it_is": "Jo jieroersjoch foar {year}:", + "annual_report.summary.highlighted_post.by_favourites": "berjocht mei de measte favoriten", + "annual_report.summary.highlighted_post.by_reblogs": "berjocht mei de measte boosts", + "annual_report.summary.highlighted_post.by_replies": "berjocht mei de measte reaksjes", + "annual_report.summary.highlighted_post.possessive": "{name}’s", + "annual_report.summary.most_used_app.most_used_app": "meast brûkte app", + "annual_report.summary.most_used_hashtag.most_used_hashtag": "meast brûkte hashtag", + "annual_report.summary.most_used_hashtag.none": "Gjin", + "annual_report.summary.new_posts.new_posts": "nije berjochten", + "annual_report.summary.percentile.text": "Hjirmei hearre jo ta de top fan {domain}.", + "annual_report.summary.percentile.we_wont_tell_bernie": "Wy sille Bernie neat fertelle.", + "annual_report.summary.thanks": "Tank dat jo part binne fan Mastodon!", "attachments_list.unprocessed": "(net ferwurke)", "audio.hide": "Audio ferstopje", "block_modal.remote_users_caveat": "Wy freegje de server {domain} om jo beslút te respektearjen. It neilibben hjirfan is echter net garandearre, omdat guon servers blokkaden oars ynterpretearje kinne. Iepenbiere berjochten binne mooglik noch hieltyd sichtber foar net-oanmelde brûkers.", @@ -117,6 +136,7 @@ "bundle_column_error.routing.body": "De opfrege side kin net fûn wurde. Binne jo wis dat de URL yn de adresbalke goed is?", "bundle_column_error.routing.title": "404", "bundle_modal_error.close": "Slute", + "bundle_modal_error.message": "Der gie wat mis by it laden fan dit skerm.", "bundle_modal_error.retry": "Opnij probearje", "closed_registrations.other_server_instructions": "Omdat Mastodon desintralisearre is, kinne jo in account meitsje op in oare server en noch hieltyd ynteraksje hawwe mei dizze.", "closed_registrations_modal.description": "It oanmeitsjen fan in account op {domain} is op dit stuit net mooglik, mar hâld asjebleaft yn gedachten dat jo gjin account spesifyk op {domain} nedich hawwe om Mastodon te brûken.", @@ -127,13 +147,16 @@ "column.blocks": "Blokkearre brûkers", "column.bookmarks": "Blêdwizers", "column.community": "Lokale tiidline", + "column.create_list": "List oanmeitsje", "column.direct": "Priveefermeldingen", "column.directory": "Profilen trochsykje", "column.domain_blocks": "Blokkearre domeinen", + "column.edit_list": "List bewurkje", "column.favourites": "Favoriten", "column.firehose": "Live feeds", "column.follow_requests": "Folchfersiken", "column.home": "Startside", + "column.list_members": "Listleden beheare", "column.lists": "Listen", "column.mutes": "Negearre brûkers", "column.notifications": "Meldingen", @@ -146,6 +169,7 @@ "column_header.pin": "Fêstsette", "column_header.show_settings": "Ynstellingen toane", "column_header.unpin": "Losmeitsje", + "column_search.cancel": "Annulearje", "column_subheading.settings": "Ynstellingen", "community.column_settings.local_only": "Allinnich lokaal", "community.column_settings.media_only": "Allinnich media", @@ -188,6 +212,9 @@ "confirmations.edit.confirm": "Bewurkje", "confirmations.edit.message": "Troch no te bewurkjen sil it berjocht dat jo no oan it skriuwen binne oerskreaun wurde. Wolle jo trochgean?", "confirmations.edit.title": "Berjocht oerskriuwe?", + "confirmations.follow_to_list.confirm": "Folgje en tafoegje oan de list", + "confirmations.follow_to_list.message": "Jo moatte {name} folgje om se ta te foegjen oan in list.", + "confirmations.follow_to_list.title": "Brûker folgje?", "confirmations.logout.confirm": "Ofmelde", "confirmations.logout.message": "Binne jo wis dat jo ôfmelde wolle?", "confirmations.logout.title": "Ofmelde?", @@ -219,6 +246,7 @@ "disabled_account_banner.text": "Jo account {disabledAccount} is op dit stuit útskeakele.", "dismissable_banner.community_timeline": "Dit binne de meast resinte iepenbiere berjochten fan accounts op {domain}.", "dismissable_banner.dismiss": "Slute", + "dismissable_banner.explore_links": "Dizze nijsartikelen wurde hjoed de dei it meast dield op de fediverse. Nijere artikelen dy’t troch mear ferskate minsken pleatst binne, wurde heger rangskikt.", "domain_block_modal.block": "Server blokkearje", "domain_block_modal.block_account_instead": "Yn stee hjirfan {name} blokkearje", "domain_block_modal.they_can_interact_with_old_posts": "Minsken op dizze server kinne ynteraksje hawwe mei jo âlde berjochten.", @@ -381,6 +409,9 @@ "ignore_notifications_modal.not_followers_title": "Meldingen negearje fan minsken dy’t jo net folgje?", "ignore_notifications_modal.not_following_title": "Meldingen negearje fan minsken dy’t josels net folgje?", "ignore_notifications_modal.private_mentions_title": "Meldingen negearje fan net frege priveeberjochten?", + "info_button.label": "Help", + "interaction_modal.go": "Gean", + "interaction_modal.no_account_yet": "Hawwe jo noch gjin account?", "interaction_modal.on_another_server": "Op een oare server", "interaction_modal.on_this_server": "Op dizze server", "interaction_modal.title.favourite": "Berjocht fan {name} as favoryt markearje", @@ -388,6 +419,7 @@ "interaction_modal.title.reblog": "Berjocht fan {name} booste", "interaction_modal.title.reply": "Op it berjocht fan {name} reagearje", "interaction_modal.title.vote": "Stimme yn {name}’s peiling", + "interaction_modal.username_prompt": "Byg. {example}", "intervals.full.days": "{number, plural, one {# dei} other {# dagen}} lyn", "intervals.full.hours": "{number, plural, one {# oere} other {# oeren}} lyn", "intervals.full.minutes": "{number, plural, one {# minút} other {# minuten}} lyn", @@ -423,6 +455,7 @@ "keyboard_shortcuts.toggle_hidden": "Tekst efter CW-fjild ferstopje/toane", "keyboard_shortcuts.toggle_sensitivity": "Media ferstopje/toane", "keyboard_shortcuts.toot": "Nij berjocht skriuwe", + "keyboard_shortcuts.translate": "om in berjocht oer te setten", "keyboard_shortcuts.unfocus": "to un-focus compose textarea/search", "keyboard_shortcuts.up": "Nei boppe yn list ferpleatse", "lightbox.close": "Slute", @@ -435,11 +468,32 @@ "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.add_member": "Tafoegje", + "lists.add_to_list": "Oan list tafoegje", + "lists.add_to_lists": "{name} oan listen tafoegje", + "lists.create": "Oanmeitsje", + "lists.create_a_list_to_organize": "Meitsje in nije list oan om jo starttiidline te organisearjen", + "lists.create_list": "List oanmeitsje", "lists.delete": "List fuortsmite", + "lists.done": "Klear", "lists.edit": "List bewurkje", + "lists.exclusive": "Leden op jo Startside ferstopje", + "lists.exclusive_hint": "As ien op dizze list stiet, ferstopje dizze persoan dan op jo starttiidline om foar te kommen dat harren berjochten twa kear toand wurde.", + "lists.find_users_to_add": "Fyn brûkers om ta te foegjen", + "lists.list_members": "Listleden", + "lists.list_members_count": "{count, plural, one{# lid} other{# leden}}", + "lists.list_name": "Listnamme", + "lists.new_list_name": "Nije listnamme", + "lists.no_lists_yet": "Noch gjin listen.", + "lists.no_members_yet": "Noch gjin leden.", + "lists.no_results_found": "Gjin resultaten fûn.", + "lists.remove_member": "Fuortsmite", "lists.replies_policy.followed": "Elke folge brûker", "lists.replies_policy.list": "Leden fan de list", "lists.replies_policy.none": "Net ien", + "lists.save": "Bewarje", + "lists.search": "Sykje", + "lists.show_replies_to": "Foegje antwurden fan listleden ta oan", "load_pending": "{count, plural, one {# nij item} other {# nije items}}", "loading_indicator.label": "Lade…", "media_gallery.hide": "Ferstopje", @@ -488,8 +542,12 @@ "notification.admin.report_statuses_other": "{name} hat {target} rapportearre", "notification.admin.sign_up": "{name} hat harren registrearre", "notification.admin.sign_up.name_and_others": "{name} en {count, plural, one {# oar} other {# oaren}} hawwe harren registrearre", + "notification.annual_report.message": "Jo {year} #Wrapstodon stiet klear! Lit de hichtepunten en memorabele mominten fan jo jier sjen op Mastodon!", + "notification.annual_report.view": "#Wrapstodon besjen", "notification.favourite": "{name} hat jo berjocht as favoryt markearre", "notification.favourite.name_and_others_with_link": "{name} en {count, plural, one {# oar} other {# oaren}} hawwe jo berjocht as favoryt markearre", + "notification.favourite_pm": "{name} hat jo priveeberjocht as favoryt markearre", + "notification.favourite_pm.name_and_others_with_link": "{name} en {count, plural, one {# oar} other {# oaren}} hawwe jo priveeberjocht as favoryt markearre", "notification.follow": "{name} folget dy", "notification.follow.name_and_others": "{name} en {count, plural, one {# oar persoan} other {# oare persoanen}} folgje jo no", "notification.follow_request": "{name} hat dy in folchfersyk stjoerd", @@ -594,7 +652,11 @@ "notifications_permission_banner.enable": "Desktopmeldingen ynskeakelje", "notifications_permission_banner.how_to_control": "Om meldingen te ûntfangen wannear’t Mastodon net iepen stiet. Jo kinne krekt bepale hokker soarte fan ynteraksjes wol of gjin desktopmeldingen jouwe fia de boppesteande {icon} knop.", "notifications_permission_banner.title": "Mis neat", + "onboarding.follows.back": "Tebek", + "onboarding.follows.done": "Klear", "onboarding.follows.empty": "Spitigernôch kinne op dit stuit gjin resultaten toand wurde. Jo kinne probearje te sykjen of te blêdzjen troch de ferkenningsside om minsken te finen dy’t jo folgje kinne, of probearje it letter opnij.", + "onboarding.follows.search": "Sykje", + "onboarding.follows.title": "Folgje minsken om te begjinnen", "onboarding.profile.discoverable": "Meitsje myn profyl te finen", "onboarding.profile.discoverable_hint": "Wannear’t jo akkoard gean mei it te finen wêzen op Mastodon, ferskine jo berjochten yn sykresultaten en kinne se trending wurde, en jo profyl kin oan oare minsken oanrekommandearre wurde wannear’t se fergelykbere ynteressen hawwe.", "onboarding.profile.display_name": "Werjeftenamme", @@ -632,6 +694,8 @@ "privacy_policy.title": "Privacybelied", "recommended": "Oanrekommandearre", "refresh": "Ferfarskje", + "regeneration_indicator.please_stand_by": "In amerijke.", + "regeneration_indicator.preparing_your_home_feed": "Tarieden fan jo starttiidline…", "relative_time.days": "{number}d", "relative_time.full.days": "{number, plural, one {# dei} other {# dagen}} lyn", "relative_time.full.hours": "{number, plural, one {# oere} other {# oeren}} lyn", @@ -715,8 +779,11 @@ "search_results.accounts": "Profilen", "search_results.all": "Alles", "search_results.hashtags": "Hashtags", + "search_results.no_results": "Gjin resultaten.", + "search_results.no_search_yet": "Probearje te sykjen nei berjochten, profilen of hashtags.", "search_results.see_all": "Alles besjen", "search_results.statuses": "Berjochten", + "search_results.title": "Sykje nei ‘{q}’", "server_banner.about_active_users": "Oantal brûkers yn de ôfrûne 30 dagen (MAU)", "server_banner.active_users": "warbere brûkers", "server_banner.administered_by": "Beheard troch:", @@ -768,6 +835,7 @@ "status.reblogs.empty": "Net ien hat dit berjocht noch boost. Wannear’t ien dit docht, falt dat hjir te sjen.", "status.redraft": "Fuortsmite en opnij opstelle", "status.remove_bookmark": "Blêdwizer fuortsmite", + "status.remove_favourite": "Ut favoriten fuortsmite", "status.replied_in_thread": "Antwurde yn petear", "status.replied_to": "Antwurde op {name}", "status.reply": "Beäntwurdzje", @@ -789,6 +857,7 @@ "subscribed_languages.target": "Toande talen foar {target} wizigje", "tabs_bar.home": "Startside", "tabs_bar.notifications": "Meldingen", + "terms_of_service.title": "Gebrûksbetingsten", "time_remaining.days": "{number, plural, one {# dei} other {# dagen}} te gean", "time_remaining.hours": "{number, plural, one {# oere} other {# oeren}} te gean", "time_remaining.minutes": "{number, plural, one {# minút} other {# minuten}} te gean", diff --git a/app/javascript/mastodon/locales/gl.json b/app/javascript/mastodon/locales/gl.json index 87c8e939ee..b26e977609 100644 --- a/app/javascript/mastodon/locales/gl.json +++ b/app/javascript/mastodon/locales/gl.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Pechar sesión", "confirmations.logout.message": "Desexas pechar a sesión?", "confirmations.logout.title": "Pechar sesión?", + "confirmations.missing_alt_text.confirm": "Engadir texto descritivo", + "confirmations.missing_alt_text.message": "A publicación contén multimedia sen un texto que o describa. Ao engadir a descrición fas o contido accesible para máis persoas.", + "confirmations.missing_alt_text.secondary": "Publicar igualmente", + "confirmations.missing_alt_text.title": "Engadir texto descritivo?", "confirmations.mute.confirm": "Acalar", "confirmations.redraft.confirm": "Eliminar e reescribir", "confirmations.redraft.message": "Tes a certeza de querer eliminar esta publicación e reescribila? Perderás as promocións e favorecementos, e as respostas á publicación orixinal ficarán orfas.", diff --git a/app/javascript/mastodon/locales/he.json b/app/javascript/mastodon/locales/he.json index 22481cfe5b..2358d7bd2a 100644 --- a/app/javascript/mastodon/locales/he.json +++ b/app/javascript/mastodon/locales/he.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "התנתקות", "confirmations.logout.message": "האם אתם בטוחים שאתם רוצים להתנתק?", "confirmations.logout.title": "להתנתק?", + "confirmations.missing_alt_text.confirm": "הוספת מלל חלופי", + "confirmations.missing_alt_text.message": "ההודעה שלך כוללת קבצים גרפיים ללא תיאור (מלל חלופי). הוספת תיאורים עוזרת להנגיש את התוכן ליותר אנשים.", + "confirmations.missing_alt_text.secondary": "לפרסם בכל זאת", + "confirmations.missing_alt_text.title": "להוסיף מלל חלופי?", "confirmations.mute.confirm": "להשתיק", "confirmations.redraft.confirm": "מחיקה ועריכה מחדש", "confirmations.redraft.message": "למחוק ולהתחיל טיוטה חדשה? חיבובים והדהודים יאבדו, ותגובות להודעה המקורית ישארו יתומות.", diff --git a/app/javascript/mastodon/locales/hu.json b/app/javascript/mastodon/locales/hu.json index ab8ee64249..960f6b535b 100644 --- a/app/javascript/mastodon/locales/hu.json +++ b/app/javascript/mastodon/locales/hu.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Kijelentkezés", "confirmations.logout.message": "Biztos, hogy kijelentkezel?", "confirmations.logout.title": "Kijelentkezel?", + "confirmations.missing_alt_text.confirm": "Helyettesítő szöveg hozzáadása", + "confirmations.missing_alt_text.message": "A bejegyzés helyettesítő szöveg nélküli médiát tartalmaz. A leírások hozzáadása segít a tartalom akadálymentesebbé tételében.", + "confirmations.missing_alt_text.secondary": "Közzététel mindenképpen", + "confirmations.missing_alt_text.title": "Helyettesítő szöveg hozzáadása?", "confirmations.mute.confirm": "Némítás", "confirmations.redraft.confirm": "Törlés és újraírás", "confirmations.redraft.message": "Biztos, hogy ezt a bejegyzést szeretnéd törölni és újraírni? Minden megtolást és kedvencnek jelölést elvesztesz, az eredetire adott válaszok pedig elárvulnak.", diff --git a/app/javascript/mastodon/locales/is.json b/app/javascript/mastodon/locales/is.json index 743c4cad82..7feac4b063 100644 --- a/app/javascript/mastodon/locales/is.json +++ b/app/javascript/mastodon/locales/is.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Skrá út", "confirmations.logout.message": "Ertu viss um að þú viljir skrá þig út?", "confirmations.logout.title": "Skrá út?", + "confirmations.missing_alt_text.confirm": "Bæta við hjálpartexta", + "confirmations.missing_alt_text.message": "Færslan þín inniheldur myndefni án ALT-hjálpartexta. Ef þú bætir við lýsingu á myndefninu gerir það efnið þitt aðgengilegt fyrir fleira fólk.", + "confirmations.missing_alt_text.secondary": "Birta samt", + "confirmations.missing_alt_text.title": "Bæta við hjálpartexta?", "confirmations.mute.confirm": "Þagga", "confirmations.redraft.confirm": "Eyða og endurvinna drög", "confirmations.redraft.message": "Ertu viss um að þú viljir eyða þessari færslu og enduvinna drögin? Eftirlæti og endurbirtingar munu glatast og svör við upprunalegu færslunni munu verða munaðarlaus.", diff --git a/app/javascript/mastodon/locales/nl.json b/app/javascript/mastodon/locales/nl.json index 817160a032..3329878229 100644 --- a/app/javascript/mastodon/locales/nl.json +++ b/app/javascript/mastodon/locales/nl.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Uitloggen", "confirmations.logout.message": "Weet je zeker dat je wilt uitloggen?", "confirmations.logout.title": "Uitloggen?", + "confirmations.missing_alt_text.confirm": "Alt-tekst toevoegen", + "confirmations.missing_alt_text.message": "Je bericht bevat media zonder alt-tekst. Het toevoegen van beschrijvingen helpt je om je inhoud toegankelijk te maken voor meer mensen.", + "confirmations.missing_alt_text.secondary": "Toch plaatsen", + "confirmations.missing_alt_text.title": "Alt-tekst toevoegen?", "confirmations.mute.confirm": "Negeren", "confirmations.redraft.confirm": "Verwijderen en herschrijven", "confirmations.redraft.message": "Weet je zeker dat je dit bericht wilt verwijderen en herschrijven? Je verliest wel de boosts en favorieten, en de reacties op het originele bericht raak je kwijt.", @@ -301,7 +305,7 @@ "empty_column.explore_statuses": "Momenteel zijn er geen trends. Kom later terug!", "empty_column.favourited_statuses": "Jij hebt nog geen favoriete berichten. Wanneer je een bericht als favoriet markeert, valt deze hier te zien.", "empty_column.favourites": "Niemand heeft dit bericht nog als favoriet gemarkeerd. Wanneer iemand dit doet, valt dat hier te zien.", - "empty_column.follow_requests": "Jij hebt nog enkel volgverzoek ontvangen. Wanneer je er eentje ontvangt, valt dat hier te zien.", + "empty_column.follow_requests": "Je hebt nog geen volgverzoeken ontvangen. Wanneer je er een ontvangt, valt dat hier te zien.", "empty_column.followed_tags": "Je hebt nog geen hashtags gevolgd. Nadat je dit doet, komen deze hier te staan.", "empty_column.hashtag": "Er is nog niks te vinden onder deze hashtag.", "empty_column.home": "Deze tijdlijn is leeg! Volg meer mensen om het te vullen.", diff --git a/app/javascript/mastodon/locales/nn.json b/app/javascript/mastodon/locales/nn.json index 9d45728373..95d173dca5 100644 --- a/app/javascript/mastodon/locales/nn.json +++ b/app/javascript/mastodon/locales/nn.json @@ -211,6 +211,10 @@ "confirmations.logout.confirm": "Logg ut", "confirmations.logout.message": "Er du sikker på at du vil logga ut?", "confirmations.logout.title": "Logg ut?", + "confirmations.missing_alt_text.confirm": "Legg til alternativ tekst", + "confirmations.missing_alt_text.message": "Posten din inneheld media utan alternativ-tekst. Det å leggje til skildringar hjelper med gjere innhaldet ditt tilgjengeleg for fleire personar.", + "confirmations.missing_alt_text.secondary": "Publiser likevel", + "confirmations.missing_alt_text.title": "Legg til alternativ tekst?", "confirmations.mute.confirm": "Demp", "confirmations.redraft.confirm": "Slett & skriv på nytt", "confirmations.redraft.message": "Er du sikker på at du vil sletta denne statusen og skriva han på nytt? Då misser du favorittar og framhevingar, og svar til det opprinnelege innlegget vert foreldrelause.", diff --git a/app/javascript/mastodon/locales/pt-PT.json b/app/javascript/mastodon/locales/pt-PT.json index 48ae395481..801c84f23c 100644 --- a/app/javascript/mastodon/locales/pt-PT.json +++ b/app/javascript/mastodon/locales/pt-PT.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Terminar sessão", "confirmations.logout.message": "Tens a certeza de que queres terminar a sessão?", "confirmations.logout.title": "Terminar sessão?", + "confirmations.missing_alt_text.confirm": "Adicionar texto alternativo", + "confirmations.missing_alt_text.message": "A sua publicação contém elementos gráficos sem texto alternativo. Adicionar descrições ajuda a tornar o seu conteúdo acessível a mais pessoas.", + "confirmations.missing_alt_text.secondary": "Publicar mesmo assim", + "confirmations.missing_alt_text.title": "Adicionar texto alternativo?", "confirmations.mute.confirm": "Ocultar", "confirmations.redraft.confirm": "Eliminar e reescrever", "confirmations.redraft.message": "Tens a certeza de que queres eliminar e tornar a escrever esta publicação? Os favoritos e as publicações impulsionadas perder-se-ão e as respostas à publicação original ficarão órfãs.", diff --git a/app/javascript/mastodon/locales/sq.json b/app/javascript/mastodon/locales/sq.json index 68b774336e..29b8a8263a 100644 --- a/app/javascript/mastodon/locales/sq.json +++ b/app/javascript/mastodon/locales/sq.json @@ -213,6 +213,10 @@ "confirmations.logout.confirm": "Dilni", "confirmations.logout.message": "Jeni i sigurt se doni të dilet?", "confirmations.logout.title": "Të dilet?", + "confirmations.missing_alt_text.confirm": "Shtoni tekst alternativ", + "confirmations.missing_alt_text.message": "Postimi juaj përmban media pa tekst alternativ. Shtimi i përshkrimeve ndihmon të bëhet lënda juaj e përdorshme nga më tepër njerëz.", + "confirmations.missing_alt_text.secondary": "Postoje, sido qoftë", + "confirmations.missing_alt_text.title": "Të shtohet tekst alternativ?", "confirmations.mute.confirm": "Heshtoje", "confirmations.redraft.confirm": "Fshijeni & rihartojeni", "confirmations.redraft.message": "Jeni i sigurt se doni të fshihet kjo gjendje dhe të rihartohet? Të parapëlqyerit dhe përforcimet do të humbin, ndërsa përgjigjet te postimi origjinal do të bëhen jetime.", diff --git a/app/javascript/mastodon/locales/tr.json b/app/javascript/mastodon/locales/tr.json index 484e6c6b73..589037af4d 100644 --- a/app/javascript/mastodon/locales/tr.json +++ b/app/javascript/mastodon/locales/tr.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "Oturumu kapat", "confirmations.logout.message": "Oturumu kapatmak istediğinden emin misin?", "confirmations.logout.title": "Oturumu kapat?", + "confirmations.missing_alt_text.confirm": "Alternatif metin ekle", + "confirmations.missing_alt_text.message": "Gönderiniz alternatif metni olmayan medya içeriyor. Tanımlamalar eklemek, içeriğinizi insanlar açısından daha erişilebilir kılar.", + "confirmations.missing_alt_text.secondary": "Yine de gönder", + "confirmations.missing_alt_text.title": "Alternatif metin ekle?", "confirmations.mute.confirm": "Sessize al", "confirmations.redraft.confirm": "Sil Düzenle ve yeniden paylaş", "confirmations.redraft.message": "Bu gönderiyi silip taslak haline getirmek istediğinize emin misiniz? Mevcut favoriler ve boostlar silinecek ve gönderiye verilen yanıtlar başıboş kalacak.", diff --git a/app/javascript/mastodon/locales/uk.json b/app/javascript/mastodon/locales/uk.json index 277c7df4a7..ce44f902f9 100644 --- a/app/javascript/mastodon/locales/uk.json +++ b/app/javascript/mastodon/locales/uk.json @@ -218,6 +218,9 @@ "confirmations.logout.confirm": "Вийти", "confirmations.logout.message": "Ви впевнені, що хочете вийти?", "confirmations.logout.title": "Вийти?", + "confirmations.missing_alt_text.confirm": "Додати альтернативний текст", + "confirmations.missing_alt_text.secondary": "Все одно опублікувати", + "confirmations.missing_alt_text.title": "Додати альтернативний текст?", "confirmations.mute.confirm": "Приховати", "confirmations.redraft.confirm": "Видалити та виправити", "confirmations.redraft.message": "Ви впевнені, що хочете видалити цей допис та переписати його? Додавання у вибране та поширення буде втрачено, а відповіді на оригінальний допис залишаться без першоджерела.", diff --git a/app/javascript/mastodon/locales/zh-CN.json b/app/javascript/mastodon/locales/zh-CN.json index 0b430ae3b2..a096db73da 100644 --- a/app/javascript/mastodon/locales/zh-CN.json +++ b/app/javascript/mastodon/locales/zh-CN.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "退出登录", "confirmations.logout.message": "确定要退出登录吗?", "confirmations.logout.title": "确定要退出登录?", + "confirmations.missing_alt_text.confirm": "添加替代文本", + "confirmations.missing_alt_text.message": "您的帖子包含没有添加替代文本的媒体。添加描述有助于使更多人访问您的内容。", + "confirmations.missing_alt_text.secondary": "就这样发布", + "confirmations.missing_alt_text.title": "添加替代文本?", "confirmations.mute.confirm": "隐藏", "confirmations.redraft.confirm": "删除并重新编辑", "confirmations.redraft.message": "确定删除这条嘟文并重写吗?所有相关的喜欢和转嘟都将丢失,嘟文的回复也会失去关联。", diff --git a/app/javascript/mastodon/locales/zh-TW.json b/app/javascript/mastodon/locales/zh-TW.json index d8b8197730..a91778a9fb 100644 --- a/app/javascript/mastodon/locales/zh-TW.json +++ b/app/javascript/mastodon/locales/zh-TW.json @@ -218,6 +218,10 @@ "confirmations.logout.confirm": "登出", "confirmations.logout.message": "您確定要登出嗎?", "confirmations.logout.title": "您確定要登出嗎?", + "confirmations.missing_alt_text.confirm": "新增說明文字", + "confirmations.missing_alt_text.message": "您的嘟文中的多媒體內容未附上說明文字。添加說明文字描述能幫助更多人存取您的內容。", + "confirmations.missing_alt_text.secondary": "仍要發嘟", + "confirmations.missing_alt_text.title": "是否新增說明文字?", "confirmations.mute.confirm": "靜音", "confirmations.redraft.confirm": "刪除並重新編輯", "confirmations.redraft.message": "您確定要刪除這則嘟文並重新編輯嗎?您將失去這則嘟文之轉嘟及最愛,且對此嘟文之回覆會變成獨立的嘟文。", diff --git a/config/locales/activerecord.fy.yml b/config/locales/activerecord.fy.yml index 80727feef8..8885fd43c1 100644 --- a/config/locales/activerecord.fy.yml +++ b/config/locales/activerecord.fy.yml @@ -23,6 +23,8 @@ fy: models: account: attributes: + fields: + fields_with_values_missing_labels: befettet wearden mei ûntbrekkende labels username: invalid: mei allinnich letters, nûmers en ûnderstreekjes befetsje reserved: reservearre diff --git a/config/locales/fo.yml b/config/locales/fo.yml index df99926a4c..93bf30e0ef 100644 --- a/config/locales/fo.yml +++ b/config/locales/fo.yml @@ -948,6 +948,9 @@ fo: preview: explanation_html: 'Teldubrævið verður sent til %{display_count} brúkarar, sum hava stovna kontu áðrenn %{date}. Fylgjandi tekstur kemur við í teldubrævið:' send_preview: Send undanvísing til %{email} + send_to_all: + one: Send %{display_count} teldubræv + other: Send %{display_count} teldubrøv title: Undanvís fráboðan um tænastutreytir publish: Útgev published_on_html: Útgivið %{date} diff --git a/config/locales/fy.yml b/config/locales/fy.yml index 2809019bf3..a1843a111e 100644 --- a/config/locales/fy.yml +++ b/config/locales/fy.yml @@ -1209,6 +1209,7 @@ fy: too_fast: Formulier is te fluch yntsjinne. Probearje it nochris. use_security_key: Befeiligingskaai brûke user_agreement_html: Ik haw de gebrûksbetingsten en it privacybelied lêzen en gean der mei akkoard + user_privacy_agreement_html: Ik haw it privacybelied lêzen en gean dêrmei akkoard author_attribution: example_title: Faorbyldtekst hint_html: Skriuwe jo nijs- of blogartikelen bûten Mastodon? Bepaal hoe’t jo oahelle wurde as dizze dield wurde op Mastodon. diff --git a/config/locales/gl.yml b/config/locales/gl.yml index fe0b00fec2..1db9b74b69 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -176,7 +176,7 @@ gl: approve_appeal: Aprobar apelación approve_user: Aprobar Usuaria assigned_to_self_report: Asignar denuncia - change_email_user: Cambiar o correo da Usuaria + change_email_user: Cambiar o correo da usuaria change_role_user: Cambiar Rol da Usuaria confirm_user: Confirmar usuaria create_account_warning: Crear aviso diff --git a/config/locales/simple_form.bg.yml b/config/locales/simple_form.bg.yml index 6f3681de5b..a1d0137b13 100644 --- a/config/locales/simple_form.bg.yml +++ b/config/locales/simple_form.bg.yml @@ -134,6 +134,7 @@ bg: changelog: Може да се структурира със синтаксиса на Markdown. text: Може да се структурира със синтаксиса на Markdown. terms_of_service_generator: + admin_email: Правните бележки включват насрещни известия, постановления на съда, заявки за сваляне и заявки от правоохранителните органи. domain: Неповторимо идентифициране на онлайн услугата, която предоставяте. jurisdiction: Впишете държавата, където живее всеки, който плаща сметките. Ако е дружество или друго образувание, то впишете държавата, в която е регистрирано, и градът, регионът, територията или щатът според случая. user: diff --git a/config/locales/simple_form.ca.yml b/config/locales/simple_form.ca.yml index bc7183318b..0abf5b1331 100644 --- a/config/locales/simple_form.ca.yml +++ b/config/locales/simple_form.ca.yml @@ -225,6 +225,7 @@ ca: setting_display_media_show_all: Mostra-ho tot setting_expand_spoilers: Desplega sempre els tuts marcats amb advertències de contingut setting_hide_network: Amaga la teva xarxa + setting_missing_alt_text_modal: Mostra un diàleg de confirmació abans de publicar contingut sense text alternatiu setting_reduce_motion: Redueix el moviment de les animacions setting_system_font_ui: Usa la lletra predeterminada del sistema setting_system_scrollbars_ui: Usa la barra de desplaçament predeterminada del sistema diff --git a/config/locales/simple_form.da.yml b/config/locales/simple_form.da.yml index 676f184f98..96bd1b3e70 100644 --- a/config/locales/simple_form.da.yml +++ b/config/locales/simple_form.da.yml @@ -233,6 +233,7 @@ da: setting_display_media_show_all: Vis alle setting_expand_spoilers: Ekspandér altid indlæg markeret med indholdsadvarsler setting_hide_network: Skjul din sociale graf + setting_missing_alt_text_modal: Vis bekræftelsesdialog inden medier uden alt-tekst lægges op setting_reduce_motion: Reducér animationsbevægelse setting_system_font_ui: Brug systemets standardskrifttype setting_system_scrollbars_ui: Brug standard systemrullebjælke diff --git a/config/locales/simple_form.de.yml b/config/locales/simple_form.de.yml index 2becfb36dc..9f3f84ffce 100644 --- a/config/locales/simple_form.de.yml +++ b/config/locales/simple_form.de.yml @@ -233,6 +233,7 @@ de: setting_display_media_show_all: Alle Medien anzeigen setting_expand_spoilers: Beiträge mit Inhaltswarnung immer ausklappen setting_hide_network: Follower und „Folge ich“ nicht anzeigen + setting_missing_alt_text_modal: Bestätigungsdialog anzeigen, bevor Medien ohne Bildbeschreibung veröffentlicht werden setting_reduce_motion: Bewegung in Animationen verringern setting_system_font_ui: Standardschriftart des Browsers verwenden setting_system_scrollbars_ui: Bildlaufleiste des Systems verwenden diff --git a/config/locales/simple_form.eo.yml b/config/locales/simple_form.eo.yml index 4688fe614a..7aafd666a5 100644 --- a/config/locales/simple_form.eo.yml +++ b/config/locales/simple_form.eo.yml @@ -233,6 +233,7 @@ eo: setting_display_media_show_all: Montri ĉiujn setting_expand_spoilers: Ĉiam malfoldas mesaĝojn markitajn per averto pri enhavo setting_hide_network: Kaŝi viajn sekvantojn kaj sekvatojn + setting_missing_alt_text_modal: Montru konfirman dialogon antaŭ afiŝado de amaskomunikiloj sen altteksto setting_reduce_motion: Redukti la movecojn de la animacioj setting_system_font_ui: Uzi la dekomencan tiparon de la sistemo setting_system_scrollbars_ui: Uzu la defaŭltan rulumilon de la sistemo diff --git a/config/locales/simple_form.es-AR.yml b/config/locales/simple_form.es-AR.yml index bb9176c9ba..d9b8e7b6a5 100644 --- a/config/locales/simple_form.es-AR.yml +++ b/config/locales/simple_form.es-AR.yml @@ -233,6 +233,7 @@ es-AR: setting_display_media_show_all: Mostrar todo setting_expand_spoilers: Siempre expandir los mensajes marcados con advertencias de contenido setting_hide_network: Ocultá tu gráfica social + setting_missing_alt_text_modal: Mostrar diálogo de confirmación antes de publicar medios sin texto alternativo setting_reduce_motion: Reducir el movimiento de las animaciones setting_system_font_ui: Utilizar la tipografía predeterminada del sistema setting_system_scrollbars_ui: Usar la barra de desplazamiento predeterminada del sistema operativo diff --git a/config/locales/simple_form.es-MX.yml b/config/locales/simple_form.es-MX.yml index 4ed442ae19..598ed25820 100644 --- a/config/locales/simple_form.es-MX.yml +++ b/config/locales/simple_form.es-MX.yml @@ -233,6 +233,7 @@ es-MX: setting_display_media_show_all: Mostrar todo setting_expand_spoilers: Siempre expandir las publicaciones marcadas con advertencias de contenido setting_hide_network: Ocultar tu red + setting_missing_alt_text_modal: Mostrar cuadro de diálogo de confirmación antes de publicar contenido multimedia sin texto alternativo setting_reduce_motion: Reducir el movimiento de las animaciones setting_system_font_ui: Usar la fuente por defecto del sistema setting_system_scrollbars_ui: Usar la barra de desplazamiento por defecto del sistema diff --git a/config/locales/simple_form.es.yml b/config/locales/simple_form.es.yml index dd62884d68..9d840abadd 100644 --- a/config/locales/simple_form.es.yml +++ b/config/locales/simple_form.es.yml @@ -233,6 +233,7 @@ es: setting_display_media_show_all: Mostrar todo setting_expand_spoilers: Siempre expandir las publicaciones marcadas con advertencias de contenido setting_hide_network: Ocultar tu red + setting_missing_alt_text_modal: Mostrar diálogo de confirmación antes de publicar medios sin texto alternativo setting_reduce_motion: Reducir el movimiento de las animaciones setting_system_font_ui: Utilizar la tipografía por defecto del sistema setting_system_scrollbars_ui: Utilizar barra de desplazamiento predeterminada del sistema diff --git a/config/locales/simple_form.fi.yml b/config/locales/simple_form.fi.yml index 1c7be461db..83b32636dc 100644 --- a/config/locales/simple_form.fi.yml +++ b/config/locales/simple_form.fi.yml @@ -233,6 +233,7 @@ fi: setting_display_media_show_all: Näytä kaikki setting_expand_spoilers: Laajenna aina sisältövaroituksilla merkityt julkaisut setting_hide_network: Piilota verkostotietosi + setting_missing_alt_text_modal: Näytä vahvistusikkuna ennen kuin julkaistaan mediaa ilman vaihtoehtoista tekstiä setting_reduce_motion: Vähennä animaatioiden liikettä setting_system_font_ui: Käytä järjestelmän oletusfonttia setting_system_scrollbars_ui: Käytä järjestelmän oletusarvoista vierityspalkkia diff --git a/config/locales/simple_form.fo.yml b/config/locales/simple_form.fo.yml index 69d41285dc..aaa1cbdeee 100644 --- a/config/locales/simple_form.fo.yml +++ b/config/locales/simple_form.fo.yml @@ -233,6 +233,7 @@ fo: setting_display_media_show_all: Vís alt setting_expand_spoilers: Víðka altíð postar, sum eru merktir við innihaldsávaringum setting_hide_network: Fjal sosiala grafin hjá tær + setting_missing_alt_text_modal: Spyr um góðkenning áðrenn miðlar uttan alternativan tekst verða postaðir setting_reduce_motion: Minka um rørslu í teknimyndum setting_system_font_ui: Brúka vanliga skriftaslagið hjá skipanini setting_system_scrollbars_ui: Brúka vanliga skrullibjálkan hjá skipanini diff --git a/config/locales/simple_form.fy.yml b/config/locales/simple_form.fy.yml index 52ef178aec..ffe2f49ef4 100644 --- a/config/locales/simple_form.fy.yml +++ b/config/locales/simple_form.fy.yml @@ -3,6 +3,7 @@ fy: simple_form: hints: account: + attribution_domains: Ien per rigel. Beskermet tsjin falske attribúsjes. discoverable: Jo iepenbiere berjochten kinne útljochte wurde op ferskate plakken binnen Mastodon en jo account kin oanrekommandearre wurde oan oare brûkers. display_name: Jo folsleine namme of in aardige bynamme. fields: Jo website, persoanlike foarnammewurden, leeftiid, alles wat jo mar kwyt wolle. @@ -155,6 +156,7 @@ fy: url: Wêr’t eveneminten nei ta stjoerd wurde labels: account: + attribution_domains: Websites dy’t jo wurdearring jaan meie discoverable: Profyl en bydragen yn sykalgoritmen opnimme litte fields: name: Label diff --git a/config/locales/simple_form.gl.yml b/config/locales/simple_form.gl.yml index 854b5aadcc..1c3fa2278d 100644 --- a/config/locales/simple_form.gl.yml +++ b/config/locales/simple_form.gl.yml @@ -233,6 +233,7 @@ gl: setting_display_media_show_all: Mostrar todo setting_expand_spoilers: Despregar sempre as publicacións marcadas con avisos de contido setting_hide_network: Non mostrar contactos + setting_missing_alt_text_modal: Mostrar mensaxe de confirmación antes de publicar multimedia sen texto descritivo setting_reduce_motion: Reducir o movemento nas animacións setting_system_font_ui: Utilizar a tipografía por defecto do sistema setting_system_scrollbars_ui: Usar barras de desprazamento predeterminadas no sistema diff --git a/config/locales/simple_form.he.yml b/config/locales/simple_form.he.yml index 4503f8aa5b..6bf767adb3 100644 --- a/config/locales/simple_form.he.yml +++ b/config/locales/simple_form.he.yml @@ -233,6 +233,7 @@ he: setting_display_media_show_all: להציג הכול setting_expand_spoilers: להרחיב תמיד הודעות מסומנות באזהרת תוכן setting_hide_network: להחביא את הגרף החברתי שלך + setting_missing_alt_text_modal: הצג כרטיס אישור לפני פרסום קובץ גרפי ללא תיאור מילולי setting_reduce_motion: הפחתת תנועה בהנפשות setting_system_font_ui: להשתמש בגופן ברירת המחדל של המערכת setting_system_scrollbars_ui: להשתמש בפס הגלילה שהוא ברירת המחדל של המערכת diff --git a/config/locales/simple_form.hu.yml b/config/locales/simple_form.hu.yml index 90c66b220c..1b236b9356 100644 --- a/config/locales/simple_form.hu.yml +++ b/config/locales/simple_form.hu.yml @@ -230,6 +230,7 @@ hu: setting_display_media_show_all: Mindent mutat setting_expand_spoilers: Tartalmi figyelmeztetéssel ellátott bejegyzések automatikus kinyitása setting_hide_network: Hálózatod elrejtése + setting_missing_alt_text_modal: Megerősítési párbeszédablak megjelenítése a helyettesítő szöveg nélküli média közzététele előtt setting_reduce_motion: Animációk mozgásának csökkentése setting_system_font_ui: Rendszer betűtípusának használata setting_system_scrollbars_ui: Rendszer alapértelmezett görgetősávjának használata diff --git a/config/locales/simple_form.is.yml b/config/locales/simple_form.is.yml index 106d2017d2..ad755e5bb9 100644 --- a/config/locales/simple_form.is.yml +++ b/config/locales/simple_form.is.yml @@ -233,6 +233,7 @@ is: setting_display_media_show_all: Birta allt setting_expand_spoilers: Alltaf útfella færslur sem eru með aðvörun vegna efnisins setting_hide_network: Fela félagsnetið þitt + setting_missing_alt_text_modal: Birta staðfestingarglugga áður en myndefni án ALT-hjálpartexta er birt setting_reduce_motion: Minnka hreyfingu í hreyfimyndum setting_system_font_ui: Nota sjálfgefið letur kerfisins setting_system_scrollbars_ui: Nota sjálfgefna skrunstiku kerfisins diff --git a/config/locales/simple_form.nl.yml b/config/locales/simple_form.nl.yml index ea78b2b46e..7079b25c6b 100644 --- a/config/locales/simple_form.nl.yml +++ b/config/locales/simple_form.nl.yml @@ -233,6 +233,7 @@ nl: setting_display_media_show_all: Alles tonen setting_expand_spoilers: Berichten met inhoudswaarschuwingen altijd uitklappen setting_hide_network: Jouw volgers en wie je volgt verbergen + setting_missing_alt_text_modal: Bevestigingsvenster tonen voor het plaatsen van media zonder alt-tekst setting_reduce_motion: Beweging in animaties verminderen setting_system_font_ui: Standaardlettertype van het systeem gebruiken setting_system_scrollbars_ui: Standaard scrollbalk van het systeem gebruiken diff --git a/config/locales/simple_form.nn.yml b/config/locales/simple_form.nn.yml index b9e30c565d..b42fdc86f5 100644 --- a/config/locales/simple_form.nn.yml +++ b/config/locales/simple_form.nn.yml @@ -231,6 +231,7 @@ nn: setting_display_media_show_all: Vis alle setting_expand_spoilers: Vid alltid ut tut som er merka med innhaldsåtvaringar setting_hide_network: Gøym nettverket ditt + setting_missing_alt_text_modal: Vis stadfestingsdialog før du legg ut media utan alt-tekst setting_reduce_motion: Minsk rørsle i animasjonar setting_system_font_ui: Bruk standardskrifttypen på systemet setting_system_scrollbars_ui: Bruk standardrullefeltet til systemet diff --git a/config/locales/simple_form.pt-PT.yml b/config/locales/simple_form.pt-PT.yml index 1330878c48..8880b3d892 100644 --- a/config/locales/simple_form.pt-PT.yml +++ b/config/locales/simple_form.pt-PT.yml @@ -233,6 +233,7 @@ pt-PT: setting_display_media_show_all: Mostrar todos setting_expand_spoilers: Expandir sempre as publicações marcadas com avisos de conteúdo setting_hide_network: Esconder a tua rede + setting_missing_alt_text_modal: Mostrar janela de confirmação antes de publicar elementos gráficos sem texto alternativo setting_reduce_motion: Reduzir movimento em animações setting_system_font_ui: Usar o tipo de letra padrão do sistema setting_system_scrollbars_ui: Utilizar a barra de deslocação predefinida do sistema diff --git a/config/locales/simple_form.sq.yml b/config/locales/simple_form.sq.yml index daaa5cdf2b..fb5e510e70 100644 --- a/config/locales/simple_form.sq.yml +++ b/config/locales/simple_form.sq.yml @@ -232,6 +232,7 @@ sq: setting_display_media_show_all: Shfaqi krejt setting_expand_spoilers: Mesazhet me sinjalizime mbi lëndën, zgjeroji përherë setting_hide_network: Fshiheni rrjetin tuaj + setting_missing_alt_text_modal: Shfaq dialog ripohimi, para postimi mediash pa tekst alternativ setting_reduce_motion: Zvogëlo lëvizjen në animacione setting_system_font_ui: Përdor shkronja parazgjedhje të sistemit setting_system_scrollbars_ui: Përdor shtyllë rrëshqitjesh parazgjedhje të sistemit diff --git a/config/locales/simple_form.tr.yml b/config/locales/simple_form.tr.yml index 7c7c08380b..a3be7ae5e3 100644 --- a/config/locales/simple_form.tr.yml +++ b/config/locales/simple_form.tr.yml @@ -233,6 +233,7 @@ tr: setting_display_media_show_all: Tümünü göster setting_expand_spoilers: İçerik uyarılarıyla işaretli gönderileri her zaman genişlet setting_hide_network: Sosyal grafiğini gizle + setting_missing_alt_text_modal: Alternatif metni olmayan medya göndermeden önce onay sorusu göster setting_reduce_motion: Animasyonlarda hareketi azalt setting_system_font_ui: Sistemin varsayılan yazı tipini kullan setting_system_scrollbars_ui: Sistemin varsayılan kaydırma çubuğunu kullan diff --git a/config/locales/simple_form.zh-CN.yml b/config/locales/simple_form.zh-CN.yml index 1e42c65680..1c4e8bec31 100644 --- a/config/locales/simple_form.zh-CN.yml +++ b/config/locales/simple_form.zh-CN.yml @@ -233,6 +233,7 @@ zh-CN: setting_display_media_show_all: 显示全部 setting_expand_spoilers: 一律展开具有内容警告的嘟文 setting_hide_network: 隐藏你的社交网络 + setting_missing_alt_text_modal: 发布媒体时若未为其设置替代文本,则显示确认对话框 setting_reduce_motion: 降低过渡动画效果 setting_system_font_ui: 使用系统默认字体 setting_system_scrollbars_ui: 使用系统默认样式的滚动条 diff --git a/config/locales/simple_form.zh-TW.yml b/config/locales/simple_form.zh-TW.yml index 1243807d77..6b33277674 100644 --- a/config/locales/simple_form.zh-TW.yml +++ b/config/locales/simple_form.zh-TW.yml @@ -233,6 +233,7 @@ zh-TW: setting_display_media_show_all: 全部顯示 setting_expand_spoilers: 永遠展開標有內容警告的嘟文 setting_hide_network: 隱藏您的社交網路 + setting_missing_alt_text_modal: 發表未包含說明文字之多媒體嘟文前先詢問我 setting_reduce_motion: 減少過渡動畫效果 setting_system_font_ui: 使用系統預設字型 setting_system_scrollbars_ui: 使用系統預設捲動軸