fix: add missing i18n keys for wizard success states

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-03-01 21:45:34 +00:00
parent 3eb38b75f9
commit c642218bf8
3 changed files with 202 additions and 29 deletions

View File

@@ -440,6 +440,9 @@
"success": {
"title": "Your Blueprint is on the way!",
"description": "We're analyzing your reviews now. Your Reputation Blueprint will be delivered to {{email}} within 24 hours.",
"readyTitle": "Your Report is Ready!",
"readyDescription": "We've sent the report to {{email}}",
"failedTitle": "Something went wrong",
"processing": "Analyzing reviews...",
"createAccount": "Create an account",
"createAccountDescription": "Track your report status and download it when ready.",

View File

@@ -440,6 +440,9 @@
"success": {
"title": "¡Tu Radiografía está en camino!",
"description": "Estamos analizando tus reseñas. Tu Radiografía de Reputación se entregará a {{email}} en 24 horas.",
"readyTitle": "¡Tu Informe está Listo!",
"readyDescription": "Hemos enviado el informe a {{email}}",
"failedTitle": "Algo salió mal",
"processing": "Analizando reseñas...",
"createAccount": "Crear una cuenta",
"createAccountDescription": "Sigue el estado de tu informe y descárgalo cuando esté listo.",