diff --git a/src/i18n/pt_BR/common.json b/src/i18n/pt_BR/common.json new file mode 100644 index 00000000..0cc54b9b --- /dev/null +++ b/src/i18n/pt_BR/common.json @@ -0,0 +1,22 @@ +{ + "buttons": { + "OK": "OK", + "apply": "Aplicar", + "cancel": "Cancelar" + }, + "customEmoji": { + "accessibilityLabel": "Emoji personalizado {{emoji}}" + }, + "message": { + "success": { + "message": "{{function}} com sucesso" + }, + "warning": { + "message": "" + }, + "error": { + "message": "{{function}} falhou, por favor, tente novamente" + } + }, + "separator": ", " +} \ No newline at end of file diff --git a/src/i18n/pt_BR/components/emojis.json b/src/i18n/pt_BR/components/emojis.json new file mode 100644 index 00000000..21996015 --- /dev/null +++ b/src/i18n/pt_BR/components/emojis.json @@ -0,0 +1,3 @@ +{ + "frequentUsed": "Usados frequentemente" +} \ No newline at end of file diff --git a/src/i18n/pt_BR/components/instance.json b/src/i18n/pt_BR/components/instance.json new file mode 100644 index 00000000..7d619638 --- /dev/null +++ b/src/i18n/pt_BR/components/instance.json @@ -0,0 +1,28 @@ +{ + "server": { + "textInput": { + "placeholder": "Domínio da instância" + }, + "button": "Entrar", + "information": { + "name": "Nome", + "accounts": "Usuários", + "statuses": "Toots", + "domains": "Universo" + }, + "disclaimer": { + "base": "O processo de login usa o navegador do sistema e as informações da sua conta não estarão visíveis para o aplicativo Tooot. Consulte Mais informação ", + "privacy": "política de privacidade" + } + }, + "update": { + "alert": { + "title": "Conectado a esta instância", + "message": "Você pode fazer login em outra conta mantendo a conta existente logada", + "buttons": { + "cancel": "$t(common:buttons.cancel)", + "continue": "Continuar" + } + } + } +} \ No newline at end of file diff --git a/src/i18n/pt_BR/components/mediaSelector.json b/src/i18n/pt_BR/components/mediaSelector.json new file mode 100644 index 00000000..bbb7c59a --- /dev/null +++ b/src/i18n/pt_BR/components/mediaSelector.json @@ -0,0 +1,28 @@ +{ + "title": "Selecionar fonte de mídia", + "options": { + "library": "Carregar da biblioteca", + "photo": "Tirar foto", + "cancel": "$t(common:buttons.cancel)" + }, + "library": { + "alert": { + "title": "Sem permissão", + "message": "Exigir permissão de leitura da biblioteca de fotos para fazer upload", + "buttons": { + "settings": "Atualizar configurações", + "cancel": "$t(common:buttons.cancel)" + } + } + }, + "photo": { + "alert": { + "title": "Sem permissão", + "message": "Requer permissão de uso da câmera para fazer upload", + "buttons": { + "settings": "Atualizar configurações", + "cancel": "$t(common:buttons.cancel)" + } + } + } +} \ No newline at end of file diff --git a/src/i18n/pt_BR/components/parse.json b/src/i18n/pt_BR/components/parse.json new file mode 100644 index 00000000..606d1a46 --- /dev/null +++ b/src/i18n/pt_BR/components/parse.json @@ -0,0 +1,9 @@ +{ + "HTML": { + "expanded": { + "true": "Fechar {{hint}}", + "false": "Expandir {{hint}}" + }, + "defaultHint": "artigo" + } +} \ No newline at end of file diff --git a/src/i18n/pt_BR/components/relationship.json b/src/i18n/pt_BR/components/relationship.json new file mode 100644 index 00000000..f1942799 --- /dev/null +++ b/src/i18n/pt_BR/components/relationship.json @@ -0,0 +1,16 @@ +{ + "follow": { + "function": "Seguir usuário" + }, + "block": { + "function": "Bloquear usuário" + }, + "button": { + "error": "Erro ao carregar", + "blocked_by": "Bloqueado pelo usuário", + "blocking": "Desbloquear", + "following": "Deixar de seguir", + "requested": "Cancelar a solicitação", + "default": "Seguir" + } +} \ No newline at end of file diff --git a/src/i18n/pt_BR/components/timeline.json b/src/i18n/pt_BR/components/timeline.json new file mode 100644 index 00000000..4ef048d0 --- /dev/null +++ b/src/i18n/pt_BR/components/timeline.json @@ -0,0 +1,234 @@ +{ + "empty": { + "error": { + "message": "Erro ao carregar", + "button": "Tentar novamente" + }, + "success": { + "message": "Linha do tempo vazia" + } + }, + "end": { + "message": "Que tal um copo de <0 />" + }, + "lookback": { + "message": "Última leitura em" + }, + "refresh": { + "fetchPreviousPage": "Mais novo aqui", + "refetch": "Mais recente" + }, + "shared": { + "actioned": { + "pinned": "Fixado", + "favourite": "{{name}} favoritou seu toot", + "status": "{{name}} acabou de postar", + "follow": "{{name}} seguiu você", + "follow_request": "{{name}} pediu para te seguir", + "poll": "Uma enquete em que você votou terminou", + "reblog": { + "default": "{{name}} boostou", + "notification": "{{name}} deu boost no teu toot" + } + }, + "actions": { + "reply": { + "accessibilityLabel": "Responder a este toot" + }, + "reblogged": { + "accessibilityLabel": "Boost este toot", + "function": "Boost toot" + }, + "favourited": { + "accessibilityLabel": "Adicionar este toot aos favoritos", + "function": "Toot favorito" + }, + "bookmarked": { + "accessibilityLabel": "Adicionar este toot aos favoritos", + "function": "Favoritos" + } + }, + "actionsUsers": { + "reblogged_by": { + "accessibilityLabel": "{{count}} usuários compartilharam este toot", + "accessibilityHint": "Toque para conhecer os usuários", + "text": "$t(screenTabs:shared.users.statuses.reblogged_by)" + }, + "favourited_by": { + "accessibilityLabel": "{{count}} usuários favoritaram este toot", + "accessibilityHint": "Toque para conhecer os usuários", + "text": "$t(screenTabs:shared.users.statuses.favourited_by)" + }, + "history": { + "accessibilityLabel": "Este toot foi editado {{count}} vezes", + "accessibilityHint": "Toque para ver o histórico completo de edição", + "text_one": "{{count}} edição", + "text_other": "{{count}} edições" + } + }, + "attachment": { + "sensitive": { + "button": "Mostrar mídia sensível" + }, + "unsupported": { + "text": "Erro ao carregar", + "button": "Experimente o link remoto" + } + }, + "avatar": { + "accessibilityLabel": "Avatar de {{name}}", + "accessibilityHint": "Toque para ir à página de {{name}}" + }, + "content": { + "expandHint": "conteúdo oculto" + }, + "filtered": "Filtrado", + "fullConversation": "Ler conversas", + "translate": { + "default": "Traduzir", + "succeed": "Traduzido por {{provider}} de {{source}}", + "failed": "Falha na tradução", + "source_not_supported": "idioma do toot não é suportado", + "target_not_supported": "O idioma de destino não é suportado" + }, + "header": { + "shared": { + "account": { + "name": { + "accessibilityHint": "Nome de exibição" + }, + "account": { + "accessibilityHint": "Conta do usuário" + } + }, + "application": "Tooted com {{application}}", + "edited": { + "accessibilityLabel": "Toot editado" + }, + "muted": { + "accessibilityLabel": "Toot silenciado" + }, + "visibility": { + "direct": { + "accessibilityLabel": "Enviar uma mensagem direta" + }, + "private": { + "accessibilityLabel": "Toot é visível apenas para seguidores" + } + } + }, + "conversation": { + "withAccounts": "Com", + "delete": { + "function": "Excluir mensagem direta" + } + }, + "actions": { + "accessibilityHint": "Ações para este toot, como o seu usuário publicado", + "account": { + "heading": "Sobre o usuário", + "mute": { + "function": "Silenciar usuário", + "button": "Silenciar @{{acct}}" + }, + "block": { + "function": "Bloquear usuário", + "button": "Bloquear @{{acct}}" + }, + "reports": { + "function": "Denunciar usuário", + "button": "Reportar @{{acct}}" + } + }, + "domain": { + "heading": "Sobre a instância", + "block": { + "function": "Bloquear instância", + "button": "Bloquear a instância {{domain}}" + }, + "alert": { + "title": "Confirma bloquear {{domain}}?", + "message": "Na maioria das vezes, você pode silenciar ou bloquear determinado usuário.\n\nDepois de bloquear a instância, todo seu conteúdo, incluindo seguidores, será removido!", + "buttons": { + "confirm": "Confirmar bloqueio", + "cancel": "$t(common:buttons.cancel)" + } + } + }, + "share": { + "status": { + "heading": "Compartilhar toot", + "button": "Compartilhar o link para este mundo" + }, + "account": { + "heading": "Compartilhar Usuário", + "button": "Compartilhar link para este usuário" + } + }, + "status": { + "heading": "Sobre o toot", + "edit": { + "function": "Editar toot", + "button": "Editar este toot" + }, + "delete": { + "function": "Remover toot", + "button": "Deletar este toot", + "alert": { + "title": "Confirmar exclusão?", + "message": "Tem certeza que deseja excluir este toot? Todos os boosts e favoritos serão apagados, incluindo todas as respostas.", + "buttons": { + "confirm": "Confirme a exclusão", + "cancel": "$t(common:buttons.cancel)" + } + } + }, + "deleteEdit": { + "function": "Remover toot", + "button": "Excluir e rascunhar", + "alert": { + "title": "Confirmar exclusão?", + "message": "Tem certeza que deseja excluir este toot? Todos os boosts e favoritos serão apagados, incluindo todas as respostas.", + "buttons": { + "confirm": "Confirme a exclusão", + "cancel": "$t(common:buttons.cancel)" + } + } + }, + "mute": { + "function": "Silenciar toot", + "button": { + "positive": "Silenciar este toot e respostas", + "negative": "Desbloquear este toot e respostas" + } + }, + "pin": { + "function": "Fixar", + "button": { + "positive": "Fixar este toot", + "negative": "Desafixar este toot" + } + } + } + } + }, + "poll": { + "meta": { + "button": { + "vote": "Votar", + "refresh": "Atualizar" + }, + "count": { + "voters_one": "{{count}} usuário votou", + "voters_other": "{{count}} usuários votaram", + "votes_one": "{{count}} voto", + "votes_other": "{{count}} votos" + }, + "expiration": { + "expired": "Voto expirado", + "until": "Expira em <0 />" + } + } + } + } +} \ No newline at end of file diff --git a/src/i18n/pt_BR/screens.json b/src/i18n/pt_BR/screens.json new file mode 100644 index 00000000..3adf992a --- /dev/null +++ b/src/i18n/pt_BR/screens.json @@ -0,0 +1,18 @@ +{ + "screenshot": { + "title": "Proteção de privacidade", + "message": "Por favor, não divulgue a identidade de outros usuários, como nome de usuário, avatar, etc. Obrigado!", + "button": "Confirmar" + }, + "localCorrupt": { + "message": "Sua sessão expirou. Por favor, faça o login novamente" + }, + "pushError": { + "message": "Erro no Serviço Push", + "description": "Por favor, re-ative as notificações push nas configurações" + }, + "shareError": { + "imageNotSupported": "Tipo de imagem {{type}} não suportado", + "videoNotSupported": "Tipo de vídeo {{type}} não suportado" + } +} \ No newline at end of file diff --git a/src/i18n/pt_BR/screens/actions.json b/src/i18n/pt_BR/screens/actions.json new file mode 100644 index 00000000..c4cff91b --- /dev/null +++ b/src/i18n/pt_BR/screens/actions.json @@ -0,0 +1,19 @@ +{ + "content": { + "button": { + "apply": "$t(common:buttons.apply)", + "cancel": "$t(common:buttons.cancel)" + }, + "notificationsFilter": { + "heading": "Exibir notificações", + "content": { + "follow": "$t(screenTabs:me.push.follow.heading)", + "favourite": "$t(screenTabs:me.push.favourite.heading)", + "reblog": "$t(screenTabs:me.push.reblog.heading)", + "mention": "$t(screenTabs:me.push.mention.heading)", + "poll": "$t(screenTabs:me.push.poll.heading)", + "follow_request": "Seguidores pendentes" + } + } + } +} \ No newline at end of file diff --git a/src/i18n/pt_BR/screens/announcements.json b/src/i18n/pt_BR/screens/announcements.json new file mode 100644 index 00000000..067c02a1 --- /dev/null +++ b/src/i18n/pt_BR/screens/announcements.json @@ -0,0 +1,10 @@ +{ + "heading": "Comunicados", + "content": { + "published": "Publicado <0 />", + "button": { + "read": "Ler", + "unread": "Marcar como lido" + } + } +} \ No newline at end of file diff --git a/src/i18n/pt_BR/screens/compose.json b/src/i18n/pt_BR/screens/compose.json new file mode 100644 index 00000000..f59596b9 --- /dev/null +++ b/src/i18n/pt_BR/screens/compose.json @@ -0,0 +1,178 @@ +{ + "heading": { + "left": { + "button": "Cancelar", + "alert": { + "title": "Cancelar edições?", + "buttons": { + "save": "Salvar rascunho", + "delete": "Apagar rascunho", + "cancel": "Cancelar" + } + } + }, + "right": { + "button": { + "default": "Toot", + "conversation": "Toot DM", + "reply": "Resposta de toot", + "deleteEdit": "Toot", + "edit": "Toot", + "share": "Toot" + }, + "alert": { + "default": { + "title": "Falha no tooting", + "button": "Tente Novamente" + }, + "removeReply": { + "title": "Não foi possível encontrar um toot respondido", + "description": "Um toot respondido pode ter sido excluído. Você quer removê-lo da sua referência?", + "cancel": "$t(common:buttons.cancel)", + "confirm": "Remover referência" + } + } + } + }, + "content": { + "root": { + "header": { + "postingAs": "Tooting cono @{{acct}}@{{domain}}", + "spoilerInput": { + "placeholder": "Mensagem de aviso para Spoiler" + }, + "textInput": { + "placeholder": "No que você está pensando", + "keyboardImage": { + "exceedMaximum": { + "title": "Quantidade máxima de anexos atingida", + "OK": "$t(common:buttons.OK)" + } + } + } + }, + "footer": { + "attachments": { + "sensitive": "Marcar anexos como sensível", + "remove": { + "accessibilityLabel": "Remover anexo enviado, número {{attachment}}" + }, + "edit": { + "accessibilityLabel": "Editar o anexo enviado, número {{attachment}}" + }, + "upload": { + "accessibilityLabel": "Carregar mais anexos" + } + }, + "emojis": { + "accessibilityHint": "Toque para adicionar emojis ao toot" + }, + "poll": { + "option": { + "placeholder": { + "accessibilityLabel": "Opção de enquete {{index}}", + "single": "Única escolha", + "multiple": "Múltiplas opções" + } + }, + "quantity": { + "reduce": { + "accessibilityLabel": "Reduzir opções da enquete para {{amount}}", + "accessibilityHint": "Quantidade mínima de opções da enquete atingida, tem atualmente {{amount}}" + }, + "increase": { + "accessibilityLabel": "Aumentar opções de enquete para {{amount}}", + "accessibilityHint": "Quantidade máxima de opções da enquete atingida, tem atualmente {{amount}}" + } + }, + "multiple": { + "heading": "Tipo de opção", + "options": { + "single": "Uma opção", + "multiple": "Múltipla escolha", + "cancel": "$t(common:buttons.cancel)" + } + }, + "expiration": { + "heading": "Validade", + "options": { + "300": "5 minutos", + "1800": "30 minutos", + "3600": "1 hora", + "21600": "6 horas", + "86400": "1 dia", + "259200": "3 dias", + "604800": "7 dias", + "cancel": "$t(common:buttons.cancel)" + } + } + } + }, + "actions": { + "attachment": { + "accessibilityLabel": "Fazer upload de um anexo", + "accessibilityHint": "A função de enquete será desativada quando houver qualquer anexo", + "failed": { + "alert": { + "title": "Falha no envio", + "button": "Tente Novamente" + } + } + }, + "poll": { + "accessibilityLabel": "Adicionar enquete", + "accessibilityHint": "A função Anexo será desabilitada quando a enquete estiver ativa" + }, + "visibility": { + "accessibilityLabel": "Visibilidade do toot é {{visibility}}", + "title": "Visibilidade do Toot", + "options": { + "public": "Público", + "unlisted": "Não listado", + "private": "Apenas seguidores", + "direct": "Mensagem Direta", + "cancel": "$t(common:buttons.cancel)" + } + }, + "spoiler": { + "accessibilityLabel": "Spoiler" + }, + "emoji": { + "accessibilityLabel": "Adicionar emoji", + "accessibilityHint": "Abra o painel de seleção de emojis, deslize horizontalmente para alterar a página" + } + }, + "drafts_one": "Rascunho ({{count}})", + "drafts_other": "Rascunhos ({{count}})" + }, + "editAttachment": { + "header": { + "title": "Editar anexos", + "right": { + "accessibilityLabel": "Salvar anexo editado", + "failed": { + "title": "Falha ao editar", + "button": "Tente Novamente" + } + } + }, + "content": { + "altText": { + "heading": "Descrever mídia para deficientes visuais", + "placeholder": "Você pode adicionar uma descrição, às vezes chamada texto alternativo aos seus meios de comunicação social, assim eles estão acessíveis a ainda mais pessoas, incluindo as que são cegos ou deficientes visuais.\n\nAs boas descrições são concisas, mas apresentam o que está em sua mídia com precisão o suficiente para entender seu contexto." + }, + "imageFocus": "Arraste o círculo de foco para atualizar o ponto de foco" + } + }, + "draftsList": { + "header": { + "title": "Rascunho" + }, + "content": { + "accessibilityHint": "Toque para editar este rascunho", + "textEmpty": "O conteúdo está vazio" + }, + "checkAttachment": "Verificando anexos no servidor..." + } + } +} \ No newline at end of file diff --git a/src/i18n/pt_BR/screens/imageViewer.json b/src/i18n/pt_BR/screens/imageViewer.json new file mode 100644 index 00000000..e6ec5e54 --- /dev/null +++ b/src/i18n/pt_BR/screens/imageViewer.json @@ -0,0 +1,17 @@ +{ + "content": { + "actions": { + "accessibilityLabel": "Mais ações desta imagem", + "accessibilityHint": "Você pode salvar ou compartilhar esta imagem" + }, + "options": { + "save": "Salvar imagem", + "share": "Compartilhar Imagem", + "cancel": "$t(common:buttons.cancel)" + }, + "save": { + "succeed": "Imagem salva", + "failed": "Falha ao salvar imagem" + } + } +} \ No newline at end of file diff --git a/src/i18n/pt_BR/screens/tabs.json b/src/i18n/pt_BR/screens/tabs.json new file mode 100644 index 00000000..ffb256ca --- /dev/null +++ b/src/i18n/pt_BR/screens/tabs.json @@ -0,0 +1,345 @@ +{ + "tabs": { + "local": { + "name": "Seguindo" + }, + "public": { + "name": "", + "segments": { + "left": "Global", + "right": "Local" + } + }, + "notifications": { + "name": "Notificações" + }, + "me": { + "name": "Sobre mim" + } + }, + "common": { + "search": { + "accessibilityLabel": "Pesquisa", + "accessibilityHint": "Pesquisar por hashtags, usuários ou toots" + } + }, + "notifications": { + "filter": { + "accessibilityLabel": "Filtro", + "accessibilityHint": "Filtrar notificações por tipos" + } + }, + "me": { + "stacks": { + "bookmarks": { + "name": "Favoritos" + }, + "conversations": { + "name": "Mensagens diretas" + }, + "favourites": { + "name": "Favoritos" + }, + "fontSize": { + "name": "Tamanho da fonte do Toot" + }, + "lists": { + "name": "Listas" + }, + "list": { + "name": "Lista: {{list}}" + }, + "push": { + "name": "Notificação" + }, + "profile": { + "name": "Editar Perfil" + }, + "profileName": { + "name": "Editar nome de exibição" + }, + "profileNote": { + "name": "Editar descrição" + }, + "profileFields": { + "name": "Editar Metadados" + }, + "settings": { + "name": "Configurações do Aplicativo" + }, + "webSettings": { + "name": "Mais configurações" + }, + "switch": { + "name": "Alterar Conta" + } + }, + "fontSize": { + "showcase": "Exemplo de toot", + "demo": "

Esta é uma demonstração também😊. Você pode escolher entre várias opções abaixo.

Esta configuração afeta apenas o conteúdo principal dos toots, mas não os tamanhos de outra fonte.

", + "availableSizes": "Tamanhos disponíveis", + "sizes": { + "S": "S", + "M": "M - Padrão", + "L": "Grande", + "XL": "Extra grande", + "XXL": "Extra grande" + } + }, + "profile": { + "cancellation": { + "title": "Alterações não salvas", + "message": "Sua alteração não foi salva. Descartar as alterações?", + "buttons": { + "cancel": "$t(common:buttons.cancel)", + "discard": "Descartar" + } + }, + "feedback": { + "succeed": "{{type}} atualizado", + "failed": "{{type}} falhou na atualização. Por favor, tente novamente" + }, + "root": { + "name": { + "title": "Nome de exibição" + }, + "avatar": { + "title": "Imagem de perfil", + "description": "Será reduzido a 400x400px" + }, + "header": { + "title": "Banner", + "description": "Será reduzido para 1500x500px" + }, + "note": { + "title": "Descrição" + }, + "fields": { + "title": "Metadados", + "total_one": "{{count}} campo", + "total_other": "{{count}} campos" + }, + "visibility": { + "title": "Visibilidade da Postagem", + "options": { + "public": "Público", + "unlisted": "Não listado", + "private": "Apenas seguidores", + "cancel": "$t(common:buttons.cancel)" + } + }, + "sensitive": { + "title": "Publicação de Mídia Sensiva" + }, + "lock": { + "title": "Trancar conta", + "description": "Requer que você aprove manualmente seguidores" + }, + "bot": { + "title": "Conta bot", + "description": "Essa conta executa principalmente ações automatizadas e pode não ser monitorada" + } + }, + "fields": { + "group": "Grupo {{index}}", + "label": "Rótulo", + "content": "Conteúdo" + } + }, + "push": { + "notAvailable": "Seu telefone não suporta notificação de envio de tooot", + "enable": { + "direct": "Habilitar notificações via push", + "settings": "Ativar em configurações" + }, + "global": { + "heading": "Habilitar para {{acct}}", + "description": "Mensagens são encaminhadas pelo servidor do tooot" + }, + "decode": { + "heading": "Ver detalhes da mensagem", + "description": "As mensagens enviadas através do servidor do tooot são criptografadas, mas você pode optar por decodificar a mensagem no servidor. Nosso código fonte de servidor é open source, e nenhuma política de registro." + }, + "default": { + "heading": "Padrão" + }, + "follow": { + "heading": "Novo seguidor" + }, + "favourite": { + "heading": "Favoritos" + }, + "reblog": { + "heading": "Boosted" + }, + "mention": { + "heading": "Mencionou você" + }, + "poll": { + "heading": "Pesquisa atualizada" + }, + "howitworks": "Saiba como funciona o roteamento" + }, + "root": { + "announcements": { + "content": { + "unread": "{{amount}} não lidas", + "read": "Não há mensagens não lidas", + "empty": "Nenhum" + } + }, + "push": { + "content": { + "enabled": "Habilitado", + "disabled": "Desabilitado" + } + }, + "update": { + "title": "Atualize para a versão mais recente" + }, + "logout": { + "button": "Sair", + "alert": { + "title": "Desconectar?", + "message": "Após sair, você precisa entrar novamente", + "buttons": { + "logout": "Sair", + "cancel": "$t(common:buttons.cancel)" + } + } + } + }, + "settings": { + "fontsize": { + "heading": "$t(me.stacks.fontSize.name)", + "content": { + "S": "$t(me.fontSize.sizes.S)", + "M": "$t(me.fontSize.sizes.M)", + "L": "$t(me.fontSize.sizes.L)", + "XL": "$t(me.fontSize.sizes.XL)", + "XXL": "$t(me.fontSize.sizes.XXL)" + } + }, + "language": { + "heading": "Idioma", + "options": { + "cancel": "$t(common:buttons.cancel)" + } + }, + "theme": { + "heading": "Aparência", + "options": { + "auto": "Como o sistema", + "light": "Modo claro", + "dark": "Modo escuro", + "cancel": "$t(common:buttons.cancel)" + } + }, + "darkTheme": { + "heading": "Tema escuro", + "options": { + "lighter": "Claro", + "darker": "Escuro", + "cancel": "$t(common:buttons.cancel)" + } + }, + "browser": { + "heading": "Abrir links", + "options": { + "internal": "Dentro do aplicativo", + "external": "Usar navegador do sistema", + "cancel": "$t(common:buttons.cancel)" + } + }, + "staticEmoji": { + "heading": "Usar emojis estáticos", + "description": "Se você encontrar falhas frequentes de apps ao visualizar a lista de emojis, você pode tentar usar emojis estáticos." + }, + "feedback": { + "heading": "Pedidos de Funcionalidades" + }, + "support": { + "heading": "Suporte tooot" + }, + "review": { + "heading": "Revisar tooot" + }, + "contact": { + "heading": "Contatar tooot" + }, + "analytics": { + "heading": "Ajude-nos a melhorar", + "description": "Coletando somente relativo ao uso, não ao usuário" + }, + "version": "Versão v{{version}}", + "instanceVersion": "Versão Mastodon v{{version}}" + }, + "switch": { + "existing": "Escolha a partir do login", + "new": "Fazer login para instância" + } + }, + "shared": { + "account": { + "actions": { + "accessibilityLabel": "Ações para o usuário {{user}}", + "accessibilityHint": "Você pode silenciar, bloquear, relatar ou compartilhar este usuário" + }, + "followed_by": " está seguindo você", + "moved": "Usuário movido", + "created_at": "Registrado em: {{date}}", + "summary": { + "statuses_count": "{{count}} toots", + "following_count": "$t(shared.users.accounts.following)", + "followers_count": "$t(shared.users.accounts.followers)" + }, + "toots": { + "default": "Toots", + "all": "Toots e respostas" + } + }, + "attachments": { + "name": "<0 /><1>\"s mídia" + }, + "search": { + "header": { + "prefix": "Procurando", + "placeholder": "para..." + }, + "empty": { + "general": "Digite a palavra-chave para pesquisar por $t(screenTabs:shared.search.sections.accounts)£$t(screenTabs:shared.search.sections.hashtags) ou $t(screenTabs:shared.search.sections.statuses)", + "advanced": { + "header": "Pesquisa avançada", + "example": { + "account": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)", + "hashtag": "$t(shared.search.header.prefix) $t(shared.search.sections.hashtags)", + "statusLink": "$t(shared.search.header.prefix) $t(shared.search.sections.statuses)", + "accountLink": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)" + } + } + }, + "sections": { + "accounts": "Usuário", + "hashtags": "Palavras-chave", + "statuses": "Toot" + }, + "notFound": "Não foi possível encontrar {{searchTerm}} {{type}} relacionado" + }, + "toot": { + "name": "Discussões" + }, + "users": { + "accounts": { + "following": "Seguindo {{count}}", + "followers": "{{count}} seguidores" + }, + "statuses": { + "reblogged_by": "{{count}} boostou", + "favourited_by": "{{count}} favoritados" + } + }, + "history": { + "name": "Histórico de Edição" + } + } +} \ No newline at end of file