diff --git a/Gemfile.lock b/Gemfile.lock index 7144931dba..b050d5ad63 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -829,8 +829,9 @@ GEM concurrent-ruby (~> 1.0, >= 1.0.5) sidekiq (>= 7.0.0, < 9.0.0) thor (>= 1.0, < 3.0) - simple-navigation (4.4.0) + simple-navigation (4.4.1) activesupport (>= 2.3.2) + ostruct simple_form (5.4.1) actionpack (>= 7.0) activemodel (>= 7.0) @@ -861,7 +862,7 @@ GEM unicode-display_width (>= 1.1.1, < 4) terrapin (1.1.1) climate_control - test-prof (1.5.0) + test-prof (1.5.1) thor (1.5.0) tilt (2.7.0) timeout (0.6.0) diff --git a/app/controllers/oauth/authorizations_controller.rb b/app/controllers/oauth/authorizations_controller.rb index bf7edbfdaf..aa8f131d68 100644 --- a/app/controllers/oauth/authorizations_controller.rb +++ b/app/controllers/oauth/authorizations_controller.rb @@ -20,14 +20,8 @@ class OAuth::AuthorizationsController < Doorkeeper::AuthorizationsController store_location_for(:user, request.url) end - def render_success - if skip_authorization? || (matching_token? && !truthy_param?('force_login')) - redirect_or_render authorize_response - elsif Doorkeeper.configuration.api_only - render json: pre_auth - else - render :new - end + def can_authorize_response? + !truthy_param?('force_login') && super end def truthy_param?(key) diff --git a/app/javascript/mastodon/locales/da.json b/app/javascript/mastodon/locales/da.json index 2bb186fb6f..547c1e57e7 100644 --- a/app/javascript/mastodon/locales/da.json +++ b/app/javascript/mastodon/locales/da.json @@ -14,6 +14,7 @@ "about.powered_by": "Decentraliserede sociale medier drevet af {mastodon}", "about.rules": "Serverregler", "account.account_note_header": "Personligt notat", + "account.add_note": "Tilføj en personlig note", "account.add_or_remove_from_list": "Tilføj eller fjern fra lister", "account.badges.bot": "Automatisert", "account.badges.group": "Gruppe", @@ -27,6 +28,7 @@ "account.direct": "Nævn @{name} privat", "account.disable_notifications": "Giv mig ikke længere en notifikation, når @{name} laver indlæg", "account.domain_blocking": "Blokerer domæne", + "account.edit_note": "Rediger personlig note", "account.edit_profile": "Redigér profil", "account.edit_profile_short": "Rediger", "account.enable_notifications": "Giv mig besked, når @{name} laver indlæg", @@ -72,6 +74,14 @@ "account.muting": "Skjuler", "account.mutual": "I følger hinanden", "account.no_bio": "Ingen beskrivelse til rådighed.", + "account.node_modal.callout": "Personlige noter er kun synlige for dig.", + "account.node_modal.edit_title": "Rediger personlig note", + "account.node_modal.error_unknown": "Kunne ikke gemme noten", + "account.node_modal.field_label": "Personlig note", + "account.node_modal.save": "Gem", + "account.node_modal.title": "Tilføj en personlig note", + "account.note.edit_button": "Rediger", + "account.note.title": "Personlig note (kun synlige for dig)", "account.open_original_page": "Åbn oprindelig side", "account.posts": "Indlæg", "account.posts_with_replies": "Indlæg og svar", diff --git a/app/javascript/mastodon/locales/de.json b/app/javascript/mastodon/locales/de.json index 61100ab78e..419d39451f 100644 --- a/app/javascript/mastodon/locales/de.json +++ b/app/javascript/mastodon/locales/de.json @@ -14,6 +14,7 @@ "about.powered_by": "Ein dezentralisiertes soziales Netzwerk, ermöglicht durch {mastodon}", "about.rules": "Serverregeln", "account.account_note_header": "Persönliche Notiz", + "account.add_note": "Persönliche Notiz hinzufügen", "account.add_or_remove_from_list": "Listen verwalten", "account.badges.bot": "Bot", "account.badges.group": "Gruppe", @@ -27,6 +28,7 @@ "account.direct": "@{name} privat erwähnen", "account.disable_notifications": "Benachrichtige mich nicht mehr, wenn @{name} etwas veröffentlicht", "account.domain_blocking": "Domain blockiert", + "account.edit_note": "Persönliche Notiz bearbeiten", "account.edit_profile": "Profil bearbeiten", "account.edit_profile_short": "Bearbeiten", "account.enable_notifications": "Benachrichtige mich, wenn @{name} etwas veröffentlicht", @@ -72,6 +74,14 @@ "account.muting": "Stummgeschaltet", "account.mutual": "Ihr folgt einander", "account.no_bio": "Keine Beschreibung verfügbar.", + "account.node_modal.callout": "Persönliche Notizen sind nur für dich sichtbar.", + "account.node_modal.edit_title": "Persönliche Notiz bearbeiten", + "account.node_modal.error_unknown": "Persönliche Notiz konnte nicht gespeichert werden", + "account.node_modal.field_label": "Persönliche Notiz", + "account.node_modal.save": "Speichern", + "account.node_modal.title": "Persönliche Notiz hinzufügen", + "account.note.edit_button": "Bearbeiten", + "account.note.title": "Persönliche Notiz (nur für dich sichtbar)", "account.open_original_page": "Originalbeitrag öffnen", "account.posts": "Beiträge", "account.posts_with_replies": "Beiträge & Antworten", diff --git a/app/javascript/mastodon/locales/el.json b/app/javascript/mastodon/locales/el.json index 72aa120c02..9c0909bc30 100644 --- a/app/javascript/mastodon/locales/el.json +++ b/app/javascript/mastodon/locales/el.json @@ -14,6 +14,7 @@ "about.powered_by": "Αποκεντρωμένα μέσα κοινωνικής δικτύωσης που βασίζονται στο {mastodon}", "about.rules": "Κανόνες διακομιστή", "account.account_note_header": "Προσωπική σημείωση", + "account.add_note": "Προσθέστε μια προσωπική σημείωση", "account.add_or_remove_from_list": "Προσθήκη ή Αφαίρεση από λίστες", "account.badges.bot": "Αυτοματοποιημένος", "account.badges.group": "Ομάδα", @@ -27,6 +28,7 @@ "account.direct": "Ιδιωτική επισήμανση @{name}", "account.disable_notifications": "Σταμάτα να με ειδοποιείς όταν δημοσιεύει ο @{name}", "account.domain_blocking": "Αποκλείεται ο τομέας", + "account.edit_note": "Επεξεργασία προσωπικής σημείωσης", "account.edit_profile": "Επεξεργασία προφίλ", "account.edit_profile_short": "Επεξεργασία", "account.enable_notifications": "Ειδοποίησέ με όταν δημοσιεύει ο @{name}", @@ -72,6 +74,14 @@ "account.muting": "Σίγαση", "account.mutual": "Ακολουθείτε ο ένας τον άλλο", "account.no_bio": "Δεν υπάρχει περιγραφή.", + "account.node_modal.callout": "Οι προσωπικές σημειώσεις είναι ορατές μόνο σε εσάς.", + "account.node_modal.edit_title": "Επεξεργασία προσωπικής σημείωσης", + "account.node_modal.error_unknown": "Δεν ήταν δυνατή η αποθήκευση της σημείωσης", + "account.node_modal.field_label": "Προσωπική σημείωση", + "account.node_modal.save": "Αποθήκευση", + "account.node_modal.title": "Προσθέστε μια προσωπική σημείωση", + "account.note.edit_button": "Επεξεργασία", + "account.note.title": "Προσωπική σημείωση (ορατή μόνο σε εσάς)", "account.open_original_page": "Άνοιγμα αυθεντικής σελίδας", "account.posts": "Αναρτήσεις", "account.posts_with_replies": "Αναρτήσεις και απαντήσεις", @@ -467,7 +477,7 @@ "getting_started.heading": "Ας ξεκινήσουμε", "hashtag.admin_moderation": "Άνοιγμα διεπαφής συντονισμού για το #{name}", "hashtag.browse": "Περιήγηση αναρτήσεων με #{hashtag}", - "hashtag.browse_from_account": "Περιήγηση αναρτήσεων από @{name} σε #{hashtag}", + "hashtag.browse_from_account": "Περιήγηση αναρτήσεων από @{name} με #{hashtag}", "hashtag.column_header.tag_mode.all": "και {additional}", "hashtag.column_header.tag_mode.any": "ή {additional}", "hashtag.column_header.tag_mode.none": "χωρίς {additional}", diff --git a/app/javascript/mastodon/locales/en-GB.json b/app/javascript/mastodon/locales/en-GB.json index b0064179e9..0f00a1bf86 100644 --- a/app/javascript/mastodon/locales/en-GB.json +++ b/app/javascript/mastodon/locales/en-GB.json @@ -14,6 +14,7 @@ "about.powered_by": "Decentralised social media powered by {mastodon}", "about.rules": "Server rules", "account.account_note_header": "Personal note", + "account.add_note": "Add a personal note", "account.add_or_remove_from_list": "Add or Remove from lists", "account.badges.bot": "Automated", "account.badges.group": "Group", @@ -27,6 +28,7 @@ "account.direct": "Privately mention @{name}", "account.disable_notifications": "Stop notifying me when @{name} posts", "account.domain_blocking": "Blocking domain", + "account.edit_note": "Edit personal note", "account.edit_profile": "Edit profile", "account.edit_profile_short": "Edit", "account.enable_notifications": "Notify me when @{name} posts", @@ -72,6 +74,14 @@ "account.muting": "Muting", "account.mutual": "You follow each other", "account.no_bio": "No description provided.", + "account.node_modal.callout": "Personal notes are visible only to you.", + "account.node_modal.edit_title": "Edit personal note", + "account.node_modal.error_unknown": "Could not save the note", + "account.node_modal.field_label": "Personal Note", + "account.node_modal.save": "Save", + "account.node_modal.title": "Add a personal note", + "account.note.edit_button": "Edit", + "account.note.title": "Personal note (visible only to you)", "account.open_original_page": "Open original page", "account.posts": "Posts", "account.posts_with_replies": "Posts and replies", diff --git a/app/javascript/mastodon/locales/es-AR.json b/app/javascript/mastodon/locales/es-AR.json index 97a3971912..51449aa5cf 100644 --- a/app/javascript/mastodon/locales/es-AR.json +++ b/app/javascript/mastodon/locales/es-AR.json @@ -14,6 +14,7 @@ "about.powered_by": "Redes sociales descentralizadas con tecnología de {mastodon}", "about.rules": "Reglas del servidor", "account.account_note_header": "Nota personal", + "account.add_note": "Agregar una nota personal", "account.add_or_remove_from_list": "Agregar o quitar de las listas", "account.badges.bot": "Automatizada", "account.badges.group": "Grupo", @@ -27,6 +28,7 @@ "account.direct": "Mención privada a @{name}", "account.disable_notifications": "Dejar de notificarme cuando @{name} envíe mensajes", "account.domain_blocking": "Dominio bloqueado", + "account.edit_note": "Editar nota personal", "account.edit_profile": "Editar perfil", "account.edit_profile_short": "Editar", "account.enable_notifications": "Notificarme cuando @{name} envíe mensajes", @@ -72,6 +74,14 @@ "account.muting": "Silenciada", "account.mutual": "Se siguen mutuamente", "account.no_bio": "Sin descripción provista.", + "account.node_modal.callout": "Las notas personales son visibles solo para vos.", + "account.node_modal.edit_title": "Editar nota personal", + "account.node_modal.error_unknown": "No se pudo guardar la nota", + "account.node_modal.field_label": "Nota personal", + "account.node_modal.save": "Guardar", + "account.node_modal.title": "Agregar una nota personal", + "account.note.edit_button": "Editar", + "account.note.title": "Nota personal (visible solo para vos)", "account.open_original_page": "Abrir página original", "account.posts": "Mensajes", "account.posts_with_replies": "Mnsjs y resp. públicas", diff --git a/app/javascript/mastodon/locales/es-MX.json b/app/javascript/mastodon/locales/es-MX.json index 22afd2d8f8..47ef88f7ca 100644 --- a/app/javascript/mastodon/locales/es-MX.json +++ b/app/javascript/mastodon/locales/es-MX.json @@ -14,6 +14,7 @@ "about.powered_by": "Medio social descentralizado con tecnología de {mastodon}", "about.rules": "Reglas del servidor", "account.account_note_header": "Nota personal", + "account.add_note": "Añadir una nota personal", "account.add_or_remove_from_list": "Agregar o eliminar de las listas", "account.badges.bot": "Automatizada", "account.badges.group": "Grupo", @@ -27,6 +28,7 @@ "account.direct": "Mención privada @{name}", "account.disable_notifications": "Dejar de notificarme cuando @{name} publique algo", "account.domain_blocking": "Bloqueando dominio", + "account.edit_note": "Editar nota personal", "account.edit_profile": "Editar perfil", "account.edit_profile_short": "Editar", "account.enable_notifications": "Notificarme cuando @{name} publique algo", @@ -72,6 +74,14 @@ "account.muting": "Silenciando", "account.mutual": "Se siguen el uno al otro", "account.no_bio": "Sin biografía.", + "account.node_modal.callout": "Las notas personales solo son visibles para ti.", + "account.node_modal.edit_title": "Editar nota personal", + "account.node_modal.error_unknown": "No se pudo guardar la nota", + "account.node_modal.field_label": "Nota personal", + "account.node_modal.save": "Guardar", + "account.node_modal.title": "Añadir una nota personal", + "account.note.edit_button": "Editar", + "account.note.title": "Nota personal (visible solo para ti)", "account.open_original_page": "Abrir página original", "account.posts": "Publicaciones", "account.posts_with_replies": "Publicaciones y respuestas", diff --git a/app/javascript/mastodon/locales/et.json b/app/javascript/mastodon/locales/et.json index f8840d8779..263d0b1291 100644 --- a/app/javascript/mastodon/locales/et.json +++ b/app/javascript/mastodon/locales/et.json @@ -187,6 +187,7 @@ "bundle_modal_error.close": "Sulge", "bundle_modal_error.message": "Selle ekraanitäie laadimisel läks midagi valesti.", "bundle_modal_error.retry": "Proovi uuesti", + "callout.dismiss": "Loobu", "carousel.current": "Slaid {current, number} / {max, number}", "carousel.slide": "Slaid {current, number} / {max, number}", "closed_registrations.other_server_instructions": "Kuna Mastodon on detsentraliseeritud, võib konto teha teise serverisse ja sellegipoolest siinse kontoga suhelda.", @@ -194,9 +195,16 @@ "closed_registrations_modal.find_another_server": "Leia teine server", "closed_registrations_modal.preamble": "Mastodon on detsentraliseeritud, mis tähendab, et konto võib luua ükskõik kuhu, kuid ikkagi saab jälgida ja suhelda igaühega sellel serveril. Võib isegi oma serveri püsti panna!", "closed_registrations_modal.title": "Mastodoni registreerumine", + "collections.create_a_collection_hint": "Soovitamaks oma lemmikuid teistele kasutajatele lisa asjakohane kogumik.", + "collections.create_collection": "Loo kogumik", + "collections.delete_collection": "Kustuta kogumik", + "collections.error_loading_collections": "Sinu kogumike laadimisel tekkis viga.", + "collections.no_collections_yet": "Kogumikke veel pole.", + "collections.view_collection": "Vaata kogumikku", "column.about": "Teave", "column.blocks": "Blokeeritud kasutajad", "column.bookmarks": "Järjehoidjad", + "column.collections": "Minu kogumikud", "column.community": "Kohalik ajajoon", "column.create_list": "Loo loend", "column.direct": "Privaatsed mainimised", @@ -213,7 +221,7 @@ "column.lists": "Loetelud", "column.mutes": "Summutatud kasutajad", "column.notifications": "Teated", - "column.pins": "Kinnitatud postitused", + "column.pins": "Esiletõstetud postitused", "column.public": "Föderatiivne ajajoon", "column_back_button.label": "Tagasi", "column_header.hide_settings": "Peida sätted", @@ -538,7 +546,7 @@ "keyboard_shortcuts.my_profile": "Ava oma profiil", "keyboard_shortcuts.notifications": "Ava teadete veerg", "keyboard_shortcuts.open_media": "Ava meedia", - "keyboard_shortcuts.pinned": "Ava kinnitatud postituste loetelu", + "keyboard_shortcuts.pinned": "Ava esiletõstetud postituste loend", "keyboard_shortcuts.profile": "Ava autori profiil", "keyboard_shortcuts.quote": "Tsiteeri postitust", "keyboard_shortcuts.reply": "Vasta postitusele", @@ -791,6 +799,7 @@ "privacy.private.short": "Jälgijad", "privacy.public.long": "Nii kasutajad kui mittekasutajad", "privacy.public.short": "Avalik", + "privacy.quote.anyone": "{visibility}, tsiteerimine on lubatud", "privacy.quote.disabled": "{visibility}, tsiteerimine pole lubatud", "privacy.quote.limited": "{visibility}, tsiteerimine on piiratud", "privacy.unlisted.additional": "See on olemuselt küll avalik, aga postitus ei ilmu voogudes ega teemaviidetes, lehitsedes ega Mastodoni otsingus, isegi kui konto on seadistustes avalik.", diff --git a/app/javascript/mastodon/locales/fi.json b/app/javascript/mastodon/locales/fi.json index f247403ca7..f0b988c905 100644 --- a/app/javascript/mastodon/locales/fi.json +++ b/app/javascript/mastodon/locales/fi.json @@ -14,6 +14,7 @@ "about.powered_by": "Hajautetun sosiaalisen median tarjoaa {mastodon}", "about.rules": "Palvelimen säännöt", "account.account_note_header": "Henkilökohtainen muistiinpano", + "account.add_note": "Lisää henkilökohtainen muistiinpano", "account.add_or_remove_from_list": "Lisää tai poista listoista", "account.badges.bot": "Botti", "account.badges.group": "Ryhmä", @@ -27,6 +28,7 @@ "account.direct": "Mainitse @{name} yksityisesti", "account.disable_notifications": "Lopeta ilmoittamasta minulle, kun @{name} julkaisee", "account.domain_blocking": "Verkkotunnus estetty", + "account.edit_note": "Muokkaa henkilökohtaista muistiinpanoa", "account.edit_profile": "Muokkaa profiilia", "account.edit_profile_short": "Muokkaa", "account.enable_notifications": "Ilmoita minulle, kun @{name} julkaisee", @@ -72,6 +74,14 @@ "account.muting": "Mykistetty", "account.mutual": "Seuraatte toisianne", "account.no_bio": "Kuvausta ei ole annettu.", + "account.node_modal.callout": "Henkilökohtaiset muistiinpanot näkyvät vain sinulle.", + "account.node_modal.edit_title": "Muokkaa henkilökohtaista muistiinpanoa", + "account.node_modal.error_unknown": "Muistiinpanoa ei voitu tallentaa", + "account.node_modal.field_label": "Henkilökohtainen muistiinpano", + "account.node_modal.save": "Tallenna", + "account.node_modal.title": "Lisää henkilökohtainen muistiinpano", + "account.note.edit_button": "Muokkaa", + "account.note.title": "Henkilökohtainen muistiinpano (näkyy vain sinulle)", "account.open_original_page": "Avaa alkuperäinen sivu", "account.posts": "Julkaisut", "account.posts_with_replies": "Julkaisut ja vastaukset", diff --git a/app/javascript/mastodon/locales/ga.json b/app/javascript/mastodon/locales/ga.json index 3e7c00d691..f759ddc2c8 100644 --- a/app/javascript/mastodon/locales/ga.json +++ b/app/javascript/mastodon/locales/ga.json @@ -187,6 +187,7 @@ "bundle_modal_error.close": "Dún", "bundle_modal_error.message": "Tharla earráid agus an scáileán seo á lódáil.", "bundle_modal_error.retry": "Bain triail as arís", + "callout.dismiss": "Díbhe", "carousel.current": "Sleamhnán {current, number} / {max, number}", "carousel.slide": "Sleamhnán {current, number} of {max, number}", "closed_registrations.other_server_instructions": "Mar rud díláraithe Mastodon, is féidir leat cuntas a chruthú ar seirbheálaí eile ach fós idirghníomhaigh leis an ceann seo.", @@ -194,9 +195,16 @@ "closed_registrations_modal.find_another_server": "Faigh freastalaí eile", "closed_registrations_modal.preamble": "Ós rud é go bhfuil Mastodon díláraithe, is cuma cá háit a chruthaíonn tú do chuntas, beidh tú in ann idirghníomhú le haon duine ar an bhfreastalaí seo agus iad a leanúint. Is féidir fiú é a féin-óstáil!", "closed_registrations_modal.title": "Cláraigh le Mastodon", + "collections.create_a_collection_hint": "Cruthaigh bailiúchán chun do chuntais is fearr leat a mholadh nó a roinnt le daoine eile.", + "collections.create_collection": "Cruthaigh bailiúchán", + "collections.delete_collection": "Scrios bailiúchán", + "collections.error_loading_collections": "Tharla earráid agus iarracht á déanamh do bhailiúcháin a luchtú.", + "collections.no_collections_yet": "Gan aon bhailiúcháin fós.", + "collections.view_collection": "Féach ar bhailiúchán", "column.about": "Maidir le", "column.blocks": "Cuntais choiscthe", "column.bookmarks": "Leabharmharcanna", + "column.collections": "Mo bhailiúcháin", "column.community": "Amlíne áitiúil", "column.create_list": "Cruthaigh liosta", "column.direct": "Luann príobháideach", @@ -454,6 +462,7 @@ "footer.source_code": "Féach ar an gcód foinseach", "footer.status": "Stádas", "footer.terms_of_service": "Téarmaí seirbhíse", + "form_field.optional": "(roghnach)", "generic.saved": "Sábháilte", "getting_started.heading": "Ag tosú amach", "hashtag.admin_moderation": "Oscail comhéadan modhnóireachta le haghaidh #{name}", @@ -790,6 +799,7 @@ "privacy.private.short": "Leantóirí", "privacy.public.long": "Duine ar bith ar agus amach Mastodon", "privacy.public.short": "Poiblí", + "privacy.quote.anyone": "{visibility}, ceadaítear comharthaí athfhriotail", "privacy.quote.disabled": "{visibility}, sleachta díchumasaithe", "privacy.quote.limited": "{visibility}, sleachta teoranta", "privacy.unlisted.additional": "Iompraíonn sé seo díreach mar a bheadh ​​poiblí, ach amháin ní bheidh an postáil le feiceáil i bhfothaí beo nó i hashtags, in iniúchadh nó i gcuardach Mastodon, fiú má tá tú liostáilte ar fud an chuntais.", diff --git a/app/javascript/mastodon/locales/gl.json b/app/javascript/mastodon/locales/gl.json index d44ae06986..fa1650eebd 100644 --- a/app/javascript/mastodon/locales/gl.json +++ b/app/javascript/mastodon/locales/gl.json @@ -14,6 +14,7 @@ "about.powered_by": "Comunicación social descentralizada grazas a {mastodon}", "about.rules": "Regras do servidor", "account.account_note_header": "Nota persoal", + "account.add_note": "Engadir nota persoal", "account.add_or_remove_from_list": "Engadir ou eliminar das listaxes", "account.badges.bot": "Automatizada", "account.badges.group": "Grupo", @@ -27,6 +28,7 @@ "account.direct": "Mencionar de xeito privado a @{name}", "account.disable_notifications": "Deixar de notificarme cando @{name} publica", "account.domain_blocking": "Bloqueo do dominio", + "account.edit_note": "Editar a nota persoal", "account.edit_profile": "Editar perfil", "account.edit_profile_short": "Editar", "account.enable_notifications": "Noficarme cando @{name} publique", diff --git a/app/javascript/mastodon/locales/is.json b/app/javascript/mastodon/locales/is.json index dd4d77ce51..f962531339 100644 --- a/app/javascript/mastodon/locales/is.json +++ b/app/javascript/mastodon/locales/is.json @@ -14,6 +14,7 @@ "about.powered_by": "Dreifhýstur samskiptamiðill keyrður með {mastodon}", "about.rules": "Reglur netþjónsins", "account.account_note_header": "Einkaminnispunktur", + "account.add_note": "Bæta við einkaminnispunkti", "account.add_or_remove_from_list": "Bæta við eða fjarlægja af listum", "account.badges.bot": "Yrki", "account.badges.group": "Hópur", @@ -27,6 +28,7 @@ "account.direct": "Einkaspjall við @{name}", "account.disable_notifications": "Hætta að láta mig vita þegar @{name} sendir inn", "account.domain_blocking": "Útiloka lén", + "account.edit_note": "Breyta einkaminnispunkti", "account.edit_profile": "Breyta notandasniði", "account.edit_profile_short": "Breyta", "account.enable_notifications": "Láta mig vita þegar @{name} sendir inn", @@ -72,6 +74,14 @@ "account.muting": "Þöggun", "account.mutual": "Þið fylgist með hvor öðrum", "account.no_bio": "Engri lýsingu útvegað.", + "account.node_modal.callout": "Persónulegir einkaminnispunktar eru einungis sýnilegir þér.", + "account.node_modal.edit_title": "Breyta einkaminnispunkti", + "account.node_modal.error_unknown": "Tókst ekki að vista minnispunktinn", + "account.node_modal.field_label": "Einkaminnispunktur", + "account.node_modal.save": "Vista", + "account.node_modal.title": "Bæta við einkaminnispunkti", + "account.note.edit_button": "Breyta", + "account.note.title": "Einkaminnispunktur (einungis sýnilegur þér)", "account.open_original_page": "Opna upprunalega síðu", "account.posts": "Færslur", "account.posts_with_replies": "Færslur og svör", diff --git a/app/javascript/mastodon/locales/it.json b/app/javascript/mastodon/locales/it.json index 35bd2fb5be..7c02163d6b 100644 --- a/app/javascript/mastodon/locales/it.json +++ b/app/javascript/mastodon/locales/it.json @@ -14,6 +14,7 @@ "about.powered_by": "Social media decentralizzato alimentato da {mastodon}", "about.rules": "Regole del server", "account.account_note_header": "Note personali", + "account.add_note": "Aggiungi una nota personale", "account.add_or_remove_from_list": "Aggiungi o Rimuovi dalle liste", "account.badges.bot": "Bot", "account.badges.group": "Gruppo", @@ -27,6 +28,7 @@ "account.direct": "Menziona privatamente @{name}", "account.disable_notifications": "Smetti di avvisarmi quando @{name} pubblica un post", "account.domain_blocking": "Account di un dominio bloccato", + "account.edit_note": "Modifica la nota personale", "account.edit_profile": "Modifica profilo", "account.edit_profile_short": "Modifica", "account.enable_notifications": "Avvisami quando @{name} pubblica un post", @@ -72,6 +74,14 @@ "account.muting": "Account silenziato", "account.mutual": "Vi seguite a vicenda", "account.no_bio": "Nessuna descrizione fornita.", + "account.node_modal.callout": "Le note personali sono visibili solo per te.", + "account.node_modal.edit_title": "Modifica la nota personale", + "account.node_modal.error_unknown": "Impossibile salvare la nota", + "account.node_modal.field_label": "Nota personale", + "account.node_modal.save": "Salva", + "account.node_modal.title": "Aggiungi una nota personale", + "account.note.edit_button": "Modifica", + "account.note.title": "Nota personale (visibile solo per te)", "account.open_original_page": "Apri la pagina originale", "account.posts": "Post", "account.posts_with_replies": "Post e risposte", diff --git a/app/javascript/mastodon/locales/ja.json b/app/javascript/mastodon/locales/ja.json index 098d41ffca..45cce53213 100644 --- a/app/javascript/mastodon/locales/ja.json +++ b/app/javascript/mastodon/locales/ja.json @@ -729,6 +729,7 @@ "privacy.private.short": "フォロワー", "privacy.public.long": "すべての人 (Mastodon以外も含む)", "privacy.public.short": "公開", + "privacy.quote.anyone": "{visibility}、引用可", "privacy.quote.disabled": "{visibility}、引用不可", "privacy.quote.limited": "{visibility}、引用は制限", "privacy.unlisted.additional": "「公開」とほとんど同じですが、リアルタイムフィードやハッシュタグ、探索機能、Mastodon検索などに投稿が表示されない点で「公開」と異なります。また、アカウント設定で投稿の検索や表示を許可している場合でも、この公開範囲を設定した投稿は前述の機能には表示されません。", diff --git a/app/javascript/mastodon/locales/nl.json b/app/javascript/mastodon/locales/nl.json index 0da945e937..3f295b3f2d 100644 --- a/app/javascript/mastodon/locales/nl.json +++ b/app/javascript/mastodon/locales/nl.json @@ -799,6 +799,7 @@ "privacy.private.short": "Volgers", "privacy.public.long": "Iedereen op Mastodon en daarbuiten", "privacy.public.short": "Openbaar", + "privacy.quote.anyone": "{visibility}, citeren toegestaan", "privacy.quote.disabled": "{visibility}, citeren uitgeschakeld", "privacy.quote.limited": "{visibility}, citeren beperkt", "privacy.unlisted.additional": "Dit is vergelijkbaar met openbaar, behalve dat het bericht niet op openbare tijdlijnen, onder hashtags, verkennen of zoeken verschijnt, zelfs als je je account daarvoor hebt ingesteld.", diff --git a/app/javascript/mastodon/locales/pt-PT.json b/app/javascript/mastodon/locales/pt-PT.json index 9433c10c5f..ad0dcfcc9b 100644 --- a/app/javascript/mastodon/locales/pt-PT.json +++ b/app/javascript/mastodon/locales/pt-PT.json @@ -14,6 +14,7 @@ "about.powered_by": "Rede social descentralizada baseada no {mastodon}", "about.rules": "Regras do servidor", "account.account_note_header": "Nota pessoal", + "account.add_note": "Adicionar uma nota pessoal", "account.add_or_remove_from_list": "Adicionar ou remover das listas", "account.badges.bot": "Robô", "account.badges.group": "Grupo", @@ -27,6 +28,7 @@ "account.direct": "Mencionar @{name} em privado", "account.disable_notifications": "Parar de me notificar das publicações de @{name}", "account.domain_blocking": "A bloquear domínio", + "account.edit_note": "Editar nota pessoal", "account.edit_profile": "Editar perfil", "account.edit_profile_short": "Editar", "account.enable_notifications": "Notificar-me das publicações de @{name}", @@ -799,6 +801,7 @@ "privacy.private.short": "Seguidores", "privacy.public.long": "Qualquer pessoa no Mastodon ou não", "privacy.public.short": "Público", + "privacy.quote.anyone": "{visibility}, citações permitidas", "privacy.quote.disabled": "{visibility}, citações desativadas", "privacy.quote.limited": "{visibility}, citações limitadas", "privacy.unlisted.additional": "Este comportamento é exatamente igual ao do público, exceto que a publicação não aparecerá em cronologias, nas etiquetas, ao explorar ou na pesquisa do Mastodon, mesmo que tenhas optado por participar em toda a tua conta.", diff --git a/app/javascript/mastodon/locales/sq.json b/app/javascript/mastodon/locales/sq.json index 810999622d..27439df214 100644 --- a/app/javascript/mastodon/locales/sq.json +++ b/app/javascript/mastodon/locales/sq.json @@ -14,6 +14,7 @@ "about.powered_by": "Media shoqërore e decentralizuar, bazuar në {mastodon}", "about.rules": "Rregulla shërbyesi", "account.account_note_header": "Shënim personal", + "account.add_note": "Shtoni një shënim personal", "account.add_or_remove_from_list": "Shtoni ose Hiqni prej listash", "account.badges.bot": "Robot", "account.badges.group": "Grup", @@ -27,6 +28,7 @@ "account.direct": "Përmendje private për @{name}", "account.disable_notifications": "Resht së njoftuari mua, kur poston @{name}", "account.domain_blocking": "Bllokim përkatësie", + "account.edit_note": "Përpunoni shënim personal", "account.edit_profile": "Përpunoni profilin", "account.edit_profile_short": "Përpunojeni", "account.enable_notifications": "Njoftomë, kur poston @{name}", @@ -72,6 +74,14 @@ "account.muting": "Heshtim", "account.mutual": "Ndiqni njëri-tjetrin", "account.no_bio": "S’u dha përshkrim.", + "account.node_modal.callout": "Shënimet personale janë të dukshme vetëm për ju.", + "account.node_modal.edit_title": "Përpunoni shënim personal", + "account.node_modal.error_unknown": "S’u ruajt dot shënimi", + "account.node_modal.field_label": "Shënim Personal", + "account.node_modal.save": "Ruaje", + "account.node_modal.title": "Shtoni një shënim personal", + "account.note.edit_button": "Përpunojeni", + "account.note.title": "Shënim personal (i dukshëm vetëm për ju)", "account.open_original_page": "Hap faqen origjinale", "account.posts": "Mesazhe", "account.posts_with_replies": "Mesazhe dhe përgjigje", diff --git a/app/javascript/mastodon/locales/vi.json b/app/javascript/mastodon/locales/vi.json index 30d0ee58db..208ad0584d 100644 --- a/app/javascript/mastodon/locales/vi.json +++ b/app/javascript/mastodon/locales/vi.json @@ -14,6 +14,7 @@ "about.powered_by": "Mạng xã hội liên hợp {mastodon}", "about.rules": "Nội quy máy chủ", "account.account_note_header": "Ghi chú cá nhân", + "account.add_note": "Thêm ghi chú cá nhân", "account.add_or_remove_from_list": "Sửa danh sách", "account.badges.bot": "Bot", "account.badges.group": "Nhóm", @@ -27,6 +28,7 @@ "account.direct": "Nhắn riêng @{name}", "account.disable_notifications": "Tắt thông báo khi @{name} đăng tút", "account.domain_blocking": "Máy chủ đang chủ", + "account.edit_note": "Sửa ghi chú cá nhân", "account.edit_profile": "Sửa hồ sơ", "account.edit_profile_short": "Sửa", "account.enable_notifications": "Nhận thông báo khi @{name} đăng tút", @@ -72,6 +74,14 @@ "account.muting": "Đang ẩn", "account.mutual": "Theo dõi nhau", "account.no_bio": "Chưa có miêu tả.", + "account.node_modal.callout": "Các ghi chú cá nhân chỉ hiển thị với bạn.", + "account.node_modal.edit_title": "Sửa ghi chú cá nhân", + "account.node_modal.error_unknown": "Không thể lưu ghi chú", + "account.node_modal.field_label": "Ghi chú cá nhân", + "account.node_modal.save": "Lưu", + "account.node_modal.title": "Thêm ghi chú cá nhân", + "account.note.edit_button": "Sửa", + "account.note.title": "Ghi chú cá nhân (chỉ hiển thị với bạn)", "account.open_original_page": "Mở liên kết gốc", "account.posts": "Tút", "account.posts_with_replies": "Trả lời", diff --git a/app/javascript/mastodon/locales/zh-TW.json b/app/javascript/mastodon/locales/zh-TW.json index 95f66ccc09..c58df666a8 100644 --- a/app/javascript/mastodon/locales/zh-TW.json +++ b/app/javascript/mastodon/locales/zh-TW.json @@ -14,6 +14,7 @@ "about.powered_by": "由 {mastodon} 提供之去中心化社群媒體", "about.rules": "伺服器規則", "account.account_note_header": "個人備註", + "account.add_note": "新增個人備註", "account.add_or_remove_from_list": "自列表中新增或移除", "account.badges.bot": "機器人", "account.badges.group": "群組", @@ -27,6 +28,7 @@ "account.direct": "私訊 @{name}", "account.disable_notifications": "取消來自 @{name} 嘟文之通知", "account.domain_blocking": "封鎖中網域", + "account.edit_note": "編輯個人備註", "account.edit_profile": "編輯個人檔案", "account.edit_profile_short": "編輯", "account.enable_notifications": "當 @{name} 發嘟時通知我", @@ -72,6 +74,14 @@ "account.muting": "靜音", "account.mutual": "跟隨彼此", "account.no_bio": "無個人檔案描述。", + "account.node_modal.callout": "僅有您能見到您的個人備註。", + "account.node_modal.edit_title": "編輯個人備註", + "account.node_modal.error_unknown": "無法儲存此筆記", + "account.node_modal.field_label": "個人備註", + "account.node_modal.save": "儲存", + "account.node_modal.title": "新增個人備註", + "account.note.edit_button": "編輯", + "account.note.title": "個人備註(僅有您可見)", "account.open_original_page": "檢視原始頁面", "account.posts": "嘟文", "account.posts_with_replies": "嘟文與回覆",