diff --git a/app/javascript/mastodon/locales/be.json b/app/javascript/mastodon/locales/be.json
index 436ba442194..5afb46426ad 100644
--- a/app/javascript/mastodon/locales/be.json
+++ b/app/javascript/mastodon/locales/be.json
@@ -1388,9 +1388,9 @@
"status.favourite": "Упадабанае",
"status.favourites_count": "{count, plural, one {{counter} упадабанне} few {{counter} упадабанні} many {{counter} упадабанняў} other {{counter} упадабанняў}}",
"status.filter": "Фільтраваць гэты допіс",
- "status.header.to_followers": "{displayName} для падпісчыкаў",
"status.history.created": "Створана {name} {date}",
"status.history.edited": "Адрэдагавана {name} {date}",
+ "status.likes_count": "{count, plural, one {{counter} ўпадабанне} few{{counter} ўпадабанні} other {{counter} упадабанняў}}",
"status.likes_title": "Упадабанні допісу",
"status.link_preview.authors": "{count, plural, one {Знайсці аўтара ў Федэральным сусвеце:} other {Знайсці аўтараў у Федэральным сусвеце:}}",
"status.load_more": "Загрузіць яшчэ",
@@ -1398,8 +1398,6 @@
"status.media.show": "Націсніце, каб паказаць",
"status.media_hidden": "Медыя схаваныя",
"status.mention": "Згадаць @{name}",
- "status.meta": "{createdAt} на {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Больш",
"status.mute": "Ігнараваць @{name}",
"status.mute_conversation": "Ігнараваць размову",
@@ -1444,6 +1442,7 @@
"status.remove_quote": "Выдаліць",
"status.replied_in_thread": "Адказаў(-ла) у ланцужку",
"status.replied_to": "Адказаў(-ла) {name}",
+ "status.replies_count": "{count, plural, one {{counter} адказ} few {{counter} адказы} other {{counter} адказаў}}",
"status.reply": "Адказаць",
"status.replyAll": "Адказаць у ланцугу",
"status.report": "Паскардзіцца на @{name}",
@@ -1454,6 +1453,7 @@
"status.show_less_all": "Згарнуць усё",
"status.show_more_all": "Разгарнуць усё",
"status.show_original": "Паказаць арыгінал",
+ "status.thread_end": "Вы дасягнулі канца размовы.",
"status.title": "Допіс ад {name}",
"status.title.message": "Паведамленне ад {name}",
"status.title.with_attachments": "{user} апублікаваў {attachmentCount, plural, one {далучэнне} few {{attachmentCount} далучэнні} many {{attachmentCount} далучэнняў} other {{attachmentCount} далучэння}}",
diff --git a/app/javascript/mastodon/locales/da.json b/app/javascript/mastodon/locales/da.json
index b45e5f397bb..bfe99740c65 100644
--- a/app/javascript/mastodon/locales/da.json
+++ b/app/javascript/mastodon/locales/da.json
@@ -107,6 +107,7 @@
"account.menu.unmute": "Vis konto igen",
"account.moved_to": "{name} har angivet, at vedkommendes nye konto nu er:",
"account.mute": "Skjul @{name}",
+ "account.mute_boosts": "Skjul fremhævelser fra @{name}",
"account.mute_notifications_short": "Sluk for notifikationer",
"account.mute_short": "Skjul",
"account.muted": "Skjult",
@@ -145,6 +146,7 @@
"account.unendorse": "Vis ikke på profil",
"account.unfollow": "Følg ikke længere",
"account.unmute": "Vis @{name} igen",
+ "account.unmute_boosts": "Vis fremhævelser fra @{name} igen",
"account.unmute_notifications_short": "Vis notifikationer igen",
"account.unmute_short": "Vis igen",
"account.view_profile": "Vis profil",
@@ -619,6 +621,8 @@
"confirmations.delete_collection.confirm": "Slet",
"confirmations.delete_collection.message": "Denne handling kan ikke fortrydes.",
"confirmations.delete_collection.title": "Slet \"{name}\"?",
+ "confirmations.delete_custom_feed.message": "Er du sikker på, at du vil slette dette brugerdefinerede feed permanent?",
+ "confirmations.delete_custom_feed.title": "Slet brugerdefineret feed?",
"confirmations.delete_list.confirm": "Slet",
"confirmations.delete_list.message": "Er du sikker på, at du vil slette denne liste permanent?",
"confirmations.delete_list.title": "Slet liste?",
@@ -1388,7 +1392,9 @@
"status.favourite": "Favoritmarkér",
"status.favourites_count": "{count, plural, one {{counter} favorit} other {{counter} favoritter}}",
"status.filter": "Filtrér dette indlæg",
- "status.header.to_followers": "{displayName} til følgere",
+ "status.follow": "Følg @{name}",
+ "status.header.message_to_me": "{author} til dig {count, plural, =0 {} one {+ # anden} other {+ # andre}}",
+ "status.header.to_followers": "{author} til følgere {count, plural, =0 {} one {+ # anden} other {+ # andre}}",
"status.history.created": "{name} oprettet {date}",
"status.history.edited": "{name} redigeret {date}",
"status.likes_title": "Indlægsfavoritter",
@@ -1398,8 +1404,6 @@
"status.media.show": "Klik for at vise",
"status.media_hidden": "Medie skjult",
"status.mention": "Nævn @{name}",
- "status.meta": "{createdAt} på {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Mere",
"status.mute": "Skjul @{name}",
"status.mute_conversation": "Skjul samtale",
@@ -1444,6 +1448,7 @@
"status.remove_quote": "Fjern",
"status.replied_in_thread": "Svarede i tråd",
"status.replied_to": "Svarede {name}",
+ "status.replies_count": "{count, plural, one {{counter} svar} other {{counter} svar}}",
"status.reply": "Besvar",
"status.replyAll": "Svar alle",
"status.report": "Anmeld @{name}",
@@ -1454,6 +1459,8 @@
"status.show_less_all": "Vis mindre for alle",
"status.show_more_all": "Vis mere for alle",
"status.show_original": "Vis original",
+ "status.thread_end": "Du har nået slutningen af samtalen.",
+ "status.thread_none": "Intet andet er blevet tilføjet samtalen endnu.",
"status.title": "Indlæg fra {name}",
"status.title.message": "Besked af {name}",
"status.title.with_attachments": "{user} postede {attachmentCount, plural, one {en vedhæftning} other {{attachmentCount} vedhæftninger}}",
diff --git a/app/javascript/mastodon/locales/de.json b/app/javascript/mastodon/locales/de.json
index 445657912fa..db831212b13 100644
--- a/app/javascript/mastodon/locales/de.json
+++ b/app/javascript/mastodon/locales/de.json
@@ -107,6 +107,7 @@
"account.menu.unmute": "Stummschaltung aufheben",
"account.moved_to": "{name} hat angegeben, dass dieses das neue Konto ist:",
"account.mute": "@{name} stummschalten",
+ "account.mute_boosts": "Geteilte Beiträge von @{name} ausblenden",
"account.mute_notifications_short": "Benachrichtigungen stummschalten",
"account.mute_short": "Stummschalten",
"account.muted": "Stummgeschaltet",
@@ -145,6 +146,7 @@
"account.unendorse": "Im Profil nicht mehr vorstellen",
"account.unfollow": "Entfolgen",
"account.unmute": "Stummschaltung von @{name} aufheben",
+ "account.unmute_boosts": "Geteilte Beiträge von @{name} einblenden",
"account.unmute_notifications_short": "Stummschaltung der Benachrichtigungen aufheben",
"account.unmute_short": "Stummschaltung aufheben",
"account.view_profile": "Profil anzeigen",
@@ -619,6 +621,8 @@
"confirmations.delete_collection.confirm": "Löschen",
"confirmations.delete_collection.message": "Diese Aktion kann nicht rückgängig gemacht werden.",
"confirmations.delete_collection.title": "„{name}“ löschen?",
+ "confirmations.delete_custom_feed.message": "Möchtest du deinen eigenen Feed unwiderruflich löschen?",
+ "confirmations.delete_custom_feed.title": "Eigenen Feed löschen?",
"confirmations.delete_list.confirm": "Löschen",
"confirmations.delete_list.message": "Bist du dir sicher, dass du diese Liste endgültig löschen möchtest?",
"confirmations.delete_list.title": "Liste löschen?",
@@ -885,7 +889,7 @@
"hashtag.unfollow": "Abbestellen",
"hashtags.add_more_tags": "Hashtags zur Spalte hinzufügen …",
"hashtags.add_more_tags_to_column": "Weitere Hashtags zu #{tag} hinzufügen",
- "hashtags.and_other": "… und {count, plural, one{# weiterer} other {# weitere}}",
+ "hashtags.and_other": "… und {count, plural, one{# weiterer Hashtag} other {# weitere Hashtags}}",
"hints.profiles.followers_may_be_missing": "Möglicherweise werden für dieses Profil nicht alle Follower angezeigt.",
"hints.profiles.follows_may_be_missing": "Möglicherweise werden für dieses Profil nicht alle gefolgten Profile angezeigt.",
"hints.profiles.posts_may_be_missing": "Möglicherweise werden nicht alle Beiträge von diesem Profil angezeigt.",
@@ -1388,9 +1392,12 @@
"status.favourite": "Favorisieren",
"status.favourites_count": "{count, plural, one {{counter} × favorisiert} other {{counter} × favorisiert}}",
"status.filter": "Beitrag filtern",
- "status.header.to_followers": "{displayName} an Follower",
+ "status.follow": "@{name} folgen",
+ "status.header.message_to_me": "{author} an mich {count, plural, =0 {} one {+ # weiteres Profil} other {+ # weitere Profile}}",
+ "status.header.to_followers": "{author} an eigene Follower {count, plural, =0 {} one {+ # weiteres Profil} other {+ # weitere Profile}}",
"status.history.created": "{name} erstellte {date}",
"status.history.edited": "{name} bearbeitete {date}",
+ "status.likes_count": "{count, plural, one {{counter} × favorisiert} other {{counter} × favorisiert}}",
"status.likes_title": "Favorisierte Beiträge",
"status.link_preview.authors": "{count, plural, one {Finde Autor*in im Fediverse:} other {Finde die Autor*innen im Fediverse:}}",
"status.load_more": "Mehr laden",
@@ -1398,8 +1405,6 @@
"status.media.show": "Zum Anzeigen anklicken",
"status.media_hidden": "Inhalt ausgeblendet",
"status.mention": "@{name} erwähnen",
- "status.meta": "{createdAt} auf {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Mehr",
"status.mute": "@{name} stummschalten",
"status.mute_conversation": "Unterhaltung stummschalten",
@@ -1444,6 +1449,7 @@
"status.remove_quote": "Entfernen",
"status.replied_in_thread": "Antwortete im Thread",
"status.replied_to": "Antwortete {name}",
+ "status.replies_count": "{count, plural, one {{counter} Antwort} other {{counter} Antworten}}",
"status.reply": "Antworten",
"status.replyAll": "Allen antworten",
"status.report": "@{name} melden",
@@ -1454,6 +1460,8 @@
"status.show_less_all": "Alles einklappen",
"status.show_more_all": "Alles ausklappen",
"status.show_original": "Ursprünglichen Beitrag anzeigen",
+ "status.thread_end": "Du hast das Ende des Threads erreicht.",
+ "status.thread_none": "In diesem Thread gibt es keine weiteren Beiträge.",
"status.title": "Beitrag von {name}",
"status.title.message": "Nachricht von {name}",
"status.title.with_attachments": "{user} veröffentlichte {attachmentCount, plural, one {ein Medium} other {{attachmentCount} Medien}}",
diff --git a/app/javascript/mastodon/locales/el.json b/app/javascript/mastodon/locales/el.json
index e00da38d892..f39410d29bb 100644
--- a/app/javascript/mastodon/locales/el.json
+++ b/app/javascript/mastodon/locales/el.json
@@ -107,6 +107,7 @@
"account.menu.unmute": "Άρση σίγασης λογαριασμού",
"account.moved_to": "Ο/Η {name} έχει υποδείξει ότι ο νέος λογαριασμός του/της είναι τώρα:",
"account.mute": "Σίγαση @{name}",
+ "account.mute_boosts": "Σίγαση ενισχύσεων από @{name}",
"account.mute_notifications_short": "Σίγαση ειδοποιήσεων",
"account.mute_short": "Σίγαση",
"account.muted": "Σε σίγαση",
@@ -145,6 +146,7 @@
"account.unendorse": "Να μην αναδεικνύεται στο προφίλ",
"account.unfollow": "Άρση ακολούθησης",
"account.unmute": "Άρση σίγασης @{name}",
+ "account.unmute_boosts": "Άρση σίγασης ενισχύσεων από @{name}",
"account.unmute_notifications_short": "Σίγαση ειδοποιήσεων",
"account.unmute_short": "Κατάργηση σίγασης",
"account.view_profile": "Προβολή προφίλ",
@@ -619,6 +621,8 @@
"confirmations.delete_collection.confirm": "Διαγραφή",
"confirmations.delete_collection.message": "Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.",
"confirmations.delete_collection.title": "Διαγραφή \"{name}\";",
+ "confirmations.delete_custom_feed.message": "Σίγουρα θέλετε να διαγράψετε οριστικά αυτήν την προσαρμοσμένη ροή;",
+ "confirmations.delete_custom_feed.title": "Διαγραφή προσαρμοσμένης ροής;",
"confirmations.delete_list.confirm": "Διαγραφή",
"confirmations.delete_list.message": "Σίγουρα θες να διαγράψεις οριστικά αυτή τη λίστα;",
"confirmations.delete_list.title": "Διαγραφή λίστας;",
@@ -1388,9 +1392,12 @@
"status.favourite": "Αγαπημένα",
"status.favourites_count": "{count, plural, one {{counter} αγαπημένο} other {{counter} αγαπημένα}}",
"status.filter": "Φιλτράρισμα αυτής της ανάρτησης",
- "status.header.to_followers": "{displayName} προς Ακόλουθοι",
+ "status.follow": "Ακολούθησε @{name}",
+ "status.header.message_to_me": "{author} προς Εσάς {count, plural, =0 {} one {+ # άλλος} other {+ # άλλοι}}",
+ "status.header.to_followers": "{author} προς Ακόλουθοι {count, plural, =0 {} one {+ # άλλος} other {+ # άλλοι}}",
"status.history.created": "{name} δημιούργησε στις {date}",
"status.history.edited": "{name} επεξεργάστηκε στις {date}",
+ "status.likes_count": "{count, plural, one {{counter} \"μου αρέσει\"} other {{counter} \"μου αρέσει\"}}",
"status.likes_title": "«Μου αρέσει» Ανάρτησης",
"status.link_preview.authors": "{count, plural, one {Βρείτε τον συντάκτη στο Fediverse:} other {Βρείτε τους συντάκτες στο Fediverse:}}",
"status.load_more": "Φόρτωσε περισσότερα",
@@ -1398,8 +1405,6 @@
"status.media.show": "Κάνε κλικ για εμφάνιση",
"status.media_hidden": "Κρυμμένο πολυμέσο",
"status.mention": "Επισήμανση @{name}",
- "status.meta": "{createdAt} στο {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Περισσότερα",
"status.mute": "Σίγαση @{name}",
"status.mute_conversation": "Σίγαση συνομιλίας",
@@ -1444,6 +1449,7 @@
"status.remove_quote": "Αφαίρεση",
"status.replied_in_thread": "Απάντησε σε νήμα",
"status.replied_to": "Απάντησε στον χρήστη {name}",
+ "status.replies_count": "{count, plural, one {{counter} απάντηση} other {{counter} απαντήσεις}}",
"status.reply": "Απάντησε",
"status.replyAll": "Απάντησε στο νήμα",
"status.report": "Αναφορά @{name}",
@@ -1454,6 +1460,8 @@
"status.show_less_all": "Δείξε λιγότερο για όλες",
"status.show_more_all": "Δείξε περισσότερο για όλες",
"status.show_original": "Εμφάνιση αρχικού",
+ "status.thread_end": "Έχετε φτάσει στο τέλος της συζήτησης.",
+ "status.thread_none": "Τίποτα άλλο δεν έχει προστεθεί στη συζήτηση ακόμη.",
"status.title": "Ανάρτηση από {name}",
"status.title.message": "Μήνυμα από {name}",
"status.title.with_attachments": "{user} δημοσίευσε {attachmentCount, plural, one {ένα συνημμένο} other {{attachmentCount} συνημμένα}}",
diff --git a/app/javascript/mastodon/locales/es-AR.json b/app/javascript/mastodon/locales/es-AR.json
index e519a1651e4..746e6228007 100644
--- a/app/javascript/mastodon/locales/es-AR.json
+++ b/app/javascript/mastodon/locales/es-AR.json
@@ -107,6 +107,7 @@
"account.menu.unmute": "Dejar de silenciar cuenta",
"account.moved_to": "{name} indicó que su nueva cuenta ahora es:",
"account.mute": "Silenciar a @{name}",
+ "account.mute_boosts": "Silenciar adhesiones de @{name}",
"account.mute_notifications_short": "Silenciar notificaciones",
"account.mute_short": "Silenciar",
"account.muted": "Silenciado",
@@ -145,6 +146,7 @@
"account.unendorse": "No destacar en el perfil",
"account.unfollow": "Dejar de seguir",
"account.unmute": "Dejar de silenciar a @{name}",
+ "account.unmute_boosts": "Dejar de silenciar adhesiones de @{name}",
"account.unmute_notifications_short": "Dejar de silenciar notificaciones",
"account.unmute_short": "Dejar de silenciar",
"account.view_profile": "Abrir perfil",
@@ -619,6 +621,8 @@
"confirmations.delete_collection.confirm": "Eliminar",
"confirmations.delete_collection.message": "Esta acción no se puede deshacer.",
"confirmations.delete_collection.title": "¿Eliminar «{name}»?",
+ "confirmations.delete_custom_feed.message": "¿De verdad querés eliminar permanentemente esta línea temporal personalizada?",
+ "confirmations.delete_custom_feed.title": "¿Eliminar lista temporal personalizada?",
"confirmations.delete_list.confirm": "Eliminar",
"confirmations.delete_list.message": "¿De verdad querés eliminar permanentemente esta lista?",
"confirmations.delete_list.title": "¿Eliminar lista?",
@@ -1388,9 +1392,12 @@
"status.favourite": "Marcar como favorito",
"status.favourites_count": "{count, plural,one {{counter} favorito}other {{counter} favoritos}}",
"status.filter": "Filtrar este mensaje",
- "status.header.to_followers": "{displayName} a seguidores",
+ "status.follow": "Seguir a @{name}",
+ "status.header.message_to_me": "{author} a vos {count, plural, =0 {} one {+ # más} other {+ # más}}",
+ "status.header.to_followers": "{author} a seguidores {count, plural, =0 {} one {+ # más} other {+ # más}}",
"status.history.created": "Creado por {name}, {date}",
"status.history.edited": "Editado por {name}, {date}",
+ "status.likes_count": "{count, plural, one {{counter} «Me gusta»} other {{counter} «Me gusta»}}",
"status.likes_title": "A quiénes les gustó",
"status.link_preview.authors": "{count, plural,one {Encontrá al autor en el Fediverso:} other {Encontrá a los autores en el Fediverso:}}",
"status.load_more": "Cargar más",
@@ -1398,8 +1405,6 @@
"status.media.show": "Clic para mostrar",
"status.media_hidden": "Medios ocultos",
"status.mention": "Mencionar a @{name}",
- "status.meta": "{createdAt} en {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Más",
"status.mute": "Silenciar a @{name}",
"status.mute_conversation": "Silenciar conversación",
@@ -1444,6 +1449,7 @@
"status.remove_quote": "Quitar",
"status.replied_in_thread": "Respuesta en hilo",
"status.replied_to": "Respondió a {name}",
+ "status.replies_count": "{count, plural, one {{counter} respuesta} other {{counter} respuestas}}",
"status.reply": "Responder",
"status.replyAll": "Responder al hilo",
"status.report": "Denunciar a @{name}",
@@ -1454,6 +1460,8 @@
"status.show_less_all": "Mostrar menos para todo",
"status.show_more_all": "Mostrar más para todo",
"status.show_original": "Mostrar original",
+ "status.thread_end": "Alcanzaste el fin de la conversación.",
+ "status.thread_none": "Aún no se agregó nada más a la conversación.",
"status.title": "Mensaje de @{name}",
"status.title.message": "Mensaje de {name}",
"status.title.with_attachments": "{user} envió {attachmentCount, plural, one {un adjunto} other {{attachmentCount} adjuntos}}",
diff --git a/app/javascript/mastodon/locales/es-MX.json b/app/javascript/mastodon/locales/es-MX.json
index b7fb8498495..1e62e806b66 100644
--- a/app/javascript/mastodon/locales/es-MX.json
+++ b/app/javascript/mastodon/locales/es-MX.json
@@ -107,6 +107,7 @@
"account.menu.unmute": "Dejar de silenciar cuenta",
"account.moved_to": "{name} ha indicado que su nueva cuenta es ahora:",
"account.mute": "Silenciar a @{name}",
+ "account.mute_boosts": "Silenciar impulsos de @{name}",
"account.mute_notifications_short": "Silenciar notificaciones",
"account.mute_short": "Silenciar",
"account.muted": "Silenciado",
@@ -145,6 +146,7 @@
"account.unendorse": "No mostrar en el perfil",
"account.unfollow": "Dejar de seguir",
"account.unmute": "Dejar de silenciar a @{name}",
+ "account.unmute_boosts": "Mostrar impulsos de @{name}",
"account.unmute_notifications_short": "Dejar de silenciar notificaciones",
"account.unmute_short": "Dejar de silenciar",
"account.view_profile": "Ver perfil",
@@ -551,7 +553,7 @@
"compose.quote.audio": "Archivo de audio {duration}",
"compose.quote.poll": "Encuesta {sep} {isOpen, select,open {Acepta respuestas}other {Cerrada}}",
"compose.quote.spoiler": "Contenido:",
- "compose.quote_modal.add": "Añadir una cita al borrador",
+ "compose.quote_modal.add": "Añadir cita al borrador existente",
"compose.quote_modal.cancel": "Volver",
"compose.quote_modal.delete": "Eliminar borrador y empezar de nuevo",
"compose.quote_modal.title": "Borrador en curso",
@@ -589,7 +591,7 @@
"compose.visibility.quote_policy.followers": "Seguidores",
"compose.visibility.title": "Visibilidad",
"compose.visibility.to_post": "Redactar una publicación en su lugar",
- "compose.visibility.to_reply": "Responder públicamente mejor",
+ "compose.visibility.to_reply": "Responder en público",
"compose_form.direct_message_warning_learn_more": "Saber más",
"compose_form.encryption_warning": "Las publicaciones en Mastodon no están cifradas de extremo a extremo. No comparta ninguna información sensible en Mastodon.",
"compose_form.hashtag_warning": "Esta publicación no será listada bajo ninguna etiqueta dado que no es pública. Solo publicaciones públicas pueden ser buscadas por etiqueta.",
@@ -619,6 +621,8 @@
"confirmations.delete_collection.confirm": "Eliminar",
"confirmations.delete_collection.message": "Esta acción no se puede deshacer.",
"confirmations.delete_collection.title": "¿Eliminar \"{name}\"?",
+ "confirmations.delete_custom_feed.message": "¿Seguro que quieres eliminar permanentemente esta cronología personalizada?",
+ "confirmations.delete_custom_feed.title": "¿Eliminar cronología personalizada?",
"confirmations.delete_list.confirm": "Eliminar",
"confirmations.delete_list.message": "¿Estás seguro de que quieres eliminar esta lista de forma permanente?",
"confirmations.delete_list.title": "¿Deseas eliminar la lista?",
@@ -1388,9 +1392,12 @@
"status.favourite": "Favorito",
"status.favourites_count": "{count, plural,one {{counter} favorito}other {{counter} favoritos}}",
"status.filter": "Filtrar esta publicación",
- "status.header.to_followers": "{displayName} para Seguidores",
+ "status.follow": "Seguir a @{name}",
+ "status.header.message_to_me": "{author} para ti {count, plural, =0 {} one {y # más} other {y # más}}",
+ "status.header.to_followers": "{author} a Seguidores {count, plural, =0 {} one {y # más} other {y # más}}",
"status.history.created": "{name} creó {date}",
"status.history.edited": "{name} editado {date}",
+ "status.likes_count": "{count, plural,one {{counter} me gusta}other {{counter} me gustas}}",
"status.likes_title": "Favoritos de la publicación",
"status.link_preview.authors": "{count, plural,one {Encuentra al autor en el Fediverso:}other {Encuentra a los autores en el Fediverso:}}",
"status.load_more": "Cargar más",
@@ -1398,8 +1405,6 @@
"status.media.show": "Haz clic para mostrar",
"status.media_hidden": "Contenido multimedia oculto",
"status.mention": "Mencionar @{name}",
- "status.meta": "{createdAt} en {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Más",
"status.mute": "Silenciar @{name}",
"status.mute_conversation": "Silenciar conversación",
@@ -1444,6 +1449,7 @@
"status.remove_quote": "Eliminar",
"status.replied_in_thread": "Respondido en el hilo",
"status.replied_to": "Respondió a {name}",
+ "status.replies_count": "{count, plural, one {{counter} respuesta} other {{counter} respuestas}}",
"status.reply": "Responder",
"status.replyAll": "Responder al hilo",
"status.report": "Reportar @{name}",
@@ -1454,6 +1460,8 @@
"status.show_less_all": "Mostrar menos para todo",
"status.show_more_all": "Mostrar más para todo",
"status.show_original": "Mostrar original",
+ "status.thread_end": "Has llegado al final de la conversación.",
+ "status.thread_none": "Nada más se ha añadido aún a la conversación.",
"status.title": "Publicación de @{name}",
"status.title.message": "Mensaje de {name}",
"status.title.with_attachments": "{user} ha publicado {attachmentCount, plural, one {un adjunto} other {{attachmentCount} adjuntos}}",
diff --git a/app/javascript/mastodon/locales/es.json b/app/javascript/mastodon/locales/es.json
index 1df9383eece..42a0197b441 100644
--- a/app/javascript/mastodon/locales/es.json
+++ b/app/javascript/mastodon/locales/es.json
@@ -107,6 +107,7 @@
"account.menu.unmute": "Dejar de silenciar cuenta",
"account.moved_to": "{name} ha indicado que su nueva cuenta es ahora:",
"account.mute": "Silenciar a @{name}",
+ "account.mute_boosts": "Silenciar impulsos de @{name}",
"account.mute_notifications_short": "Silenciar notificaciones",
"account.mute_short": "Silenciar",
"account.muted": "Silenciado",
@@ -145,6 +146,7 @@
"account.unendorse": "No mostrar en el perfil",
"account.unfollow": "Dejar de seguir",
"account.unmute": "Dejar de silenciar a @{name}",
+ "account.unmute_boosts": "Mostrar impulsos de @{name}",
"account.unmute_notifications_short": "Dejar de silenciar notificaciones",
"account.unmute_short": "Dejar de silenciar",
"account.view_profile": "Ver perfil",
@@ -551,7 +553,7 @@
"compose.quote.audio": "Archivo de audio {duration}",
"compose.quote.poll": "Encuesta {sep} {isOpen, select,open {Acepta respuestas}other {Cerrada}}",
"compose.quote.spoiler": "Contenido:",
- "compose.quote_modal.add": "Añadir una cita al borrador",
+ "compose.quote_modal.add": "Añadir cita al borrador existente",
"compose.quote_modal.cancel": "Volver",
"compose.quote_modal.delete": "Eliminar borrador y empezar de nuevo",
"compose.quote_modal.title": "Borrador en curso",
@@ -589,7 +591,7 @@
"compose.visibility.quote_policy.followers": "Seguidores",
"compose.visibility.title": "Visibilidad",
"compose.visibility.to_post": "Escribir una publicación en su lugar",
- "compose.visibility.to_reply": "Responder públicamente mejor",
+ "compose.visibility.to_reply": "Responder en público",
"compose_form.direct_message_warning_learn_more": "Aprender más",
"compose_form.encryption_warning": "Las publicaciones en Mastodon no están cifradas de extremo a extremo. No comparta ninguna información sensible en Mastodon.",
"compose_form.hashtag_warning": "Esta publicación no se mostrará bajo ninguna etiqueta, ya que no es pública. Solo las publicaciones públicas pueden ser buscadas por etiqueta.",
@@ -619,6 +621,8 @@
"confirmations.delete_collection.confirm": "Eliminar",
"confirmations.delete_collection.message": "Esta acción no se puede deshacer.",
"confirmations.delete_collection.title": "¿Eliminar \"{name}\"?",
+ "confirmations.delete_custom_feed.message": "¿Seguro que quieres eliminar permanentemente esta cronología personalizada?",
+ "confirmations.delete_custom_feed.title": "¿Eliminar cronología personalizada?",
"confirmations.delete_list.confirm": "Eliminar",
"confirmations.delete_list.message": "¿Seguro que quieres borrar esta lista permanentemente?",
"confirmations.delete_list.title": "¿Eliminar lista?",
@@ -1388,9 +1392,12 @@
"status.favourite": "Favorito",
"status.favourites_count": "{count, plural,one {{counter} favorito}other {{counter} favoritos}}",
"status.filter": "Filtrar esta publicación",
- "status.header.to_followers": "{displayName} para Seguidores",
+ "status.follow": "Seguir a @{name}",
+ "status.header.message_to_me": "{author} para ti {count, plural, =0 {} one {y # más} other {y # más}}",
+ "status.header.to_followers": "{author} a Seguidores {count, plural, =0 {} one {y # más} other {y # más}}",
"status.history.created": "{name} creó {date}",
"status.history.edited": "{name} editó {date}",
+ "status.likes_count": "{count, plural,one {{counter} me gusta}other {{counter} me gustas}}",
"status.likes_title": "Favoritos de la publicación",
"status.link_preview.authors": "{count, plural,one {Encuentra al autor en el Fediverso:}other {Encuentra a los autores en el Fediverso:}}",
"status.load_more": "Cargar más",
@@ -1398,8 +1405,6 @@
"status.media.show": "Pulsa para mostrar",
"status.media_hidden": "Contenido multimedia oculto",
"status.mention": "Mencionar a @{name}",
- "status.meta": "{createdAt} en {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Más",
"status.mute": "Silenciar @{name}",
"status.mute_conversation": "Silenciar conversación",
@@ -1444,6 +1449,7 @@
"status.remove_quote": "Eliminar",
"status.replied_in_thread": "Respondió en el hilo",
"status.replied_to": "Respondió a {name}",
+ "status.replies_count": "{count, plural, one {{counter} respuesta} other {{counter} respuestas}}",
"status.reply": "Responder",
"status.replyAll": "Responder al hilo",
"status.report": "Reportar a @{name}",
@@ -1454,6 +1460,8 @@
"status.show_less_all": "Mostrar menos para todo",
"status.show_more_all": "Mostrar más para todo",
"status.show_original": "Mostrar original",
+ "status.thread_end": "Has llegado al final de la conversación.",
+ "status.thread_none": "Nada más se ha añadido aún a la conversación.",
"status.title": "Publicación de @{name}",
"status.title.message": "Mensaje de {name}",
"status.title.with_attachments": "{user} ha publicado {attachmentCount, plural, one {un adjunto} other {{attachmentCount} adjuntos}}",
diff --git a/app/javascript/mastodon/locales/et.json b/app/javascript/mastodon/locales/et.json
index f00f2510b88..a2feb8b7f50 100644
--- a/app/javascript/mastodon/locales/et.json
+++ b/app/javascript/mastodon/locales/et.json
@@ -1377,7 +1377,6 @@
"status.favourite": "Lemmik",
"status.favourites_count": "{count, plural, one {{counter} lemmik} other {{counter} lemmikut}}",
"status.filter": "Filtreeri seda postitust",
- "status.header.to_followers": "Jälgijatele {displayName}",
"status.history.created": "{name} lõi {date}",
"status.history.edited": "{name} muutis {date}",
"status.likes_title": "Postituse on märkinud meeldivaks",
@@ -1387,8 +1386,6 @@
"status.media.show": "Näitamiseks klõpsa",
"status.media_hidden": "Meedia peidetud",
"status.mention": "Maini @{name}'i",
- "status.meta": "{createdAt} - {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Veel",
"status.mute": "Summuta @{name}",
"status.mute_conversation": "Summuta vestlus",
diff --git a/app/javascript/mastodon/locales/fa.json b/app/javascript/mastodon/locales/fa.json
index 609cb419c52..44e430fd3ed 100644
--- a/app/javascript/mastodon/locales/fa.json
+++ b/app/javascript/mastodon/locales/fa.json
@@ -1356,7 +1356,6 @@
"status.favourite": "برگزیده",
"status.favourites_count": "{count, plural, one {{counter} برگزیدن} other {{counter} برگزیدن}}",
"status.filter": "پالایش این فرسته",
- "status.header.to_followers": "{displayName} به پیگیرندگان",
"status.history.created": "توسط {name} در {date} ایجاد شد",
"status.history.edited": "توسط {name} در {date} ویرایش شد",
"status.likes_title": "پسندهای فرسته",
diff --git a/app/javascript/mastodon/locales/fi.json b/app/javascript/mastodon/locales/fi.json
index 782860599ab..d5a590af513 100644
--- a/app/javascript/mastodon/locales/fi.json
+++ b/app/javascript/mastodon/locales/fi.json
@@ -619,6 +619,8 @@
"confirmations.delete_collection.confirm": "Poista",
"confirmations.delete_collection.message": "Tätä toimea ei voi peruuttaa.",
"confirmations.delete_collection.title": "Poistetaanko ”{name}”?",
+ "confirmations.delete_custom_feed.message": "Haluatko varmasti poistaa tämän mukautetun syötteen pysyvästi?",
+ "confirmations.delete_custom_feed.title": "Poistetaanko mukautettu syöte?",
"confirmations.delete_list.confirm": "Poista",
"confirmations.delete_list.message": "Haluatko varmasti poistaa tämän listan pysyvästi?",
"confirmations.delete_list.title": "Poistetaanko lista?",
@@ -1388,9 +1390,11 @@
"status.favourite": "Suosikki",
"status.favourites_count": "{count, plural, one {{counter} suosikki} other {{counter} suosikkia}}",
"status.filter": "Suodata tämä julkaisu",
- "status.header.to_followers": "{displayName} seuraajille",
+ "status.header.message_to_me": "{author} sinulle {count, plural, =0 {} one {+ # muulle} other {+ # muulle}}",
+ "status.header.to_followers": "{author} seuraajille {count, plural, =0 {} one {+ # muulle} other {+ # muulle}}",
"status.history.created": "{name} loi {date}",
"status.history.edited": "{name} muokkasi {date}",
+ "status.likes_count": "{count, plural, one {{counter} tykkäys} other {{counter} tykkäystä}}",
"status.likes_title": "Julkaisujen tykkäykset",
"status.link_preview.authors": "{count, plural, one {Löydä tekijä fediversumista:} other {Löydä tekijät fediversumista:}}",
"status.load_more": "Lataa lisää",
@@ -1398,8 +1402,6 @@
"status.media.show": "Näytä napsauttamalla",
"status.media_hidden": "Media piilotettu",
"status.mention": "Mainitse @{name}",
- "status.meta": "{createdAt} sovelluksessa {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Enemmän",
"status.mute": "Mykistä @{name}",
"status.mute_conversation": "Mykistä keskustelu",
@@ -1444,6 +1446,7 @@
"status.remove_quote": "Poista",
"status.replied_in_thread": "Vastasi ketjuun",
"status.replied_to": "Vastaus käyttäjälle {name}",
+ "status.replies_count": "{count, plural, one {{counter} vastaus} other {{counter} vastausta}}",
"status.reply": "Vastaa",
"status.replyAll": "Vastaa ketjuun",
"status.report": "Raportoi @{name}",
@@ -1454,6 +1457,7 @@
"status.show_less_all": "Näytä kaikista vähemmän",
"status.show_more_all": "Näytä kaikista enemmän",
"status.show_original": "Näytä alkuperäinen",
+ "status.thread_end": "Olet päässyt keskustelun loppuun.",
"status.title": "Julkaisu käyttäjältä {name}",
"status.title.message": "Viesti käyttäjältä {name}",
"status.title.with_attachments": "{user} julkaisi {attachmentCount, plural, one {liitteen} other {{attachmentCount} liitettä}}",
diff --git a/app/javascript/mastodon/locales/fr-CA.json b/app/javascript/mastodon/locales/fr-CA.json
index 66b58b76853..050a43cb604 100644
--- a/app/javascript/mastodon/locales/fr-CA.json
+++ b/app/javascript/mastodon/locales/fr-CA.json
@@ -1387,7 +1387,6 @@
"status.favourite": "Ajouter aux favoris",
"status.favourites_count": "{count, plural, one {{counter} favori} other {{counter} favoris}}",
"status.filter": "Filtrer cette publication",
- "status.header.to_followers": "{displayName} à Abonné·e·s",
"status.history.created": "créé par {name} {date}",
"status.history.edited": "modifié par {name} {date}",
"status.likes_title": "Message en favoris",
@@ -1397,8 +1396,6 @@
"status.media.show": "Cliquez pour afficher",
"status.media_hidden": "Média masqué",
"status.mention": "Mentionner @{name}",
- "status.meta": "{createdAt} sur {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Plus",
"status.mute": "Masquer @{name}",
"status.mute_conversation": "Masquer la conversation",
diff --git a/app/javascript/mastodon/locales/fr.json b/app/javascript/mastodon/locales/fr.json
index a784f2d853e..84c71f346d1 100644
--- a/app/javascript/mastodon/locales/fr.json
+++ b/app/javascript/mastodon/locales/fr.json
@@ -1387,7 +1387,6 @@
"status.favourite": "Ajouter aux favoris",
"status.favourites_count": "{count, plural, one {{counter} favori} other {{counter} favoris}}",
"status.filter": "Filtrer ce message",
- "status.header.to_followers": "{displayName} à Abonné·e·s",
"status.history.created": "Créé par {name} {date}",
"status.history.edited": "Modifié par {name} {date}",
"status.likes_title": "Message en favoris",
@@ -1397,8 +1396,6 @@
"status.media.show": "Cliquer pour afficher",
"status.media_hidden": "Média caché",
"status.mention": "Mentionner @{name}",
- "status.meta": "{createdAt} sur {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Plus",
"status.mute": "Masquer @{name}",
"status.mute_conversation": "Masquer la conversation",
diff --git a/app/javascript/mastodon/locales/ga.json b/app/javascript/mastodon/locales/ga.json
index cb926dc796c..168a6cd72ce 100644
--- a/app/javascript/mastodon/locales/ga.json
+++ b/app/javascript/mastodon/locales/ga.json
@@ -1388,7 +1388,6 @@
"status.favourite": "Is fearr leat",
"status.favourites_count": "{count, plural,\n one {{counter} cheanán}\n two {{counter} cheanáin}\n few {{counter} ceanáin}\n many {{counter} ceanán}\n other {{counter} ceanáin}\n}",
"status.filter": "Déan scagadh ar an bpostáil seo",
- "status.header.to_followers": "{displayName} chuig Leantóirí",
"status.history.created": "Chruthaigh {name} {date}",
"status.history.edited": "Curtha in eagar ag {name} in {date}",
"status.likes_title": "Is maith le poist",
@@ -1398,8 +1397,6 @@
"status.media.show": "Cliceáil chun a thaispeáint",
"status.media_hidden": "Cuirtear meáin i bhfolach",
"status.mention": "Luaigh @{name}",
- "status.meta": "{createdAt} ar {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Tuilleadh",
"status.mute": "Balbhaigh @{name}",
"status.mute_conversation": "Balbhaigh comhrá",
diff --git a/app/javascript/mastodon/locales/gl.json b/app/javascript/mastodon/locales/gl.json
index 6e3dcbcadff..a6837334723 100644
--- a/app/javascript/mastodon/locales/gl.json
+++ b/app/javascript/mastodon/locales/gl.json
@@ -107,6 +107,7 @@
"account.menu.unmute": "Retirar silencio da conta",
"account.moved_to": "{name} informa de que a súa nova conta é:",
"account.mute": "Acalar @{name}",
+ "account.mute_boosts": "Oculatar as promocións de @{name}",
"account.mute_notifications_short": "Silenciar notificacións",
"account.mute_short": "Acalar",
"account.muted": "Acalada",
@@ -145,6 +146,7 @@
"account.unendorse": "Non amosar no perfil",
"account.unfollow": "Deixar de seguir",
"account.unmute": "Deixar de silenciar a @{name}",
+ "account.unmute_boosts": "Mostrar as promocións de @{name}",
"account.unmute_notifications_short": "Reactivar notificacións",
"account.unmute_short": "Non silenciar",
"account.view_profile": "Ver perfil",
@@ -619,6 +621,8 @@
"confirmations.delete_collection.confirm": "Eliminar",
"confirmations.delete_collection.message": "Esta acción non se pode desfacer.",
"confirmations.delete_collection.title": "Eliminar \"{name}\"?",
+ "confirmations.delete_custom_feed.message": "Tes certeza de querer eliminar de xeito definitivo esta cronoloxía persoal?",
+ "confirmations.delete_custom_feed.title": "Eliminar cronoloxía persoal?",
"confirmations.delete_list.confirm": "Eliminar",
"confirmations.delete_list.message": "Tes a certeza de querer eliminar de xeito permanente esta listaxe?",
"confirmations.delete_list.title": "Eliminar a lista?",
@@ -1388,9 +1392,12 @@
"status.favourite": "Favorecer",
"status.favourites_count": "{count, plural, one {{counter} favorecemento} other {{counter} favorecementos}}",
"status.filter": "Filtrar esta publicación",
- "status.header.to_followers": "{displayName} para as Seguidoras",
+ "status.follow": "Seguir a @{name}",
+ "status.header.message_to_me": "De {author} para ti {count, plural, =0 {} one {e outra} other {e # máis}}",
+ "status.header.to_followers": "De {author} para as seguidoras {count, plural, =0 {} one {e outra} other {e # máis}}",
"status.history.created": "{name} creouno o {date}",
"status.history.edited": "{name} editouno o {date}",
+ "status.likes_count": "{count, plural, one {{counter} agarimo} other {{counter} agarimos}}",
"status.likes_title": "Gustoulle a",
"status.link_preview.authors": "{count, plural, one {Atopa a autora no Fediverso:} other {Atopa as autoras no Fediverso:}}",
"status.load_more": "Cargar máis",
@@ -1398,8 +1405,6 @@
"status.media.show": "Preme para ver",
"status.media_hidden": "Contido multimedia agochado",
"status.mention": "Mencionar @{name}",
- "status.meta": "{createdAt} en {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Máis",
"status.mute": "Silenciar @{name}",
"status.mute_conversation": "Silenciar conversa",
@@ -1444,6 +1449,7 @@
"status.remove_quote": "Retirar",
"status.replied_in_thread": "Respondeu nun fío",
"status.replied_to": "Respondeu a {name}",
+ "status.replies_count": "{count, plural, one {{counter} resposta} other {{counter} respostas}}",
"status.reply": "Responder",
"status.replyAll": "Responder ao tema",
"status.report": "Denunciar @{name}",
@@ -1454,6 +1460,8 @@
"status.show_less_all": "Amosar menos para todos",
"status.show_more_all": "Amosar máis para todos",
"status.show_original": "Mostrar o orixinal",
+ "status.thread_end": "Acadaches o final da conversa.",
+ "status.thread_none": "Aínda non se engadiu nada máis á conversa.",
"status.title": "Publicación de {name}",
"status.title.message": "Mensaxe de {name}",
"status.title.with_attachments": "{user} publicou {attachmentCount, plural, one {un anexo} other {{attachmentCount} anexos}}",
diff --git a/app/javascript/mastodon/locales/he.json b/app/javascript/mastodon/locales/he.json
index c5b6f9d9291..f0f799c44de 100644
--- a/app/javascript/mastodon/locales/he.json
+++ b/app/javascript/mastodon/locales/he.json
@@ -1388,7 +1388,6 @@
"status.favourite": "חיבוב",
"status.favourites_count": "{count, plural, one {חיבוב אחד} two {חיבוביים} many {{counter} חיבובים} other {{counter} חיבובים}}",
"status.filter": "סנן הודעה זו",
- "status.header.to_followers": "{displayName} לעוקבים",
"status.history.created": "{name} יצר/ה {date}",
"status.history.edited": "{name} ערך/ה {date}",
"status.likes_title": "חיבובי הודעה",
@@ -1398,8 +1397,6 @@
"status.media.show": "לחץ להצגה",
"status.media_hidden": "מדיה מוסתרת",
"status.mention": "פניה אל @{name}",
- "status.meta": "{createdAt} על {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "עוד",
"status.mute": "להשתיק את @{name}",
"status.mute_conversation": "השתקת שיחה",
diff --git a/app/javascript/mastodon/locales/hu.json b/app/javascript/mastodon/locales/hu.json
index 7fd9abc3c80..ffecce8a322 100644
--- a/app/javascript/mastodon/locales/hu.json
+++ b/app/javascript/mastodon/locales/hu.json
@@ -619,6 +619,8 @@
"confirmations.delete_collection.confirm": "Törlés",
"confirmations.delete_collection.message": "Ez a művelet nem vonható vissza.",
"confirmations.delete_collection.title": "Törlöd a következőt: „{name}”?",
+ "confirmations.delete_custom_feed.message": "Biztos, hogy végleg törlöd ezt az egyéni hírfolyamot?",
+ "confirmations.delete_custom_feed.title": "Egyéni hírfolyam törlése?",
"confirmations.delete_list.confirm": "Törlés",
"confirmations.delete_list.message": "Biztos, hogy véglegesen törölni szeretnéd ezt a listát?",
"confirmations.delete_list.title": "Törlöd a listát?",
@@ -1388,9 +1390,11 @@
"status.favourite": "Kedvenc",
"status.favourites_count": "{count, plural, one {{counter} kedvenc} other {{counter} kedvenc}}",
"status.filter": "E bejegyzés szűrése",
- "status.header.to_followers": "{displayName} a követőinek",
+ "status.header.message_to_me": "{author} neked {count, plural, =0 {} one {+ # címzettnek} other {+ # címzettnek}}",
+ "status.header.to_followers": "{author} a követőknek {count, plural, =0 {} one {+ # címzettnek} other {+ # címzettnek}}",
"status.history.created": "{name} létrehozta: {date}",
"status.history.edited": "{name} szerkesztette: {date}",
+ "status.likes_count": "{count, plural, one {{counter} kedvelés} other {{counter} kedvelés}}",
"status.likes_title": "Kedvencnek jelölések",
"status.link_preview.authors": "{count, plural, one {Szerző megkeresése a Födiverzumban:} other {Szerzők megkeresése a Födiverzumban:}}",
"status.load_more": "Többet",
@@ -1398,8 +1402,6 @@
"status.media.show": "Kattints a megtekintéshez",
"status.media_hidden": "Média elrejtve",
"status.mention": "@{name} megemlítése",
- "status.meta": "{createdAt} itt: {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Többet",
"status.mute": "@{name} némítása",
"status.mute_conversation": "Beszélgetés némítása",
@@ -1444,6 +1446,7 @@
"status.remove_quote": "Eltávolítás",
"status.replied_in_thread": "Válaszolva a szálban",
"status.replied_to": "Megválaszolva {name} számára",
+ "status.replies_count": "{count, plural, one {{counter} válasz} other {{counter} válasz}}",
"status.reply": "Válasz",
"status.replyAll": "Válasz a beszélgetésre",
"status.report": "@{name} bejelentése",
@@ -1454,6 +1457,7 @@
"status.show_less_all": "Kevesebbet mindenhol",
"status.show_more_all": "Többet mindenhol",
"status.show_original": "Eredeti megjelenítése",
+ "status.thread_end": "Elérted a beszélgetés végét.",
"status.title": "Szerző: {name}",
"status.title.message": "{name} üzenete",
"status.title.with_attachments": "{user} {attachmentCount, plural, one {mellékletet} other {{attachmentCount} mellékletet}} küldött be.",
diff --git a/app/javascript/mastodon/locales/is.json b/app/javascript/mastodon/locales/is.json
index b36050faf88..8e607c3d818 100644
--- a/app/javascript/mastodon/locales/is.json
+++ b/app/javascript/mastodon/locales/is.json
@@ -107,6 +107,7 @@
"account.menu.unmute": "Hætta að þagga niður í aðgangi",
"account.moved_to": "{name} hefur gefið til kynna að nýi notandaaðgangurinn sé:",
"account.mute": "Þagga niður í @{name}",
+ "account.mute_boosts": "Þagga endurbirtingar frá @{name}",
"account.mute_notifications_short": "Þagga í tilkynningum",
"account.mute_short": "Þagga niður",
"account.muted": "Þaggaður",
@@ -145,6 +146,7 @@
"account.unendorse": "Ekki birta á notandasniði",
"account.unfollow": "Hætta að fylgja",
"account.unmute": "Hætta að þagga niður í @{name}",
+ "account.unmute_boosts": "Hætta að þagga endurbirtingar frá @{name}",
"account.unmute_notifications_short": "Hætta að þagga í tilkynningum",
"account.unmute_short": "Hætta að þagga niður",
"account.view_profile": "Skoða notandasnið",
@@ -619,6 +621,8 @@
"confirmations.delete_collection.confirm": "Eyða",
"confirmations.delete_collection.message": "Þessa aðgerð er ekki hægt að afturkalla.",
"confirmations.delete_collection.title": "Eyða “{name}\"?",
+ "confirmations.delete_custom_feed.message": "Ertu viss um að þú viljir eyða þessu sérsniðna streymi?",
+ "confirmations.delete_custom_feed.title": "Eyða sérsniðnu streymi?",
"confirmations.delete_list.confirm": "Eyða",
"confirmations.delete_list.message": "Ertu viss um að þú viljir eyða þessum lista endanlega?",
"confirmations.delete_list.title": "Eyða lista?",
@@ -1388,9 +1392,12 @@
"status.favourite": "Eftirlæti",
"status.favourites_count": "{count, plural, one {{counter} eftirlæti} other {{counter} eftirlæti}}",
"status.filter": "Sía þessa færslu",
- "status.header.to_followers": "{displayName} til fylgjenda",
+ "status.follow": "Fylgjast með @{name}",
+ "status.header.message_to_me": "{author} til þín {count, plural, =0 {} one {+ # í viðbót} other {+ # í viðbót}}",
+ "status.header.to_followers": "{author} til fylgjenda {count, plural, =0 {} one {+ # í viðbót} other {+ # í viðbót}}",
"status.history.created": "{name} útbjó {date}",
"status.history.edited": "{name} breytti {date}",
+ "status.likes_count": "{count, plural, one {{counter} líkar við} other {{counter} líkar við}}",
"status.likes_title": "Fólki líkar við færslu",
"status.link_preview.authors": "{count, plural, one {Finndu höfundinn í Fediverse-heiminum:} other {Finndu höfundana í Fediverse-heiminum:}}",
"status.load_more": "Hlaða inn meiru",
@@ -1398,8 +1405,6 @@
"status.media.show": "Smelltu til að birta",
"status.media_hidden": "Mynd er falin",
"status.mention": "Minnast á @{name}",
- "status.meta": "{createdAt} í {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Meira",
"status.mute": "Þagga niður í @{name}",
"status.mute_conversation": "Þagga niður í samtali",
@@ -1444,6 +1449,7 @@
"status.remove_quote": "Fjarlægja",
"status.replied_in_thread": "Svaraði í samtali",
"status.replied_to": "Svaraði til {name}",
+ "status.replies_count": "{count, plural, one {{counter} svar} other {{counter} svör}}",
"status.reply": "Svara",
"status.replyAll": "Svara þræði",
"status.report": "Kæra @{name}",
@@ -1454,6 +1460,8 @@
"status.show_less_all": "Sýna minna fyrir allt",
"status.show_more_all": "Sýna meira fyrir allt",
"status.show_original": "Sýna upprunalega",
+ "status.thread_end": "Þú hefur náð enda samtalsins.",
+ "status.thread_none": "Engu öðru hefur enn verið bætt í samtalið.",
"status.title": "Færsla frá {name}",
"status.title.message": "Skilaboð frá {name}",
"status.title.with_attachments": "{user} birti {attachmentCount, plural, one {viðhengi} other {{attachmentCount} viðhengi}}",
diff --git a/app/javascript/mastodon/locales/it.json b/app/javascript/mastodon/locales/it.json
index c11cc308911..92cea9c24ea 100644
--- a/app/javascript/mastodon/locales/it.json
+++ b/app/javascript/mastodon/locales/it.json
@@ -107,6 +107,7 @@
"account.menu.unmute": "Riattiva l'account",
"account.moved_to": "{name} ha indicato che il suo nuovo profilo è ora:",
"account.mute": "Silenzia @{name}",
+ "account.mute_boosts": "Silenzia le condivisioni da @{name}",
"account.mute_notifications_short": "Silenzia notifiche",
"account.mute_short": "Silenzia",
"account.muted": "Mutato",
@@ -145,6 +146,7 @@
"account.unendorse": "Non mostrare sul profilo",
"account.unfollow": "Smetti di seguire",
"account.unmute": "Riattiva @{name}",
+ "account.unmute_boosts": "Riattiva le condivisioni da @{name}",
"account.unmute_notifications_short": "Riattiva notifiche",
"account.unmute_short": "Riattiva",
"account.view_profile": "Visualizza il profilo",
@@ -619,6 +621,8 @@
"confirmations.delete_collection.confirm": "Cancella",
"confirmations.delete_collection.message": "Questa azione non può essere annullata.",
"confirmations.delete_collection.title": "Cancellare \"{name}\"?",
+ "confirmations.delete_custom_feed.message": "Sei sicuro/a di voler eliminare definitivamente questo feed personalizzato?",
+ "confirmations.delete_custom_feed.title": "Eliminare il feed personalizzato?",
"confirmations.delete_list.confirm": "Elimina",
"confirmations.delete_list.message": "Sei sicuro/a di voler eliminare permanentemente questo elenco?",
"confirmations.delete_list.title": "Eliminare la lista?",
@@ -1388,9 +1392,12 @@
"status.favourite": "Aggiungi ai preferiti",
"status.favourites_count": "{count, plural, one {{counter} apprezzamento} other {{counter} apprezzamenti}}",
"status.filter": "Filtra questo post",
- "status.header.to_followers": "{displayName} ai follower",
+ "status.follow": "Segui @{name}",
+ "status.header.message_to_me": "{author} a te {count, plural, =0 {} one {+ # altro} other {+ altri #}}",
+ "status.header.to_followers": "{author} ai follower {count, plural, =0 {} one {+ # altro} other {+ altri #}}",
"status.history.created": "Creato da {name} il {date}",
"status.history.edited": "Modificato da {name} il {date}",
+ "status.likes_count": "{count, plural, one {{counter} mi piace} other {{counter} mi piace}}",
"status.likes_title": "Apprezzamenti al post",
"status.link_preview.authors": "{count, plural, one {Trova l'autore/trice nel fediverso:} other {Trova gli autori nel fediverso:}}",
"status.load_more": "Carica altro",
@@ -1398,8 +1405,6 @@
"status.media.show": "Clicca per mostrare",
"status.media_hidden": "Media nascosto",
"status.mention": "Menziona @{name}",
- "status.meta": "{createdAt} su {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Altro",
"status.mute": "Silenzia @{name}",
"status.mute_conversation": "Silenzia conversazione",
@@ -1444,6 +1449,7 @@
"status.remove_quote": "Rimuovi",
"status.replied_in_thread": "Ha risposto nella discussione",
"status.replied_to": "Risposta a {name}",
+ "status.replies_count": "{count, plural, one {{counter} risposta} other {{counter} risposte}}",
"status.reply": "Rispondi",
"status.replyAll": "Rispondi alla conversazione",
"status.report": "Segnala @{name}",
@@ -1454,6 +1460,8 @@
"status.show_less_all": "Mostra meno per tutti",
"status.show_more_all": "Mostra di più per tutti",
"status.show_original": "Mostra originale",
+ "status.thread_end": "Hai raggiunto la fine della conversazione.",
+ "status.thread_none": "Niente altro è stato ancora aggiunto alla conversazione.",
"status.title": "Post di {name}",
"status.title.message": "Messaggio da {name}",
"status.title.with_attachments": "{user} ha pubblicato {attachmentCount, plural, one {un allegato} other {{attachmentCount} allegati}}",
diff --git a/app/javascript/mastodon/locales/kab.json b/app/javascript/mastodon/locales/kab.json
index d34f1411773..820229bfa63 100644
--- a/app/javascript/mastodon/locales/kab.json
+++ b/app/javascript/mastodon/locales/kab.json
@@ -1010,7 +1010,6 @@
"status.embed": "Awi-d tangalt n weslaɣ",
"status.favourite": "Amenyaf",
"status.filter": "Sizdeg tassufeɣt-a",
- "status.header.to_followers": "{displayName} i yineḍfaren",
"status.history.created": "Yerna-t {name} {date}",
"status.history.edited": "Ibeddel-it {name} {date}",
"status.load_more": "Sali ugar",
@@ -1018,8 +1017,6 @@
"status.media.show": "Sit i uskan",
"status.media_hidden": "Amidya yettwaffer",
"status.mention": "Bder-d @{name}",
- "status.meta": "{createdAt} ɣef {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Ugar",
"status.mute": "Sussem @{name}",
"status.mute_conversation": "Sgugem adiwenni",
diff --git a/app/javascript/mastodon/locales/ko.json b/app/javascript/mastodon/locales/ko.json
index 7d3a18cda1b..5f69c650b26 100644
--- a/app/javascript/mastodon/locales/ko.json
+++ b/app/javascript/mastodon/locales/ko.json
@@ -1372,7 +1372,6 @@
"status.favourite": "좋아요",
"status.favourites_count": "{count, plural, other {{counter}}} 마음에 들어함",
"status.filter": "이 게시물을 필터",
- "status.header.to_followers": "{displayName} 팔로워에게",
"status.history.created": "{name} 님이 {date}에 만듦",
"status.history.edited": "{name} 님이 {date}에 수정함",
"status.likes_title": "좋아요한 게시물",
@@ -1382,8 +1381,6 @@
"status.media.show": "클릭하여 보기",
"status.media_hidden": "미디어 숨겨짐",
"status.mention": "@{name} 님에게 멘션",
- "status.meta": "{createdAt} {source}에서 {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "자세히",
"status.mute": "@{name} 뮤트",
"status.mute_conversation": "대화 뮤트",
@@ -1438,6 +1435,8 @@
"status.show_less_all": "모두 접기",
"status.show_more_all": "모두 펼치기",
"status.show_original": "원본 보기",
+ "status.thread_end": "대화가 끝났습니다.",
+ "status.thread_none": "아직 대화에 추가된 내용은 없습니다.",
"status.title": "{name} 님의 게시물",
"status.title.message": "{name} 님의 메시지",
"status.title.with_attachments": "{user} 님이 {attachmentCount, plural, one {첨부파일} other {{attachmentCount}개의 첨부파일}}과 함께 게시함",
diff --git a/app/javascript/mastodon/locales/nl.json b/app/javascript/mastodon/locales/nl.json
index a22426c720b..f5c145123ce 100644
--- a/app/javascript/mastodon/locales/nl.json
+++ b/app/javascript/mastodon/locales/nl.json
@@ -107,6 +107,7 @@
"account.menu.unmute": "Account niet langer negeren",
"account.moved_to": "{name} is verhuisd naar:",
"account.mute": "@{name} negeren",
+ "account.mute_boosts": "Boosts van @{name} dempen",
"account.mute_notifications_short": "Meldingen negeren",
"account.mute_short": "Negeren",
"account.muted": "Genegeerd",
@@ -145,6 +146,7 @@
"account.unendorse": "Niet op profiel weergeven",
"account.unfollow": "Ontvolgen",
"account.unmute": "@{name} niet langer negeren",
+ "account.unmute_boosts": "Boosts van @{name} niet langer negeren",
"account.unmute_notifications_short": "Meldingen niet langer negeren",
"account.unmute_short": "Niet langer negeren",
"account.view_profile": "Profiel weergeven",
@@ -619,6 +621,8 @@
"confirmations.delete_collection.confirm": "Verwijderen",
"confirmations.delete_collection.message": "Deze actie kan niet ongedaan worden gemaakt.",
"confirmations.delete_collection.title": "\"{name}\" verwijderen?",
+ "confirmations.delete_custom_feed.message": "Weet je zeker dat je deze aangepaste tijdlijn permanent wilt verwijderen?",
+ "confirmations.delete_custom_feed.title": "Aangepaste tijdlijn verwijderen?",
"confirmations.delete_list.confirm": "Verwijderen",
"confirmations.delete_list.message": "Weet je zeker dat je deze lijst definitief wilt verwijderen?",
"confirmations.delete_list.title": "Lijst verwijderen?",
@@ -1388,9 +1392,12 @@
"status.favourite": "Favoriet",
"status.favourites_count": "{count, plural, one {{counter} favoriet} other {{counter} favorieten}}",
"status.filter": "Dit bericht filteren",
- "status.header.to_followers": "{displayName} aan volgers",
+ "status.follow": "@{name} volgen",
+ "status.header.message_to_me": "{author} aan jou {count, plural, =0 {} one {+ # ander} other {+ # anderen}}",
+ "status.header.to_followers": "{author} aan volgers {count, plural, =0 {} one {+ # ander} other {+ # anderen}}",
"status.history.created": "{name} plaatste dit {date}",
"status.history.edited": "{name} bewerkte dit {date}",
+ "status.likes_count": "{count, plural, one {{counter} like} other {{counter} likes}}",
"status.likes_title": "Favorieten bericht",
"status.link_preview.authors": "{count, plural, one {Vind de auteur in de fediverse:} other {Vind de auteurs in de fediverse:}}",
"status.load_more": "Meer laden",
@@ -1398,8 +1405,6 @@
"status.media.show": "Klik om te tonen",
"status.media_hidden": "Media verborgen",
"status.mention": "@{name} vermelden",
- "status.meta": "{createdAt} op {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Meer",
"status.mute": "@{name} negeren",
"status.mute_conversation": "Gesprek negeren",
@@ -1444,6 +1449,7 @@
"status.remove_quote": "Verwijderen",
"status.replied_in_thread": "Reageerde in gesprek",
"status.replied_to": "Reageerde op {name}",
+ "status.replies_count": "{count, plural, one {{counter} antwoord} other {{counter} antwoorden}}",
"status.reply": "Reageren",
"status.replyAll": "Op iedereen reageren",
"status.report": "@{name} rapporteren",
@@ -1454,6 +1460,8 @@
"status.show_less_all": "Alles minder tonen",
"status.show_more_all": "Alles meer tonen",
"status.show_original": "Origineel bekijken",
+ "status.thread_end": "Je hebt het einde van het gesprek bereikt.",
+ "status.thread_none": "Er is nog niets anders aan het gesprek toegevoegd.",
"status.title": "Bericht van {name}",
"status.title.message": "Bericht van {name}",
"status.title.with_attachments": "{user} heeft {attachmentCount, plural, one {een bijlage} other {{attachmentCount} bijlagen}} toegevoegd",
diff --git a/app/javascript/mastodon/locales/pl.json b/app/javascript/mastodon/locales/pl.json
index 7154636c43f..8b624839c94 100644
--- a/app/javascript/mastodon/locales/pl.json
+++ b/app/javascript/mastodon/locales/pl.json
@@ -429,7 +429,9 @@
"column.lists": "Listy",
"column.mutes": "Wyciszeni",
"column.notifications": "Powiadomienia",
+ "column.other_collections": "Kolekcje od użytkownika {name}",
"column.public": "Globalna oś czasu",
+ "column.saved_posts": "Zapisane posty",
"column.your_collections": "Twoje kolekcje",
"column_back_button.label": "Wróć",
"column_header.hide_settings": "Ukryj ustawienia",
diff --git a/app/javascript/mastodon/locales/sv.json b/app/javascript/mastodon/locales/sv.json
index 9c97a737459..4f13256b192 100644
--- a/app/javascript/mastodon/locales/sv.json
+++ b/app/javascript/mastodon/locales/sv.json
@@ -107,6 +107,7 @@
"account.menu.unmute": "Avtysta konto",
"account.moved_to": "{name} har indikerat att hen har ett nytt konto:",
"account.mute": "Tysta @{name}",
+ "account.mute_boosts": "Tysta boostar från @{name}",
"account.mute_notifications_short": "Stäng av aviseringsljud",
"account.mute_short": "Tysta",
"account.muted": "Tystad",
@@ -145,6 +146,7 @@
"account.unendorse": "Visa inte på profil",
"account.unfollow": "Sluta följ",
"account.unmute": "Sluta tysta @{name}",
+ "account.unmute_boosts": "Avtysta boostar från @{name}",
"account.unmute_notifications_short": "Aktivera aviseringsljud",
"account.unmute_short": "Avtysta",
"account.view_profile": "Visa profil",
@@ -619,6 +621,8 @@
"confirmations.delete_collection.confirm": "Radera",
"confirmations.delete_collection.message": "Denna åtgärd kan inte ångras.",
"confirmations.delete_collection.title": "Radera \"{name}\"?",
+ "confirmations.delete_custom_feed.message": "Är du säker på att du vill ta bort detta anpassade flöde permanent?",
+ "confirmations.delete_custom_feed.title": "Ta bort anpassat flöde?",
"confirmations.delete_list.confirm": "Radera",
"confirmations.delete_list.message": "Är du säker på att du vill radera denna lista permanent?",
"confirmations.delete_list.title": "Ta bort listan?",
@@ -1388,9 +1392,12 @@
"status.favourite": "Favoritmarkera",
"status.favourites_count": "{count, plural, one {{counter} favorit} other {{counter} favoriter}}",
"status.filter": "Filtrera detta inlägg",
- "status.header.to_followers": "{displayName} till följare",
+ "status.follow": "Följ @{name}",
+ "status.header.message_to_me": "{author} till dig {count, plural, =0 {} one {+ # annan} other {+ # andra}}",
+ "status.header.to_followers": "{author} till följare {count, plural, =0 {} one {+ # annan} other {+ # andra}}",
"status.history.created": "{name} skapade {date}",
"status.history.edited": "{name} redigerade {date}",
+ "status.likes_count": "{count, plural, one {{counter} gillamarkering} other {{counter} gillamarkeringar}}",
"status.likes_title": "Gillade inlägg",
"status.link_preview.authors": "{count, plural, one {Hitta författaren i Fediversumet:} other {Hitta författarna i Fediversumet:}}",
"status.load_more": "Ladda fler",
@@ -1398,8 +1405,6 @@
"status.media.show": "Klicka för att visa",
"status.media_hidden": "Media dolt",
"status.mention": "Omnämn @{name}",
- "status.meta": "{createdAt} på {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Mer",
"status.mute": "Tysta @{name}",
"status.mute_conversation": "Tysta konversation",
@@ -1444,6 +1449,7 @@
"status.remove_quote": "Ta bort",
"status.replied_in_thread": "Svarade i tråden",
"status.replied_to": "Svarade på {name}",
+ "status.replies_count": "{count, plural, one {{counter} svar} other {{counter} svar}}",
"status.reply": "Svara",
"status.replyAll": "Svara på tråden",
"status.report": "Rapportera @{name}",
@@ -1454,6 +1460,8 @@
"status.show_less_all": "Visa mindre för alla",
"status.show_more_all": "Visa mer för alla",
"status.show_original": "Visa original",
+ "status.thread_end": "Du har nått slutet av konversationen.",
+ "status.thread_none": "Inget annat har lagts till i konversationen ännu.",
"status.title": "Inlägg av @{name}",
"status.title.message": "Meddelande från {name}",
"status.title.with_attachments": "{user} lade upp {attachmentCount, plural, one {en bilaga} other {{attachmentCount} bilagor}}",
diff --git a/app/javascript/mastodon/locales/th.json b/app/javascript/mastodon/locales/th.json
index 26a7a9a88d3..24c3480f500 100644
--- a/app/javascript/mastodon/locales/th.json
+++ b/app/javascript/mastodon/locales/th.json
@@ -58,6 +58,7 @@
"account.follows_you": "ติดตามคุณ",
"account.go_to_profile": "ไปยังโปรไฟล์",
"account.in_memoriam": "เพื่อระลึกถึง",
+ "account.join_modal.day": "วัน",
"account.joined_short": "เข้าร่วมเมื่อ",
"account.languages": "เปลี่ยนภาษาที่บอกรับ",
"account.link_verified_on": "ตรวจสอบความเป็นเจ้าของของลิงก์นี้เมื่อ {date}",
@@ -71,6 +72,8 @@
"account.muted": "ซ่อนอยู่",
"account.mutual": "คุณติดตามกันและกัน",
"account.no_bio": "ไม่ได้ให้คำอธิบาย",
+ "account.node_modal.save": "บันทึก",
+ "account.note.edit_button": "แก้ไข",
"account.open_original_page": "เปิดหน้าดั้งเดิม",
"account.posts": "โพสต์",
"account.requested_follow": "{name} ได้ขอติดตามคุณ",
@@ -85,6 +88,12 @@
"account.unmute": "เลิกซ่อน @{name}",
"account.unmute_notifications_short": "เลิกซ่อนการแจ้งเตือน",
"account.unmute_short": "เลิกซ่อน",
+ "account_edit.field_delete_modal.delete_button": "ลบ",
+ "account_edit.image_delete_modal.delete_button": "ลบ",
+ "account_edit.profile_tab.button_label": "ปรับแต่ง",
+ "account_edit.save": "บันทึก",
+ "account_edit.upload_modal.back": "ย้อนกลับ",
+ "account_edit.upload_modal.next": "ถัดไป",
"admin.dashboard.daily_retention": "อัตราการเก็บรักษาผู้ใช้ตามวันหลังจากการลงทะเบียน",
"admin.dashboard.monthly_retention": "อัตราการเก็บรักษาผู้ใช้ตามเดือนหลังจากการลงทะเบียน",
"admin.dashboard.retention.average": "ค่าเฉลี่ย",
@@ -107,6 +116,8 @@
"alt_text_modal.describe_for_people_with_visual_impairments": "อธิบายสิ่งนี้สำหรับผู้คนที่มีความบกพร่องทางการมองเห็น…",
"alt_text_modal.done": "เสร็จสิ้น",
"announcement.announcement": "ประกาศ",
+ "annual_report.nav_item.badge": "ใหม่",
+ "annual_report.summary.close": "ปิด",
"annual_report.summary.followers.new_followers": "{count, plural, other {ผู้ติดตามใหม่}}",
"annual_report.summary.most_used_app.most_used_app": "แอปที่ใช้มากที่สุด",
"annual_report.summary.most_used_hashtag.most_used_hashtag": "แฮชแท็กที่ใช้มากที่สุด",
@@ -139,6 +150,8 @@
"closed_registrations_modal.find_another_server": "ค้นหาเซิร์ฟเวอร์อื่น",
"closed_registrations_modal.preamble": "Mastodon เป็นแบบกระจายศูนย์ ดังนั้นไม่ว่าคุณจะสร้างบัญชีของคุณที่ใด คุณจะสามารถติดตามและโต้ตอบกับใครก็ตามในเซิร์ฟเวอร์นี้ คุณยังสามารถโฮสต์บัญชีด้วยตนเองได้อีกด้วย!",
"closed_registrations_modal.title": "การลงทะเบียนใน Mastodon",
+ "collections.collection_name": "ชื่อ",
+ "collections.visibility_public": "สาธารณะ",
"column.about": "เกี่ยวกับ",
"column.blocks": "ผู้ใช้ที่ปิดกั้นอยู่",
"column.bookmarks": "ที่คั่นหน้า",
@@ -159,6 +172,7 @@
"column.mutes": "ผู้ใช้ที่ซ่อนอยู่",
"column.notifications": "การแจ้งเตือน",
"column.public": "เส้นเวลาที่ติดต่อกับภายนอก",
+ "column.this_server": "เซิร์ฟเวอร์นี้",
"column_back_button.label": "ย้อนกลับ",
"column_header.hide_settings": "ซ่อนการตั้งค่า",
"column_header.moveLeft_settings": "ย้ายคอลัมน์ไปทางซ้าย",
@@ -172,8 +186,11 @@
"community.column_settings.remote_only": "ระยะไกลเท่านั้น",
"compose.language.change": "เปลี่ยนภาษา",
"compose.language.search": "ค้นหาภาษา...",
+ "compose.message.publish": "ส่ง",
+ "compose.new.message": "ข้อความ",
"compose.published.body": "เผยแพร่โพสต์แล้ว",
"compose.published.open": "เปิด",
+ "compose.rearrange_modal.cancel": "ยกเลิก",
"compose.saved.body": "บันทึกโพสต์แล้ว",
"compose_form.direct_message_warning_learn_more": "เรียนรู้เพิ่มเติม",
"compose_form.encryption_warning": "โพสต์ใน Mastodon ไม่ได้เข้ารหัสแบบต้นทางถึงปลายทาง อย่าแบ่งปันข้อมูลที่ละเอียดอ่อนใด ๆ ผ่าน Mastodon",
diff --git a/app/javascript/mastodon/locales/tr.json b/app/javascript/mastodon/locales/tr.json
index 85e09fe46dd..18749e0ee89 100644
--- a/app/javascript/mastodon/locales/tr.json
+++ b/app/javascript/mastodon/locales/tr.json
@@ -1386,7 +1386,6 @@
"status.favourite": "Favori",
"status.favourites_count": "{count, plural, one {{counter} favori} other {{counter} favori}}",
"status.filter": "Bu gönderiyi süzgeçle",
- "status.header.to_followers": "{displayName} - Takipçilere",
"status.history.created": "{name} oluşturdu {date}",
"status.history.edited": "{name} düzenledi {date}",
"status.likes_title": "Gönderi Beğenileri",
@@ -1396,8 +1395,6 @@
"status.media.show": "Göstermek için tıklayın",
"status.media_hidden": "Medya gizli",
"status.mention": "@{name} kişisinden bahset",
- "status.meta": "{createdAt} tarihinde {source} {sep} {visibility} kaynağında",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Daha fazla",
"status.mute": "@{name} kişisini sessize al",
"status.mute_conversation": "Sohbeti sessize al",
diff --git a/app/javascript/mastodon/locales/vi.json b/app/javascript/mastodon/locales/vi.json
index f7efffb5e5d..4bca79b301d 100644
--- a/app/javascript/mastodon/locales/vi.json
+++ b/app/javascript/mastodon/locales/vi.json
@@ -1383,8 +1383,6 @@
"status.media.show": "Nhấn để xem",
"status.media_hidden": "Đã ẩn",
"status.mention": "Nhắc đến @{name}",
- "status.meta": "{createdAt} trên {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "Xem thêm",
"status.mute": "Phớt lờ @{name}",
"status.mute_conversation": "Phớt lờ thông báo",
diff --git a/app/javascript/mastodon/locales/zh-CN.json b/app/javascript/mastodon/locales/zh-CN.json
index ba346242244..5b504f864a1 100644
--- a/app/javascript/mastodon/locales/zh-CN.json
+++ b/app/javascript/mastodon/locales/zh-CN.json
@@ -107,6 +107,7 @@
"account.menu.unmute": "恢复提醒账号",
"account.moved_to": "{name} 的新账号是:",
"account.mute": "隐藏 @{name}",
+ "account.mute_boosts": "隐藏来自 @{name} 的转嘟",
"account.mute_notifications_short": "关闭通知",
"account.mute_short": "隐藏",
"account.muted": "已隐藏",
@@ -145,6 +146,7 @@
"account.unendorse": "不在个人资料中推荐此用户",
"account.unfollow": "取消关注",
"account.unmute": "不再隐藏 @{name}",
+ "account.unmute_boosts": "取消隐藏来自 @{name} 的转嘟",
"account.unmute_notifications_short": "恢复通知",
"account.unmute_short": "取消隐藏",
"account.view_profile": "查看个人资料",
@@ -619,6 +621,8 @@
"confirmations.delete_collection.confirm": "删除",
"confirmations.delete_collection.message": "该操作无法撤销。",
"confirmations.delete_collection.title": "删除“{name}”吗?",
+ "confirmations.delete_custom_feed.message": "你确定要永久删除此自定义动态吗?",
+ "confirmations.delete_custom_feed.title": "删除自定义动态?",
"confirmations.delete_list.confirm": "删除",
"confirmations.delete_list.message": "确定要永久删除此列表吗?",
"confirmations.delete_list.title": "确定要删除列表?",
@@ -1388,9 +1392,12 @@
"status.favourite": "喜欢",
"status.favourites_count": "{count, plural, other {{counter} 次喜欢}}",
"status.filter": "过滤此嘟文",
- "status.header.to_followers": "{displayName} 发给关注者",
+ "status.follow": "关注 @{name}",
+ "status.header.message_to_me": "{author} 发给你 {count, plural, =0 {} other {+ 另外 # 人}}",
+ "status.header.to_followers": "{author} 发给关注者 {count, plural, =0 {} other {+ 另外 # 人}}",
"status.history.created": "{name} 创建于 {date}",
"status.history.edited": "{name} 编辑于 {date}",
+ "status.likes_count": "{count, plural, other {{counter} 次喜欢}}",
"status.likes_title": "嘟文的喜欢",
"status.link_preview.authors": "{count, plural, other {在联邦宇宙中寻找作者:}}",
"status.load_more": "加载更多",
@@ -1398,8 +1405,6 @@
"status.media.show": "点击查看",
"status.media_hidden": "媒体已隐藏",
"status.mention": "提及 @{name}",
- "status.meta": "{createdAt} 于 {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "更多",
"status.mute": "隐藏 @{name}",
"status.mute_conversation": "关闭此对话的通知",
@@ -1444,6 +1449,7 @@
"status.remove_quote": "移除",
"status.replied_in_thread": "回复嘟文串",
"status.replied_to": "回复 {name}",
+ "status.replies_count": "{count, plural, other {{counter} 条回复}}",
"status.reply": "回复",
"status.replyAll": "回复此嘟文串",
"status.report": "举报 @{name}",
@@ -1454,6 +1460,8 @@
"status.show_less_all": "全部折叠",
"status.show_more_all": "全部展开",
"status.show_original": "显示原文",
+ "status.thread_end": "你已来到对话结尾。",
+ "status.thread_none": "当前对话尚未添加其他内容。",
"status.title": "{name} 的嘟文",
"status.title.message": "{name} 的消息",
"status.title.with_attachments": "{user} 上传了 {attachmentCount, plural, other {{attachmentCount} 个附件}}",
diff --git a/app/javascript/mastodon/locales/zh-TW.json b/app/javascript/mastodon/locales/zh-TW.json
index 5f795375d87..d85d33ff801 100644
--- a/app/javascript/mastodon/locales/zh-TW.json
+++ b/app/javascript/mastodon/locales/zh-TW.json
@@ -107,6 +107,7 @@
"account.menu.unmute": "取消靜音帳號",
"account.moved_to": "{name} 目前的新帳號為:",
"account.mute": "靜音 @{name}",
+ "account.mute_boosts": "靜音來自 @{name} 之轉嘟",
"account.mute_notifications_short": "靜音推播通知",
"account.mute_short": "靜音",
"account.muted": "已靜音",
@@ -145,6 +146,7 @@
"account.unendorse": "取消於個人檔案推薦對方",
"account.unfollow": "取消跟隨",
"account.unmute": "解除靜音 @{name}",
+ "account.unmute_boosts": "取消靜音來自 @{name} 之轉嘟",
"account.unmute_notifications_short": "解除靜音推播通知",
"account.unmute_short": "解除靜音",
"account.view_profile": "檢視個人檔案",
@@ -176,7 +178,7 @@
"account_edit.featured_hashtags.title": "推薦主題標籤",
"account_edit.field_actions.delete": "刪除欄位",
"account_edit.field_actions.edit": "編輯欄位",
- "account_edit.field_delete_modal.confirm": "您確定要刪除此自訂欄位嗎?此動作無法復原。",
+ "account_edit.field_delete_modal.confirm": "您是否確定要刪除此自訂欄位?此動作無法復原。",
"account_edit.field_delete_modal.delete_button": "刪除",
"account_edit.field_delete_modal.title": "是否刪除自訂欄位?",
"account_edit.field_edit_modal.add_title": "新增自訂欄位",
@@ -204,7 +206,7 @@
"account_edit.image_alt_modal.edit_title": "編輯 ALT 說明文字",
"account_edit.image_alt_modal.text_hint": "ALT 說明文字可協助螢幕閱讀程式使用者理解您的內容。",
"account_edit.image_alt_modal.text_label": "ALT 說明文字",
- "account_edit.image_delete_modal.confirm": "您確定要刪除此圖片嗎?此動作無法復原。",
+ "account_edit.image_delete_modal.confirm": "您是否確定要刪除此圖片?此動作無法復原。",
"account_edit.image_delete_modal.delete_button": "刪除",
"account_edit.image_delete_modal.title": "是否刪除圖片?",
"account_edit.image_edit.add_button": "新增圖片",
@@ -614,13 +616,15 @@
"confirmation_modal.cancel": "取消",
"confirmations.block.confirm": "封鎖",
"confirmations.delete.confirm": "刪除",
- "confirmations.delete.message": "您確定要刪除這則嘟文嗎?",
+ "confirmations.delete.message": "您是否確定要刪除此嘟文?",
"confirmations.delete.title": "是否刪除該嘟文?",
"confirmations.delete_collection.confirm": "刪除",
"confirmations.delete_collection.message": "此動作無法復原。",
"confirmations.delete_collection.title": "是否刪除 「{name}」?",
+ "confirmations.delete_custom_feed.message": "您是否確定要永久刪除此自訂時間軸?",
+ "confirmations.delete_custom_feed.title": "是否刪除自訂時間軸?",
"confirmations.delete_list.confirm": "刪除",
- "confirmations.delete_list.message": "您確定要永久刪除此列表嗎?",
+ "confirmations.delete_list.message": "您是否確定要永久刪除此列表?",
"confirmations.delete_list.title": "是否刪除該列表?",
"confirmations.discard_draft.confirm": "捨棄並繼續",
"confirmations.discard_draft.edit.cancel": "恢復編輯",
@@ -639,8 +643,8 @@
"confirmations.hide_featured_tab.message": "這將會隱藏 {serverName} 及其他執行最新版本 Mastodon 伺服器上使用者所見之分頁。其他介面顯示可能有所不同。",
"confirmations.hide_featured_tab.title": "是否隱藏「精選內容」分頁?",
"confirmations.logout.confirm": "登出",
- "confirmations.logout.message": "您確定要登出嗎?",
- "confirmations.logout.title": "您確定要登出嗎?",
+ "confirmations.logout.message": "您是否確定要登出?",
+ "confirmations.logout.title": "您是否確定要登出?",
"confirmations.missing_alt_text.confirm": "新增 ALT 說明文字",
"confirmations.missing_alt_text.message": "您的嘟文中的多媒體內容未附上 ALT 說明文字。添加說明文字描述能幫助更多人存取您的內容。",
"confirmations.missing_alt_text.secondary": "仍要發嘟",
@@ -656,10 +660,10 @@
"confirmations.quiet_post_quote_info.message": "當引用不於公開時間軸顯示之嘟文時,您的嘟文將自熱門時間軸隱藏。",
"confirmations.quiet_post_quote_info.title": "引用不於公開時間軸顯示之嘟文",
"confirmations.redraft.confirm": "刪除並重新編輯",
- "confirmations.redraft.message": "您確定要刪除這則嘟文並重新編輯嗎?您將失去此嘟文之轉嘟及最愛,且對原嘟文之回覆將變成獨立嘟文。",
+ "confirmations.redraft.message": "您是否確定要刪除這則嘟文並重新編輯?您將失去此嘟文之轉嘟及最愛,且對原嘟文之回覆將變成獨立嘟文。",
"confirmations.redraft.title": "是否刪除並重新編輯該嘟文?",
"confirmations.remove_from_followers.confirm": "移除跟隨者",
- "confirmations.remove_from_followers.message": "{name} 將停止跟隨您。您確定要繼續嗎?",
+ "confirmations.remove_from_followers.message": "{name} 將停止跟隨您。您是否確定要繼續?",
"confirmations.remove_from_followers.title": "是否移除該跟隨者?",
"confirmations.revoke_collection_inclusion.confirm": "將我移除",
"confirmations.revoke_collection_inclusion.message": "內容編輯者於 24 小時內無法將您重新加入至此收藏名單。如欲永久防止他們將您加入收藏名單,您可以封鎖他們。",
@@ -1111,10 +1115,10 @@
"notification_requests.accept": "接受",
"notification_requests.accept_multiple": "{count, plural, other {接受 # 則請求...}}",
"notification_requests.confirm_accept_multiple.button": "{count, plural, other {接受請求}}",
- "notification_requests.confirm_accept_multiple.message": "您將接受 {count, plural, other {# 則推播通知請求}}。您確定要繼續嗎?",
+ "notification_requests.confirm_accept_multiple.message": "您將接受 {count, plural, other {# 則推播通知請求}}。您是否確定要繼續?",
"notification_requests.confirm_accept_multiple.title": "是否接受推播通知請求?",
"notification_requests.confirm_dismiss_multiple.button": "{count, plural, other {忽略請求}}",
- "notification_requests.confirm_dismiss_multiple.message": "您將忽略 {count, plural, other {# 則推播通知請求}}。您將不再能輕易存取{count, plural, other {這些}}推播通知。您確定要繼續嗎?",
+ "notification_requests.confirm_dismiss_multiple.message": "您將忽略 {count, plural, other {# 則推播通知請求}}。您將不再能輕易存取{count, plural, other {這些}}推播通知。您是否確定要繼續?",
"notification_requests.confirm_dismiss_multiple.title": "是否忽略推播通知請求?",
"notification_requests.dismiss": "關閉",
"notification_requests.dismiss_multiple": "{count, plural, other {忽略 # 則請求...}}",
@@ -1128,7 +1132,7 @@
"notification_requests.title": "已過濾之推播通知",
"notification_requests.view": "檢視推播通知",
"notifications.clear": "清除通知",
- "notifications.clear_confirmation": "您確定要永久清除您的通知嗎?",
+ "notifications.clear_confirmation": "您是否確定要永久清除您的通知?",
"notifications.clear_title": "是否清除推播通知?",
"notifications.column_settings.admin.report": "新檢舉報告:",
"notifications.column_settings.admin.sign_up": "新註冊帳號:",
@@ -1272,7 +1276,7 @@
"report.close": "已完成",
"report.comment.title": "有什麼其他您想讓我們知道的嗎?",
"report.forward": "轉寄到 {target}",
- "report.forward_hint": "這個帳號屬於其他伺服器。要向該伺服器發送匿名的檢舉訊息嗎?",
+ "report.forward_hint": "這個帳號屬於其他伺服器。是否要向該伺服器發送匿名的檢舉訊息?",
"report.mute": "靜音",
"report.mute_explanation": "您將不再看到他們的嘟文。他們仍能可以跟隨您以及檢視您的嘟文,並且不會知道他們已被靜音。",
"report.next": "繼續",
@@ -1388,9 +1392,12 @@
"status.favourite": "最愛",
"status.favourites_count": "{count, plural, other {{counter} 則最愛}}",
"status.filter": "過濾此嘟文",
- "status.header.to_followers": "{displayName} 對跟隨者顯示",
+ "status.follow": "跟隨 @{name}",
+ "status.header.message_to_me": "{author} 對您 {count, plural, =0 {} other {與 # 位其他人}}",
+ "status.header.to_followers": "{author} 對跟隨者 {count, plural, =0 {} other {與 # 位其他人}}",
"status.history.created": "{name} 於 {date} 建立",
"status.history.edited": "{name} 於 {date} 修改",
+ "status.likes_count": "{count, plural, other {{counter} 個喜歡}}",
"status.likes_title": "嘟文最愛名單",
"status.link_preview.authors": "{count, plural, other {於聯邦宇宙中尋找作者:}}",
"status.load_more": "載入更多",
@@ -1398,8 +1405,6 @@
"status.media.show": "點擊以顯示",
"status.media_hidden": "隱藏的媒體內容",
"status.mention": "提及 @{name}",
- "status.meta": "{createdAt} 於 {source} {sep} {visibility}",
- "status.meta.no_application": "{createdAt} {sep} {visibility}",
"status.more": "更多",
"status.mute": "靜音 @{name}",
"status.mute_conversation": "靜音對話",
@@ -1444,6 +1449,7 @@
"status.remove_quote": "刪除",
"status.replied_in_thread": "於討論串中回覆",
"status.replied_to": "回覆 {name}",
+ "status.replies_count": "{count, plural, other {{counter} 則回嘟}}",
"status.reply": "回覆",
"status.replyAll": "回覆討論串",
"status.report": "檢舉 @{name}",
@@ -1454,6 +1460,8 @@
"status.show_less_all": "隱藏所有內容警告與額外標籤",
"status.show_more_all": "顯示所有內容警告與額外標籤",
"status.show_original": "顯示原文",
+ "status.thread_end": "您已達到對話尾聲。",
+ "status.thread_none": "目前對話中尚未新增任何內容。",
"status.title": "由 {name} 發嘟",
"status.title.message": "{name} 發送之訊息",
"status.title.with_attachments": "{user} 嘟了 {attachmentCount, plural, other {{attachmentCount} 個附加檔案}}",
diff --git a/config/locales/activerecord.ko.yml b/config/locales/activerecord.ko.yml
index 9d3cc012348..8823973cc52 100644
--- a/config/locales/activerecord.ko.yml
+++ b/config/locales/activerecord.ko.yml
@@ -19,7 +19,7 @@ ko:
domain:
invalid: 올바른 도메인 네임이 아닙니다
messages:
- invalid_domain_on_line: "%{value}는 올바른 도메인 네임이 아닙니다"
+ invalid_domain_on_line: "%{value} 는 올바른 도메인 네임이 아닙니다"
models:
account:
attributes:
diff --git a/config/locales/doorkeeper.zh-TW.yml b/config/locales/doorkeeper.zh-TW.yml
index 6e0950fdda5..f9ec082e240 100644
--- a/config/locales/doorkeeper.zh-TW.yml
+++ b/config/locales/doorkeeper.zh-TW.yml
@@ -25,7 +25,7 @@ zh-TW:
edit: 編輯
submit: 送出
confirmations:
- destroy: 您確定嗎?
+ destroy: 您是否確定?
edit:
title: 編輯應用程式
form:
@@ -69,7 +69,7 @@ zh-TW:
buttons:
revoke: 註銷
confirmations:
- revoke: 您確定嗎?
+ revoke: 您是否確定?
index:
authorized_at: 於 %{date} 授權
description_html: 這些應用程式能透過 API 存取您的帳號。若有您不認得之應用程式,或應用程式行為異常,您能於此註銷其存取權限。
diff --git a/config/locales/es-MX.yml b/config/locales/es-MX.yml
index 676c7e371d4..02b18dfc187 100644
--- a/config/locales/es-MX.yml
+++ b/config/locales/es-MX.yml
@@ -1210,7 +1210,7 @@ es-MX:
other: Compartido por %{count} personas durante la última semana
title: Enlaces en tendencia
usage_comparison:
- one: Compartido %{count} vez hoy, compara con %{yesterday} ayer
+ one: Compartido %{count} vez hoy, comparado con %{yesterday} ayer
other: Compartido %{count} veces hoy, comparado con %{yesterday} ayer
not_allowed_to_trend: No permitido para tendencia
only_allowed: Sólo las permitidas
diff --git a/config/locales/es.yml b/config/locales/es.yml
index b692a70c1de..4cdbdf95a30 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -1212,7 +1212,7 @@ es:
other: Compartido por %{count} personas durante la última semana
title: Enlaces en tendencia
usage_comparison:
- one: Compartido %{count} vez hoy, compara con %{yesterday} ayer
+ one: Compartido %{count} vez hoy, comparado con %{yesterday} ayer
other: Compartido %{count} veces hoy, comparado con %{yesterday} ayer
not_allowed_to_trend: No permitido para tendencia
only_allowed: Solo las permitidas
diff --git a/config/locales/ko.yml b/config/locales/ko.yml
index 9de80eeab11..deecd511529 100644
--- a/config/locales/ko.yml
+++ b/config/locales/ko.yml
@@ -522,6 +522,7 @@ ko:
hint: 구독자를 가진 계정이 없습니다.
no_lists_yet: 리스트가 없습니다
last_email: 최근 이메일
+ lead: 해당 기능을 활성화하고 구독자를 보유한 계정은 아래에 표시됩니다.
show:
date: 가입 날짜
disable_feature: 기능 비활성화
diff --git a/config/locales/simple_form.ko.yml b/config/locales/simple_form.ko.yml
index 76ab6346bd9..f68b6422938 100644
--- a/config/locales/simple_form.ko.yml
+++ b/config/locales/simple_form.ko.yml
@@ -344,6 +344,7 @@ ko:
notification_emails:
appeal: 누군가가 중재자의 결정에 이의를 제기했을 때
digest: 요약 이메일 보내기
+ end_of_support: 현재 마스토돈 버전은 지원 종료가 가까워지고 있습니다
favourite: 누군가 내 상태를 마음에 들어했을 때
follow: 누군가 나를 팔로우 했을 때
follow_request: 누군가 나를 팔로우 하길 요청할 때
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index 8c7cf9455ef..617376469dc 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -1176,16 +1176,16 @@ zh-TW:
trends:
allow: 允許
approved: 已通過審核
- confirm_allow: 您確定要允許選取的主題標籤嗎?
- confirm_disallow: 您確定要禁止選取的主題標籤嗎?
+ confirm_allow: 您是否確定要允許選取的主題標籤?
+ confirm_disallow: 您是否確定要禁止選取的主題標籤?
disallow: 不允許
links:
allow: 允許連結
allow_provider: 允許提供商
- confirm_allow: 您確定要允許選取的連結嗎?
- confirm_allow_provider: 您確定要允許選取的提供商嗎?
- confirm_disallow: 您確定要禁止選取的連結嗎?
- confirm_disallow_provider: 您確定要禁止選取的提供商嗎?
+ confirm_allow: 您是否確定要允許選取的連結?
+ confirm_allow_provider: 您是否確定要允許選取的提供商?
+ confirm_disallow: 您是否確定要禁止選取的連結?
+ confirm_disallow_provider: 您是否確定要禁止選取的提供商?
description_html: 這些連結是正在被您伺服器上看到該嘟文之帳號大量分享。這些連結可以幫助您的使用者探索目前世界上正在發生的事情。除非您核准該發行者,連結將不被公開展示。您也可以核准或駁回個別連結。
disallow: 不允許連結
disallow_provider: 不允許提供商
@@ -1209,10 +1209,10 @@ zh-TW:
statuses:
allow: 允許嘟文
allow_account: 允許作者
- confirm_allow: 您確定要允許選取的嘟文嗎?
- confirm_allow_account: 您確定要允許選取的帳號嗎?
- confirm_disallow: 您確定要禁止選取的嘟文嗎?
- confirm_disallow_account: 您確定要禁止選取的帳號嗎?
+ confirm_allow: 您是否確定要允許選取的嘟文?
+ confirm_allow_account: 您是否確定要允許選取的帳號?
+ confirm_disallow: 您是否確定要禁止選取的嘟文?
+ confirm_disallow_account: 您是否確定要禁止選取的帳號?
description_html: 這些是您伺服器上已知被正在大量分享及加入最愛之嘟文。這些嘟文能幫助您伺服器上舊雨新知發現更多帳號來跟隨。除非您核准該作者且作者允許他們的帳號被推薦至其他人,嘟文將不被公開展示。您可以核准或駁回個別嘟文。
disallow: 不允許嘟文
disallow_account: 不允許作者
@@ -1788,7 +1788,7 @@ zh-TW:
author_html: 來自 %{name}
potentially_sensitive_content:
action: 點擊以顯示
- confirm_visit: 您確定要開啟此連結嗎?
+ confirm_visit: 您是否確定要開啟此連結?
hide_button: 隱藏
label: 可能為敏感內容
lists:
@@ -1937,7 +1937,7 @@ zh-TW:
instructions_html: "請用您手機上的 Google Authenticator 或類似的 TOTP 應用程式掃描此 QR code。從現在開始,該應用程式將會產生您每次登入都必須輸入的 token。"
manual_instructions: 如果您無法掃描 QR code,則必須手動輸入此明文密碼:
setup: 設定
- wrong_code: 您輸入的驗證碼無效!伺服器時間或是裝置時間無誤嗎?
+ wrong_code: 您輸入的驗證碼無效!伺服器時間或是裝置時間是否無誤?
pagination:
newer: 較新
next: 下一頁
@@ -1985,9 +1985,9 @@ zh-TW:
title: 您將要離開 %{instance} 。
relationships:
activity: 帳號動態
- confirm_follow_selected_followers: 您確定要跟隨選取的跟隨者嗎?
- confirm_remove_selected_followers: 您確定要移除選取的跟隨者嗎?
- confirm_remove_selected_follows: 您確定要取消跟隨這些選取的使用者嗎?
+ confirm_follow_selected_followers: 您是否確定要跟隨選取的跟隨者?
+ confirm_remove_selected_followers: 您是否確定要移除選取的跟隨者?
+ confirm_remove_selected_follows: 您是否確定要取消跟隨這些選取的使用者?
dormant: 潛水中
follow_failure: 無法跟隨某些所選取的帳號。
follow_selected_followers: 跟隨選取的跟隨者
@@ -2388,7 +2388,7 @@ zh-TW:
error: 新增安全金鑰時出現了問題。請再試一次。
success: 您已成功加入安全金鑰。
delete: 刪除
- delete_confirmation: 您確定要移除這把安全金鑰嗎?
+ delete_confirmation: 您是否確定要移除這把安全金鑰?
description_html: 若您啟用安全金鑰驗證,您將於登入時需要使用其中一把安全金鑰。
destroy:
error: 移除安全金鑰時出現了問題。請再試一次。