mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
* [v2] tags to doc, same as tags to blog - [IN PROGRESS] - Addition of plugin-content-docs - Addition of DocTagsListPage in `docusaurus-theme-classic` ! Error exists for this commit towards the theme aspect and help required. Commit towards #3434 * docs: make tags list page work * temp: disable onBrokenLinks * theme bootstrap: create DocTagsListPage * DocTagsPage added and functionality too - individual doc tag page added to show docs for that specific tag * Added all Docs Tags Link * add some shared tag utils * move tag tests to _dogfooding * fix type * fix some tests * fix blog test * refactor blog post tags handling * better yaml tag examples * better dogfood md files * refactor and factorize theme tag components * finish DocTagDocListPage * Extract DocItemFooter + add inline tag list * minor fix * better typings * fix versions.test.ts tests * add tests for doc tags * fix tests * test toTagDocListProp * move shared theme code to tagUtils * Add new theme translation keys * move common theme code to tagUtils + add tests * update-code-translations should handle theme-common * update french translation * revert add translation * fix pluralization problem in theme.docs.tagDocListPageTitle * add theme component configuration options * add more tags tests * add documentation for docs tagging Co-authored-by: slorber <lorber.sebastien@gmail.com>
59 lines
3.8 KiB
JSON
59 lines
3.8 KiB
JSON
{
|
|
"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.TOCCollapsible.toggleButtonLabel": "On this page",
|
|
"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.sidebar.navAriaLabel": "Blog recent posts navigation",
|
|
"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.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
"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.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
|
"theme.tags.tagsListLabel": "Tags:",
|
|
"theme.tags.tagsPageLink": "Ver todas as Tags",
|
|
"theme.tags.tagsPageTitle": "Tags"
|
|
}
|