mirror of https://github.com/tooot-app/app
New translations tabs.json (Portuguese, Brazilian)
This commit is contained in:
parent
7c84a0ca09
commit
a686f7d3a7
|
@ -178,168 +178,168 @@
|
||||||
"poll": {
|
"poll": {
|
||||||
"heading": "Pesquisa atualizada"
|
"heading": "Pesquisa atualizada"
|
||||||
},
|
},
|
||||||
"howitworks": ""
|
"howitworks": "Saiba como funciona o roteamento"
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"announcements": {
|
"announcements": {
|
||||||
"content": {
|
"content": {
|
||||||
"unread": "",
|
"unread": "{{amount}} não lidas",
|
||||||
"read": "",
|
"read": "Não há mensagens não lidas",
|
||||||
"empty": ""
|
"empty": "Nenhum"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"push": {
|
"push": {
|
||||||
"content": {
|
"content": {
|
||||||
"enabled": "",
|
"enabled": "Habilitado",
|
||||||
"disabled": ""
|
"disabled": "Desabilitado"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"update": {
|
"update": {
|
||||||
"title": ""
|
"title": "Atualize para a versão mais recente"
|
||||||
},
|
},
|
||||||
"logout": {
|
"logout": {
|
||||||
"button": "",
|
"button": "Sair",
|
||||||
"alert": {
|
"alert": {
|
||||||
"title": "",
|
"title": "Desconectar?",
|
||||||
"message": "",
|
"message": "Após sair, você precisa entrar novamente",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"logout": "",
|
"logout": "Sair",
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"fontsize": {
|
"fontsize": {
|
||||||
"heading": "",
|
"heading": "$t(me.stacks.fontSize.name)",
|
||||||
"content": {
|
"content": {
|
||||||
"S": "",
|
"S": "$t(me.fontSize.sizes.S)",
|
||||||
"M": "",
|
"M": "$t(me.fontSize.sizes.M)",
|
||||||
"L": "",
|
"L": "$t(me.fontSize.sizes.L)",
|
||||||
"XL": "",
|
"XL": "$t(me.fontSize.sizes.XL)",
|
||||||
"XXL": ""
|
"XXL": "$t(me.fontSize.sizes.XXL)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"language": {
|
"language": {
|
||||||
"heading": "",
|
"heading": "Idioma",
|
||||||
"options": {
|
"options": {
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
"heading": "",
|
"heading": "Aparência",
|
||||||
"options": {
|
"options": {
|
||||||
"auto": "",
|
"auto": "Como o sistema",
|
||||||
"light": "",
|
"light": "Modo claro",
|
||||||
"dark": "",
|
"dark": "Modo escuro",
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"darkTheme": {
|
"darkTheme": {
|
||||||
"heading": "",
|
"heading": "Tema escuro",
|
||||||
"options": {
|
"options": {
|
||||||
"lighter": "",
|
"lighter": "Claro",
|
||||||
"darker": "",
|
"darker": "Escuro",
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
"heading": "",
|
"heading": "Abrir links",
|
||||||
"options": {
|
"options": {
|
||||||
"internal": "",
|
"internal": "Dentro do aplicativo",
|
||||||
"external": "",
|
"external": "Usar navegador do sistema",
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"staticEmoji": {
|
"staticEmoji": {
|
||||||
"heading": "",
|
"heading": "Usar emojis estáticos",
|
||||||
"description": ""
|
"description": "Se você encontrar falhas frequentes de apps ao visualizar a lista de emojis, você pode tentar usar emojis estáticos."
|
||||||
},
|
},
|
||||||
"feedback": {
|
"feedback": {
|
||||||
"heading": ""
|
"heading": "Pedidos de Funcionalidades"
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"heading": ""
|
"heading": "Suporte tooot"
|
||||||
},
|
},
|
||||||
"review": {
|
"review": {
|
||||||
"heading": ""
|
"heading": "Revisar tooot"
|
||||||
},
|
},
|
||||||
"contact": {
|
"contact": {
|
||||||
"heading": ""
|
"heading": "Contatar tooot"
|
||||||
},
|
},
|
||||||
"analytics": {
|
"analytics": {
|
||||||
"heading": "",
|
"heading": "Ajude-nos a melhorar",
|
||||||
"description": ""
|
"description": "Coletando somente relativo ao uso, não ao usuário"
|
||||||
},
|
},
|
||||||
"version": "",
|
"version": "Versão v{{version}}",
|
||||||
"instanceVersion": ""
|
"instanceVersion": "Versão Mastodon v{{version}}"
|
||||||
},
|
},
|
||||||
"switch": {
|
"switch": {
|
||||||
"existing": "",
|
"existing": "Escolha a partir do login",
|
||||||
"new": ""
|
"new": "Fazer login para instância"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"shared": {
|
"shared": {
|
||||||
"account": {
|
"account": {
|
||||||
"actions": {
|
"actions": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "Ações para o usuário {{user}}",
|
||||||
"accessibilityHint": ""
|
"accessibilityHint": "Você pode silenciar, bloquear, relatar ou compartilhar este usuário"
|
||||||
},
|
},
|
||||||
"followed_by": "",
|
"followed_by": " está seguindo você",
|
||||||
"moved": "",
|
"moved": "Usuário movido",
|
||||||
"created_at": "",
|
"created_at": "Registrado em: {{date}}",
|
||||||
"summary": {
|
"summary": {
|
||||||
"statuses_count": "",
|
"statuses_count": "{{count}} toots",
|
||||||
"following_count": "",
|
"following_count": "$t(shared.users.accounts.following)",
|
||||||
"followers_count": ""
|
"followers_count": "$t(shared.users.accounts.followers)"
|
||||||
},
|
},
|
||||||
"toots": {
|
"toots": {
|
||||||
"default": "",
|
"default": "Toots",
|
||||||
"all": ""
|
"all": "Toots e respostas"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"attachments": {
|
"attachments": {
|
||||||
"name": ""
|
"name": "<0 /><1>\"s mídia</1>"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"header": {
|
"header": {
|
||||||
"prefix": "",
|
"prefix": "Procurando",
|
||||||
"placeholder": ""
|
"placeholder": "para..."
|
||||||
},
|
},
|
||||||
"empty": {
|
"empty": {
|
||||||
"general": "",
|
"general": "Digite a palavra-chave para pesquisar por <bold>$t(screenTabs:shared.search.sections.accounts)</bold>£<bold>$t(screenTabs:shared.search.sections.hashtags)</bold> ou <bold>$t(screenTabs:shared.search.sections.statuses)</bold>",
|
||||||
"advanced": {
|
"advanced": {
|
||||||
"header": "",
|
"header": "Pesquisa avançada",
|
||||||
"example": {
|
"example": {
|
||||||
"account": "",
|
"account": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)",
|
||||||
"hashtag": "",
|
"hashtag": "$t(shared.search.header.prefix) $t(shared.search.sections.hashtags)",
|
||||||
"statusLink": "",
|
"statusLink": "$t(shared.search.header.prefix) $t(shared.search.sections.statuses)",
|
||||||
"accountLink": ""
|
"accountLink": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sections": {
|
"sections": {
|
||||||
"accounts": "",
|
"accounts": "Usuário",
|
||||||
"hashtags": "",
|
"hashtags": "Palavras-chave",
|
||||||
"statuses": ""
|
"statuses": "Toot"
|
||||||
},
|
},
|
||||||
"notFound": ""
|
"notFound": "Não foi possível encontrar <bold>{{searchTerm}}</bold> {{type}} relacionado"
|
||||||
},
|
},
|
||||||
"toot": {
|
"toot": {
|
||||||
"name": ""
|
"name": "Discussões"
|
||||||
},
|
},
|
||||||
"users": {
|
"users": {
|
||||||
"accounts": {
|
"accounts": {
|
||||||
"following": "",
|
"following": "Seguindo {{count}}",
|
||||||
"followers": ""
|
"followers": "{{count}} seguidores"
|
||||||
},
|
},
|
||||||
"statuses": {
|
"statuses": {
|
||||||
"reblogged_by": "",
|
"reblogged_by": "{{count}} boostou",
|
||||||
"favourited_by": ""
|
"favourited_by": "{{count}} favoritados"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"history": {
|
"history": {
|
||||||
"name": ""
|
"name": "Histórico de Edição"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue