feat: dashboard Second Brain, essai 7 jours et vérification e-mail
Rendre le dashboard actionnable (inbox, peek, carte mentale), aligner la facturation sur l’essai 7 jours, et bloquer le login e-mail tant que l’adresse n’est pas confirmée. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -38,7 +38,24 @@
|
||||
"privacyTerms": "© 2025 Memento Labs — Privacidad · Términos",
|
||||
"sessionExpired": "Tu sitio se genera con navegación y tabla de contenidos",
|
||||
"welcomeBack": "Bienvenido de nuevo",
|
||||
"welcomeBackSubtitle": "Introduce tus credenciales para acceder a tus notas."
|
||||
"welcomeBackSubtitle": "Introduce tus credenciales para acceder a tus notas.",
|
||||
"checkEmailTitle": "Revisa tu correo",
|
||||
"checkEmailDescription": "Enviamos un enlace de confirmación a {email}. Ábrelo para activar tu cuenta antes de iniciar sesión.",
|
||||
"checkEmailDescriptionGeneric": "Enviamos un enlace de confirmación a tu correo. Ábrelo para activar tu cuenta antes de iniciar sesión.",
|
||||
"resendVerification": "Reenviar correo de confirmación",
|
||||
"verifyResent": "Correo de confirmación enviado. Revisa tu bandeja de entrada.",
|
||||
"verifyResendFailed": "No se pudo enviar el correo de confirmación. Inténtalo más tarde.",
|
||||
"verifyMissingEmail": "Introduce tu dirección de correo.",
|
||||
"verifyLoading": "Confirmando tu correo…",
|
||||
"verifySuccessTitle": "Correo confirmado",
|
||||
"verifySuccessDescription": "Tu cuenta está lista. Ya puedes iniciar sesión.",
|
||||
"verifyExpiredTitle": "Enlace caducado",
|
||||
"verifyExpiredDescription": "Este enlace de confirmación ha caducado. Solicita uno nuevo.",
|
||||
"verifyInvalidTitle": "Enlace no válido",
|
||||
"verifyInvalidDescription": "Este enlace de confirmación no es válido o ya se usó.",
|
||||
"emailNotVerified": "Confirma tu correo antes de iniciar sesión.",
|
||||
"emailVerifiedBanner": "Correo confirmado. Ya puedes iniciar sesión.",
|
||||
"invalidCredentials": "Correo o contraseña incorrectos."
|
||||
},
|
||||
"sidebar": {
|
||||
"notes": "Notas",
|
||||
@@ -1580,7 +1597,58 @@
|
||||
"STRIPE_PRICE_CREDITS_S": "Pack S — 100 credits (price ID)",
|
||||
"STRIPE_PRICE_CREDITS_M": "Pack M — 500 credits (price ID)",
|
||||
"STRIPE_PRICE_CREDITS_L": "Pack L — 2,000 credits (price ID)",
|
||||
"packsCatalogTitle": "Pack catalogue (code)"
|
||||
"packsCatalogTitle": "Pack catalogue (code)",
|
||||
"healthTitle": "Stripe health check",
|
||||
"healthDescription": "Runtime status of keys, webhooks, price IDs and billing flag (secrets are never shown).",
|
||||
"healthSecret": "Secret key (server)",
|
||||
"healthPublishable": "Publishable key",
|
||||
"healthWebhook": "Webhook secret",
|
||||
"healthBillingFlag": "Billing enabled",
|
||||
"healthTrial": "Free trial",
|
||||
"trialDaysValue": "{days} days on first checkout",
|
||||
"modeTest": "Test mode (sk_test_…)",
|
||||
"modeLive": "Live mode (sk_live_…)",
|
||||
"modePlaceholder": "Placeholder / invalid key",
|
||||
"modeMissing": "Not configured",
|
||||
"configured": "Configured",
|
||||
"missing": "Missing",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"priceStatusTitle": "Price IDs vs Stripe",
|
||||
"colKey": "Plan",
|
||||
"colPriceId": "Price ID",
|
||||
"colSource": "Source",
|
||||
"colStripe": "Stripe amount",
|
||||
"priceError": "Lookup failed",
|
||||
"inactive": "inactive",
|
||||
"notChecked": "Not checked (no Stripe key)",
|
||||
"subsTitle": "Subscriptions overview",
|
||||
"subsDescription": "Counts from the local database (synced via Stripe webhooks).",
|
||||
"statPaid": "Active + trial",
|
||||
"statTrialing": "On trial",
|
||||
"statPastDue": "Past due",
|
||||
"statCanceling": "Cancel at period end",
|
||||
"byTier": "By tier",
|
||||
"byStatus": "By status",
|
||||
"usersWithoutSub": "Users with no Subscription row",
|
||||
"noSubs": "No subscriptions yet",
|
||||
"recentSubs": "Recent paid / trial accounts",
|
||||
"colUser": "User",
|
||||
"colTier": "Tier",
|
||||
"colStatus": "Status",
|
||||
"colPeriod": "Period / trial end",
|
||||
"canceling": "canceling",
|
||||
"manualTier": "manual (no Stripe sub)",
|
||||
"trialUntil": "Trial until {date}",
|
||||
"testGuideTitle": "How to test Stripe locally",
|
||||
"testGuideDescription": "Checklist to validate checkout, webhooks and trial.",
|
||||
"testStep1": "Stripe Dashboard → Test mode ON. Create Pro/Business products + monthly/annual prices + credit packs.",
|
||||
"testStep2": "Put sk_test_…, pk_test_… in .env. Put price_… IDs in Admin → Billing (or env) and enable billing.",
|
||||
"testStep3": "Copy the whsec_… into STRIPE_WEBHOOK_SECRET and restart the app.",
|
||||
"testStep4": "npm run dev → open /settings/billing as a BASIC user.",
|
||||
"testStep5": "Start Pro checkout. Card: 4242 4242 4242 4242, any future expiry, any CVC. Expect a 7-day trial.",
|
||||
"testStep6": "Confirm Admin → Billing shows TRIALING, and /settings/billing shows the trial end date.",
|
||||
"testCardHint": "Other cards: 4000000000009995 = payment fails · 4000002500003155 = 3D Secure. Never use real cards in test mode."
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
@@ -3113,7 +3181,11 @@
|
||||
"packLName": "Paquete intensivo",
|
||||
"buyPack": "Comprar",
|
||||
"packCheckoutSuccess": "¡Paquete de créditos añadido a su saldo!",
|
||||
"packCheckoutFailed": "No se pudo iniciar la compra. Compruebe la config de Stripe o inténtelo de nuevo."
|
||||
"packCheckoutFailed": "No se pudo iniciar la compra. Compruebe la config de Stripe o inténtelo de nuevo.",
|
||||
"startTrialCta": "Probar {days} días gratis",
|
||||
"trialFeature": "Prueba gratis de {days} días (tarjeta requerida)",
|
||||
"trialEndsOn": "Tu prueba gratuita termina el {date}. Después se te cobrará automáticamente.",
|
||||
"trialEndsLabel": "Fin de la prueba"
|
||||
},
|
||||
"landing": {
|
||||
"nav": {
|
||||
@@ -3295,7 +3367,16 @@
|
||||
"feature4": "Soporte dedicado",
|
||||
"feature5": "Onboarding en vivo"
|
||||
},
|
||||
"basicPrice": "Gratis"
|
||||
"basicPrice": "Gratis",
|
||||
"savePercent": "Ahorra ~17%",
|
||||
"proMonthly": "9,90€",
|
||||
"proAnnualMonthly": "8,25€",
|
||||
"businessMonthly": "29,90€",
|
||||
"businessAnnualMonthly": "24,92€",
|
||||
"enterprisePrice": "A medida",
|
||||
"trialBadge": "Prueba gratis {days} días",
|
||||
"trialFeature": "Prueba gratis de {days} días (tarjeta requerida)",
|
||||
"trialCta": "Probar {days} días gratis"
|
||||
},
|
||||
"cta": {
|
||||
"title": "Deja de perder tus mejores ideas.",
|
||||
|
||||
Reference in New Issue
Block a user