diff --git a/src/i18n/ca/components/contextMenu.json b/src/i18n/ca/components/contextMenu.json index f63e450b..9966b870 100644 --- a/src/i18n/ca/components/contextMenu.json +++ b/src/i18n/ca/components/contextMenu.json @@ -6,7 +6,7 @@ "action_false": "Segueix l'usuari", "action_true": "Deixa de seguir l'usuari" }, - "inLists": "Llistes que continguin l'usuari", + "inLists": "", "showBoosts": { "action_false": "Mostra els impulsos de l'usuari", "action_true": "Oculta els impulsos de l'usuari" @@ -16,12 +16,12 @@ "action_true": "Deixa de silenciar l'usuari" }, "followAs": { - "trigger": "Segueix com...", + "trigger": "", "succeed_default": "Seguint a @{{target}} com @{{source}}", "succeed_locked": "Enviada la sol·licitud de seguiment a @{{target}} com {{source}}, pendent d'aprovar-la", "failed": "Segueix com" }, - "blockReport": "Bloqueja i denuncia...", + "blockReport": "", "block": { "action_false": "Bloqueja l'usuari", "action_true": "Deixa de bloquejar l'usuari", @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "Comparteix la publicació" @@ -88,6 +97,10 @@ "pin": { "action_false": "Fixa la publicació", "action_true": "Deixa de fixar la publicació" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/ca/components/timeline.json b/src/i18n/ca/components/timeline.json index 24fb514a..a8c99fdf 100644 --- a/src/i18n/ca/components/timeline.json +++ b/src/i18n/ca/components/timeline.json @@ -98,7 +98,7 @@ "match_v2_one": "Filtrat per {{filters}}.", "match_v2_other": "Filtrat per {{count}} filtres, {{filters}}." }, - "fullConversation": "Llegeix conversacions", + "fullConversation": "Llegeix converses", "translate": { "default": "Tradueix", "succeed": "Traduït per {{provider}} des de l'idioma {{source}}", diff --git a/src/i18n/ca/screens/tabs.json b/src/i18n/ca/screens/tabs.json index b0accde4..2d5103ab 100644 --- a/src/i18n/ca/screens/tabs.json +++ b/src/i18n/ca/screens/tabs.json @@ -70,16 +70,16 @@ "name": "Notificacions push" }, "preferences": { - "name": "" + "name": "Preferències" }, "preferencesFilters": { - "name": "" + "name": "Tots els filtres de continguts" }, "preferencesFilterAdd": { - "name": "" + "name": "Crea un filtre" }, "preferencesFilterEdit": { - "name": "" + "name": "Edita el filtre" }, "profile": { "name": "Edita el teu perfil" @@ -136,81 +136,82 @@ }, "preferences": { "visibility": { - "title": "", + "title": "Visibilitat de la publicació per defecte", "options": { - "public": "", - "unlisted": "", - "private": "" + "public": "Públic", + "unlisted": "Sense llistar", + "private": "Només als seguidors" } }, "sensitive": { - "title": "" + "title": "Marca el contingut com a sensible" }, "media": { - "title": "", + "title": "Mostra el contingut multimèdia", "options": { - "default": "", - "show_all": "", - "hide_all": "" + "default": "Amaga el contingut multimèdia com a sensible", + "show_all": "Mostra sempre el contingut multimèdia", + "hide_all": "Amaga sempre el contingut multimèdia" } }, "spoilers": { - "title": "" + "title": "Amplia sempre el contingut amb alertes" }, "autoplay_gifs": { - "title": "" + "title": "Autoreprodueix els GIF" }, "filters": { - "title": "", - "content": "" + "title": "Filtres de continguts", + "content": "{{count}} actiu/s" }, "web_only": { - "title": "", - "description": "" + "title": "Actualitza la configuració", + "description": "Les configuracions següents només es poden actualitzant fent servir el web" } }, "preferencesFilters": { - "expired": "", - "keywords_one": "", - "keywords_other": "", - "statuses_one": "", - "statuses_other": "", - "context": "", + "expired": "Caducat", + "keywords_one": "{{count}} paraula clau", + "keywords_other": "{{count}} paraules clau", + "statuses_one": "{{count}} publicació", + "statuses_other": "{{count}} publicacions", + "context": "Aplica a <0 />", "contexts": { - "home": "", - "notifications": "", - "public": "", - "thread": "", - "account": "" + "home": "Seguits i llistes", + "notifications": "Notificació", + "public": "federat", + "thread": "Conversa", + "account": "Perfil" } }, "preferencesFilter": { - "name": "", - "expiration": "", + "name": "Nom", + "expiration": "Venciment", "expirationOptions": { - "0": "", - "1800": "", - "3600": "", - "43200": "", - "86400": "", - "604800": "", - "18144000": "" + "0": "Mai", + "1800": "Després de 30 minuts", + "3600": "Després d'una hora", + "43200": "Després de 12 hores", + "86400": "Després d'un dia", + "604800": "Després d'una setmana", + "18144000": "Després d'un mes" }, - "context": "", + "context": "Aplica a", "contexts": { - "home": "", - "notifications": "", - "public": "", - "thread": "", - "account": "" + "home": "Seguits i llistes", + "notifications": "Notificació", + "public": "Línia de temps federada", + "thread": "Vista de conversa", + "account": "Vista del perfil" }, - "action": "", + "action": "Quan coincideix", "actions": { "warn": "", - "hide": "" + "hide": "Amagat completament" }, - "keywords": "", - "keyword": "" + "keywords": "Coincidències per aquestes paraules claus", + "keyword": "Paraula clau", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "Multimèdia de <0 /><1>" }, - "hashtag": { - "follow": "Segueix", - "unfollow": "Deixa de seguir" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "Edita l'historial" diff --git a/src/i18n/cs/components/contextMenu.json b/src/i18n/cs/components/contextMenu.json index 19cd5f9e..6306d3a7 100644 --- a/src/i18n/cs/components/contextMenu.json +++ b/src/i18n/cs/components/contextMenu.json @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "" @@ -88,6 +97,10 @@ "pin": { "action_false": "", "action_true": "" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/cs/screens/tabs.json b/src/i18n/cs/screens/tabs.json index a54dbcfc..6491ce64 100644 --- a/src/i18n/cs/screens/tabs.json +++ b/src/i18n/cs/screens/tabs.json @@ -210,7 +210,8 @@ "hide": "" }, "keywords": "", - "keyword": "" + "keyword": "", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "" }, - "hashtag": { - "follow": "", - "unfollow": "" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "" diff --git a/src/i18n/de/components/contextMenu.json b/src/i18n/de/components/contextMenu.json index e5ebc881..cf71ee5e 100644 --- a/src/i18n/de/components/contextMenu.json +++ b/src/i18n/de/components/contextMenu.json @@ -6,7 +6,7 @@ "action_false": "Folgen", "action_true": "Nutzer entfolgen" }, - "inLists": "Listen mit Nutzern", + "inLists": "", "showBoosts": { "action_false": "", "action_true": "" @@ -16,12 +16,12 @@ "action_true": "Stummschaltung des Nutzers aufheben" }, "followAs": { - "trigger": "Folgen als…", + "trigger": "", "succeed_default": "Folgt nun @{{target}} als @{{source}}", "succeed_locked": "Follower-Anfrage an @{{target}} mit {{source}} gesendet, Bestätigung ausstehend", "failed": "Folgen als…" }, - "blockReport": "Blockieren und melden…", + "blockReport": "", "block": { "action_false": "Nutzer blockieren", "action_true": "User entblocken", @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "Tröt teilen" @@ -88,6 +97,10 @@ "pin": { "action_false": "Tröt anheften", "action_true": "Tröt nicht mehr anheften" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/de/screens/tabs.json b/src/i18n/de/screens/tabs.json index 6495cec2..759a0ba2 100644 --- a/src/i18n/de/screens/tabs.json +++ b/src/i18n/de/screens/tabs.json @@ -70,16 +70,16 @@ "name": "Push-Benachrichtigung" }, "preferences": { - "name": "" + "name": "Einstellungen" }, "preferencesFilters": { - "name": "" + "name": "Inhaltsfilter" }, "preferencesFilterAdd": { - "name": "" + "name": "Filterregel erstellen" }, "preferencesFilterEdit": { - "name": "" + "name": "Filter bearbeiten" }, "profile": { "name": "Profil bearbeiten" @@ -136,81 +136,82 @@ }, "preferences": { "visibility": { - "title": "", + "title": "Standard-Einstellung für die Sichtbarkeit des Tröts", "options": { - "public": "", - "unlisted": "", - "private": "" + "public": "Öffentlich", + "unlisted": "Ungelistet", + "private": "Nur für Follower" } }, "sensitive": { - "title": "" + "title": "Medien immer als sensibel kennzeichnen" }, "media": { - "title": "", + "title": "Medien-Anzeige", "options": { - "default": "", - "show_all": "", - "hide_all": "" + "default": "Als heikel gekennzeichnete Medien ausblenden", + "show_all": "Medien immer anzeigen", + "hide_all": "Medien immer verstecken" } }, "spoilers": { - "title": "" + "title": "Beiträge mit Inhaltswarnungen immer ausklappen" }, "autoplay_gifs": { - "title": "" + "title": "GIFs automatisch abspielen" }, "filters": { - "title": "", - "content": "" + "title": "Inhaltsfilter", + "content": "{{count}} aktiv" }, "web_only": { - "title": "", - "description": "" + "title": "Einstellungen aktualisieren", + "description": "Nachfolgende Einstellungen können nur über das Web-Interface aktualisiert werden" } }, "preferencesFilters": { - "expired": "", + "expired": "Abgelaufen", "keywords_one": "", "keywords_other": "", - "statuses_one": "", - "statuses_other": "", - "context": "", + "statuses_one": "{{count}} Tröt", + "statuses_other": "{{count}} Tröts", + "context": "Läuft in <0 /> ab", "contexts": { - "home": "", - "notifications": "", - "public": "", - "thread": "", - "account": "" + "home": "Gefolgte und Listen", + "notifications": "Benachrichtigung", + "public": "Föderiert", + "thread": "Unterhaltung", + "account": "Profil" } }, "preferencesFilter": { - "name": "", - "expiration": "", + "name": "Name", + "expiration": "Ablaufdatum", "expirationOptions": { - "0": "", - "1800": "", - "3600": "", - "43200": "", - "86400": "", - "604800": "", - "18144000": "" + "0": "Niemals", + "1800": "Nach 30 Minuten", + "3600": "Nach einer Stunde", + "43200": "Nach 12 Stunden", + "86400": "Nach einem Tag", + "604800": "Nach einer Woche", + "18144000": "Nach einem Monat" }, "context": "", "contexts": { - "home": "", - "notifications": "", - "public": "", - "thread": "", - "account": "" + "home": "Gefolgte und Listen", + "notifications": "Benachrichtigung", + "public": "Föderierte Timeline", + "thread": "Unterhaltungsansicht", + "account": "Profilansicht" }, - "action": "", + "action": "Bei Übereinstimmung", "actions": { - "warn": "", - "hide": "" + "warn": "Verdeckt, kann aber aufgedeckt werden", + "hide": "Vollständig verdeckt" }, "keywords": "", - "keyword": "" + "keyword": "Stichwörter", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "<0 /><1>'s Medien" }, - "hashtag": { - "follow": "Folgen", - "unfollow": "Entfolgen" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "Bearbeitungsverlauf" diff --git a/src/i18n/el/components/contextMenu.json b/src/i18n/el/components/contextMenu.json index 3cf8450b..85357001 100644 --- a/src/i18n/el/components/contextMenu.json +++ b/src/i18n/el/components/contextMenu.json @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "Κοινοποίηση ανάρτησης" @@ -88,6 +97,10 @@ "pin": { "action_false": "Κρέμασμα ανάρτησης", "action_true": "Ξεκρέμασμα ανάρτησης" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/el/screens/tabs.json b/src/i18n/el/screens/tabs.json index c9800730..8fd80b88 100644 --- a/src/i18n/el/screens/tabs.json +++ b/src/i18n/el/screens/tabs.json @@ -210,7 +210,8 @@ "hide": "" }, "keywords": "", - "keyword": "" + "keyword": "", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "<0 /><1> πολυμέσα" }, - "hashtag": { - "follow": "Ακολουθήστε", - "unfollow": "Διακοπή παρακολούθησης" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "Ιστορικό επεξεργασίας" diff --git a/src/i18n/es/components/contextMenu.json b/src/i18n/es/components/contextMenu.json index 95658089..41e0b107 100644 --- a/src/i18n/es/components/contextMenu.json +++ b/src/i18n/es/components/contextMenu.json @@ -6,7 +6,7 @@ "action_false": "Seguir usuario", "action_true": "Dejar de seguir usuario" }, - "inLists": "Listas que contienen el usuario", + "inLists": "", "showBoosts": { "action_false": "Mostrar los impulsos del usuario", "action_true": "Ocultar los impulsos del usuario" @@ -16,12 +16,12 @@ "action_true": "Dejar de silenciar al usuario" }, "followAs": { - "trigger": "Seguir como...", + "trigger": "", "succeed_default": "Siguiendo @{{target}} como @{{source}}", "succeed_locked": "Enviado la solicitud de seguimiento a @{{target}} como {{source}}, pendiente de aprobación", "failed": "Seguir como" }, - "blockReport": "Bloquear y denunciar...", + "blockReport": "", "block": { "action_false": "Bloquear usuario", "action_true": "Desbloquear usuario", @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "Compartir toot" @@ -88,6 +97,10 @@ "pin": { "action_false": "Fijar toot", "action_true": "Desfijar toot" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/es/screens/tabs.json b/src/i18n/es/screens/tabs.json index c28f693c..5aea3a59 100644 --- a/src/i18n/es/screens/tabs.json +++ b/src/i18n/es/screens/tabs.json @@ -210,7 +210,8 @@ "hide": "" }, "keywords": "", - "keyword": "" + "keyword": "", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "Multimedia de <0 /><1>" }, - "hashtag": { - "follow": "Seguir", - "unfollow": "Dejar de seguir" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "Historial de ediciones" diff --git a/src/i18n/eu/common.json b/src/i18n/eu/common.json index be1ba7cd..2bed7048 100644 --- a/src/i18n/eu/common.json +++ b/src/i18n/eu/common.json @@ -1,32 +1,32 @@ { "buttons": { - "OK": "", - "apply": "", - "cancel": "", - "discard": "", - "continue": "", - "create": "", - "delete": "", - "done": "", - "confirm": "" + "OK": "Ados", + "apply": "Aplikatu", + "cancel": "Utzi", + "discard": "Baztertu", + "continue": "Jarraitu", + "create": "Sortu", + "delete": "Ezabatu", + "done": "Eginda", + "confirm": "Berretsi" }, "customEmoji": { - "accessibilityLabel": "" + "accessibilityLabel": "Emoji pertsonalizatua {{emoji}}" }, "message": { "success": { - "message": "" + "message": "{{function}} ongi burutu da" }, "warning": { "message": "" }, "error": { - "message": "" + "message": "{{function}}-(e)k huts egin du, mesedez, saia zaitez berriro" } }, - "separator": "", + "separator": ", ", "discard": { - "title": "", - "message": "" + "title": "Aldaketa ez da gorde", + "message": "Zuk eginiko aldaketa ez da gorde. Baztertu nahi al duzu?" } } \ No newline at end of file diff --git a/src/i18n/eu/components/contextMenu.json b/src/i18n/eu/components/contextMenu.json index 19cd5f9e..6306d3a7 100644 --- a/src/i18n/eu/components/contextMenu.json +++ b/src/i18n/eu/components/contextMenu.json @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "" @@ -88,6 +97,10 @@ "pin": { "action_false": "", "action_true": "" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/eu/components/instance.json b/src/i18n/eu/components/instance.json index 6de39ff0..111640e3 100644 --- a/src/i18n/eu/components/instance.json +++ b/src/i18n/eu/components/instance.json @@ -1,27 +1,27 @@ { "server": { "textInput": { - "placeholder": "" + "placeholder": "Instantziaren domeinua" }, - "whitelisted": "", - "button": "", + "whitelisted": "Baliteke instantzia hau zerrenda zuri batean egotea eta toootek bertako data ezin eskura ahal izatea saioa hasi aurretik.", + "button": "Saioa hasi", "information": { - "name": "", - "accounts": "", - "statuses": "", - "domains": "" + "name": "Izena", + "accounts": "Erabiltzaileak", + "statuses": "Tutak", + "domains": "Domeinuak" }, "disclaimer": { - "base": "" + "base": "Saioa hasteko prozesuak sistemako nabigatzailea erabiltzen du, beraz, zure kontuko informazioa ez da tooot aplikazioarentzat ikusgarri izango." }, "terms": { - "base": "" + "base": "Saio hastean, <0>pribatutasun-politika eta <1>zerbitzuaren terminoak onartzen dituzu." } }, "update": { "alert": { - "title": "", - "message": "" + "title": "Instantzia honetan saioa hasita", + "message": "Beste kontu batekin saioa has dezakezu, saioa hasita duen kontua mantentzen delarik" } } } \ No newline at end of file diff --git a/src/i18n/eu/components/parse.json b/src/i18n/eu/components/parse.json index c2dc48a6..8157efb8 100644 --- a/src/i18n/eu/components/parse.json +++ b/src/i18n/eu/components/parse.json @@ -1,8 +1,8 @@ { "HTML": { "accessibilityHint": "", - "expanded": "", - "moreLines": "", - "defaultHint": "" + "expanded": "{{hint}}{{moreLines}}", + "moreLines": " ({{count}} lerro gehiago)", + "defaultHint": "Tut luzea" } } \ No newline at end of file diff --git a/src/i18n/eu/components/relationship.json b/src/i18n/eu/components/relationship.json index ccf2aa7b..9cfe2f09 100644 --- a/src/i18n/eu/components/relationship.json +++ b/src/i18n/eu/components/relationship.json @@ -1,16 +1,16 @@ { "follow": { - "function": "" + "function": "Erabiltzailea jarraitu" }, "block": { - "function": "" + "function": "Erabiltzailea blokeatu" }, "button": { - "error": "", - "blocked_by": "", - "blocking": "", - "following": "", - "requested": "", - "default": "" + "error": "Errorea kargatzean", + "blocked_by": "Erabiltzaileak blokeatua", + "blocking": "Desblokeatu", + "following": "Jarraitzeari utzi", + "requested": "Eskaera baztertu", + "default": "Jarraitu" } } \ No newline at end of file diff --git a/src/i18n/eu/components/timeline.json b/src/i18n/eu/components/timeline.json index 4dc00758..9ff54704 100644 --- a/src/i18n/eu/components/timeline.json +++ b/src/i18n/eu/components/timeline.json @@ -1,46 +1,46 @@ { "empty": { "error": { - "message": "", - "button": "" + "message": "Errorea kargatzean", + "button": "Berriro saiatu" }, "success": { - "message": "" + "message": "Denbora-lerroa hutsik" } }, "end": { - "message": "" + "message": "Amaitu dugu, katilu bat <0 /> nahi?" }, "lookback": { - "message": "" + "message": "Azkenekoz irakurria" }, "refresh": { - "fetchPreviousPage": "", - "refetch": "" + "fetchPreviousPage": "Berrienak hemendik hasita", + "refetch": "Azkenekora arte" }, "shared": { "actioned": { - "pinned": "", - "favourite": "", - "status": "", - "follow": "", - "follow_request": "", - "poll": "", + "pinned": "Finkatua", + "favourite": "{{name}}-(e)k zure tuta gogoko du", + "status": "{{name}}-(e)k tut bat bidali berri du", + "follow": "{{name}}-(e)k jarraitu zaitu", + "follow_request": "{{name}}-(e)k zu jarraitzeko eskaera egin du", + "poll": "Erantzun zenuen inkesta bat amaitu da", "reblog": { - "default": "", - "notification": "" + "default": "{{name}}-(e)k bultzatu du", + "notification": "{{name}}-(e)k zure tuta bultzatu du" }, - "update": "", - "admin.sign_up": "", - "admin.report": "" + "update": "Bultzada editatua izan da", + "admin.sign_up": "{{name}} instantziara elkartu da", + "admin.report": "{{name}}-(e)k zera salatu du:" }, "actions": { "reply": { - "accessibilityLabel": "" + "accessibilityLabel": "Tut honi erantzun" }, "reblogged": { - "accessibilityLabel": "", - "function": "", + "accessibilityLabel": "Tut hau bultzatu", + "function": "Tuta bultzatu", "options": { "title": "", "public": "", diff --git a/src/i18n/eu/screens/tabs.json b/src/i18n/eu/screens/tabs.json index a54dbcfc..6491ce64 100644 --- a/src/i18n/eu/screens/tabs.json +++ b/src/i18n/eu/screens/tabs.json @@ -210,7 +210,8 @@ "hide": "" }, "keywords": "", - "keyword": "" + "keyword": "", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "" }, - "hashtag": { - "follow": "", - "unfollow": "" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "" diff --git a/src/i18n/fr/components/contextMenu.json b/src/i18n/fr/components/contextMenu.json index 18a1794b..c245b9f7 100644 --- a/src/i18n/fr/components/contextMenu.json +++ b/src/i18n/fr/components/contextMenu.json @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "Partager le pouet" @@ -88,6 +97,10 @@ "pin": { "action_false": "Pouet épinglé", "action_true": "Détacher le pouet" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/fr/screens/tabs.json b/src/i18n/fr/screens/tabs.json index dc815c05..a46d7e1a 100644 --- a/src/i18n/fr/screens/tabs.json +++ b/src/i18n/fr/screens/tabs.json @@ -210,7 +210,8 @@ "hide": "" }, "keywords": "", - "keyword": "" + "keyword": "", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "Média de <0 /><1>" }, - "hashtag": { - "follow": "Suivre", - "unfollow": "Ne plus suivre" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "Modifier l'historique" diff --git a/src/i18n/it/components/contextMenu.json b/src/i18n/it/components/contextMenu.json index a014798d..92f97969 100644 --- a/src/i18n/it/components/contextMenu.json +++ b/src/i18n/it/components/contextMenu.json @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "Condividi toot" @@ -88,6 +97,10 @@ "pin": { "action_false": "Fissa toot", "action_true": "Togli toot all'alto" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/it/screens/tabs.json b/src/i18n/it/screens/tabs.json index bf40f5f8..3036959c 100644 --- a/src/i18n/it/screens/tabs.json +++ b/src/i18n/it/screens/tabs.json @@ -210,7 +210,8 @@ "hide": "" }, "keywords": "", - "keyword": "" + "keyword": "", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "Media di <0 /><1>\"" }, - "hashtag": { - "follow": "Segui", - "unfollow": "Smetti di seguire" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "Cronologia delle modifiche" diff --git a/src/i18n/ja/components/contextMenu.json b/src/i18n/ja/components/contextMenu.json index 3da03550..9104b410 100644 --- a/src/i18n/ja/components/contextMenu.json +++ b/src/i18n/ja/components/contextMenu.json @@ -6,7 +6,7 @@ "action_false": "ユーザーをフォロー", "action_true": "ユーザーをフォロー解除" }, - "inLists": "ユーザーを含むリスト一覧", + "inLists": "", "showBoosts": { "action_false": "ブーストを表示する", "action_true": "ブーストを非表示にする" @@ -16,12 +16,12 @@ "action_true": "ユーザーのミュートを解除" }, "followAs": { - "trigger": "別ユーザーとしてフォロー", + "trigger": "", "succeed_default": "{{source}} として @{{target}} をフォローしました", "succeed_locked": "{{source}} として @{{target}} へのフォロー申請を送りました。現在承認待ちです", "failed": "別ユーザーとしてフォロー" }, - "blockReport": "通報・ブロック...", + "blockReport": "", "block": { "action_false": "ユーザーをブロック", "action_true": "ユーザーのブロックを解除", @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "トゥートを共有" @@ -88,6 +97,10 @@ "pin": { "action_false": "トゥートを固定", "action_true": "トゥートの固定を解除" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/ja/screens/tabs.json b/src/i18n/ja/screens/tabs.json index c1e18d1f..9b1139ae 100644 --- a/src/i18n/ja/screens/tabs.json +++ b/src/i18n/ja/screens/tabs.json @@ -210,7 +210,8 @@ "hide": "" }, "keywords": "", - "keyword": "" + "keyword": "", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "<0 /><1>のメディア" }, - "hashtag": { - "follow": "フォロー", - "unfollow": "フォロー解除" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "編集履歴" diff --git a/src/i18n/ko/components/contextMenu.json b/src/i18n/ko/components/contextMenu.json index 53f4aa51..1cc2c541 100644 --- a/src/i18n/ko/components/contextMenu.json +++ b/src/i18n/ko/components/contextMenu.json @@ -6,7 +6,7 @@ "action_false": "사용자 팔로우", "action_true": "사용자 팔로우 해제" }, - "inLists": "사용자를 포함한 리스트", + "inLists": "", "showBoosts": { "action_false": "사용자의 부스트 보이기", "action_true": "사용자의 부스트 숨기기" @@ -16,12 +16,12 @@ "action_true": "사용자 뮤트 해제" }, "followAs": { - "trigger": "특정 계정에서 팔로우...", + "trigger": "", "succeed_default": "@{{source}} 계정에서 @{{target}} 계정을 팔로우 했어요.", "succeed_locked": "@{{source}} 계정에서 @{{target}} 계정의 팔로우 승인을 요청했어요.", "failed": "특정 계정에서 팔로우" }, - "blockReport": "차단 및 신고...", + "blockReport": "", "block": { "action_false": "사용자 차단", "action_true": "사용자 차단 해제", @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "툿 공유" @@ -88,6 +97,10 @@ "pin": { "action_false": "툿 고정", "action_true": "툿 고정 해제" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/ko/screens/tabs.json b/src/i18n/ko/screens/tabs.json index a581a5ed..d53fa998 100644 --- a/src/i18n/ko/screens/tabs.json +++ b/src/i18n/ko/screens/tabs.json @@ -210,7 +210,8 @@ "hide": "" }, "keywords": "", - "keyword": "" + "keyword": "", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "<0 /><1>의 미디어" }, - "hashtag": { - "follow": "팔로우", - "unfollow": "팔로우 해제" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "수정 이력" diff --git a/src/i18n/nl/components/contextMenu.json b/src/i18n/nl/components/contextMenu.json index f4bbf123..da7abb26 100644 --- a/src/i18n/nl/components/contextMenu.json +++ b/src/i18n/nl/components/contextMenu.json @@ -6,7 +6,7 @@ "action_false": "Volg gebruiker", "action_true": "Ontvolg" }, - "inLists": "Lijsten waarin gebruiker staat", + "inLists": "", "showBoosts": { "action_false": "Boosts van gebruiker weergeven", "action_true": "Boosts van gebruiker verbergen" @@ -16,12 +16,12 @@ "action_true": "Dempen opheffen voor gebruiker" }, "followAs": { - "trigger": "Volg als...", + "trigger": "", "succeed_default": "Je volgt nu @{{target}} met @{{source}}", "succeed_locked": "Verstuurde het volgverzoek naar @{{target}} met {{source}}, in afwachting van goedkeuring", "failed": "Volg als" }, - "blockReport": "Blokkeren en rapporten...", + "blockReport": "", "block": { "action_false": "Gebruiker blokkeren", "action_true": "Gebruiker deblokkeren", @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "Toot delen" @@ -88,6 +97,10 @@ "pin": { "action_false": "Toot vastzetten", "action_true": "Toot losmaken" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/nl/screens/tabs.json b/src/i18n/nl/screens/tabs.json index 721dfb64..8bbf080b 100644 --- a/src/i18n/nl/screens/tabs.json +++ b/src/i18n/nl/screens/tabs.json @@ -210,7 +210,8 @@ "hide": "" }, "keywords": "", - "keyword": "" + "keyword": "", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "<0 /><1>'s media" }, - "hashtag": { - "follow": "Volg", - "unfollow": "Ontvolg" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "Geschiedenis bewerken" diff --git a/src/i18n/pl/components/contextMenu.json b/src/i18n/pl/components/contextMenu.json index d6afc13a..f16d3d47 100644 --- a/src/i18n/pl/components/contextMenu.json +++ b/src/i18n/pl/components/contextMenu.json @@ -6,7 +6,7 @@ "action_false": "Obserwuj", "action_true": "Przestań obserwować" }, - "inLists": "Listy zawierające użytkownika", + "inLists": "", "showBoosts": { "action_false": "Pokaż podbicia użytkownika", "action_true": "Ukryj podbicia użytkowników" @@ -16,12 +16,12 @@ "action_true": "Wyłącz wyciszenie" }, "followAs": { - "trigger": "Obserwuj jako...", + "trigger": "", "succeed_default": "Teraz obserwujesz @{{target}} z @{{source}}", "succeed_locked": "Wysłano prośbę o obserwowanie do @{{target}} z {{source}}, oczekiwanie na zatwierdzenie", "failed": "Obserwuj jako" }, - "blockReport": "Zablokuj i zgłoś...", + "blockReport": "", "block": { "action_false": "Zablokuj użytkownika", "action_true": "Odblokuj użytkownika", @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "Udostępnij wpis" @@ -88,6 +97,10 @@ "pin": { "action_false": "Przypnij wpis", "action_true": "Odepnij wpis" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/pl/screens/tabs.json b/src/i18n/pl/screens/tabs.json index cbacb21c..4c75e193 100644 --- a/src/i18n/pl/screens/tabs.json +++ b/src/i18n/pl/screens/tabs.json @@ -70,16 +70,16 @@ "name": "Powiadomienia Push" }, "preferences": { - "name": "" + "name": "Preferencje" }, "preferencesFilters": { - "name": "" + "name": "Wszystkie filtry treści" }, "preferencesFilterAdd": { - "name": "" + "name": "Utwórz filtr" }, "preferencesFilterEdit": { - "name": "" + "name": "Edytuj filtr" }, "profile": { "name": "Edytuj profil" @@ -136,81 +136,82 @@ }, "preferences": { "visibility": { - "title": "", + "title": "Domyślna widoczność tootów", "options": { - "public": "", - "unlisted": "", - "private": "" + "public": "Publiczny", + "unlisted": "Niepubliczny", + "private": "Tylko obserwujący" } }, "sensitive": { - "title": "" + "title": "Domyślnie oznacz media jako wrażliwe" }, "media": { - "title": "", + "title": "Wyświetlanie multimediów", "options": { - "default": "", - "show_all": "", - "hide_all": "" + "default": "Ukryj media oznaczone jako wrażliwe", + "show_all": "Zawsze pokazuj media", + "hide_all": "Zawsze ukrywaj media" } }, "spoilers": { - "title": "" + "title": "Automatycznie rozwijaj tooty z ostrzeżeniem o zawartości" }, "autoplay_gifs": { - "title": "" + "title": "Autoodtwarzanie GIF w tootach" }, "filters": { - "title": "", - "content": "" + "title": "Filtry treści", + "content": "{{count}} aktywnych" }, "web_only": { - "title": "", - "description": "" + "title": "Ustawienia aktualizacji", + "description": "Poniższe ustawienia mogą być aktualizowane tylko przy użyciu interfejsu webowego" } }, "preferencesFilters": { - "expired": "", - "keywords_one": "", - "keywords_other": "", - "statuses_one": "", - "statuses_other": "", - "context": "", + "expired": "Wygasło", + "keywords_one": "{{count}} słowo kluczowe", + "keywords_other": "{{count}} słów kluczowych", + "statuses_one": "{{count}} toot", + "statuses_other": "{{count}} tootów", + "context": "Użyto na <0 />", "contexts": { - "home": "", - "notifications": "", - "public": "", - "thread": "", - "account": "" + "home": "obserwujący i listy", + "notifications": "powiadomienie", + "public": "sfederowane", + "thread": "rozmowa", + "account": "profil" } }, "preferencesFilter": { - "name": "", - "expiration": "", + "name": "Nazwa", + "expiration": "Wygaśnięcie", "expirationOptions": { - "0": "", - "1800": "", - "3600": "", - "43200": "", - "86400": "", - "604800": "", - "18144000": "" + "0": "Nigdy", + "1800": "Po 30 minutach", + "3600": "Po 1 godzinie", + "43200": "Po 12 godzinach", + "86400": "Po 1 dniu", + "604800": "Po tygodniu", + "18144000": "Po miesiącu" }, - "context": "", + "context": "Zastosuje na", "contexts": { - "home": "", - "notifications": "", - "public": "", - "thread": "", - "account": "" + "home": "Obserwujący i listy", + "notifications": "Powiadomienie", + "public": "Sfederowana oś czasu", + "thread": "Widok rozmów", + "account": "Widok profilu" }, - "action": "", + "action": "Gdy pasuje", "actions": { - "warn": "", - "hide": "" + "warn": "Zwinięty, ale można go pokazać", + "hide": "Całkowicie ukryte" }, - "keywords": "", - "keyword": "" + "keywords": "Pasuje do tych słów kluczowych", + "keyword": "Słowo kluczowe", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "<0 /><1> multimedia " }, - "hashtag": { - "follow": "Obserwuj", - "unfollow": "Przestań obserwować" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "Historia edycji" diff --git a/src/i18n/pt_BR/common.json b/src/i18n/pt_BR/common.json index 2982cba1..65319c2d 100644 --- a/src/i18n/pt_BR/common.json +++ b/src/i18n/pt_BR/common.json @@ -6,8 +6,8 @@ "discard": "Descartar", "continue": "Continuar", "create": "", - "delete": "", - "done": "", + "delete": "Excluir", + "done": "Concluído", "confirm": "Confirmar" }, "customEmoji": { diff --git a/src/i18n/pt_BR/components/contextMenu.json b/src/i18n/pt_BR/components/contextMenu.json index 399d0f35..37777374 100644 --- a/src/i18n/pt_BR/components/contextMenu.json +++ b/src/i18n/pt_BR/components/contextMenu.json @@ -4,7 +4,7 @@ "title": "Ações do Usuário", "following": { "action_false": "Seguir usuário", - "action_true": "" + "action_true": "Deixar de seguir usuário" }, "inLists": "", "showBoosts": { @@ -17,7 +17,7 @@ }, "followAs": { "trigger": "", - "succeed_default": "", + "succeed_default": "Agora seguindo @{{target}} com @{{source}}", "succeed_locked": "", "failed": "" }, @@ -26,13 +26,13 @@ "action_false": "Bloquear usuário", "action_true": "Desbloquear usuário", "alert": { - "title": "" + "title": "Confirmar o bloqueio do usuário @{{username}} ?" } }, "reports": { - "action": "", + "action": "Denunciar e bloquear usuário", "alert": { - "title": "" + "title": "Confirmar denúncia e bloqueio do usuário @{{username}} ?" } } }, @@ -41,7 +41,7 @@ "public": "" }, "copy": { - "action": "", + "action": "Copiar toot", "succeed": "Copiado" }, "instance": { @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "Compartilhar toot" @@ -88,6 +97,10 @@ "pin": { "action_false": "Toot fixado", "action_true": "Desafixar toot" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/pt_BR/components/mediaSelector.json b/src/i18n/pt_BR/components/mediaSelector.json index 62fa2f29..04e514dc 100644 --- a/src/i18n/pt_BR/components/mediaSelector.json +++ b/src/i18n/pt_BR/components/mediaSelector.json @@ -1,6 +1,6 @@ { "title": "Selecionar fonte de mídia", - "message": "", + "message": "Os dados EXIF ​​de mídia não são enviados", "options": { "image": "Enviar fotos", "image_max": "Carregar fotos (máx. {{max}})", diff --git a/src/i18n/pt_BR/components/parse.json b/src/i18n/pt_BR/components/parse.json index 38f63a43..105cd8de 100644 --- a/src/i18n/pt_BR/components/parse.json +++ b/src/i18n/pt_BR/components/parse.json @@ -3,6 +3,6 @@ "accessibilityHint": "Toque para expandir ou recolher conteúdo", "expanded": "{{hint}}{{moreLines}}", "moreLines": "", - "defaultHint": "" + "defaultHint": "Toot longo" } } \ No newline at end of file diff --git a/src/i18n/pt_BR/components/timeline.json b/src/i18n/pt_BR/components/timeline.json index 0cd1894e..44b25dd0 100644 --- a/src/i18n/pt_BR/components/timeline.json +++ b/src/i18n/pt_BR/components/timeline.json @@ -42,9 +42,9 @@ "accessibilityLabel": "Boost este toot", "function": "Boost toot", "options": { - "title": "", - "public": "", - "unlisted": "" + "title": "Escolha a visibilidade do boost", + "public": "Boost público", + "unlisted": "Boost não-listado" } }, "favourited": { @@ -83,7 +83,7 @@ "text": "Erro ao carregar", "button": "Experimente o link remoto" }, - "altText": "" + "altText": "Texto Alternativo" }, "avatar": { "accessibilityLabel": "Avatar de {{name}}", @@ -93,10 +93,10 @@ "expandHint": "Conteúdo oculto" }, "filtered": { - "reveal": "", - "match_v1": "", - "match_v2_one": "", - "match_v2_other": "" + "reveal": "Exibir mesmo assim", + "match_v1": "Filtrado: {{phrase}}.", + "match_v2_one": "Filtrado por {{filters}}.", + "match_v2_other": "Filtrado por {{count}} filtros, {{filters}}." }, "fullConversation": "Ler conversas", "translate": { @@ -123,7 +123,7 @@ "muted": { "accessibilityLabel": "Toot silenciado" }, - "replies": "", + "replies": "Respostas <0 />", "visibility": { "direct": { "accessibilityLabel": "Enviar uma mensagem direta" diff --git a/src/i18n/pt_BR/screens/tabs.json b/src/i18n/pt_BR/screens/tabs.json index c0f06618..bb7bb0be 100644 --- a/src/i18n/pt_BR/screens/tabs.json +++ b/src/i18n/pt_BR/screens/tabs.json @@ -3,15 +3,15 @@ "local": { "name": "Seguindo", "options": { - "showBoosts": "", - "showReplies": "" + "showBoosts": "Mostrar boosts", + "showReplies": "Mostrar respostas" } }, "public": { "segments": { "federated": "Global", "local": "Local", - "trending": "" + "trending": "Em alta" } }, "notifications": { @@ -28,7 +28,7 @@ "filters": { "accessibilityLabel": "Filtro", "accessibilityHint": "Filtrar notificações por tipos", - "title": "" + "title": "Mostrar notificações" } }, "me": { @@ -43,7 +43,7 @@ "name": "Favoritos" }, "followedTags": { - "name": "" + "name": "Hashtags seguidas" }, "fontSize": { "name": "Tamanho da fonte do Toot" @@ -55,10 +55,10 @@ "name": "Lista: {{list}}" }, "listAccounts": { - "name": "" + "name": "Usuários na lista: {{list}}" }, "listAdd": { - "name": "" + "name": "Criar uma lista" }, "listEdit": { "name": "" @@ -70,16 +70,16 @@ "name": "Notificação" }, "preferences": { - "name": "" + "name": "Preferências" }, "preferencesFilters": { "name": "" }, "preferencesFilterAdd": { - "name": "" + "name": "Criar um Filtro" }, "preferencesFilterEdit": { - "name": "" + "name": "Editar Filtro" }, "profile": { "name": "Editar Perfil" @@ -111,36 +111,36 @@ } }, "listAccounts": { - "heading": "", - "error": "", - "empty": "" + "heading": "Gerenciar usuários", + "error": "Excluir usuário da lista", + "empty": "Nenhum usuário adicionado a esta lista" }, "listEdit": { "heading": "", - "title": "", + "title": "Título", "repliesPolicy": { - "heading": "", + "heading": "Mostrar respostas para:", "options": { - "none": "", - "list": "", - "followed": "" + "none": "Ninguém", + "list": "Membros da lista", + "followed": "Qualquer usuário seguido" } } }, "listDelete": { - "heading": "", + "heading": "Excluir lista", "confirm": { - "title": "", - "message": "" + "title": "Excluir lista \"{{list}}\"?", + "message": "Esta ação não é reversível." } }, "preferences": { "visibility": { - "title": "", + "title": "Visibilidade padrão de postagem", "options": { - "public": "", - "unlisted": "", - "private": "" + "public": "Público", + "unlisted": "Não-listado", + "private": "Apenas seguidores" } }, "sensitive": { @@ -149,19 +149,19 @@ "media": { "title": "", "options": { - "default": "", + "default": "Ocultar mídia marcada como sensível", "show_all": "", "hide_all": "" } }, "spoilers": { - "title": "" + "title": "Expandir automaticamente toots com Aviso de Conteúdo" }, "autoplay_gifs": { - "title": "" + "title": "Reproduzir GIF automaticamente nos toots" }, "filters": { - "title": "", + "title": "Filtros de conteúdo", "content": "" }, "web_only": { @@ -185,16 +185,16 @@ } }, "preferencesFilter": { - "name": "", + "name": "Nome", "expiration": "", "expirationOptions": { - "0": "", - "1800": "", - "3600": "", - "43200": "", - "86400": "", - "604800": "", - "18144000": "" + "0": "Nunca", + "1800": "Após 30 minutos", + "3600": "Após 1 hora", + "43200": "Após 12 horas", + "86400": "Após 1 dia", + "604800": "Após 1 semana", + "18144000": "Após 1 mês" }, "context": "", "contexts": { @@ -210,7 +210,8 @@ "hide": "" }, "keywords": "", - "keyword": "" + "keyword": "", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "<0 /><1>\"s mídia" }, - "hashtag": { - "follow": "Seguir", - "unfollow": "Deixar de seguir" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "Histórico de Edição" diff --git a/src/i18n/ru/components/contextMenu.json b/src/i18n/ru/components/contextMenu.json index 19cd5f9e..6306d3a7 100644 --- a/src/i18n/ru/components/contextMenu.json +++ b/src/i18n/ru/components/contextMenu.json @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "" @@ -88,6 +97,10 @@ "pin": { "action_false": "", "action_true": "" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/ru/screens/tabs.json b/src/i18n/ru/screens/tabs.json index 288da533..79a462e8 100644 --- a/src/i18n/ru/screens/tabs.json +++ b/src/i18n/ru/screens/tabs.json @@ -210,7 +210,8 @@ "hide": "" }, "keywords": "", - "keyword": "" + "keyword": "", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "" }, - "hashtag": { - "follow": "", - "unfollow": "" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "" diff --git a/src/i18n/sv/components/contextMenu.json b/src/i18n/sv/components/contextMenu.json index 16f7febb..e6b6033b 100644 --- a/src/i18n/sv/components/contextMenu.json +++ b/src/i18n/sv/components/contextMenu.json @@ -6,7 +6,7 @@ "action_false": "Följ användare", "action_true": "Avfölj användaren" }, - "inLists": "Listor som innehåller användaren", + "inLists": "", "showBoosts": { "action_false": "Visa användarens boostar", "action_true": "Göm användarens boostar" @@ -16,12 +16,12 @@ "action_true": "Sluta tysta användare" }, "followAs": { - "trigger": "Följ som...", + "trigger": "", "succeed_default": "Följer nu @{{target}} med @{{source}}", "succeed_locked": "Följförfrågan skickades till @{{target}} med {{source}}, väntar på godkännande", "failed": "Följ som" }, - "blockReport": "Blockera och anmäl...", + "blockReport": "", "block": { "action_false": "Blockera användare", "action_true": "Avblockera användare", @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "Dela inlägg" @@ -88,6 +97,10 @@ "pin": { "action_false": "Fäst inlägg", "action_true": "Avfäst inlägg" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/sv/screens/tabs.json b/src/i18n/sv/screens/tabs.json index e7be9636..e2b2c285 100644 --- a/src/i18n/sv/screens/tabs.json +++ b/src/i18n/sv/screens/tabs.json @@ -210,7 +210,8 @@ "hide": "" }, "keywords": "", - "keyword": "" + "keyword": "", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "<0 /><1>s media" }, - "hashtag": { - "follow": "Följ", - "unfollow": "Sluta följ" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "Redigeringshistorik" diff --git a/src/i18n/uk/components/contextMenu.json b/src/i18n/uk/components/contextMenu.json index d56fd2df..d313822b 100644 --- a/src/i18n/uk/components/contextMenu.json +++ b/src/i18n/uk/components/contextMenu.json @@ -6,7 +6,7 @@ "action_false": "Підписатися на користувача", "action_true": "Відписатися від користувача" }, - "inLists": "Списки, в яких є користувач", + "inLists": "", "showBoosts": { "action_false": "Показати передмухи користувача", "action_true": "Приховати передмухи користувача" @@ -16,12 +16,12 @@ "action_true": "Зняти заглушення з користувача" }, "followAs": { - "trigger": "Стежити як...", + "trigger": "", "succeed_default": "Тепер ви стежите за @{{target}} з @{{source}}", "succeed_locked": "Запит на стеження за @{{target}} з {{source}} надіслано, очікується затвердження", "failed": "Стежити як" }, - "blockReport": "Заблокувати й поскаржитися...", + "blockReport": "", "block": { "action_false": "Заблокувати користувача", "action_true": "Розблокувати користувача", @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "Поділитися дмухом" @@ -88,6 +97,10 @@ "pin": { "action_false": "Прикріпити дмух", "action_true": "Відкріпити дмух" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/uk/screens/tabs.json b/src/i18n/uk/screens/tabs.json index b9912404..fb5b326a 100644 --- a/src/i18n/uk/screens/tabs.json +++ b/src/i18n/uk/screens/tabs.json @@ -70,16 +70,16 @@ "name": "Push-сповіщення" }, "preferences": { - "name": "" + "name": "Параметри" }, "preferencesFilters": { - "name": "" + "name": "Усі фільтри вмісту" }, "preferencesFilterAdd": { - "name": "" + "name": "Створити фільтр" }, "preferencesFilterEdit": { - "name": "" + "name": "Змінити фільтр" }, "profile": { "name": "Редагувати профіль" @@ -136,81 +136,82 @@ }, "preferences": { "visibility": { - "title": "", + "title": "Типова видимість дописів", "options": { - "public": "", - "unlisted": "", - "private": "" + "public": "Загальнодоступні", + "unlisted": "Приватні", + "private": "Лише для підписників" } }, "sensitive": { - "title": "" + "title": "Типово позначити медіа делікатними" }, "media": { - "title": "", + "title": "Показ медіа", "options": { - "default": "", - "show_all": "", - "hide_all": "" + "default": "Приховувати медіа, позначені делікатними", + "show_all": "Завжди показувати медіа", + "hide_all": "Завжди приховувати медіа" } }, "spoilers": { - "title": "" + "title": "Автоматично розгортати дмухи із попередженням про вміст" }, "autoplay_gifs": { - "title": "" + "title": "Автовідтворення GIF у дмухах" }, "filters": { - "title": "", - "content": "" + "title": "Фільтри вмісту", + "content": "{{count}} активний" }, "web_only": { - "title": "", - "description": "" + "title": "Оновити налаштування", + "description": "Налаштування можна оновити лише за допомогою вебінтерфейсу" } }, "preferencesFilters": { - "expired": "", - "keywords_one": "", - "keywords_other": "", - "statuses_one": "", - "statuses_other": "", - "context": "", + "expired": "Термін дії минув", + "keywords_one": "{{count}} ключове слово", + "keywords_other": "{{count}} ключових слів", + "statuses_one": "{{count}} дмух", + "statuses_other": "{{count}} дмухів", + "context": "Застосовується в <0 />", "contexts": { - "home": "", - "notifications": "", - "public": "", - "thread": "", - "account": "" + "home": "підписки й списки", + "notifications": "сповіщення", + "public": "федеративні", + "thread": "розмова", + "account": "профіль" } }, "preferencesFilter": { - "name": "", - "expiration": "", + "name": "Ім’я", + "expiration": "Закінчується", "expirationOptions": { - "0": "", - "1800": "", - "3600": "", - "43200": "", - "86400": "", - "604800": "", - "18144000": "" + "0": "Ніколи", + "1800": "За 30 хвилин", + "3600": "За 1 годину", + "43200": "За 12 годин", + "86400": "За 1 день", + "604800": "За 1 тиждень", + "18144000": "За 1 місяць" }, - "context": "", + "context": "Застосовується в", "contexts": { - "home": "", - "notifications": "", - "public": "", - "thread": "", - "account": "" + "home": "Підписки та списки", + "notifications": "Сповіщення", + "public": "Федеративна стрічка", + "thread": "Перегляд бесід", + "account": "Перегляд профілю" }, - "action": "", + "action": "За збігу", "actions": { - "warn": "", - "hide": "" + "warn": "Згорнуто, але можна виявити", + "hide": "Приховано повністю" }, - "keywords": "", - "keyword": "" + "keywords": "Збіг із цими ключовими словами", + "keyword": "Ключове слово", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "<0 /><1> медіа" }, - "hashtag": { - "follow": "Підписатися", - "unfollow": "Відписатися" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "Редагувати історію" diff --git a/src/i18n/vi/components/contextMenu.json b/src/i18n/vi/components/contextMenu.json index a2ba82ef..e50ec09d 100644 --- a/src/i18n/vi/components/contextMenu.json +++ b/src/i18n/vi/components/contextMenu.json @@ -6,7 +6,7 @@ "action_false": "Theo dõi người này", "action_true": "Ngưng theo dõi người này" }, - "inLists": "Danh sách người", + "inLists": "", "showBoosts": { "action_false": "Hiển lượt đăng lại", "action_true": "Ẩn lượt đăng lại" @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "Đăng lại" @@ -88,6 +97,10 @@ "pin": { "action_false": "Tút ghim", "action_true": "Bỏ ghim tút" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/vi/screens/tabs.json b/src/i18n/vi/screens/tabs.json index 6cc37b3b..6f7e029f 100644 --- a/src/i18n/vi/screens/tabs.json +++ b/src/i18n/vi/screens/tabs.json @@ -210,7 +210,8 @@ "hide": "" }, "keywords": "", - "keyword": "" + "keyword": "", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "<0 /><1>'s media" }, - "hashtag": { - "follow": "Theo dõi", - "unfollow": "Ngưng theo dõi" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "Lịch sử chỉnh sửa" diff --git a/src/i18n/zh-Hans/components/contextMenu.json b/src/i18n/zh-Hans/components/contextMenu.json index 7a75c3d9..80c83a48 100644 --- a/src/i18n/zh-Hans/components/contextMenu.json +++ b/src/i18n/zh-Hans/components/contextMenu.json @@ -6,7 +6,7 @@ "action_false": "关注用户", "action_true": "取消关注用户" }, - "inLists": "包含用户的列表", + "inLists": "包含用户的列表 …", "showBoosts": { "action_false": "显示用户的转嘟", "action_true": "隐藏用户的转嘟" @@ -16,12 +16,12 @@ "action_true": "取消静音用户" }, "followAs": { - "trigger": "关注…", + "trigger": "用其它账户关注 …", "succeed_default": "@{{source}} 正在关注 @{{target}}", "succeed_locked": "已从 @{{source}} 发送关注请求至 @{{target}},等待通过", "failed": "用其它账户关注" }, - "blockReport": "屏蔽与举报…", + "blockReport": "屏蔽与举报", "block": { "action_false": "屏蔽用户", "action_true": "取消屏蔽用户", @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "关注", + "action_true": "取消关注" + }, + "filter": { + "action": "过滤话题标签 …" + } + }, "share": { "status": { "action": "分享嘟文" @@ -88,6 +97,10 @@ "pin": { "action_false": "置顶嘟文", "action_true": "取消置顶嘟文" + }, + "filter": { + "action_false": "过滤此嘟文 …", + "action_true": "管理过滤器 …" } } } \ No newline at end of file diff --git a/src/i18n/zh-Hans/screens/tabs.json b/src/i18n/zh-Hans/screens/tabs.json index ff08fa7e..a2015648 100644 --- a/src/i18n/zh-Hans/screens/tabs.json +++ b/src/i18n/zh-Hans/screens/tabs.json @@ -210,7 +210,8 @@ "hide": "完全隐藏" }, "keywords": "匹配这些关键字", - "keyword": "关键字" + "keyword": "关键字", + "statuses": "匹配这些嘟文" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "<0 /><1>的媒体" }, - "hashtag": { - "follow": "关注", - "unfollow": "取消关注" + "filter": { + "name": "添加至过滤器", + "existed": "已被过滤" }, "history": { "name": "编辑历史" diff --git a/src/i18n/zh-Hant/components/contextMenu.json b/src/i18n/zh-Hant/components/contextMenu.json index 2b107c69..13c4b51a 100644 --- a/src/i18n/zh-Hant/components/contextMenu.json +++ b/src/i18n/zh-Hant/components/contextMenu.json @@ -6,7 +6,7 @@ "action_false": "跟隨使用者", "action_true": "取消跟隨使用者" }, - "inLists": "包含使用者的列表", + "inLists": "", "showBoosts": { "action_false": "顯示使用者的轉嘟", "action_true": "隱藏使用者的轉嘟" @@ -16,12 +16,12 @@ "action_true": "解除靜音使用者" }, "followAs": { - "trigger": "跟隨...", + "trigger": "", "succeed_default": "@{{source}} 正在跟隨 @{{target}}", "succeed_locked": "已從 {{source}} 發送跟隨請求至 @{{target}},等待同意", "failed": "用其它帳號跟隨" }, - "blockReport": "封鎖並檢舉…", + "blockReport": "", "block": { "action_false": "封鎖使用者", "action_true": "解除封鎖使用者", @@ -54,6 +54,15 @@ } } }, + "hashtag": { + "follow": { + "action_false": "", + "action_true": "" + }, + "filter": { + "action": "" + } + }, "share": { "status": { "action": "分享嘟文" @@ -88,6 +97,10 @@ "pin": { "action_false": "釘選嘟文", "action_true": "取消釘選嘟文" + }, + "filter": { + "action_false": "", + "action_true": "" } } } \ No newline at end of file diff --git a/src/i18n/zh-Hant/screens/tabs.json b/src/i18n/zh-Hant/screens/tabs.json index b2cd54ec..57582448 100644 --- a/src/i18n/zh-Hant/screens/tabs.json +++ b/src/i18n/zh-Hant/screens/tabs.json @@ -70,16 +70,16 @@ "name": "推播通知" }, "preferences": { - "name": "" + "name": "偏好設定" }, "preferencesFilters": { - "name": "" + "name": "所有內容過濾器" }, "preferencesFilterAdd": { - "name": "" + "name": "建立過濾器" }, "preferencesFilterEdit": { - "name": "" + "name": "編輯過濾器" }, "profile": { "name": "編輯個人檔案" @@ -136,81 +136,82 @@ }, "preferences": { "visibility": { - "title": "", + "title": "預設發嘟範圍", "options": { - "public": "", - "unlisted": "", - "private": "" + "public": "公開", + "unlisted": "不公開", + "private": "僅限跟隨者" } }, "sensitive": { - "title": "" + "title": "預設標記媒體為敏感內容" }, "media": { - "title": "", + "title": "媒體顯示", "options": { - "default": "", - "show_all": "", - "hide_all": "" + "default": "隱藏被標記為敏感內容的媒體", + "show_all": "總是顯示媒體", + "hide_all": "總是隱藏媒體" } }, "spoilers": { - "title": "" + "title": "自動展開含有警告訊息的嘟文" }, "autoplay_gifs": { - "title": "" + "title": "在嘟文中自動播放 GIF" }, "filters": { - "title": "", - "content": "" + "title": "內容過濾器", + "content": "{{count}} 生效中" }, "web_only": { - "title": "", - "description": "" + "title": "更新設定", + "description": "以下的設定只能通過網頁更新" } }, "preferencesFilters": { - "expired": "", - "keywords_one": "", - "keywords_other": "", - "statuses_one": "", - "statuses_other": "", - "context": "", + "expired": "已過期", + "keywords_one": "{{count}} 關鍵字", + "keywords_other": "{{count}} 關鍵字", + "statuses_one": "{{count}} 條嘟文", + "statuses_other": "{{count}} 條嘟文", + "context": "使用於 <0 />", "contexts": { - "home": "", - "notifications": "", - "public": "", - "thread": "", - "account": "" + "home": "跟隨和列表", + "notifications": "通知", + "public": "聯邦", + "thread": "對話", + "account": "個人資料" } }, "preferencesFilter": { - "name": "", - "expiration": "", + "name": "名稱", + "expiration": "截止於", "expirationOptions": { - "0": "", - "1800": "", - "3600": "", - "43200": "", - "86400": "", - "604800": "", - "18144000": "" + "0": "從不", + "1800": "30 分鐘後", + "3600": "1 小時後", + "43200": "12 小時後", + "86400": "1 天後", + "604800": "1 週後", + "18144000": "1 個月後" }, - "context": "", + "context": "使用於", "contexts": { - "home": "", - "notifications": "", - "public": "", - "thread": "", - "account": "" + "home": "跟隨和列表", + "notifications": "通知", + "public": "聯邦時間軸", + "thread": "對話頁面", + "account": "個人資料頁面" }, - "action": "", + "action": "當符合時", "actions": { - "warn": "", - "hide": "" + "warn": "僅折疊,但可點擊顯示", + "hide": "完全隱藏" }, - "keywords": "", - "keyword": "" + "keywords": "符合這些關鍵字", + "keyword": "關鍵字", + "statuses": "" }, "profile": { "feedback": { @@ -398,9 +399,9 @@ "attachments": { "name": "<0 /><1>的媒體" }, - "hashtag": { - "follow": "跟隨", - "unfollow": "取消跟隨" + "filter": { + "name": "", + "existed": "" }, "history": { "name": "編輯歷史"