From 5551cd0e12844a13585c1e03f6ba7395c20193cc Mon Sep 17 00:00:00 2001 From: xmflsct Date: Mon, 30 Jan 2023 00:48:08 +0100 Subject: [PATCH] New Crowdin updates (#684) * New translations common.json (Portuguese, Brazilian) * New translations timeline.json (Portuguese, Brazilian) * New translations tabs.json (Spanish) * New translations tabs.json (Catalan) * New translations tabs.json (Portuguese, Brazilian) * New translations tabs.json (Portuguese, Brazilian) * New translations contextMenu.json (Portuguese, Brazilian) * New translations timeline.json (French) * New translations timeline.json (Spanish) * New translations timeline.json (Catalan) * New translations timeline.json (Czech) * New translations timeline.json (German) * New translations timeline.json (Greek) * New translations timeline.json (Basque) * New translations timeline.json (Italian) * New translations timeline.json (Japanese) * New translations timeline.json (Korean) * New translations timeline.json (Dutch) * New translations timeline.json (Polish) * New translations timeline.json (Russian) * New translations timeline.json (Swedish) * New translations timeline.json (Ukrainian) * New translations timeline.json (Chinese Simplified) * New translations timeline.json (Chinese Traditional) * New translations timeline.json (Vietnamese) * New translations timeline.json (Portuguese, Brazilian) * New translations contextMenu.json (Spanish) * New translations contextMenu.json (Catalan) * New translations timeline.json (Chinese Simplified) --- src/i18n/ca/components/contextMenu.json | 2 +- src/i18n/ca/components/timeline.json | 7 ++++- src/i18n/ca/screens/tabs.json | 20 +++++++------- src/i18n/cs/components/timeline.json | 7 ++++- src/i18n/de/components/timeline.json | 7 ++++- src/i18n/el/components/timeline.json | 7 ++++- src/i18n/es/components/contextMenu.json | 2 +- src/i18n/es/components/timeline.json | 7 ++++- src/i18n/es/screens/tabs.json | 16 +++++------ src/i18n/eu/components/timeline.json | 7 ++++- src/i18n/fr/components/timeline.json | 7 ++++- src/i18n/it/components/timeline.json | 7 ++++- src/i18n/ja/components/timeline.json | 7 ++++- src/i18n/ko/components/timeline.json | 7 ++++- src/i18n/nl/components/timeline.json | 7 ++++- src/i18n/pl/components/timeline.json | 7 ++++- src/i18n/pt_BR/common.json | 2 +- src/i18n/pt_BR/components/contextMenu.json | 12 ++++---- src/i18n/pt_BR/components/timeline.json | 9 ++++-- src/i18n/pt_BR/screens/tabs.json | 32 +++++++++++----------- src/i18n/ru/components/timeline.json | 7 ++++- src/i18n/sv/components/timeline.json | 7 ++++- src/i18n/uk/components/timeline.json | 7 ++++- src/i18n/vi/components/timeline.json | 7 ++++- src/i18n/zh-Hans/components/timeline.json | 7 ++++- src/i18n/zh-Hant/components/timeline.json | 7 ++++- 26 files changed, 158 insertions(+), 63 deletions(-) diff --git a/src/i18n/ca/components/contextMenu.json b/src/i18n/ca/components/contextMenu.json index 12777ca9..2f0602a1 100644 --- a/src/i18n/ca/components/contextMenu.json +++ b/src/i18n/ca/components/contextMenu.json @@ -16,7 +16,7 @@ "action_true": "Deixa de silenciar l'usuari" }, "followAs": { - "trigger": "", + "trigger": "Segueix com...", "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" diff --git a/src/i18n/ca/components/timeline.json b/src/i18n/ca/components/timeline.json index a8c99fdf..b45d16a1 100644 --- a/src/i18n/ca/components/timeline.json +++ b/src/i18n/ca/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "Més recent des d'aquí", - "refetch": "A l'últim" + "refetch": "A l'últim", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/ca/screens/tabs.json b/src/i18n/ca/screens/tabs.json index c9e35252..702ab7f5 100644 --- a/src/i18n/ca/screens/tabs.json +++ b/src/i18n/ca/screens/tabs.json @@ -46,7 +46,7 @@ "name": "Etiquetes seguides" }, "fontSize": { - "name": "Mida de la font de la publicació" + "name": "Mida de la font" }, "language": { "name": "Idioma" @@ -136,7 +136,7 @@ }, "preferences": { "visibility": { - "title": "Visibilitat de la publicació per defecte", + "title": "Visibilitat per defecte", "options": { "public": "Públic", "unlisted": "Sense llistar", @@ -147,11 +147,11 @@ "title": "Marca el contingut com a sensible" }, "media": { - "title": "Mostra el contingut multimèdia", + "title": "Visualització de multimèdia", "options": { - "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" + "default": "Amaga els sensibles", + "show_all": "Mostra'ls sempre", + "hide_all": "Amaga'ls sempre" } }, "spoilers": { @@ -178,7 +178,7 @@ "context": "Aplica a <0 />", "contexts": { "home": "Seguits i llistes", - "notifications": "Notificació", + "notifications": "Notificacions", "public": "federat", "thread": "Conversa", "account": "Perfil" @@ -199,17 +199,17 @@ "context": "Aplica a", "contexts": { "home": "Seguits i llistes", - "notifications": "Notificació", + "notifications": "Notificacions", "public": "Línia de temps federada", "thread": "Vista de conversa", "account": "Vista del perfil" }, "action": "Quan coincideix", "actions": { - "warn": "", + "warn": "Contret però pot ser revelat", "hide": "Amagat completament" }, - "keywords": "Coincidències per aquestes paraules claus", + "keywords": "Coincidències amb", "keyword": "Paraula clau", "statuses": "Coincideixen aquestes publicacions" }, diff --git a/src/i18n/cs/components/timeline.json b/src/i18n/cs/components/timeline.json index 4dc00758..49c709dc 100644 --- a/src/i18n/cs/components/timeline.json +++ b/src/i18n/cs/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "", - "refetch": "" + "refetch": "", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/de/components/timeline.json b/src/i18n/de/components/timeline.json index 8dc210d1..90996075 100644 --- a/src/i18n/de/components/timeline.json +++ b/src/i18n/de/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "Neuere Einträge", - "refetch": "Zum letzten" + "refetch": "Zum letzten", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/el/components/timeline.json b/src/i18n/el/components/timeline.json index ec8f6d68..38c666fd 100644 --- a/src/i18n/el/components/timeline.json +++ b/src/i18n/el/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "Νεότερες από εδώ", - "refetch": "Μέχρι την τελευταία" + "refetch": "Μέχρι την τελευταία", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/es/components/contextMenu.json b/src/i18n/es/components/contextMenu.json index 5c225435..2e9a0dec 100644 --- a/src/i18n/es/components/contextMenu.json +++ b/src/i18n/es/components/contextMenu.json @@ -16,7 +16,7 @@ "action_true": "Dejar de silenciar al usuario" }, "followAs": { - "trigger": "", + "trigger": "Seguir como...", "succeed_default": "Siguiendo @{{target}} como @{{source}}", "succeed_locked": "Enviado la solicitud de seguimiento a @{{target}} como {{source}}, pendiente de aprobación", "failed": "Seguir como" diff --git a/src/i18n/es/components/timeline.json b/src/i18n/es/components/timeline.json index bac8c396..a8dfe01c 100644 --- a/src/i18n/es/components/timeline.json +++ b/src/i18n/es/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "Más reciente desde aquí", - "refetch": "Al último" + "refetch": "Al último", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/es/screens/tabs.json b/src/i18n/es/screens/tabs.json index 074703bc..7da12bde 100644 --- a/src/i18n/es/screens/tabs.json +++ b/src/i18n/es/screens/tabs.json @@ -136,7 +136,7 @@ }, "preferences": { "visibility": { - "title": "Visibilidad de publicación predeterminada", + "title": "Visibilidad por defecto", "options": { "public": "Público", "unlisted": "No listado", @@ -149,9 +149,9 @@ "media": { "title": "Mostrar el contenido multimedia", "options": { - "default": "Ocultar los contenidos multimedia marcados como sensibles", - "show_all": "Mostrar siempre el contenido multimedia", - "hide_all": "Siempre ocultar el contenido multimedia" + "default": "Ocultar los sensibles", + "show_all": "Mostrar siempre", + "hide_all": "Ocultar siempre" } }, "spoilers": { @@ -178,7 +178,7 @@ "context": "Se aplica en <0 />", "contexts": { "home": "Seguidos y listas", - "notifications": "Notificación", + "notifications": "Notificaciones", "public": "Federado", "thread": "Conversación", "account": "Perfil" @@ -199,17 +199,17 @@ "context": "Se aplica en", "contexts": { "home": "Seguidos y listas", - "notifications": "Notificación", + "notifications": "Notificaciones", "public": "Cronología federada", "thread": "Vista de conversación", "account": "Vista de perfil" }, "action": "Al coincidir", "actions": { - "warn": "", + "warn": "Contraído pero puede ser revelado", "hide": "Oculto completamente" }, - "keywords": "Coincide con estas palabras clave", + "keywords": "Coincide con", "keyword": "Palabra clave", "statuses": "Coincide con estas publicaciones" }, diff --git a/src/i18n/eu/components/timeline.json b/src/i18n/eu/components/timeline.json index 9ff54704..82037232 100644 --- a/src/i18n/eu/components/timeline.json +++ b/src/i18n/eu/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "Berrienak hemendik hasita", - "refetch": "Azkenekora arte" + "refetch": "Azkenekora arte", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/fr/components/timeline.json b/src/i18n/fr/components/timeline.json index 8a849327..e237b7b7 100644 --- a/src/i18n/fr/components/timeline.json +++ b/src/i18n/fr/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "Plus récent à partir d'ici", - "refetch": "À la dernière" + "refetch": "À la dernière", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/it/components/timeline.json b/src/i18n/it/components/timeline.json index 7a0209ac..d48d815b 100644 --- a/src/i18n/it/components/timeline.json +++ b/src/i18n/it/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "Più recenti da qui", - "refetch": "Al più recente" + "refetch": "Al più recente", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/ja/components/timeline.json b/src/i18n/ja/components/timeline.json index e01c5014..4b643feb 100644 --- a/src/i18n/ja/components/timeline.json +++ b/src/i18n/ja/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "前のページを取得", - "refetch": "更新" + "refetch": "更新", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/ko/components/timeline.json b/src/i18n/ko/components/timeline.json index 51e4280e..891e68b8 100644 --- a/src/i18n/ko/components/timeline.json +++ b/src/i18n/ko/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "이 시점에 이어서 불러오기", - "refetch": "최신 내용 불러오기" + "refetch": "최신 내용 불러오기", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/nl/components/timeline.json b/src/i18n/nl/components/timeline.json index 9f3d5e15..74069e16 100644 --- a/src/i18n/nl/components/timeline.json +++ b/src/i18n/nl/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "Nieuwere vanaf hier", - "refetch": "Naar nieuwste" + "refetch": "Naar nieuwste", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/pl/components/timeline.json b/src/i18n/pl/components/timeline.json index 5d757ca3..c1b75dea 100644 --- a/src/i18n/pl/components/timeline.json +++ b/src/i18n/pl/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "Nowsze", - "refetch": "Do najnowszych" + "refetch": "Do najnowszych", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/pt_BR/common.json b/src/i18n/pt_BR/common.json index 65319c2d..581bece7 100644 --- a/src/i18n/pt_BR/common.json +++ b/src/i18n/pt_BR/common.json @@ -5,7 +5,7 @@ "cancel": "Cancelar", "discard": "Descartar", "continue": "Continuar", - "create": "", + "create": "Criar", "delete": "Excluir", "done": "Concluído", "confirm": "Confirmar" diff --git a/src/i18n/pt_BR/components/contextMenu.json b/src/i18n/pt_BR/components/contextMenu.json index 37777374..a6a7a9b4 100644 --- a/src/i18n/pt_BR/components/contextMenu.json +++ b/src/i18n/pt_BR/components/contextMenu.json @@ -21,7 +21,7 @@ "succeed_locked": "", "failed": "" }, - "blockReport": "", + "blockReport": "Bloquear e denunciar", "block": { "action_false": "Bloquear usuário", "action_true": "Desbloquear usuário", @@ -56,11 +56,11 @@ }, "hashtag": { "follow": { - "action_false": "", - "action_true": "" + "action_false": "Seguir", + "action_true": "Deixar de seguir" }, "filter": { - "action": "" + "action": "Filtrar hashtag ..." } }, "share": { @@ -99,8 +99,8 @@ "action_true": "Desafixar toot" }, "filter": { - "action_false": "", - "action_true": "" + "action_false": "Filtrar toot ...", + "action_true": "Gerenciar filtros ..." } } } \ 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 44b25dd0..f899f23c 100644 --- a/src/i18n/pt_BR/components/timeline.json +++ b/src/i18n/pt_BR/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "Mais novo aqui", - "refetch": "Mais recente" + "refetch": "Mais recente", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { @@ -116,7 +121,7 @@ "accessibilityHint": "Conta do usuário" } }, - "application": "", + "application": "via {{application}}", "edited": { "accessibilityLabel": "Toot editado" }, diff --git a/src/i18n/pt_BR/screens/tabs.json b/src/i18n/pt_BR/screens/tabs.json index bb7bb0be..a481b838 100644 --- a/src/i18n/pt_BR/screens/tabs.json +++ b/src/i18n/pt_BR/screens/tabs.json @@ -179,7 +179,7 @@ "contexts": { "home": "", "notifications": "", - "public": "", + "public": "global", "thread": "", "account": "" } @@ -200,7 +200,7 @@ "contexts": { "home": "", "notifications": "", - "public": "", + "public": "Linha do tempo global", "thread": "", "account": "" }, @@ -252,7 +252,7 @@ "label": "Rótulo", "content": "Conteúdo" }, - "mediaSelectionFailed": "" + "mediaSelectionFailed": "Falha no processamento da imagem. Por favor, tente novamente." }, "push": { "notAvailable": "Seu telefone não suporta notificação de envio de tooot", @@ -394,7 +394,7 @@ "accountInLists": { "name": "", "inLists": "", - "notInLists": "" + "notInLists": "Outras listas" }, "attachments": { "name": "<0 /><1>\"s mídia" @@ -407,22 +407,22 @@ "name": "Histórico de Edição" }, "report": { - "name": "", - "report": "", + "name": "Denuncia {{acct}}", + "report": "Denunciar", "forward": { - "heading": "" + "heading": "Encaminhar anonimamente para o servidor remoto {{instance}}" }, "reasons": { - "heading": "", - "spam": "", - "other": "", - "violation": "" + "heading": "O que há de errado com essa conta?", + "spam": "É spam", + "other": "É outra coisa", + "violation": "Viola as regras do servidor" }, "comment": { - "heading": "" + "heading": "Deseja nos dizer mais alguma coisa?" }, "violatedRules": { - "heading": "" + "heading": "Regras violadas do servidor" } }, "search": { @@ -442,7 +442,7 @@ } }, "trending": { - "tags": "" + "tags": "Hashtags em alta" } }, "sections": { @@ -451,13 +451,13 @@ "statuses": "Toot" }, "notFound": "Não foi possível encontrar {{searchTerm}} {{type}} relacionado", - "noResult": "" + "noResult": "Não foi possível encontrar nada, tente um termo diferente" }, "toot": { "name": "Discussões", "remoteFetch": { "title": "", - "message": "" + "message": "O conteúdo global nem sempre está disponível na instância local. Estes conteúdos são obtidos de instâncias remotas e marcados. Você pode interagir com esses conteúdos normalmente." } }, "users": { diff --git a/src/i18n/ru/components/timeline.json b/src/i18n/ru/components/timeline.json index 4b3b815c..e24b0204 100644 --- a/src/i18n/ru/components/timeline.json +++ b/src/i18n/ru/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "", - "refetch": "" + "refetch": "", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/sv/components/timeline.json b/src/i18n/sv/components/timeline.json index d3d84ae0..74339771 100644 --- a/src/i18n/sv/components/timeline.json +++ b/src/i18n/sv/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "Nyare härifrån", - "refetch": "Till senaste" + "refetch": "Till senaste", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/uk/components/timeline.json b/src/i18n/uk/components/timeline.json index 2a8f3ca0..b24fd3e8 100644 --- a/src/i18n/uk/components/timeline.json +++ b/src/i18n/uk/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "З цього моменту", - "refetch": "До кінця" + "refetch": "До кінця", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/vi/components/timeline.json b/src/i18n/vi/components/timeline.json index c3a07f6c..d297afa6 100644 --- a/src/i18n/vi/components/timeline.json +++ b/src/i18n/vi/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "Trước đó", - "refetch": "Trang cuối" + "refetch": "Trang cuối", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": { diff --git a/src/i18n/zh-Hans/components/timeline.json b/src/i18n/zh-Hans/components/timeline.json index a254c490..f96eb987 100644 --- a/src/i18n/zh-Hans/components/timeline.json +++ b/src/i18n/zh-Hans/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "较新于此的嘟嘟", - "refetch": "最新的嘟嘟" + "refetch": "最新的嘟嘟", + "fetching": "获取较新的嘟文…", + "fetched": { + "none": "没有更新的嘟文", + "found": "已获取 {{count}} 条嘟文" + } }, "shared": { "actioned": { diff --git a/src/i18n/zh-Hant/components/timeline.json b/src/i18n/zh-Hant/components/timeline.json index 89b1c396..36a303a3 100644 --- a/src/i18n/zh-Hant/components/timeline.json +++ b/src/i18n/zh-Hant/components/timeline.json @@ -16,7 +16,12 @@ }, "refresh": { "fetchPreviousPage": "較新的嘟文", - "refetch": "到最新的位置" + "refetch": "到最新的位置", + "fetching": "", + "fetched": { + "none": "", + "found": "" + } }, "shared": { "actioned": {