mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
refactor(v2): pt-BR: improve semantic doc sidebar and tags (#5118)
This commit is contained in:
parent
237d1a31f5
commit
f316ff5cd1
1 changed files with 9 additions and 9 deletions
|
@ -37,11 +37,11 @@
|
|||
"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.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.collapseButtonAriaLabel": "Fechar painel lateral",
|
||||
"theme.docs.sidebar.collapseButtonTitle": "Fechar painel lateral",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir painel lateral",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Expandir painel lateral",
|
||||
"theme.docs.sidebar.navAriaLabel": "Navegação do painel lateral",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Fechar menu",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Abrir menu",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "última versão",
|
||||
|
@ -50,8 +50,8 @@
|
|||
"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"
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Última atualização {atDate}{byUser}",
|
||||
"theme.tags.tagsListLabel": "Marcadores:",
|
||||
"theme.tags.tagsPageLink": "Ver todas os Marcadores",
|
||||
"theme.tags.tagsPageTitle": "Marcadores"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue