From 536f89e8c4ffe9656e3d1b7defe6d08dc9ff1b8f Mon Sep 17 00:00:00 2001 From: Ian Krieger Date: Wed, 24 Jul 2024 19:55:36 -0400 Subject: [PATCH] feat(localization): localize sidebar --- i18n/es/code.json | 420 ++++++++++++++++++ .../options.json | 14 + .../current.json | 46 ++ .../current/campaign-performance/API.md | 4 +- .../current/campaign-performance/reporting.md | 2 +- i18n/es/docusaurus-theme-classic/footer.json | 42 ++ i18n/es/docusaurus-theme-classic/navbar.json | 22 + i18n/pt/code.json | 420 ++++++++++++++++++ .../options.json | 14 + .../current.json | 46 ++ .../advertiser-policies/search-terms.md | 2 +- .../current/campaign-performance/reporting.md | 2 +- i18n/pt/docusaurus-theme-classic/footer.json | 42 ++ i18n/pt/docusaurus-theme-classic/navbar.json | 22 + 14 files changed, 1093 insertions(+), 5 deletions(-) create mode 100644 i18n/es/code.json create mode 100644 i18n/es/docusaurus-plugin-content-blog/options.json create mode 100644 i18n/es/docusaurus-plugin-content-docs/current.json create mode 100644 i18n/es/docusaurus-theme-classic/footer.json create mode 100644 i18n/es/docusaurus-theme-classic/navbar.json create mode 100644 i18n/pt/code.json create mode 100644 i18n/pt/docusaurus-plugin-content-blog/options.json create mode 100644 i18n/pt/docusaurus-plugin-content-docs/current.json create mode 100644 i18n/pt/docusaurus-theme-classic/footer.json create mode 100644 i18n/pt/docusaurus-theme-classic/navbar.json diff --git a/i18n/es/code.json b/i18n/es/code.json new file mode 100644 index 00000000..f15fe43c --- /dev/null +++ b/i18n/es/code.json @@ -0,0 +1,420 @@ +{ + "theme.ErrorPageContent.title": { + "message": "Esta página ha fallado.", + "description": "The title of the fallback page when the page crashed" + }, + "theme.BackToTopButton.buttonAriaLabel": { + "message": "Desplácese hacia arriba", + "description": "The ARIA label for the back to top button" + }, + "theme.blog.archive.title": { + "message": "Archivo", + "description": "The page & hero title of the blog archive page" + }, + "theme.blog.archive.description": { + "message": "Archivar", + "description": "The page & hero description of the blog archive page" + }, + "theme.blog.paginator.navAriaLabel": { + "message": "Navegación de la página de la lista del blog", + "description": "The ARIA label for the blog pagination" + }, + "theme.blog.paginator.newerEntries": { + "message": "Entradas más recientes", + "description": "The label used to navigate to the newer blog posts page (previous page)" + }, + "theme.blog.paginator.olderEntries": { + "message": "Entradas más antiguas", + "description": "The label used to navigate to the older blog posts page (next page)" + }, + "theme.blog.post.paginator.navAriaLabel": { + "message": "Navegación de la página de publicación del blog", + "description": "The ARIA label for the blog posts pagination" + }, + "theme.blog.post.paginator.newerPost": { + "message": "Publicación más reciente", + "description": "The blog post button label to navigate to the newer/previous post" + }, + "theme.blog.post.paginator.olderPost": { + "message": "Publicación más antigua", + "description": "The blog post button label to navigate to the older/next post" + }, + "theme.blog.post.plurals": { + "message": "Una publicación|{count} publicaciones", + "description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" + }, + "theme.blog.tagTitle": { + "message": "{nPosts} etiquetado con \"{tagName}\"", + "description": "The title of the page for a blog tag" + }, + "theme.tags.tagsPageLink": { + "message": "Ver todas las etiquetas", + "description": "The label of the link targeting the tag list page" + }, + "theme.colorToggle.ariaLabel": { + "message": "Cambiar entre modo oscuro y claro (actualmente {mode})", + "description": "The ARIA label for the navbar color mode toggle" + }, + "theme.colorToggle.ariaLabel.mode.dark": { + "message": "modo oscuro", + "description": "The name for the dark color mode" + }, + "theme.colorToggle.ariaLabel.mode.light": { + "message": "modo claro", + "description": "The name for the light color mode" + }, + "theme.docs.breadcrumbs.navAriaLabel": { + "message": "Breadcrumbs", + "description": "The ARIA label for the breadcrumbs" + }, + "theme.docs.DocCard.categoryDescription.plurals": { + "message": "1 artículo|{count} artículos", + "description": "The default description for a category card in the generated index about how many items this category includes" + }, + "theme.docs.paginator.navAriaLabel": { + "message": "Páginas de documentos", + "description": "The ARIA label for the docs pagination" + }, + "theme.docs.paginator.previous": { + "message": "Anterior", + "description": "The label used to navigate to the previous doc" + }, + "theme.docs.paginator.next": { + "message": "Siguiente", + "description": "The label used to navigate to the next doc" + }, + "theme.docs.tagDocListPageTitle.nDocsTagged": { + "message": "Un documento etiquetado|{count} documentos etiquetados", + "description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" + }, + "theme.docs.tagDocListPageTitle": { + "message": "{nDocsTagged} con \"{tagName}\"", + "description": "The title of the page for a docs tag" + }, + "theme.docs.versionBadge.label": { + "message": "Versión: {versionLabel}" + }, + "theme.docs.versions.unreleasedVersionLabel": { + "message": "Esta es documentación no publicada para la versión {siteTitle} {versionLabel}.", + "description": "The label used to tell the user that he's browsing an unreleased doc version" + }, + "theme.docs.versions.unmaintainedVersionLabel": { + "message": "Esta es documentación para {siteTitle} {versionLabel}, que ya no se mantiene activamente.", + "description": "The label used to tell the user that he's browsing an unmaintained doc version" + }, + "theme.docs.versions.latestVersionSuggestionLabel": { + "message": "Para obtener documentación actualizada, consulte {latestVersionLink} ({versionLabel}).", + "description": "The label used to tell the user to check the latest version" + }, + "theme.docs.versions.latestVersionLinkLabel": { + "message": "última versión", + "description": "The label used for the latest version suggestion link label" + }, + "theme.common.editThisPage": { + "message": "Editar esta página", + "description": "The link label to edit the current page" + }, + "theme.lastUpdated.atDate": { + "message": " en {date}", + "description": "The words used to describe on which date a page has been last updated" + }, + "theme.lastUpdated.byUser": { + "message": " por {user}", + "description": "The words used to describe by who the page has been last updated" + }, + "theme.lastUpdated.lastUpdatedAtBy": { + "message": "Última actualización{atDate}{byUser}", + "description": "The sentence used to display when a page has been last updated, and by who" + }, + "theme.common.headingLinkTitle": { + "message": "Enlace directo a {heading}", + "description": "Title for link to heading" + }, + "theme.NotFound.title": { + "message": "Página no encontrada", + "description": "The title of the 404 page" + }, + "theme.navbar.mobileVersionsDropdown.label": { + "message": "Versiones", + "description": "The label for the navbar versions dropdown on mobile view" + }, + "theme.tags.tagsListLabel": { + "message": "Etiquetas:", + "description": "The label alongside a tag list" + }, + "theme.admonition.caution": { + "message": "precaución", + "description": "The default label used for the Caution admonition (:::caution)" + }, + "theme.admonition.danger": { + "message": "peligro", + "description": "The default label used for the Danger admonition (:::danger)" + }, + "theme.admonition.info": { + "message": "información", + "description": "The default label used for the Info admonition (:::info)" + }, + "theme.admonition.note": { + "message": "nota", + "description": "The default label used for the Note admonition (:::note)" + }, + "theme.admonition.tip": { + "message": "consejo", + "description": "The default label used for the Tip admonition (:::tip)" + }, + "theme.admonition.warning": { + "message": "advertencia", + "description": "The default label used for the Warning admonition (:::warning)" + }, + "theme.AnnouncementBar.closeButtonAriaLabel": { + "message": "Cerrar", + "description": "The ARIA label for close button of announcement bar" + }, + "theme.blog.sidebar.navAriaLabel": { + "message": "Navegación de publicaciones recientes del blog", + "description": "The ARIA label for recent posts in the blog sidebar" + }, + "theme.CodeBlock.copied": { + "message": "Copiado", + "description": "The copied button label on code blocks" + }, + "theme.CodeBlock.copyButtonAriaLabel": { + "message": "Copiar código al portapapeles", + "description": "The ARIA label for copy code blocks button" + }, + "theme.CodeBlock.copy": { + "message": "Copiar", + "description": "The copy button label on code blocks" + }, + "theme.CodeBlock.wordWrapToggle": { + "message": "Alternar ajuste de palabras", + "description": "The title attribute for toggle word wrapping button of code block lines" + }, + "theme.DocSidebarItem.expandCategoryAriaLabel": { + "message": "Expandir la categoría de la barra lateral '{label}'", + "description": "The ARIA label to expand the sidebar category" + }, + "theme.DocSidebarItem.collapseCategoryAriaLabel": { + "message": "Contraer la categoría de la barra lateral '{label}'", + "description": "The ARIA label to collapse the sidebar category" + }, + "theme.NavBar.navAriaLabel": { + "message": "Principal", + "description": "The ARIA label for the main navigation" + }, + "theme.NotFound.p1": { + "message": "No hemos podido encontrar lo que buscaba.", + "description": "The first paragraph of the 404 page" + }, + "theme.NotFound.p2": { + "message": "Póngase en contacto con el propietario del sitio que lo vinculó a la URL original y hágales saber que su enlace está roto.", + "description": "The 2nd paragraph of the 404 page" + }, + "theme.navbar.mobileLanguageDropdown.label": { + "message": "Idiomas", + "description": "The label for the mobile language switcher dropdown" + }, + "theme.TOCCollapsible.toggleButtonLabel": { + "message": "En esta página", + "description": "The label used by the button on the collapsible TOC component" + }, + "theme.blog.post.readMore": { + "message": "Leer más", + "description": "The label used in blog post item excerpts to link to full blog posts" + }, + "theme.blog.post.readMoreLabel": { + "message": "Leer más sobre {title}", + "description": "The ARIA label for the link to full blog posts from excerpts" + }, + "theme.blog.post.readingTime.plurals": { + "message": "Un minuto de lectura |{readingTime} minuto de lectura", + "description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" + }, + "theme.docs.breadcrumbs.home": { + "message": "Página de inicio", + "description": "The ARIA label for the home page in the breadcrumbs" + }, + "theme.docs.sidebar.navAriaLabel": { + "message": "Barra lateral de documentos", + "description": "The ARIA label for the sidebar navigation" + }, + "theme.docs.sidebar.collapseButtonTitle": { + "message": "Contraer barra lateral", + "description": "The title attribute for collapse button of doc sidebar" + }, + "theme.docs.sidebar.collapseButtonAriaLabel": { + "message": "Contraer barra lateral", + "description": "The title attribute for collapse button of doc sidebar" + }, + "theme.docs.sidebar.closeSidebarButtonAriaLabel": { + "message": "Cerrar barra de navegación", + "description": "The ARIA label for close button of mobile sidebar" + }, + "theme.docs.sidebar.toggleSidebarButtonAriaLabel": { + "message": "Alternar barra de navegación", + "description": "The ARIA label for hamburger menu button of mobile navigation" + }, + "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": { + "message": "← Volver al menú principal", + "description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)" + }, + "theme.docs.sidebar.expandButtonTitle": { + "message": "Expandir barra lateral", + "description": "The ARIA label and title attribute for expand button of doc sidebar" + }, + "theme.docs.sidebar.expandButtonAriaLabel": { + "message": "Expandir barra lateral", + "description": "The ARIA label and title attribute for expand button of doc sidebar" + }, + "theme.SearchBar.seeAll": { + "message": "Ver todos los resultados de {count}" + }, + "theme.SearchPage.documentsFound.plurals": { + "message": "Un documento encontrado|{count} documentos encontrados", + "description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" + }, + "theme.SearchPage.existingResultsTitle": { + "message": "Resultados de búsqueda para \"{query}\"", + "description": "The search page title for non-empty query" + }, + "theme.SearchPage.emptyResultsTitle": { + "message": "Buscar la documentación", + "description": "The search page title for empty query" + }, + "theme.SearchPage.inputPlaceholder": { + "message": "Escriba su búsqueda aquí", + "description": "The placeholder for search page input" + }, + "theme.SearchPage.inputLabel": { + "message": "Buscador", + "description": "The ARIA label for search page input" + }, + "theme.SearchPage.algoliaLabel": { + "message": "Búsqueda por Algolia", + "description": "The ARIA label for Algolia mention" + }, + "theme.SearchPage.noResultsText": { + "message": "No se encontraron resultados", + "description": "The paragraph for empty search result" + }, + "theme.SearchPage.fetchingNewResults": { + "message": "Obteniendo nuevos resultados...", + "description": "The paragraph for fetching new search results" + }, + "theme.SearchBar.label": { + "message": "Buscar", + "description": "The ARIA label and placeholder for search button" + }, + "theme.SearchModal.searchBox.resetButtonTitle": { + "message": "Borrar la consulta", + "description": "The label and ARIA label for search box reset button" + }, + "theme.SearchModal.searchBox.cancelButtonText": { + "message": "Cancelar", + "description": "The label and ARIA label for search box cancel button" + }, + "theme.SearchModal.startScreen.recentSearchesTitle": { + "message": "Reciente", + "description": "The title for recent searches" + }, + "theme.SearchModal.startScreen.noRecentSearchesText": { + "message": "Sin búsquedas recientes", + "description": "The text when no recent searches" + }, + "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": { + "message": "Guardar esta búsqueda", + "description": "The label for save recent search button" + }, + "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": { + "message": "Eliminar esta búsqueda del historial", + "description": "The label for remove recent search button" + }, + "theme.SearchModal.startScreen.favoriteSearchesTitle": { + "message": "Favorito", + "description": "The title for favorite searches" + }, + "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": { + "message": "Eliminar esta búsqueda de favoritos", + "description": "The label for remove favorite search button" + }, + "theme.SearchModal.errorScreen.titleText": { + "message": "No se pueden obtener resultados", + "description": "The title for error screen of search modal" + }, + "theme.SearchModal.errorScreen.helpText": { + "message": "Es posible que deba verificar su conexión de red.", + "description": "The help text for error screen of search modal" + }, + "theme.SearchModal.footer.selectText": { + "message": "para seleccionar", + "description": "The explanatory text of the action for the enter key" + }, + "theme.SearchModal.footer.selectKeyAriaLabel": { + "message": "Introducir clave", + "description": "The ARIA label for the Enter key button that makes the selection" + }, + "theme.SearchModal.footer.navigateText": { + "message": "para navegar", + "description": "The explanatory text of the action for the Arrow up and Arrow down key" + }, + "theme.SearchModal.footer.navigateUpKeyAriaLabel": { + "message": "Flecha hacia arriba", + "description": "The ARIA label for the Arrow up key button that makes the navigation" + }, + "theme.SearchModal.footer.navigateDownKeyAriaLabel": { + "message": "Flecha hacia abajo", + "description": "The ARIA label for the Arrow down key button that makes the navigation" + }, + "theme.SearchModal.footer.closeText": { + "message": "para cerrar", + "description": "The explanatory text of the action for Escape key" + }, + "theme.SearchModal.footer.closeKeyAriaLabel": { + "message": "Tecla escape", + "description": "The ARIA label for the Escape key button that close the modal" + }, + "theme.SearchModal.footer.searchByText": { + "message": "Buscar por", + "description": "The text explain that the search is making by Algolia" + }, + "theme.SearchModal.noResultsScreen.noResultsText": { + "message": "No hay resultados para", + "description": "The text explains that there are no results for the following search" + }, + "theme.SearchModal.noResultsScreen.suggestedQueryText": { + "message": "Intente buscar", + "description": "The text for the suggested query when no results are found for the following search" + }, + "theme.SearchModal.noResultsScreen.reportMissingResultsText": { + "message": "¿Cree que esta consulta debería devolver resultados?", + "description": "The text for the question where the user thinks there are missing results" + }, + "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": { + "message": "Háganoslo saber.", + "description": "The text for the link to report missing results" + }, + "theme.SearchModal.placeholder": { + "message": "Buscar documentos", + "description": "The placeholder of the input of the DocSearch pop-up modal" + }, + "theme.ErrorPageContent.tryAgain": { + "message": "Inténtelo de nuevo", + "description": "The label of the button to try again rendering when the React error boundary captures an error" + }, + "theme.common.skipToMainContent": { + "message": "Saltar al contenido principal", + "description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation" + }, + "theme.tags.tagsPageTitle": { + "message": "Etiquetas", + "description": "The title of the tag list page" + }, + "theme.unlistedContent.title": { + "message": "Página no listada", + "description": "The unlisted content banner title" + }, + "theme.unlistedContent.message": { + "message": "Esta página no está en la lista. Los motores de búsqueda no lo indexarán, y solo los usuarios que tengan un enlace directo pueden acceder a él.", + "description": "The unlisted content banner message" + } +} diff --git a/i18n/es/docusaurus-plugin-content-blog/options.json b/i18n/es/docusaurus-plugin-content-blog/options.json new file mode 100644 index 00000000..18375b3a --- /dev/null +++ b/i18n/es/docusaurus-plugin-content-blog/options.json @@ -0,0 +1,14 @@ +{ + "title": { + "message": "Blog", + "description": "The title for the blog used in SEO" + }, + "description": { + "message": "Blog", + "description": "The description for the blog used in SEO" + }, + "sidebar.title": { + "message": "Publicaciones recientes", + "description": "The label for the left sidebar" + } +} diff --git a/i18n/es/docusaurus-plugin-content-docs/current.json b/i18n/es/docusaurus-plugin-content-docs/current.json new file mode 100644 index 00000000..3a469a65 --- /dev/null +++ b/i18n/es/docusaurus-plugin-content-docs/current.json @@ -0,0 +1,46 @@ +{ + "version.label": { + "message": "Siguiente", + "description": "The label for version current" + }, + "sidebar.tutorialSidebar.category.Ad placements": { + "message": "Ubicaciones de anuncios", + "description": "The label for category Ad placements in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Ad placements.link.generated-index.title": { + "message": "Ubicaciones del anuncio de Brave", + "description": "The generated-index page title for category Ad placements in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Brave Search": { + "message": "Buscador de Brave", + "description": "The label for category Brave Search in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Brave Search.link.generated-index.title": { + "message": "Ubicaciones del Buscador de Brave", + "description": "The generated-index page title for category Brave Search in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Brave Browser": { + "message": "Brave Browser", + "description": "The label for category Brave Browser in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Brave Browser.link.generated-index.title": { + "message": "Ubicaciones de Brave Browser", + "description": "The generated-index page title for category Brave Browser in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Getting started": { + "message": "Comenzar", + "description": "The label for category Getting started in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Campaign performance": { + "message": "Rendimiento de la campaña", + "description": "The label for category Campaign performance in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Account management": { + "message": "Gestión de cuentas", + "description": "The label for category Account management in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Advertiser policies": { + "message": "Políticas de los anunciantes", + "description": "The label for category Advertiser policies in sidebar tutorialSidebar" + } +} diff --git a/i18n/es/docusaurus-plugin-content-docs/current/campaign-performance/API.md b/i18n/es/docusaurus-plugin-content-docs/current/campaign-performance/API.md index 934e4989..ea9c8246 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/campaign-performance/API.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/campaign-performance/API.md @@ -40,8 +40,8 @@ Día/Hora,Nombre del Anunciante,Nombre de la Campaña,ID de la Campaña,ID del C #### Parámetros opcionales compartidos -- `desde` (fecha en UTC) - Obtener datos en la fecha especificada o después. Usar por defecto la fecha de inicio de la campaña si no se especifica.Formato: `AAAA-MM-DD` Formato: `AAAA-MM-DD` Formato: `AAAA-MM-DD` -- `hasta` (fecha en UTC) - Obtener datos hasta la fecha especificada. Usar por defecto la fecha de finalización de la campaña si no se especifica.Formato: `AAAA-MM-DD` Comenzar Comenzar +- `desde` (fecha en UTC) - Obtener datos en la fecha especificada o después. Usar por defecto la fecha de inicio de la campaña si no se especifica.Formato: `AAAA-MM-DD` Formato: `AAAA-MM-DD` Formato: `AAAA-MM-DD` Comenzar +- `hasta` (fecha en UTC) - Obtener datos hasta la fecha especificada. Usar por defecto la fecha de finalización de la campaña si no se especifica.Formato: `AAAA-MM-DD` Comenzar Comenzar Comenzar - `país` - Agregar columna de país al informe. Por defecto es falso. Formato `verdadero` #### Informes v1 diff --git a/i18n/es/docusaurus-plugin-content-docs/current/campaign-performance/reporting.md b/i18n/es/docusaurus-plugin-content-docs/current/campaign-performance/reporting.md index e2fbf637..c9908eeb 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/campaign-performance/reporting.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/campaign-performance/reporting.md @@ -114,7 +114,7 @@ Una página de destino única es una gran opción para contar el tráfico a trav Se puede utilizar un código promocional o de referencia (por ejemplo, brave15) en el momento del pago para informar sobre las conversiones atribuidas a su campaña. Recomendamos que el código de referencia o promocional se rellene automáticamente para que los usuarios no lo olviden. Utilizando los informes de su plataforma, usted podrá ver el número de conversiones que han utilizado el código promocional o de referencia. -### Parámetros de cadena de consulta y cookies de origen (es decir, UTMs) UTMs) UTMs) +### Parámetros de cadena de consulta y cookies de origen (es decir, UTMs) UTMs) UTMs) UTMs) Los parámetros de seguimiento de URL de clics están permitidos, pero solo cuando se utilizan de una manera que el servidor web o la aplicación web puedan detectar. El uso de informes de terceros, como Google Analytics, no mostrará datos precisos. Tenga en cuenta que solo se permiten URL directas para el enlace de clic, sin redireccionamientos. diff --git a/i18n/es/docusaurus-theme-classic/footer.json b/i18n/es/docusaurus-theme-classic/footer.json new file mode 100644 index 00000000..6fb0b40c --- /dev/null +++ b/i18n/es/docusaurus-theme-classic/footer.json @@ -0,0 +1,42 @@ +{ + "link.title.Try Brave": { + "message": "Pruebe Brave", + "description": "The title of the footer links column with title=Try Brave in the footer" + }, + "link.title.Follow Brave": { + "message": "Siga a Brave", + "description": "The title of the footer links column with title=Follow Brave in the footer" + }, + "link.title.Resources": { + "message": "Recursos", + "description": "The title of the footer links column with title=Resources in the footer" + }, + "link.item.label.Browser": { + "message": "Navegador", + "description": "The label of footer link with label=Browser linking to https://brave.com/download" + }, + "link.item.label.Search": { + "message": "Buscador", + "description": "The label of footer link with label=Search linking to https://search.brave.com" + }, + "link.item.label.Twitter": { + "message": "Twitter", + "description": "The label of footer link with label=Twitter linking to https://twitter.com/brave" + }, + "link.item.label.LinkedIn": { + "message": "LinkedIn", + "description": "The label of footer link with label=LinkedIn linking to https://www.linkedin.com/company/brave-software" + }, + "link.item.label.Case studies": { + "message": "Casos de estudio", + "description": "The label of footer link with label=Case studies linking to https://brave.com/brave-ads/casestudies" + }, + "link.item.label.Learn": { + "message": "Información", + "description": "The label of footer link with label=Learn linking to https://brave.com/brave-ads/learn" + }, + "copyright": { + "message": "Copyright © 2024 Brave Software, Inc.", + "description": "The footer copyright" + } +} diff --git a/i18n/es/docusaurus-theme-classic/navbar.json b/i18n/es/docusaurus-theme-classic/navbar.json new file mode 100644 index 00000000..a6fa8854 --- /dev/null +++ b/i18n/es/docusaurus-theme-classic/navbar.json @@ -0,0 +1,22 @@ +{ + "title": { + "message": "Anuncios de Brave", + "description": "The title in the navbar" + }, + "logo.alt": { + "message": "Logo de Brave", + "description": "The alt text of navbar logo" + }, + "item.label.Sign up": { + "message": "Regístrese", + "description": "Navbar item with label Sign up" + }, + "item.label.About": { + "message": "Acerca de", + "description": "Navbar item with label About" + }, + "item.label.Audience": { + "message": "Audiencia", + "description": "Navbar item with label Audience" + } +} diff --git a/i18n/pt/code.json b/i18n/pt/code.json new file mode 100644 index 00000000..6fb06a0c --- /dev/null +++ b/i18n/pt/code.json @@ -0,0 +1,420 @@ +{ + "theme.ErrorPageContent.title": { + "message": "Esta página travou.", + "description": "The title of the fallback page when the page crashed" + }, + "theme.BackToTopButton.buttonAriaLabel": { + "message": "Voltar ao topo", + "description": "The ARIA label for the back to top button" + }, + "theme.blog.archive.title": { + "message": "Arquivo", + "description": "The page & hero title of the blog archive page" + }, + "theme.blog.archive.description": { + "message": "Arquivo", + "description": "The page & hero description of the blog archive page" + }, + "theme.blog.paginator.navAriaLabel": { + "message": "Lista de navegação da página do blog", + "description": "The ARIA label for the blog pagination" + }, + "theme.blog.paginator.newerEntries": { + "message": "Entradas mais recentes", + "description": "The label used to navigate to the newer blog posts page (previous page)" + }, + "theme.blog.paginator.olderEntries": { + "message": "Entradas mais antigas", + "description": "The label used to navigate to the older blog posts page (next page)" + }, + "theme.blog.post.paginator.navAriaLabel": { + "message": "Navegação da página da postagem do blog", + "description": "The ARIA label for the blog posts pagination" + }, + "theme.blog.post.paginator.newerPost": { + "message": "Postagem mais recente", + "description": "The blog post button label to navigate to the newer/previous post" + }, + "theme.blog.post.paginator.olderPost": { + "message": "Postagem mais antiga", + "description": "The blog post button label to navigate to the older/next post" + }, + "theme.blog.post.plurals": { + "message": "Uma postagem|{count} postagens", + "description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" + }, + "theme.blog.tagTitle": { + "message": "{nPosts} marcadas com \"{tagName}\"", + "description": "The title of the page for a blog tag" + }, + "theme.tags.tagsPageLink": { + "message": "Ver todas as tags", + "description": "The label of the link targeting the tag list page" + }, + "theme.colorToggle.ariaLabel": { + "message": "Alternar entre modo claro e escuro (atualmente {mode})", + "description": "The ARIA label for the navbar color mode toggle" + }, + "theme.colorToggle.ariaLabel.mode.dark": { + "message": "modo escuro", + "description": "The name for the dark color mode" + }, + "theme.colorToggle.ariaLabel.mode.light": { + "message": "modo claro", + "description": "The name for the light color mode" + }, + "theme.docs.breadcrumbs.navAriaLabel": { + "message": "Navegação por trilha", + "description": "The ARIA label for the breadcrumbs" + }, + "theme.docs.DocCard.categoryDescription.plurals": { + "message": "1 item|{count} itens", + "description": "The default description for a category card in the generated index about how many items this category includes" + }, + "theme.docs.paginator.navAriaLabel": { + "message": "Páginas de documentação", + "description": "The ARIA label for the docs pagination" + }, + "theme.docs.paginator.previous": { + "message": "Anterior", + "description": "The label used to navigate to the previous doc" + }, + "theme.docs.paginator.next": { + "message": "Próximo", + "description": "The label used to navigate to the next doc" + }, + "theme.docs.tagDocListPageTitle.nDocsTagged": { + "message": "Um documento marcado|{count} documentos marcados", + "description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" + }, + "theme.docs.tagDocListPageTitle": { + "message": "{nDocsTagged} com \"{tagName}\"", + "description": "The title of the page for a docs tag" + }, + "theme.docs.versionBadge.label": { + "message": "Versão: {versionLabel}" + }, + "theme.docs.versions.unreleasedVersionLabel": { + "message": "Esta é a documentação não lançada para {siteTitle} versão {versionLabel}.", + "description": "The label used to tell the user that he's browsing an unreleased doc version" + }, + "theme.docs.versions.unmaintainedVersionLabel": { + "message": "Esta é a documentação para {siteTitle} versão {versionLabel}, que não é mais mantida ativamente.", + "description": "The label used to tell the user that he's browsing an unmaintained doc version" + }, + "theme.docs.versions.latestVersionSuggestionLabel": { + "message": "Para a documentação atualizada, veja {latestVersionLink} ({versionLabel}).", + "description": "The label used to tell the user to check the latest version" + }, + "theme.docs.versions.latestVersionLinkLabel": { + "message": "última versão", + "description": "The label used for the latest version suggestion link label" + }, + "theme.common.editThisPage": { + "message": "Editar esta página", + "description": "The link label to edit the current page" + }, + "theme.lastUpdated.atDate": { + "message": " em {date}", + "description": "The words used to describe on which date a page has been last updated" + }, + "theme.lastUpdated.byUser": { + "message": " por {user}", + "description": "The words used to describe by who the page has been last updated" + }, + "theme.lastUpdated.lastUpdatedAtBy": { + "message": "Última atualização{atDate}{byUser}", + "description": "The sentence used to display when a page has been last updated, and by who" + }, + "theme.common.headingLinkTitle": { + "message": "Link direto para {heading}", + "description": "Title for link to heading" + }, + "theme.NotFound.title": { + "message": "Página não encontrada", + "description": "The title of the 404 page" + }, + "theme.navbar.mobileVersionsDropdown.label": { + "message": "Versões", + "description": "The label for the navbar versions dropdown on mobile view" + }, + "theme.tags.tagsListLabel": { + "message": "Tags:", + "description": "The label alongside a tag list" + }, + "theme.admonition.caution": { + "message": "cuidado", + "description": "The default label used for the Caution admonition (:::caution)" + }, + "theme.admonition.danger": { + "message": "perigo", + "description": "The default label used for the Danger admonition (:::danger)" + }, + "theme.admonition.info": { + "message": "informações", + "description": "The default label used for the Info admonition (:::info)" + }, + "theme.admonition.note": { + "message": "nota", + "description": "The default label used for the Note admonition (:::note)" + }, + "theme.admonition.tip": { + "message": "dica", + "description": "The default label used for the Tip admonition (:::tip)" + }, + "theme.admonition.warning": { + "message": "aviso", + "description": "The default label used for the Warning admonition (:::warning)" + }, + "theme.AnnouncementBar.closeButtonAriaLabel": { + "message": "Fechar", + "description": "The ARIA label for close button of announcement bar" + }, + "theme.blog.sidebar.navAriaLabel": { + "message": "Navegação de postagens recentes do blog", + "description": "The ARIA label for recent posts in the blog sidebar" + }, + "theme.CodeBlock.copied": { + "message": "Copiado", + "description": "The copied button label on code blocks" + }, + "theme.CodeBlock.copyButtonAriaLabel": { + "message": "Copiar código para a área de transferência", + "description": "The ARIA label for copy code blocks button" + }, + "theme.CodeBlock.copy": { + "message": "Copiar", + "description": "The copy button label on code blocks" + }, + "theme.CodeBlock.wordWrapToggle": { + "message": "Alternar quebra de linha", + "description": "The title attribute for toggle word wrapping button of code block lines" + }, + "theme.DocSidebarItem.expandCategoryAriaLabel": { + "message": "Expandir categoria da barra lateral '{label}'", + "description": "The ARIA label to expand the sidebar category" + }, + "theme.DocSidebarItem.collapseCategoryAriaLabel": { + "message": "Recolher categoria da barra lateral '{label}'", + "description": "The ARIA label to collapse the sidebar category" + }, + "theme.NavBar.navAriaLabel": { + "message": "Principal", + "description": "The ARIA label for the main navigation" + }, + "theme.NotFound.p1": { + "message": "Não conseguimos encontrar o que você estava procurando.", + "description": "The first paragraph of the 404 page" + }, + "theme.NotFound.p2": { + "message": "Por favor, entre em contato com o proprietário do site que o direcionou para a URL original e avise-o que o link está quebrado.", + "description": "The 2nd paragraph of the 404 page" + }, + "theme.navbar.mobileLanguageDropdown.label": { + "message": "Idiomas", + "description": "The label for the mobile language switcher dropdown" + }, + "theme.TOCCollapsible.toggleButtonLabel": { + "message": "Nesta página", + "description": "The label used by the button on the collapsible TOC component" + }, + "theme.blog.post.readMore": { + "message": "Leia mais", + "description": "The label used in blog post item excerpts to link to full blog posts" + }, + "theme.blog.post.readMoreLabel": { + "message": "Leia mais sobre {title}", + "description": "The ARIA label for the link to full blog posts from excerpts" + }, + "theme.blog.post.readingTime.plurals": { + "message": "Leitura de 1 min|{readingTime} min de leitura", + "description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" + }, + "theme.docs.breadcrumbs.home": { + "message": "Página inicial", + "description": "The ARIA label for the home page in the breadcrumbs" + }, + "theme.docs.sidebar.navAriaLabel": { + "message": "Barra lateral de documentação", + "description": "The ARIA label for the sidebar navigation" + }, + "theme.docs.sidebar.collapseButtonTitle": { + "message": "Recolher barra lateral", + "description": "The title attribute for collapse button of doc sidebar" + }, + "theme.docs.sidebar.collapseButtonAriaLabel": { + "message": "Recolher barra lateral", + "description": "The title attribute for collapse button of doc sidebar" + }, + "theme.docs.sidebar.closeSidebarButtonAriaLabel": { + "message": "Fechar barra de navegação", + "description": "The ARIA label for close button of mobile sidebar" + }, + "theme.docs.sidebar.toggleSidebarButtonAriaLabel": { + "message": "Alternar barra de navegação", + "description": "The ARIA label for hamburger menu button of mobile navigation" + }, + "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": { + "message": "← Voltar ao menu principal", + "description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)" + }, + "theme.docs.sidebar.expandButtonTitle": { + "message": "Expandir barra lateral", + "description": "The ARIA label and title attribute for expand button of doc sidebar" + }, + "theme.docs.sidebar.expandButtonAriaLabel": { + "message": "Expandir barra lateral", + "description": "The ARIA label and title attribute for expand button of doc sidebar" + }, + "theme.SearchBar.seeAll": { + "message": "Ver todos os {count} resultados" + }, + "theme.SearchPage.documentsFound.plurals": { + "message": "Um documento encontrado|{count} documentos encontrados", + "description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" + }, + "theme.SearchPage.existingResultsTitle": { + "message": "Resultados da pesquisa para \"{query}\"", + "description": "The search page title for non-empty query" + }, + "theme.SearchPage.emptyResultsTitle": { + "message": "Pesquisar na documentação", + "description": "The search page title for empty query" + }, + "theme.SearchPage.inputPlaceholder": { + "message": "Digite sua pesquisa aqui", + "description": "The placeholder for search page input" + }, + "theme.SearchPage.inputLabel": { + "message": "Pesquisar", + "description": "The ARIA label for search page input" + }, + "theme.SearchPage.algoliaLabel": { + "message": "Pesquisar por Algolia", + "description": "The ARIA label for Algolia mention" + }, + "theme.SearchPage.noResultsText": { + "message": "Nenhum resultado foi encontrado", + "description": "The paragraph for empty search result" + }, + "theme.SearchPage.fetchingNewResults": { + "message": "Buscando novos resultados...", + "description": "The paragraph for fetching new search results" + }, + "theme.SearchBar.label": { + "message": "Pesquisar", + "description": "The ARIA label and placeholder for search button" + }, + "theme.SearchModal.searchBox.resetButtonTitle": { + "message": "Limpar a consulta", + "description": "The label and ARIA label for search box reset button" + }, + "theme.SearchModal.searchBox.cancelButtonText": { + "message": "Cancelar", + "description": "The label and ARIA label for search box cancel button" + }, + "theme.SearchModal.startScreen.recentSearchesTitle": { + "message": "Recentes", + "description": "The title for recent searches" + }, + "theme.SearchModal.startScreen.noRecentSearchesText": { + "message": "Nenhuma pesquisa recente", + "description": "The text when no recent searches" + }, + "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": { + "message": "Salvar esta pesquisa", + "description": "The label for save recent search button" + }, + "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": { + "message": "Remover esta pesquisa do histórico", + "description": "The label for remove recent search button" + }, + "theme.SearchModal.startScreen.favoriteSearchesTitle": { + "message": "Favoritos", + "description": "The title for favorite searches" + }, + "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": { + "message": "Remover esta pesquisa dos favoritos", + "description": "The label for remove favorite search button" + }, + "theme.SearchModal.errorScreen.titleText": { + "message": "Não foi possível obter resultados", + "description": "The title for error screen of search modal" + }, + "theme.SearchModal.errorScreen.helpText": { + "message": "Verifique sua conexão de rede.", + "description": "The help text for error screen of search modal" + }, + "theme.SearchModal.footer.selectText": { + "message": "para selecionar", + "description": "The explanatory text of the action for the enter key" + }, + "theme.SearchModal.footer.selectKeyAriaLabel": { + "message": "Tecla Enter", + "description": "The ARIA label for the Enter key button that makes the selection" + }, + "theme.SearchModal.footer.navigateText": { + "message": "para navegar", + "description": "The explanatory text of the action for the Arrow up and Arrow down key" + }, + "theme.SearchModal.footer.navigateUpKeyAriaLabel": { + "message": "Seta para cima", + "description": "The ARIA label for the Arrow up key button that makes the navigation" + }, + "theme.SearchModal.footer.navigateDownKeyAriaLabel": { + "message": "Seta para baixo", + "description": "The ARIA label for the Arrow down key button that makes the navigation" + }, + "theme.SearchModal.footer.closeText": { + "message": "para fechar", + "description": "The explanatory text of the action for Escape key" + }, + "theme.SearchModal.footer.closeKeyAriaLabel": { + "message": "Tecla Esc", + "description": "The ARIA label for the Escape key button that close the modal" + }, + "theme.SearchModal.footer.searchByText": { + "message": "Pesquisar por", + "description": "The text explain that the search is making by Algolia" + }, + "theme.SearchModal.noResultsScreen.noResultsText": { + "message": "Nenhum resultado para", + "description": "The text explains that there are no results for the following search" + }, + "theme.SearchModal.noResultsScreen.suggestedQueryText": { + "message": "Tente buscar por", + "description": "The text for the suggested query when no results are found for the following search" + }, + "theme.SearchModal.noResultsScreen.reportMissingResultsText": { + "message": "Acredita que essa consulta deveria retornar resultados?", + "description": "The text for the question where the user thinks there are missing results" + }, + "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": { + "message": "Nos avise.", + "description": "The text for the link to report missing results" + }, + "theme.SearchModal.placeholder": { + "message": "Pesquisar na documentação", + "description": "The placeholder of the input of the DocSearch pop-up modal" + }, + "theme.ErrorPageContent.tryAgain": { + "message": "Tentar novamente", + "description": "The label of the button to try again rendering when the React error boundary captures an error" + }, + "theme.common.skipToMainContent": { + "message": "Pular para o conteúdo principal", + "description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation" + }, + "theme.tags.tagsPageTitle": { + "message": "Tags", + "description": "The title of the tag list page" + }, + "theme.unlistedContent.title": { + "message": "Página não listada", + "description": "The unlisted content banner title" + }, + "theme.unlistedContent.message": { + "message": "Esta página não está listada. Os mecanismos de pesquisa não irão indexá-la, e somente usuários com um link direto podem acessá-la.", + "description": "The unlisted content banner message" + } +} diff --git a/i18n/pt/docusaurus-plugin-content-blog/options.json b/i18n/pt/docusaurus-plugin-content-blog/options.json new file mode 100644 index 00000000..d38f10d1 --- /dev/null +++ b/i18n/pt/docusaurus-plugin-content-blog/options.json @@ -0,0 +1,14 @@ +{ + "title": { + "message": "Blog", + "description": "The title for the blog used in SEO" + }, + "description": { + "message": "Blog", + "description": "The description for the blog used in SEO" + }, + "sidebar.title": { + "message": "Postagens recentes", + "description": "The label for the left sidebar" + } +} diff --git a/i18n/pt/docusaurus-plugin-content-docs/current.json b/i18n/pt/docusaurus-plugin-content-docs/current.json new file mode 100644 index 00000000..818a340d --- /dev/null +++ b/i18n/pt/docusaurus-plugin-content-docs/current.json @@ -0,0 +1,46 @@ +{ + "version.label": { + "message": "Próxima", + "description": "The label for version current" + }, + "sidebar.tutorialSidebar.category.Ad placements": { + "message": "Posicionamentos de Anúncios", + "description": "The label for category Ad placements in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Ad placements.link.generated-index.title": { + "message": "Posicionamentos de anúncios do Brave", + "description": "The generated-index page title for category Ad placements in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Brave Search": { + "message": "Pesquisa Brave", + "description": "The label for category Brave Search in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Brave Search.link.generated-index.title": { + "message": "Posicionamentos da Pesquisa Brave", + "description": "The generated-index page title for category Brave Search in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Brave Browser": { + "message": "Navegador Brave", + "description": "The label for category Brave Browser in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Brave Browser.link.generated-index.title": { + "message": "Posicionamentos do Navegador Brave", + "description": "The generated-index page title for category Brave Browser in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Getting started": { + "message": "Para começar", + "description": "The label for category Getting started in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Campaign performance": { + "message": "Desempenho da campanha", + "description": "The label for category Campaign performance in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Account management": { + "message": "Gerenciamento de contas", + "description": "The label for category Account management in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Advertiser policies": { + "message": "Políticas do anunciante", + "description": "The label for category Advertiser policies in sidebar tutorialSidebar" + } +} diff --git a/i18n/pt/docusaurus-plugin-content-docs/current/advertiser-policies/search-terms.md b/i18n/pt/docusaurus-plugin-content-docs/current/advertiser-policies/search-terms.md index 59dd0365..e17c3513 100644 --- a/i18n/pt/docusaurus-plugin-content-docs/current/advertiser-policies/search-terms.md +++ b/i18n/pt/docusaurus-plugin-content-docs/current/advertiser-policies/search-terms.md @@ -6,7 +6,7 @@ sidebar_position: 4 _Última atualização: 11 de março de 2024_ -Estes Termos de Serviço do Anunciante da Pesquisa Brave (_"Termos"_) se aplicam ao seu acesso e uso dos Serviços (conforme definido na Seção 1 abaixo) fornecidos pela Brave US LLC e por quaisquer de suas empresas afiliadas, incluindo, mas não se limitando a empresas controladoras diretas e indiretas, subsidiárias e outras empresas comuns ou afiliadas. ("Brave" ou "nós").("Brave" ou "nós").("Brave" ou "nós").Você também concorda que estes Termos se aplicarão a quaisquer reivindicações feitas contra qualquer funcionário, diretor, oficial ou agente do Brave. **Ao acessar ou usar nossos Serviços, você concorda com estes Termos. Se você não concordar com estes Termos, incluindo a disposição de arbitragem obrigatória e renúncia a ações coletivas na Seção 13, não acesse ou use nossos Serviços.** +Estes Termos de Serviço do Anunciante da Pesquisa Brave (_"Termos"_) se aplicam ao seu acesso e uso dos Serviços (conforme definido na Seção 1 abaixo) fornecidos pela Brave US LLC e por quaisquer de suas empresas afiliadas, incluindo, mas não se limitando a empresas controladoras diretas e indiretas, subsidiárias e outras empresas comuns ou afiliadas. ("Brave" ou "nós").("Brave" ou "nós").("Brave" ou "nós").("Brave" ou "nós").Você também concorda que estes Termos se aplicarão a quaisquer reivindicações feitas contra qualquer funcionário, diretor, oficial ou agente do Brave. **Ao acessar ou usar nossos Serviços, você concorda com estes Termos. Se você não concordar com estes Termos, incluindo a disposição de arbitragem obrigatória e renúncia a ações coletivas na Seção 13, não acesse ou use nossos Serviços.** Para informações sobre como coletamos e utilizamos seus dados, consulte nossa [Política de Privacidade para Anunciantes](https://brave.com/privacy/advertiser/). diff --git a/i18n/pt/docusaurus-plugin-content-docs/current/campaign-performance/reporting.md b/i18n/pt/docusaurus-plugin-content-docs/current/campaign-performance/reporting.md index 855798a1..08f0aee9 100644 --- a/i18n/pt/docusaurus-plugin-content-docs/current/campaign-performance/reporting.md +++ b/i18n/pt/docusaurus-plugin-content-docs/current/campaign-performance/reporting.md @@ -114,7 +114,7 @@ Uma página de destino única é uma ótima opção para contar o tráfego atrav Um código de indicação (do inglês, _referral code_) ou promoção (por exemplo, brave15) pode ser usado no momento da finalização da compra para relatar conversões atribuídas à sua campanha. Recomendamos que o código de indicação ou promoção seja preenchido automaticamente para que os usuários não esqueçam. Usando os relatórios da sua plataforma, você pode então visualizar o número de conversões que usaram o código de promoção ou indicação. -### Parâmetros de string de consulta e cookies de primeira parte (Por exemplo, UTMs) UTMs) UTMs) +### Parâmetros de string de consulta e cookies de primeira parte (Por exemplo, UTMs) UTMs) UTMs) UTMs) Parâmetros de rastreamento de URL de clique são permitidos, mas apenas quando usados de forma que seu servidor web ou aplicação web possam detectar. Usar relatórios de terceiros, como o Google Analytics, não mostrará dados precisos. Por favor, note que apenas URLs diretas são permitidas para o link de clique—sem redirecionamentos. diff --git a/i18n/pt/docusaurus-theme-classic/footer.json b/i18n/pt/docusaurus-theme-classic/footer.json new file mode 100644 index 00000000..367cc0e0 --- /dev/null +++ b/i18n/pt/docusaurus-theme-classic/footer.json @@ -0,0 +1,42 @@ +{ + "link.title.Try Brave": { + "message": "Experimente o Brave", + "description": "The title of the footer links column with title=Try Brave in the footer" + }, + "link.title.Follow Brave": { + "message": "Siga o Brave", + "description": "The title of the footer links column with title=Follow Brave in the footer" + }, + "link.title.Resources": { + "message": "Recursos", + "description": "The title of the footer links column with title=Resources in the footer" + }, + "link.item.label.Browser": { + "message": "Navegador", + "description": "The label of footer link with label=Browser linking to https://brave.com/download" + }, + "link.item.label.Search": { + "message": "Pesquisa", + "description": "The label of footer link with label=Search linking to https://search.brave.com" + }, + "link.item.label.Twitter": { + "message": "Twitter", + "description": "The label of footer link with label=Twitter linking to https://twitter.com/brave" + }, + "link.item.label.LinkedIn": { + "message": "Linkedin", + "description": "The label of footer link with label=LinkedIn linking to https://www.linkedin.com/company/brave-software" + }, + "link.item.label.Case studies": { + "message": "Estudos de caso", + "description": "The label of footer link with label=Case studies linking to https://brave.com/brave-ads/casestudies" + }, + "link.item.label.Learn": { + "message": "Aprender", + "description": "The label of footer link with label=Learn linking to https://brave.com/brave-ads/learn" + }, + "copyright": { + "message": "Copyright © 2024 Brave Software, Inc.", + "description": "The footer copyright" + } +} diff --git a/i18n/pt/docusaurus-theme-classic/navbar.json b/i18n/pt/docusaurus-theme-classic/navbar.json new file mode 100644 index 00000000..f43f7283 --- /dev/null +++ b/i18n/pt/docusaurus-theme-classic/navbar.json @@ -0,0 +1,22 @@ +{ + "title": { + "message": "Anúncios Brave", + "description": "The title in the navbar" + }, + "logo.alt": { + "message": "Logotipo do Brave", + "description": "The alt text of navbar logo" + }, + "item.label.Sign up": { + "message": "Criar conta", + "description": "Navbar item with label Sign up" + }, + "item.label.About": { + "message": "Sobre", + "description": "Navbar item with label About" + }, + "item.label.Audience": { + "message": "Público", + "description": "Navbar item with label Audience" + } +}