Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/BuyProcess/NewPlanSelection/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ describe('NewPlanSelection component', () => {

await waitFor(() =>
expect(
within(getCreditsPlanSection()).getByText(/Incluye 5.000 Creditos extra/i),
within(getCreditsPlanSection()).getByText(/Incluye 5.000 Créditos extra/i),
).toBeInTheDocument(),
);
});
Expand Down Expand Up @@ -1492,7 +1492,7 @@ describe('NewPlanSelection component', () => {
).toBeInTheDocument(),
);
expect(
within(getCreditsPlanSection()).getByText(/Incluye 5.000 Creditos extra/i),
within(getCreditsPlanSection()).getByText(/Incluye 5.000 Créditos extra/i),
).toBeInTheDocument();
});

Expand Down
26 changes: 13 additions & 13 deletions src/i18n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ other {}}}}}}}}}}
subtitle: 'Suma soluciones adicionales para ampliar el alcance de tu estrategia.',
title: 'Explora nuestros Add-ons para potenciar tu Plan',
},
buy_credits: 'Comprar Creditos',
buy_credits: 'Comprar Créditos',
choose_plan: 'Elegir Plan',
contact_advisor_cta: 'Contactar a Asesor',
contacts_current_plan_warning_message: 'No puedes seleccionar este Plan porque es el que posees actualmente.',
Expand All @@ -181,24 +181,24 @@ other {}}}}}}}}}}
contacts_option_more_than_100k: 'Más de 100.000',
contacts_plan_description: 'Llega a todos tus Contactos siempre. El plan ideal si tus Campañas son frecuentes y tu base ya está consolidada.',
contacts_plan_title: 'Plan Contactos',
credits_extra_credits_text: 'Incluye {credits} Creditos extra',
credits_label: 'Cuantos Creditos necesitas?',
credits_extra_credits_text: 'Incluye {credits} Créditos extra',
credits_label: 'Cuantos Créditos necesitas?',
credits_option: '{credits}',
credits_plan_description: 'Compra Creditos y usalos cuando quieras. Ideal para envios puntuales o necesidades flexibles.',
credits_plan_title: 'Compra Creditos y usalos cuando quieras',
credits_price_per_credit: `Precio por Credito: US$${formattedNumberPlaceholder}`,
credits_plan_description: 'Compra Créditos y usalos cuando quieras. Ideal para envíos puntuales o necesidades flexibles.',
credits_plan_title: 'Compra Créditos y usalos cuando quieras',
credits_price_per_credit: `Precio por Crédito: US$${formattedNumberPlaceholder}`,
credits_promocode_savings_text: 'Ahorras {percentage}% en esta compra',
custom_price_value: 'A medida*',
emails_downgrade_warning_message: '<bold>Necesitas disminuir los Envios?</bold>{br}Si necesitas reducir la cantidad de Envios de tu Plan, contacta a nuestro equipo para poder realizar el cambio.',
emails_downgrade_warning_message: '<bold>Necesitas disminuir los Envíos?</bold>{br}Si necesitas reducir la cantidad de Envios de tu Plan, contacta a nuestro equipo para poder realizar el cambio.',
emails_extra_email_price: 'Costo por email excedente US$ {price}',
emails_label: 'Cuantos Envios necesitas?',
emails_more_than_10m_info_message: '<bold>Necesitas mas Envios?</bold>{br}Contacta a nuestro equipo para poder ofrecerte un Plan personalizado que se adecue con las necesidades de tu negocio.',
emails_label: 'Cuantos Envíos necesitas?',
emails_more_than_10m_info_message: '<bold>Necesitas mas Envíos?</bold>{br}Contacta a nuestro equipo para poder ofrecerte un Plan personalizado que se adecue con las necesidades de tu negocio.',
emails_option: '{emails}',
emails_option_less_than_100k: 'Menos de 100.000',
emails_option_more_than_10m: 'Mas de 10.000.000',
emails_plan_description: 'Envia mas y paga menos. Contactos ilimitados con un costo por envio unitario mas bajo.{br}Ideal para empresas con grandes bases de datos.',
emails_plan_title: 'Plan Envios',
empty_emails_message: 'No hay planes por Envios disponibles en este momento.',
emails_plan_title: 'Plan Envíos',
empty_emails_message: 'No hay planes por Envíos disponibles en este momento.',
empty_message: 'No hay planes por Contactos disponibles en este momento.',
included_features: {
item_1_description: 'Automatiza recorridos, recupera oportunidades y mejora la relación con tus Contactos con envíos inteligentes.',
Expand Down Expand Up @@ -2097,11 +2097,11 @@ El código es inválido.`,
send_simple_and_effective_alerts: 'Envia alertas simples y efectivas a tus Suscriptores.',
},
paragraph_free_MD: `¡Implementa Notificaciones Push en tu Estrategia de Marketing!
**Pruebalo durante tu período gratuito o hasta utilizar los 2.500 Enviós.**`,
**Pruebalo durante tu período gratuito o hasta utilizar los 2.500 Envíos.**`,
paragraph_free_expired_MD: `¡Implementa Notificaciones Push en tu Estrategia de Marketing!
**Adquiere un plan según tus necesidades.**`,
paragraph_not_free_MD: `¡Implementa Notificaciones Push en tu Estrategia de Marketing!
**Puedes probarlo gratis durante 90 días o hasta utilizar los 2.500 Enviós.**`,
**Puedes probarlo gratis durante 90 días o hasta utilizar los 2.500 Envíos.**`,
title: 'Doppler Notificaciones Push',
},
reports: {
Expand Down
Loading