Verifique la cobertura temporal de la tabla'
),
intro: translateText(locale,
- 'A cobertura temporal dos dados pode variar entre totalmente grátis, parcialmente grátis e totalmente pago. Os dados dentro do intervalo de anos gratuitos podem ser acessados sem custos, enquanto os dados nos anos pagos exigem uma assinatura do plano Pro ou Empresas.',
- 'The temporal coverage of data may vary between fully free, partially free, and fully paid. Data within the free year range can be accessed at no cost, while data in paid years requires a Pro or Enterprise plan subscription.',
- 'La cobertura temporal de los datos puede variar entre totalmente gratuito, parcialmente gratuito y totalmente pago. Los datos dentro del rango de años gratuitos pueden ser accedidos sin costo, mientras que los datos en los años pagos requieren una suscripción al plan Pro o Empresas.'
+ 'A cobertura temporal dos dados pode variar entre totalmente grátis, parcialmente grátis e totalmente pago. Os dados dentro do intervalo de anos gratuitos podem ser acessados sem custos, enquanto os dados nos anos pagos exigem uma assinatura do plano Pro ou BD Orgs.',
+ 'The temporal coverage of data may vary between fully free, partially free, and fully paid. Data within the free year range can be accessed at no cost, while data in paid years requires a Pro or DB Orgs plan subscription.',
+ 'La cobertura temporal de los datos puede variar entre totalmente gratuito, parcialmente gratuito y totalmente pago. Los datos dentro del rango de años gratuitos pueden ser accedidos sin costo, mientras que los datos en los años pagos requieren una suscripción al plan Pro o BD Orgs.'
),
position: 'right'
},
@@ -384,9 +384,9 @@ export const startThirdTour = (locale) => {
'
Paso 8 de 10
Acceso mediante Descarga'
),
intro: translateText(locale,
- 'Clique no botão para baixar o arquivo CSV diretamente na plataforma. Lembre-se de que o download está disponível apenas para tabelas de até 1 GB. Tabelas até 100 MB podem ser baixadas gratuitamente, enquanto tabelas entre 100 MB e 1 GB exigem uma assinatura do plano Pro ou Empresas.',
- 'Click the button to download the CSV file directly from the platform. Please note downloads are only available for tables up to 1 GB. Tables up to 100 MB can be downloaded for free, while tables between 100 MB and 1 GB require a Pro or Enterprise plan subscription.',
- 'Haga clic en el botón para descargar el archivo CSV directamente en la plataforma. Tenga en cuenta que la descarga solo está disponible para tablas de hasta 1 GB. Las tablas de hasta 100 MB se pueden descargar gratuitamente, mientras que las tablas entre 100 MB y 1 GB requieren una suscripción al plan Pro o Empresas.'
+ 'Clique no botão para baixar o arquivo CSV diretamente na plataforma. Lembre-se de que o download está disponível apenas para tabelas de até 1 GB. Tabelas até 100 MB podem ser baixadas gratuitamente, enquanto tabelas entre 100 MB e 1 GB exigem uma assinatura do plano Pro ou BD Orgs.',
+ 'Click the button to download the CSV file directly from the platform. Please note downloads are only available for tables up to 1 GB. Tables up to 100 MB can be downloaded for free, while tables between 100 MB and 1 GB require a Pro or DB Orgs plan subscription.',
+ 'Haga clic en el botón para descargar el archivo CSV directamente en la plataforma. Tenga en cuenta que la descarga solo está disponible para tablas de hasta 1 GB. Las tablas de hasta 100 MB se pueden descargar gratuitamente, mientras que las tablas entre 100 MB y 1 GB requieren una suscripción al plan Pro o BD Orgs.'
),
position: 'left'
},
diff --git a/next/components/organisms/componentsUserPage/PlansAndPayment.js b/next/components/organisms/componentsUserPage/PlansAndPayment.js
index b8c688ca..420a2d58 100644
--- a/next/components/organisms/componentsUserPage/PlansAndPayment.js
+++ b/next/components/organisms/componentsUserPage/PlansAndPayment.js
@@ -175,8 +175,6 @@ export default function PlansAndPayment ({ userData }) {
const filteredPlans = {
bd_pro_month : filterData("BD Pro", "month", true, 47)[0].node,
bd_pro_year : filterData("BD Pro", "year", true, 444)[0].node,
- bd_empresas_month : filterData("BD Empresas", "month", true, 385)[0].node,
- bd_empresas_year : filterData("BD Empresas", "year", true, 3700)[0].node,
bd_chatbot_month : filterChatbot("month", 30)[0]?.node,
bd_chatbot_year : filterChatbot("year", 326)[0]?.node,
}
@@ -347,7 +345,15 @@ export default function PlansAndPayment ({ userData }) {
}],
resources : [
{name: t('username.accessFor10Accounts')},
- {name: t('username.prioritySupport')}
+ {name: t('username.prioritySupport')},
+ {name: t('username.bdOrgsChatbot'), hideInListFeature: true},
+ {name: t('username.bdOrgsSegmentedInfrastructure')},
+ {name: t('username.bdOrgsUnifiedBilling')},
+ {
+ name: t('username.bdOrgsSpecializedServices'),
+ linkText: t('username.bdOrgsLearnMore'),
+ linkHref: '/services',
+ },
]}
}
@@ -361,6 +367,8 @@ export default function PlansAndPayment ({ userData }) {
}
const ListFeature = ({ elm, index, notIncludes = false }) => {
+ if (!elm || elm === "" || elm.hideInListFeature) return null;
+
return (
{notIncludes ?
@@ -371,7 +379,24 @@ export default function PlansAndPayment ({ userData }) {
{elm.name}
+ >
+ {elm.linkHref ? (
+ <>
+ {elm.name}{" "}
+
+ {elm.linkText}
+
+ >
+ ) : (
+ elm.name
+ )}
+
{elm.tooltip &&
{
+ const name = node.productName?.toLowerCase() || ""
+ const slug = node.productSlug?.toLowerCase() || ""
+ return !name.includes("empresas") && !slug.includes("empresas")
+ })
+
+ res.status(200).json({ data: edges, success: true })
}
diff --git a/next/pages/bd-orgs.js b/next/pages/bd-orgs.js
new file mode 100644
index 00000000..8d783ba1
--- /dev/null
+++ b/next/pages/bd-orgs.js
@@ -0,0 +1,58 @@
+import { Box, Stack } from "@chakra-ui/react";
+import Head from "next/head";
+import Script from "next/script";
+import { useTranslation } from "next-i18next";
+import { serverSideTranslations } from "next-i18next/serverSideTranslations";
+import { MainPageTemplate } from "../components/templates/main";
+import { withPages } from "../hooks/pages.hook";
+
+export async function getStaticProps({ locale }) {
+ const pages = await withPages();
+ return {
+ props: {
+ ...pages,
+ ...(await serverSideTranslations(locale, ["common", "menu", "bd-orgs"])),
+ },
+ };
+}
+
+export default function BdOrgs() {
+ const { t } = useTranslation("bd-orgs");
+
+ return (
+
+
+ {t("pageTitle")}
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/next/pages/prices.js b/next/pages/prices.js
index 80ced0ea..9dfde6dc 100644
--- a/next/pages/prices.js
+++ b/next/pages/prices.js
@@ -40,6 +40,7 @@ export const CardPrice = ({
subTitle,
price,
anualPlan = false,
+ hidePrice = false,
textResource,
resources = [],
button,
@@ -116,42 +117,67 @@ export const CardPrice = ({
flexDirection="column"
alignItems="center"
marginBottom="40px"
+ minHeight={hidePrice ? "108px" : undefined}
>
-
-
- R$ {anualPlan ? Math.ceil(price / 12) : price}
-
-
- {t("perMonth")}
-
-
+
+ {t("priceOnRequest")}
+
+
+ {t("priceOnRequestSubtitle")}
+
+
+ ) : (
+ <>
+
+
+ R$ {anualPlan ? Math.ceil(price / 12) : price}
+
+
+ {t("perMonth")}
+
+
-
- {anualPlan &&
- t("annualBillingMessage", {
- price: price.toLocaleString("pt-BR", {
- style: "currency",
- currency: "BRL",
- minimumFractionDigits: 0,
- }),
- })}
-
+
+ {anualPlan &&
+ t("annualBillingMessage", {
+ price: price.toLocaleString("pt-BR", {
+ style: "currency",
+ currency: "BRL",
+ minimumFractionDigits: 0,
+ }),
+ })}
+
+ >
+ )}
@@ -180,7 +206,24 @@ export const CardPrice = ({
>
- {elm.name}
+ {elm.linkHref ? (
+ <>
+ {elm.name}{" "}
+
+
+ {elm.linkText}
+
+
+ >
+ ) : (
+ elm.name
+ )}
{elm.tooltip && (
+ {hasChatbot && (
+ ({ name: feature }),
+ )}
+ button={{
+ text:
+ isBDChatbot.isCurrentPlan &&
+ planIntervalMatches(isBDChatbot, toggleAnual)
+ ? t("currentPlan")
+ : hasSubscribed
+ ? t("subscribe")
+ : t("startFreeTrial"),
+ href:
+ username === null
+ ? `/user/login`
+ : `/user/${username}?plans_and_payment`,
+ onClick: () => {
+ triggerGAEventWithData("bd_chatbot_card_price", {
+ plan_interval: toggleAnual ? "year" : "month",
+ is_free_trial: !hasSubscribed,
+ });
+ const chatKey = `bd_chatbot_${toggleAnual ? "year" : "month"}`;
+ cookies.set("plan_selected", plans?.[chatKey]?._id, {
+ expires: 1,
+ path: "/",
+ });
+ action(plans?.[chatKey]?._id);
+ },
+ isCurrentPlan:
+ isBDChatbot.isCurrentPlan &&
+ planIntervalMatches(isBDChatbot, toggleAnual),
+ }}
+ locale={locale}
+ />
+ )}
({ name: feature }))}
+ }).map((feature) =>
+ typeof feature === "string"
+ ? { name: feature }
+ : {
+ name: feature.text,
+ linkText: feature.linkText,
+ linkHref: feature.linkHref,
+ },
+ )}
button={{
text:
isBDEmp.isCurrentPlan &&
planIntervalMatches(isBDEmp, toggleAnual)
? t("currentPlan")
- : hasSubscribed
- ? t("subscribe")
- : t("startFreeTrial"),
- href:
- username === null
- ? `/user/login`
- : `/user/${username}?plans_and_payment`,
+ : t("contactUs"),
+ href: "/bd-orgs",
onClick: () => {
triggerGAEventWithData("bd_empresas_card_price", {
plan_interval: toggleAnual ? "year" : "month",
- is_free_trial: !hasSubscribed,
});
- cookies.set(
- "plan_selected",
- plans?.[`bd_empresas_${toggleAnual ? "year" : "month"}`]?._id,
- { expires: 1, path: "/" },
- );
- action(
- plans?.[`bd_empresas_${toggleAnual ? "year" : "month"}`]?._id,
- );
},
isCurrentPlan:
isBDEmp.isCurrentPlan &&
@@ -666,51 +742,6 @@ export function SectionPrice({
}}
locale={locale}
/>
- {hasChatbot && (
- ({ name: feature }),
- )}
- button={{
- text:
- isBDChatbot.isCurrentPlan &&
- planIntervalMatches(isBDChatbot, toggleAnual)
- ? t("currentPlan")
- : hasSubscribed
- ? t("subscribe")
- : t("startFreeTrial"),
- href:
- username === null
- ? `/user/login`
- : `/user/${username}?plans_and_payment`,
- onClick: () => {
- triggerGAEventWithData("bd_chatbot_card_price", {
- plan_interval: toggleAnual ? "year" : "month",
- is_free_trial: !hasSubscribed,
- });
- const chatKey = `bd_chatbot_${toggleAnual ? "year" : "month"}`;
- cookies.set("plan_selected", plans?.[chatKey]?._id, {
- expires: 1,
- path: "/",
- });
- action(plans?.[chatKey]?._id);
- },
- isCurrentPlan:
- isBDChatbot.isCurrentPlan &&
- planIntervalMatches(isBDChatbot, toggleAnual),
- }}
- locale={locale}
- />
- )}
)}
diff --git a/next/public/locales/en/bd-orgs.json b/next/public/locales/en/bd-orgs.json
new file mode 100644
index 00000000..698af4de
--- /dev/null
+++ b/next/public/locales/en/bd-orgs.json
@@ -0,0 +1,6 @@
+{
+ "pageTitle": "DB Orgs – Data Basis",
+ "pageDescription": "Contact us to learn about the DB Orgs plan from Data Basis.",
+ "title": "DB Orgs",
+ "description": "Fill out the form below and our team will get in touch to present the ideal plan for your organization."
+}
diff --git a/next/public/locales/en/menu.json b/next/public/locales/en/menu.json
index c0d1c5b3..d8a567ca 100644
--- a/next/public/locales/en/menu.json
+++ b/next/public/locales/en/menu.json
@@ -32,7 +32,7 @@
"contact": "Contact",
"DBFree": "DB Free",
"DBPro": "DB Pro",
- "DBEnterprise": "DB Enterprise",
+ "DBEnterprise": "DB Orgs",
"openChatbot": "Chatbot",
"chatbotNewBadge": "Beta",
"chatbot_lp": "Chatbot"
diff --git a/next/public/locales/en/prices.json b/next/public/locales/en/prices.json
index f9fee1c3..0fb5c07d 100644
--- a/next/public/locales/en/prices.json
+++ b/next/public/locales/en/prices.json
@@ -1,7 +1,7 @@
{
"pageTitle": "Prices – Data Basis",
"ogTitle": "Price – Data Basis",
- "ogDescription": "Compare Data Basis plans: Free, Pro, Enterprise, and Chatbot. With DB Pro, you get advanced features of our platform, high-frequency data, and exclusive datasets starting at R$47/month.",
+ "ogDescription": "Compare Data Basis plans: Free, Pro, Orgs, and Chatbot. With DB Pro, you get advanced features of our platform, high-frequency data, and exclusive datasets starting at R$47/month.",
"comparePlans": "Compare plans",
"annualDiscount": "Annual discount",
"annualBillingMessage": "{{price}} charged once a year",
@@ -14,9 +14,12 @@
"allFeaturesPlus": "All features of {{plan}}, plus:",
"currentPlan": "Current plan",
"subscribe": "Subscribe",
+ "contactUs": "Contact us",
"startFreeTrial": "Start free trial",
"exploreFeatures": "Explore features",
"beta": "Beta",
+ "priceOnRequest": "On request",
+ "priceOnRequestSubtitle": "custom plan for your organization",
"plans": {
"free": {
"title": "DB Free",
@@ -42,11 +45,19 @@
]
},
"enterprise": {
- "title": "DB Enterprise",
- "subtitle": "For your company to save time and improve decision quality",
+ "title": "DB Orgs",
+ "subtitle": "For your organization to save time and improve decision quality",
"features": [
- "Access for 10 accounts",
- "Priority support via email and Discord"
+ "Starting from 10 BD Pro accesses",
+ "Priority support",
+ "Chatbot",
+ "Segmented infrastructure for your use",
+ "Unified billing for accesses, licenses and cloud consumption",
+ {
+ "text": "Specialized data upload and analytics services",
+ "linkText": "learn more",
+ "linkHref": "/services"
+ }
]
},
"chatbot": {
@@ -54,7 +65,7 @@
"subtitle": "Create analyses in seconds with the power of AI",
"exclusiveFeaturesHeading": "Exclusive features:",
"features": [
- "Chatbot connected to 741 tables of public data",
+ "Chatbot connected to +700 tables of public data",
"Unlimited questions",
"Ready-to-use code for data extraction",
"Priority support via email and Discord"
diff --git a/next/public/locales/en/user.json b/next/public/locales/en/user.json
index 9b0fd91a..24f74795 100644
--- a/next/public/locales/en/user.json
+++ b/next/public/locales/en/user.json
@@ -245,8 +245,8 @@
"DBFreeSubtitle": "For you to discover the potential of the data platform",
"DBPro": "DB Pro",
"DBProSubtitle": "For you to have access to the most up-to-date data",
- "DBEnterprise": "DB Enterprise",
- "DBEnterpriseSubtitle": "For your company to save time and gain quality in decisions",
+ "DBEnterprise": "DB Orgs",
+ "DBEnterpriseSubtitle": "For your organization to save time and improve decision quality",
"perMonth": "/month",
"annualBillingMessage": "{{price}} charged once a year",
"includes": "Includes",
@@ -307,8 +307,13 @@
"account": "Account",
"changePassword": "Password",
"plansAndPayment": "Plans and payment",
- "accessFor10Accounts": "Access for 10 users",
- "prioritySupport": "Priority support via email and Discord",
+ "accessFor10Accounts": "Starting from 10 BD Pro accesses",
+ "prioritySupport": "Priority support",
+ "bdOrgsChatbot": "Chatbot",
+ "bdOrgsSegmentedInfrastructure": "Segmented infrastructure for your use",
+ "bdOrgsUnifiedBilling": "Unified billing for accesses, licenses and cloud consumption",
+ "bdOrgsSpecializedServices": "Specialized data upload and analytics services",
+ "bdOrgsLearnMore": "learn more",
"viewAllAndComparePlans": "View all and compare plans",
"confirmEmailAddress": "Confirm your email address",
"checkInboxAndFollowInstructions": "Check your inbox and follow the instructions sent in the email to complete the change.",
@@ -358,7 +363,7 @@
"planAccessUntil": "Plan access available until: ",
"nextAutoRenewal": "Next automatic renewal date: ",
"noDate": "Not available",
- "onlyAvailableInBDEnterprises": "Available only in the DB Enterprises plan",
+ "onlyAvailableInBDEnterprises": "Available only in the DB Orgs plan",
"addUser": "Add user",
"addUserInfo": "Enter the email of the user you want to add. If the user does not have an active account, they will need to create one before being added.",
"addGoogleAccount": "Add Google account",
diff --git a/next/public/locales/es/bd-orgs.json b/next/public/locales/es/bd-orgs.json
new file mode 100644
index 00000000..8343dcc7
--- /dev/null
+++ b/next/public/locales/es/bd-orgs.json
@@ -0,0 +1,6 @@
+{
+ "pageTitle": "BD Orgs – Base de los Datos",
+ "pageDescription": "Contáctenos para conocer el plan BD Orgs de Base de los Datos.",
+ "title": "BD Orgs",
+ "description": "Complete el formulario a continuación y nuestro equipo se pondrá en contacto para presentar el plan ideal para su organización."
+}
diff --git a/next/public/locales/es/menu.json b/next/public/locales/es/menu.json
index a3fa7624..ce80fbe1 100644
--- a/next/public/locales/es/menu.json
+++ b/next/public/locales/es/menu.json
@@ -32,7 +32,7 @@
"contact": "Contacto",
"DBFree": "BD Gratis",
"DBPro": "BD Pro",
- "DBEnterprise": "BD Empresas",
+ "DBEnterprise": "BD Orgs",
"openChatbot": "Chatbot",
"chatbotNewBadge": "Beta",
"chatbot_lp": "Chatbot"
diff --git a/next/public/locales/es/prices.json b/next/public/locales/es/prices.json
index 92475e9c..3194df59 100644
--- a/next/public/locales/es/prices.json
+++ b/next/public/locales/es/prices.json
@@ -1,7 +1,7 @@
{
"pageTitle": "Precios – Base de los Datos",
"ogTitle": "Precio – Base de los Datos",
- "ogDescription": "Compare los planes de Base de los Datos: Gratis, Pro, Empresas y Chatbot. Con BD Pro, cuenta con funciones avanzadas de nuestra plataforma, datos de alta frecuencia y conjuntos exclusivos desde R$47/mes.",
+ "ogDescription": "Compare los planes de Base de los Datos: Gratis, Pro, Orgs y Chatbot. Con BD Pro, cuenta con funciones avanzadas de nuestra plataforma, datos de alta frecuencia y conjuntos exclusivos desde R$47/mes.",
"comparePlans": "Comparar planes",
"annualDiscount": "Descuento anual",
"annualBillingMessage": "{{price}} cobrado una vez al año",
@@ -14,9 +14,12 @@
"allFeaturesPlus": "Todas las características de {{plan}}, más:",
"currentPlan": "Plan actual",
"subscribe": "Suscribirse",
+ "contactUs": "Contáctenos",
"startFreeTrial": "Iniciar prueba gratuita",
"exploreFeatures": "Explorar características",
"beta": "Beta",
+ "priceOnRequest": "Bajo consulta",
+ "priceOnRequestSubtitle": "plan personalizado para su organización",
"plans": {
"free": {
"title": "BD Gratis",
@@ -42,11 +45,19 @@
]
},
"enterprise": {
- "title": "BD Empresas",
- "subtitle": "Para que tu empresa gane tiempo y calidad en las decisiones",
+ "title": "BD Orgs",
+ "subtitle": "Para que tu organización gane tiempo y calidad en las decisiones",
"features": [
- "Acceso para 10 cuentas",
- "Soporte prioritario por correo electrónico y Discord"
+ "A partir de 10 accesos a BD Pro",
+ "Soporte prioritario",
+ "Chatbot",
+ "Infraestructura segmentada para uso",
+ "Facturación unificada de accesos, licencias y consumo en la nube",
+ {
+ "text": "Servicios especializados de carga de datos y analytics",
+ "linkText": "saber más",
+ "linkHref": "/services"
+ }
]
},
"chatbot": {
@@ -54,7 +65,7 @@
"subtitle": "Para crear análisis en segundos con el poder de la IA",
"exclusiveFeaturesHeading": "Recursos exclusivos:",
"features": [
- "Chatbot conectado a 741 tablas de datos públicos",
+ "Chatbot conectado a +700 tablas de datos públicos",
"Preguntas ilimitadas",
"Códigos listos para extracción de datos",
"Soporte prioritario por correo electrónico y Discord"
diff --git a/next/public/locales/es/user.json b/next/public/locales/es/user.json
index 2d0db8f9..0ba8eae9 100644
--- a/next/public/locales/es/user.json
+++ b/next/public/locales/es/user.json
@@ -160,8 +160,8 @@
"DBFreeSubtitle": "Para que descubras el potencial de la plataforma de datos",
"DBPro": "DB Pro",
"DBProSubtitle": "Para que tengas acceso a los datos más actualizados",
- "DBEnterprise": "DB Enterprise",
- "DBEnterpriseSubtitle": "Para que tu empresa ahorre tiempo y gane calidad en las decisiones",
+ "DBEnterprise": "BD Orgs",
+ "DBEnterpriseSubtitle": "Para que tu organización gane tiempo y calidad en las decisiones",
"perMonth": "/mes",
"annualBillingMessage": "{{price}} cobrado una vez al año",
"includes": "Incluye",
@@ -217,8 +217,13 @@
"downloadLimit1GBTooltip": "Las tablas mayores a 1 GB no están disponibles para descarga parcial o completa. Este límite no se aplica al acceso vía SQL, Python o R.",
"passwordChangedSuccessfully": "¡Contraseña cambiada con éxito!",
"useNewPassword": "Use su nueva contraseña para iniciar sesión la próxima vez.",
- "accessFor10Accounts": "Acceso para 10 usuarios",
- "prioritySupport": "Soporte prioritario vía correo electrónico y Discord",
+ "accessFor10Accounts": "A partir de 10 accesos a BD Pro",
+ "prioritySupport": "Soporte prioritario",
+ "bdOrgsChatbot": "Chatbot",
+ "bdOrgsSegmentedInfrastructure": "Infraestructura segmentada para uso",
+ "bdOrgsUnifiedBilling": "Facturación unificada de accesos, licencias y consumo en la nube",
+ "bdOrgsSpecializedServices": "Servicios especializados de carga de datos y analytics",
+ "bdOrgsLearnMore": "saber más",
"viewAllAndComparePlans": "Ver todos y comparar planes",
"confirmEmailAddress": "Confirme su dirección de correo electrónico",
"checkInboxAndFollowInstructions": "Revise su bandeja de entrada y siga las instrucciones enviadas en el correo electrónico para completar el cambio.",
@@ -272,7 +277,7 @@
"planAccessUntil": "Acceso al plano disponible hasta: ",
"nextAutoRenewal": "Próxima fecha de renovación automática: ",
"noDate": "No disponible",
- "onlyAvailableInBDEnterprises": "Disponible solo en el plano BD Empresas",
+ "onlyAvailableInBDEnterprises": "Disponible solo en el plano BD Orgs",
"addUser": "Agregar usuario",
"addUserInfo": "Ingrese el correo electrónico del usuario que desea agregar. Si el usuario no tiene una cuenta activa, necesitará crear una antes de ser agregado.",
"userNotFound": "Verifique si el correo electrónico está correcto y si la cuenta está activa en la plataforma.",
diff --git a/next/public/locales/pt/bd-orgs.json b/next/public/locales/pt/bd-orgs.json
new file mode 100644
index 00000000..e27573fc
--- /dev/null
+++ b/next/public/locales/pt/bd-orgs.json
@@ -0,0 +1,6 @@
+{
+ "pageTitle": "BD Orgs – Base dos Dados",
+ "pageDescription": "Entre em contato para conhecer o plano BD Orgs da Base dos Dados.",
+ "title": "BD Orgs",
+ "description": "Preencha o formulário abaixo e nossa equipe entrará em contato para apresentar o plano ideal para a sua organização."
+}
diff --git a/next/public/locales/pt/menu.json b/next/public/locales/pt/menu.json
index bc7c15c3..ef5e0e61 100644
--- a/next/public/locales/pt/menu.json
+++ b/next/public/locales/pt/menu.json
@@ -32,7 +32,7 @@
"contact": "Contato",
"DBFree": "BD Grátis",
"DBPro": "BD Pro",
- "DBEnterprise": "BD Empresas",
+ "DBEnterprise": "BD Orgs",
"openChatbot": "Chatbot",
"chatbotNewBadge": "Beta",
"chatbot_lp": "Chatbot"
diff --git a/next/public/locales/pt/prices.json b/next/public/locales/pt/prices.json
index cd386adb..fa7d4a2c 100644
--- a/next/public/locales/pt/prices.json
+++ b/next/public/locales/pt/prices.json
@@ -1,7 +1,7 @@
{
"pageTitle": "Preços – Base dos Dados",
"ogTitle": "Preço – Base dos Dados",
- "ogDescription": "Compare os planos da Base dos Dados: Grátis, Pro, Empresas e Chatbot. Com a BD Pro você conta com recursos avançados da nossa plataforma, dados atualizados e conjuntos exclusivos a partir de R$47/mês.",
+ "ogDescription": "Compare os planos da Base dos Dados: Grátis, Pro, Orgs e Chatbot. Com a BD Pro você conta com recursos avançados da nossa plataforma, dados atualizados e conjuntos exclusivos a partir de R$47/mês.",
"comparePlans": "Compare os planos",
"annualDiscount": "Desconto anual",
"save20": "Economize até 20%",
@@ -14,9 +14,12 @@
"allFeaturesPlus": "Todos os recursos da {{plan}}, mais:",
"currentPlan": "Plano atual",
"subscribe": "Assinar",
+ "contactUs": "Entre em contato",
"startFreeTrial": "Iniciar teste grátis",
"exploreFeatures": "Explorar recursos",
"beta": "Beta",
+ "priceOnRequest": "Sob consulta",
+ "priceOnRequestSubtitle": "plano personalizado para a sua organização",
"plans": {
"free": {
"title": "BD Grátis",
@@ -42,11 +45,19 @@
]
},
"enterprise": {
- "title": "BD Empresas",
- "subtitle": "Para sua empresa ganhar tempo e qualidade em decisões",
+ "title": "BD Orgs",
+ "subtitle": "Para sua organização ganhar tempo e qualidade em decisões",
"features": [
- "Acesso para 10 contas",
- "Suporte prioritário via email e Discord"
+ "A partir de 10 acessos a BD Pro",
+ "Suporte prioritário",
+ "Chatbot",
+ "Infraestrutura segmentada para uso",
+ "Cobrança unificada de acessos, licenças e consumo de cloud",
+ {
+ "text": "Serviços especializados de subida de dados e analytics",
+ "linkText": "saiba mais",
+ "linkHref": "/services"
+ }
]
},
"chatbot": {
@@ -54,7 +65,7 @@
"subtitle": "Para você criar análises em segundos com o poder da IA",
"exclusiveFeaturesHeading": "Recursos exclusivos:",
"features": [
- "Chatbot conectado a 741 tabelas de dados públicos",
+ "Chatbot conectado a +700 tabelas de dados públicos",
"Perguntas ilimitadas",
"Códigos prontos para extração de dados",
"Suporte prioritário via email e Discord"
diff --git a/next/public/locales/pt/user.json b/next/public/locales/pt/user.json
index 1355c10c..6c95eec4 100644
--- a/next/public/locales/pt/user.json
+++ b/next/public/locales/pt/user.json
@@ -289,8 +289,8 @@
"DBFreeSubtitle": "Para você descobrir o potencial da plataforma de dados",
"DBPro": "BD Pro",
"DBProSubtitle": "Para você ter acesso aos dados mais atualizados",
- "DBEnterprise": "BD Empresas",
- "DBEnterpriseSubtitle": "Para sua empresa ganhar tempo e qualidade em decisões",
+ "DBEnterprise": "BD Orgs",
+ "DBEnterpriseSubtitle": "Para sua organização ganhar tempo e qualidade em decisões",
"perMonth": "/mês",
"annualBillingMessage": "{{price}} cobrado uma vez no ano",
"includes": "Inclui",
@@ -310,8 +310,13 @@
"companyReferenceTable": "Tabela de referência de empresas com informações atualizadas",
"downloadLimit1GB": "Download direto até 1 GB (~80% das tabelas da plataforma)",
"downloadLimit1GBTooltip": "Tabelas maiores que 1 GB não estão disponíveis para download parcial ou completo. Esse limite não se aplica ao acesso via SQL, Python ou R.",
- "accessFor10Accounts": "Acesso para 10 usuários",
- "prioritySupport": "Suporte prioritário via email e Discord",
+ "accessFor10Accounts": "A partir de 10 acessos a BD Pro",
+ "prioritySupport": "Suporte prioritário",
+ "bdOrgsChatbot": "Chatbot",
+ "bdOrgsSegmentedInfrastructure": "Infraestrutura segmentada para uso",
+ "bdOrgsUnifiedBilling": "Cobrança unificada de acessos, licenças e consumo de cloud",
+ "bdOrgsSpecializedServices": "Serviços especializados de subida de dados e analytics",
+ "bdOrgsLearnMore": "saiba mais",
"viewAllAndComparePlans": "Veja tudo e compare os planos",
"passwordChangedSuccessfully": "Sua senha foi alterada com sucesso!",
"useNewPassword": "Use sua nova senha para fazer login da próxima vez.",
@@ -366,7 +371,7 @@
"planAccessUntil": "Acesso ao plano disponível até: ",
"nextAutoRenewal": "Próxima data de renovação automática: ",
"noDate": "Não disponível",
- "onlyAvailableInBDEnterprises": "Disponível apenas no plano BD Empresas",
+ "onlyAvailableInBDEnterprises": "Disponível apenas no plano BD Orgs",
"addUser": "Adicionar usuário",
"addUserInfo": "Insira o e-mail do usuário que deseja adicionar. Se o usuário não tiver uma conta ativa, ele precisará criar uma antes de ser adicionado.",
"addGoogleAccount": "Adicionar conta de serviço Google",