mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
fix(theme-translations): add missing theme translations for pt-BR (#10070)
This commit is contained in:
parent
f88da6c66d
commit
9418786b26
3 changed files with 30 additions and 30 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"theme.IdealImageMessage.404error": "404. Image not found",
|
||||
"theme.IdealImageMessage.error": "Error. Click to reload",
|
||||
"theme.IdealImageMessage.load": "Click to load{sizeMessage}",
|
||||
"theme.IdealImageMessage.loading": "Loading...",
|
||||
"theme.IdealImageMessage.offline": "Your browser is offline. Image not loaded"
|
||||
"theme.IdealImageMessage.404error": "404. Imagem não encontrada",
|
||||
"theme.IdealImageMessage.error": "Erro. Clique para recarregar",
|
||||
"theme.IdealImageMessage.load": "Clique para carregar{sizeMessage}",
|
||||
"theme.IdealImageMessage.loading": "Carregando...",
|
||||
"theme.IdealImageMessage.offline": "Seu browser está offline. Imagem não carregada"
|
||||
}
|
||||
|
|
|
@ -69,6 +69,6 @@
|
|||
"theme.tags.tagsListLabel": "Marcadores:",
|
||||
"theme.tags.tagsPageLink": "Ver todas os Marcadores",
|
||||
"theme.tags.tagsPageTitle": "Marcadores",
|
||||
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
||||
"theme.unlistedContent.message": "Esta página não está listada. Mecanismos de busca não armazenarão nenhuma informação, e somente usuários que possuam o link direto poderão acessá-la",
|
||||
"theme.unlistedContent.title": "Página não listada"
|
||||
}
|
||||
|
|
|
@ -1,29 +1,29 @@
|
|||
{
|
||||
"theme.SearchBar.label": "Buscar",
|
||||
"theme.SearchBar.seeAll": "See all {count} results",
|
||||
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
||||
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
||||
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
||||
"theme.SearchModal.footer.closeText": "to close",
|
||||
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
||||
"theme.SearchModal.footer.navigateText": "to navigate",
|
||||
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
||||
"theme.SearchModal.footer.searchByText": "Search by",
|
||||
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
||||
"theme.SearchModal.footer.selectText": "to select",
|
||||
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
||||
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
||||
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
||||
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
||||
"theme.SearchModal.placeholder": "Search docs",
|
||||
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
||||
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
||||
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
||||
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
||||
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
||||
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
||||
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
||||
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
||||
"theme.SearchBar.seeAll": "Ver todos os {count} resultados",
|
||||
"theme.SearchModal.errorScreen.helpText": "Talvez você deva verificar sua conexão de rede.",
|
||||
"theme.SearchModal.errorScreen.titleText": "Não foi possível obter resultados",
|
||||
"theme.SearchModal.footer.closeKeyAriaLabel": "Tecla Esc",
|
||||
"theme.SearchModal.footer.closeText": "fechar",
|
||||
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Seta para baixo",
|
||||
"theme.SearchModal.footer.navigateText": "navegar",
|
||||
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Seta para cima",
|
||||
"theme.SearchModal.footer.searchByText": "Esta busca utiliza",
|
||||
"theme.SearchModal.footer.selectKeyAriaLabel": "Tecla Enter",
|
||||
"theme.SearchModal.footer.selectText": "selecionar",
|
||||
"theme.SearchModal.noResultsScreen.noResultsText": "Nenhum resultado para",
|
||||
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Nos avise.",
|
||||
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Você acha que esta busca deveria retornar resultados?",
|
||||
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Tente buscar por",
|
||||
"theme.SearchModal.placeholder": "Buscar documentos",
|
||||
"theme.SearchModal.searchBox.cancelButtonText": "Cancelar",
|
||||
"theme.SearchModal.searchBox.resetButtonTitle": "Limpar a busca",
|
||||
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorito",
|
||||
"theme.SearchModal.startScreen.noRecentSearchesText": "Nenhuma busca recente",
|
||||
"theme.SearchModal.startScreen.recentSearchesTitle": "Recente",
|
||||
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remover esta busca dos favoritos",
|
||||
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remover esta busca do histórico",
|
||||
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Salvar esta busca",
|
||||
"theme.SearchPage.algoliaLabel": "Busca feita por Algolia",
|
||||
"theme.SearchPage.documentsFound.plurals": "Um documento encontrado|{count} documentos encontrados",
|
||||
"theme.SearchPage.emptyResultsTitle": "Busca da documentação",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue