From 3c7d2e715608a7fc1e796db5e76be3ca88867ad5 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Fri, 2 Feb 2024 02:31:24 +0900 Subject: [PATCH 1/3] New translations translation.json (Portuguese) --- locales/pt_pt/translation.json | 78 +++++++++++++++++----------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/locales/pt_pt/translation.json b/locales/pt_pt/translation.json index 33bcc882..43f473a1 100644 --- a/locales/pt_pt/translation.json +++ b/locales/pt_pt/translation.json @@ -1,40 +1,40 @@ { "timeline": { - "home": "Home", - "notifications": "Notifications", + "home": "Página inicial", + "notifications": "Notificações", "local": "Local", - "public": "Public", - "search": "Search", + "public": "Público", + "search": "Procurar", "status": { - "avatar": "Aavtar of {user}", + "avatar": "Avatar de {user}", "boosted": "{user} boosted", "poll": { - "refresh": "Refresh", - "vote": "Vote", - "people": "{num} people", - "closed": "Closed" + "refresh": "Atualizar", + "vote": "Voto", + "people": "{num} pessoas", + "closed": "Fechado" }, - "show_more": "Show more", - "show_less": "Show less", - "cw": "Media hidden", - "hide_media": "Hide media", + "show_more": "Mostrar mais", + "show_less": "Mostrar menos", + "cw": "Conteúdo oculto", + "hide_media": "Ocultar conteúdo", "report": "Report {user}", "open_original": "Open original page", "actions": { - "reply": "Reply", + "reply": "Responder", "reblog": "reblog", "favourite": "Favourite", "bookmark": "Bookmark", "emoji_reaction": "Emoji reaction", - "detail": "Details" + "detail": "Detalhes" } }, - "mark_as_read": "Mark as read" + "mark_as_read": "Marcar como lido" }, "accounts": { "new": { - "title": "Add account", - "domain": "Domain", + "title": "Adicionar conta", + "domain": "Domínio", "sign_in": "Sign in", "authorize": "Authorize", "authorization_code": "Authorization Code", @@ -45,12 +45,12 @@ "token_error": "Failed to authorize.", "credential_error": "Failed to confirm access token." }, - "remove": "Remove" + "remove": "Remover" }, "notification": { "favourite": { - "title": "Favourite", - "body": "{user} favourited your post" + "title": "Favorito", + "body": "{user} Adicionou a sua publicação aos favoritos " }, "reblog": { "title": "Boost", @@ -61,15 +61,15 @@ "body": "{user} quoted your post" }, "poll_expired": { - "title": "Poll", + "title": "Sondagem", "body": "{user} poll has ended" }, "poll_vote": { - "title": "Poll", + "title": "Sondagem", "body": "{user} voted your poll" }, "status": { - "title": "Status", + "title": "Estado", "body": "{user} just posted" }, "update": { @@ -106,7 +106,7 @@ "visibility": { "public": "Public", "unlisted": "Unlisted", - "private": "Private", + "private": "Privado", "direct": "Direct" }, "nsfw": "Sensitive", @@ -114,11 +114,11 @@ "add": "Add", "5min": "5 minutes", "30min": "30 minutes", - "1h": "1 hour", - "6h": "6 hours", - "1d": "1 day", - "3d": "3 days", - "7d": "7 days", + "1h": "1 hora", + "6h": "6 horas", + "1d": "1 dia", + "3d": "3 dias", + "7d": "7 dias", "multiple": "multiple" }, "edit_media": { @@ -153,15 +153,15 @@ "block_domain": "Block domain {server}", "unblock_domain": "Unblock domain {server}", "timeline": "Timeline", - "followers": "Followers", - "followings": "Followings", + "followers": "Seguidores", + "followings": "A seguir", "header": "Header image of {user}", - "avatar": "Avatar of {user}", - "detail": "Details" + "avatar": "Avatar de {user}", + "detail": "Detalhes" }, "settings": { - "title": "Settings", - "language": "Language", + "title": "Definições", + "language": "Idioma", "font_size": "Font size" }, "thirdparty": { @@ -169,10 +169,10 @@ }, "report": { "title": "Report {user}", - "detail": "Detail", - "submit": "Submit" + "detail": "Detalhes", + "submit": "Submeter" }, "search": { - "placeholder": "Search timeline" + "placeholder": "Pesquisar na timeline" } } From 961d2e4744d1fe906f39423f1c1d95dceaf0f1b6 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Fri, 2 Feb 2024 03:35:06 +0900 Subject: [PATCH 2/3] New translations translation.json (Portuguese) --- locales/pt_pt/translation.json | 102 ++++++++++++++++----------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/locales/pt_pt/translation.json b/locales/pt_pt/translation.json index 43f473a1..f294fe9c 100644 --- a/locales/pt_pt/translation.json +++ b/locales/pt_pt/translation.json @@ -18,12 +18,12 @@ "show_less": "Mostrar menos", "cw": "Conteúdo oculto", "hide_media": "Ocultar conteúdo", - "report": "Report {user}", - "open_original": "Open original page", + "report": "Denunciar {user}", + "open_original": "Abrir a página original", "actions": { "reply": "Responder", "reblog": "reblog", - "favourite": "Favourite", + "favourite": "Favorito", "bookmark": "Bookmark", "emoji_reaction": "Emoji reaction", "detail": "Detalhes" @@ -35,14 +35,14 @@ "new": { "title": "Adicionar conta", "domain": "Domínio", - "sign_in": "Sign in", + "sign_in": "Inscreva-se", "authorize": "Authorize", - "authorization_code": "Authorization Code", - "authorization_helper": "Please paste the authorization code from your browser", - "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize", + "authorization_code": "Código de autorização", + "authorization_helper": "Por favor, coloque o código de autorização oriundo do seu navegador", + "without_code_authorize": "Por favor, aprove o Whalebird no seu navegador e, de seguida, ative as suas autorizações", "detector_error": "Failed to connect to {domain}, make sure the server URL is valid or correct.", - "register_error": "Failed to add application.", - "token_error": "Failed to authorize.", + "register_error": "Falha ao adicionar aplicação.", + "token_error": "Falha ao autorizar.", "credential_error": "Failed to confirm access token." }, "remove": "Remover" @@ -62,69 +62,69 @@ }, "poll_expired": { "title": "Sondagem", - "body": "{user} poll has ended" + "body": "{user} a sondagem terminou" }, "poll_vote": { "title": "Sondagem", - "body": "{user} voted your poll" + "body": "{user} votou na sua sondagem" }, "status": { "title": "Estado", - "body": "{user} just posted" + "body": "{user} acabou de postar" }, "update": { - "title": "Update", + "title": "Atualizar", "body": "{user} updated the post" }, "emoji_reaction": { - "title": "Reaction", - "body": "{user} reacted your post" + "title": "Reação", + "body": "{user} Reagiu à sua publicação" }, "follow": { - "title": "Follow", - "body": "{user} followed you", - "followers": "{num} followers" + "title": "Seguir", + "body": "{user} começou a seguir-lhe", + "followers": "{num} Seguidores " }, "follow_request": { - "title": "Follow Request", - "body": "{user} requested to follow you" + "title": "Pedido para seguir", + "body": "{user} enviou um pedido para o(a) seguir." } }, "compose": { - "placeholder": "What's on your mind?", + "placeholder": "No que está a pensar?", "spoiler": { - "placeholder": "Write your warning here" + "placeholder": "Escreva o seu aviso aqui" }, - "emoji": "Add emoji", + "emoji": "Adicionar Emoji", "actions": { - "attachment": "Add attachment", - "poll": "Add poll", - "visibility": "Change visibility", + "attachment": "Adicionar anexo", + "poll": "Adicionar sondagem", + "visibility": "Alterar visibilidade", "cw": "Set content warning", - "post": "Post" + "post": "Publicar" }, "visibility": { - "public": "Public", - "unlisted": "Unlisted", + "public": "Público", + "unlisted": "Não listado", "private": "Privado", "direct": "Direct" }, - "nsfw": "Sensitive", + "nsfw": "Conteúdo sensível", "poll": { - "add": "Add", - "5min": "5 minutes", - "30min": "30 minutes", + "add": "Adicionar", + "5min": "5 minutos", + "30min": "30 minutos", "1h": "1 hora", "6h": "6 horas", "1d": "1 dia", "3d": "3 dias", "7d": "7 dias", - "multiple": "multiple" + "multiple": "múltiplo" }, "edit_media": { - "title": "Edit media", - "label": "Describe for people who are blind or have low vision", - "submit": "Apply" + "title": "Editar multimédia", + "label": "Descrição para pessoas invisuais ou que possuem capacidades diminutas de visão. ", + "submit": "Aplicar" } }, "alert": { @@ -136,39 +136,39 @@ "compose": { "post_failed": "Failed to post a status" }, - "failed_mark": "Failed to mark as read" + "failed_mark": "Falha ao marcar como lido" }, "detail": { - "back": "Back", - "close": "Close" + "back": "Retroceder", + "close": "Fechar" }, "profile": { - "follow": "Follow", - "unfollow": "Unfollow", - "open_original": "Open original page", - "block": "Block", + "follow": "Seguir", + "unfollow": "Deixar de seguir", + "open_original": "Abrir a página original", + "block": "Bloquear", "unblock": "Unblock", - "mute": "Mute", - "unmute": "Unmute", - "block_domain": "Block domain {server}", - "unblock_domain": "Unblock domain {server}", + "mute": "Silenciar", + "unmute": "Desativar o silêncio", + "block_domain": "Bloquear domínio {server}", + "unblock_domain": "Desbloquear domínio {server}", "timeline": "Timeline", "followers": "Seguidores", "followings": "A seguir", - "header": "Header image of {user}", + "header": "Imagem de cabeçalho de {user}", "avatar": "Avatar de {user}", "detail": "Detalhes" }, "settings": { "title": "Definições", "language": "Idioma", - "font_size": "Font size" + "font_size": "Tamanho da fonte de letra" }, "thirdparty": { "title": "Third-party licenses" }, "report": { - "title": "Report {user}", + "title": "Denunciar {user}", "detail": "Detalhes", "submit": "Submeter" }, From b54402be0c763800737cb92481bcd898ca48319a Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Fri, 2 Feb 2024 05:00:49 +0900 Subject: [PATCH 3/3] New translations translation.json (Portuguese) --- locales/pt_pt/translation.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/locales/pt_pt/translation.json b/locales/pt_pt/translation.json index f294fe9c..af483ce1 100644 --- a/locales/pt_pt/translation.json +++ b/locales/pt_pt/translation.json @@ -25,7 +25,7 @@ "reblog": "reblog", "favourite": "Favorito", "bookmark": "Bookmark", - "emoji_reaction": "Emoji reaction", + "emoji_reaction": "Reações (emoji)", "detail": "Detalhes" } }, @@ -36,14 +36,14 @@ "title": "Adicionar conta", "domain": "Domínio", "sign_in": "Inscreva-se", - "authorize": "Authorize", + "authorize": "Autorizar", "authorization_code": "Código de autorização", "authorization_helper": "Por favor, coloque o código de autorização oriundo do seu navegador", "without_code_authorize": "Por favor, aprove o Whalebird no seu navegador e, de seguida, ative as suas autorizações", - "detector_error": "Failed to connect to {domain}, make sure the server URL is valid or correct.", + "detector_error": "Falha ao conectar ao {domain}, verifique se o URL do servidor é válido ou correto.", "register_error": "Falha ao adicionar aplicação.", "token_error": "Falha ao autorizar.", - "credential_error": "Failed to confirm access token." + "credential_error": "Não foi possível confirmar o token de acesso." }, "remove": "Remover" }, @@ -74,7 +74,7 @@ }, "update": { "title": "Atualizar", - "body": "{user} updated the post" + "body": "{user} atualizou a publicação" }, "emoji_reaction": { "title": "Reação", @@ -100,7 +100,7 @@ "attachment": "Adicionar anexo", "poll": "Adicionar sondagem", "visibility": "Alterar visibilidade", - "cw": "Set content warning", + "cw": "Definir aviso de conteúdo", "post": "Publicar" }, "visibility": { @@ -129,12 +129,12 @@ }, "alert": { "validation": { - "attachment_type": "You can attach only images or videos", - "attachment_length": "You can't attach over {limit} files" + "attachment_type": "Apenas pode anexar imagens ou vídeos", + "attachment_length": "Não pode anexar ficheiros acima de {limit}" }, - "upload_error": "Failed to upload the file", + "upload_error": "Ocorreu um erro ao tentar carregar o ficheiro", "compose": { - "post_failed": "Failed to post a status" + "post_failed": "Ocorreu um erro ao publicar um status" }, "failed_mark": "Falha ao marcar como lido" }, @@ -165,7 +165,7 @@ "font_size": "Tamanho da fonte de letra" }, "thirdparty": { - "title": "Third-party licenses" + "title": "Licenças de terceiros" }, "report": { "title": "Denunciar {user}",