mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
feat(v2): add pt-PT translations for docusaurus-theme-classic (#4536)
* Added a JSON file with the portuguese (Portugal) translations * Changed the file according to linting * Add a new line at the end of the file * Changes because of prettier, there was a whitespace at the end of a line
This commit is contained in:
parent
982a84e70c
commit
fb07bd871c
1 changed files with 55 additions and 0 deletions
|
@ -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 procura.",
|
||||
"theme.NotFound.p2": "Por favor, contacte o proprietário do site que o trouxe aqui e informe-lhe que o link está partido.",
|
||||
"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": "Pesquisar",
|
||||
"theme.SearchPage.algoliaLabel": "Pesquisa por Algolia",
|
||||
"theme.SearchPage.documentsFound.plurals": "Um documento encontrado|{count} documentos encontrados",
|
||||
"theme.SearchPage.emptyResultsTitle": "Pesquisar pela documentação",
|
||||
"theme.SearchPage.existingResultsTitle": "Resultados da pesquisa por \"{query}\"",
|
||||
"theme.SearchPage.fetchingNewResults": "Procurando novos resultados...",
|
||||
"theme.SearchPage.inputLabel": "Pesquisar",
|
||||
"theme.SearchPage.inputPlaceholder": "Escreva aqui a sua pesquisa",
|
||||
"theme.SearchPage.noResultsText": "Nenhum resultado encontrado",
|
||||
"theme.blog.paginator.navAriaLabel": "Navegação da página de listagem do blog",
|
||||
"theme.blog.paginator.newerEntries": "Publicações mais recentes",
|
||||
"theme.blog.paginator.olderEntries": "Publicações mais antigas",
|
||||
"theme.blog.post.paginator.navAriaLabel": "Navegação da página de publicações do blog",
|
||||
"theme.blog.post.paginator.newerPost": "Publicação mais recente",
|
||||
"theme.blog.post.paginator.olderPost": "Publicação mais antiga",
|
||||
"theme.blog.post.plurals": "Uma publicação|{count} publicações",
|
||||
"theme.blog.post.readMore": "Ler 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 esta página",
|
||||
"theme.common.headingLinkTitle": "Link direto para o título",
|
||||
"theme.common.skipToMainContent": "Saltar 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": "Colapsar barra lateral",
|
||||
"theme.docs.sidebar.collapseButtonTitle": "Colapsar barra lateral",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir barra lateral",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Expandir barra lateral",
|
||||
"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 já não é mantida ativamente.",
|
||||
"theme.docs.versions.unreleasedVersionLabel": "Esta é a documentação não publicada para {siteTitle} {versionLabel} version.",
|
||||
"theme.lastUpdated.atDate": " a {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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue