refactor(v2): pt-BR: improve semantic doc sidebar and tags (#5118)

This commit is contained in:
Marçal Junior 2021-07-07 14:48:38 -03:00 committed by GitHub
parent 237d1a31f5
commit f316ff5cd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,11 +37,11 @@
"theme.docs.paginator.navAriaLabel": "Navigação das páginas de documentação", "theme.docs.paginator.navAriaLabel": "Navigação das páginas de documentação",
"theme.docs.paginator.next": "Próxima", "theme.docs.paginator.next": "Próxima",
"theme.docs.paginator.previous": "Anterior", "theme.docs.paginator.previous": "Anterior",
"theme.docs.sidebar.collapseButtonAriaLabel": "Fechar sidebar", "theme.docs.sidebar.collapseButtonAriaLabel": "Fechar painel lateral",
"theme.docs.sidebar.collapseButtonTitle": "Fechar sidebar", "theme.docs.sidebar.collapseButtonTitle": "Fechar painel lateral",
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir sidebar", "theme.docs.sidebar.expandButtonAriaLabel": "Expandir painel lateral",
"theme.docs.sidebar.expandButtonTitle": "Expandir sidebar", "theme.docs.sidebar.expandButtonTitle": "Expandir painel lateral",
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation", "theme.docs.sidebar.navAriaLabel": "Navegação do painel lateral",
"theme.docs.sidebar.responsiveCloseButtonLabel": "Fechar menu", "theme.docs.sidebar.responsiveCloseButtonLabel": "Fechar menu",
"theme.docs.sidebar.responsiveOpenButtonLabel": "Abrir menu", "theme.docs.sidebar.responsiveOpenButtonLabel": "Abrir menu",
"theme.docs.versions.latestVersionLinkLabel": "última versão", "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.docs.versions.unreleasedVersionLabel": "Esta é uma documentação não lançada para {siteTitle} {versionLabel}.",
"theme.lastUpdated.atDate": " em {date}", "theme.lastUpdated.atDate": " em {date}",
"theme.lastUpdated.byUser": " por {user}", "theme.lastUpdated.byUser": " por {user}",
"theme.lastUpdated.lastUpdatedAtBy": "Última atualização{atDate}{byUser}", "theme.lastUpdated.lastUpdatedAtBy": "Última atualização {atDate}{byUser}",
"theme.tags.tagsListLabel": "Tags:", "theme.tags.tagsListLabel": "Marcadores:",
"theme.tags.tagsPageLink": "Ver todas as Tags", "theme.tags.tagsPageLink": "Ver todas os Marcadores",
"theme.tags.tagsPageTitle": "Tags" "theme.tags.tagsPageTitle": "Marcadores"
} }