-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(v2): add Brazilian Portuguese translation (#4525)
- Loading branch information
Thiago Sciotta
authored
Mar 29, 2021
1 parent
b10ed6c
commit 61414f9
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
55 changes: 55 additions & 0 deletions
55
packages/docusaurus-theme-classic/codeTranslations/pt-BR.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"theme.AnnouncementBar.closeButtonAriaLabel": "Fechar", | ||
"theme.CodeBlock.copied": "Copiado", | ||
"theme.CodeBlock.copy": "Copiar", | ||
"theme.CodeBlock.copyButtonAriaLabel": "Copiar código para a área de transferência", | ||
"theme.NotFound.p1": "Não foi possível encontrar o que você está procurando.", | ||
"theme.NotFound.p2": "Entre em contato com o proprietário do site que lhe trouxe para cá e lhe informe que o link está quebrado.", | ||
"theme.NotFound.title": "Página não encontrada", | ||
"theme.Playground.liveEditor": "Editor em tempo real", | ||
"theme.Playground.result": "Resultado", | ||
"theme.PwaReloadPopup.closeButtonAriaLabel": "Fechar", | ||
"theme.PwaReloadPopup.info": "Nova versão disponível", | ||
"theme.PwaReloadPopup.refreshButtonText": "Atualizar", | ||
"theme.SearchBar.label": "Buscar", | ||
"theme.SearchPage.algoliaLabel": "Busca feita por Algolia", | ||
"theme.SearchPage.documentsFound.plurals": "Um documento encontrado|{count} documentos encontrados", | ||
"theme.SearchPage.emptyResultsTitle": "Busca da documentação", | ||
"theme.SearchPage.existingResultsTitle": "Resultado da busca por \"{query}\"", | ||
"theme.SearchPage.fetchingNewResults": "Trazendo novos resultados...", | ||
"theme.SearchPage.inputLabel": "Buscar", | ||
"theme.SearchPage.inputPlaceholder": "Digite sua busca aqui", | ||
"theme.SearchPage.noResultsText": "Nenhum resultado foi encontrado", | ||
"theme.blog.paginator.navAriaLabel": "Navegação da página de listagem do blog", | ||
"theme.blog.paginator.newerEntries": "Conteúdo mais novo", | ||
"theme.blog.paginator.olderEntries": "Conteúdo mais antigo", | ||
"theme.blog.post.paginator.navAriaLabel": "Navegação da página de postagem do blog", | ||
"theme.blog.post.paginator.newerPost": "Postagem mais nova", | ||
"theme.blog.post.paginator.olderPost": "Postagem mais antiga", | ||
"theme.blog.post.plurals": "Uma postagem|{count} postagens", | ||
"theme.blog.post.readMore": "Leia Mais", | ||
"theme.blog.post.readingTime.plurals": "Leitura de um minuto|Leitura de {readingTime} minutos", | ||
"theme.blog.tagTitle": "{nPosts} marcadas com \"{tagName}\"", | ||
"theme.common.editThisPage": "Editar essa página", | ||
"theme.common.headingLinkTitle": "Link direto para o título", | ||
"theme.common.skipToMainContent": "Pular para o conteúdo principal", | ||
"theme.docs.paginator.navAriaLabel": "Navigação das páginas de documentação", | ||
"theme.docs.paginator.next": "Próxima", | ||
"theme.docs.paginator.previous": "Anterior", | ||
"theme.docs.sidebar.collapseButtonAriaLabel": "Fechar sidebar", | ||
"theme.docs.sidebar.collapseButtonTitle": "Fechar sidebar", | ||
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir sidebar", | ||
"theme.docs.sidebar.expandButtonTitle": "Expandir sidebar", | ||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Fechar menu", | ||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Abrir menu", | ||
"theme.docs.versions.latestVersionLinkLabel": "última versão", | ||
"theme.docs.versions.latestVersionSuggestionLabel": "Para a documentação atualizada, veja: {latestVersionLink} ({versionLabel}).", | ||
"theme.docs.versions.unmaintainedVersionLabel": "Esta é a documentação para {siteTitle} {versionLabel}, que não é mais mantida ativamente.", | ||
"theme.docs.versions.unreleasedVersionLabel": "Esta é uma documentação não lançada para {siteTitle} {versionLabel}.", | ||
"theme.lastUpdated.atDate": " em {date}", | ||
"theme.lastUpdated.byUser": " por {user}", | ||
"theme.lastUpdated.lastUpdatedAtBy": "Última atualização{atDate}{byUser}", | ||
"theme.tags.tagsListLabel": "Tags:", | ||
"theme.tags.tagsPageLink": "Ver todas as Tags", | ||
"theme.tags.tagsPageTitle": "Tags" | ||
} |