From 9418786b2684c2155fa0667ac92868478c037ac3 Mon Sep 17 00:00:00 2001 From: H3NR1KE Date: Thu, 25 Apr 2024 04:43:27 -0600 Subject: [PATCH] fix(theme-translations): add missing theme translations for pt-BR (#10070) --- .../locales/pt-BR/plugin-ideal-image.json | 10 ++-- .../locales/pt-BR/theme-common.json | 2 +- .../locales/pt-BR/theme-search-algolia.json | 48 +++++++++---------- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/packages/docusaurus-theme-translations/locales/pt-BR/plugin-ideal-image.json b/packages/docusaurus-theme-translations/locales/pt-BR/plugin-ideal-image.json index 3576b692c08d..914ad1e6171e 100644 --- a/packages/docusaurus-theme-translations/locales/pt-BR/plugin-ideal-image.json +++ b/packages/docusaurus-theme-translations/locales/pt-BR/plugin-ideal-image.json @@ -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" } diff --git a/packages/docusaurus-theme-translations/locales/pt-BR/theme-common.json b/packages/docusaurus-theme-translations/locales/pt-BR/theme-common.json index 2e57671f8bfe..28e456d18ac1 100644 --- a/packages/docusaurus-theme-translations/locales/pt-BR/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/pt-BR/theme-common.json @@ -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" } diff --git a/packages/docusaurus-theme-translations/locales/pt-BR/theme-search-algolia.json b/packages/docusaurus-theme-translations/locales/pt-BR/theme-search-algolia.json index e5c8f17454fd..83938b9c9083 100644 --- a/packages/docusaurus-theme-translations/locales/pt-BR/theme-search-algolia.json +++ b/packages/docusaurus-theme-translations/locales/pt-BR/theme-search-algolia.json @@ -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",