fix(i18n): wrap CookieConsentRoot with LanguageProvider
The CookieConsentBanner uses useLanguage() hook but was rendered outside of LanguageProvider in RootLayout. Added LanguageProvider wrapper to fix the runtime error.
This commit is contained in:
@@ -2591,5 +2591,50 @@
|
||||
"emptyState": "No versions available",
|
||||
"selectVersion": "Select a version to preview its content",
|
||||
"currentVersion": "current"
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Cookie Preferences",
|
||||
"description": "We use cookies to improve your experience. Strictly necessary cookies are always active, but you can opt-in to anonymous analytics.",
|
||||
"acceptEssentials": "Accept Essentials Only",
|
||||
"rejectNonEssential": "Reject Non-Essential",
|
||||
"manage": "Manage Preferences",
|
||||
"acceptAll": "Accept All"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Consent Settings",
|
||||
"description": "Customize your data privacy preferences. We respect your choice and store no tracking cookies without your consent.",
|
||||
"necessaryTitle": "Strictly Necessary Cookies",
|
||||
"necessaryDesc": "These cookies are required to authenticate your session, save your language and theme preferences. They cannot be turned off.",
|
||||
"alwaysOn": "Always On",
|
||||
"analyticsTitle": "Anonymous Analytics",
|
||||
"analyticsDesc": "Help us improve Momento by sending completely anonymous usage statistics. No personal data is ever tracked.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Preferences",
|
||||
"saved": "Preferences updated successfully."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Right to be Forgotten (GDPR)",
|
||||
"sectionDescription": "Permanently and irreversibly delete your account and all associated data.",
|
||||
"whatWillBeDeleted": "The following will be permanently deleted:",
|
||||
"item1": "All notes, notebooks, and attachments",
|
||||
"item2": "All pgvector semantic embeddings",
|
||||
"item3": "All BYOK API keys",
|
||||
"item4": "All AI conversations and brainstorm sessions",
|
||||
"item5": "Quota and usage history",
|
||||
"item6": "Your Stripe subscription (if active)",
|
||||
"item7": "Your account and login credentials",
|
||||
"buttonLabel": "Delete My Account",
|
||||
"dialogTitle": "Confirm Account Deletion",
|
||||
"dialogDescription": "This action is irreversible. Type your email address to confirm.",
|
||||
"emailPlaceholder": "Your email address",
|
||||
"confirmButton": "Permanently Delete Account",
|
||||
"cancelButton": "Cancel",
|
||||
"deleting": "Deleting...",
|
||||
"successRedirect": "Your account has been successfully deleted.",
|
||||
"errorFailed": "Deletion failed. Please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2591,5 +2591,50 @@
|
||||
"emptyState": "No versions available",
|
||||
"selectVersion": "Select a version to preview its content",
|
||||
"currentVersion": "current"
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Cookie Preferences",
|
||||
"description": "We use cookies to improve your experience. Strictly necessary cookies are always active, but you can opt-in to anonymous analytics.",
|
||||
"acceptEssentials": "Accept Essentials Only",
|
||||
"rejectNonEssential": "Reject Non-Essential",
|
||||
"manage": "Manage Preferences",
|
||||
"acceptAll": "Accept All"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Consent Settings",
|
||||
"description": "Customize your data privacy preferences. We respect your choice and store no tracking cookies without your consent.",
|
||||
"necessaryTitle": "Strictly Necessary Cookies",
|
||||
"necessaryDesc": "These cookies are required to authenticate your session, save your language and theme preferences. They cannot be turned off.",
|
||||
"alwaysOn": "Always On",
|
||||
"analyticsTitle": "Anonymous Analytics",
|
||||
"analyticsDesc": "Help us improve Momento by sending completely anonymous usage statistics. No personal data is ever tracked.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Preferences",
|
||||
"saved": "Preferences updated successfully."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Right to be Forgotten (GDPR)",
|
||||
"sectionDescription": "Permanently and irreversibly delete your account and all associated data.",
|
||||
"whatWillBeDeleted": "The following will be permanently deleted:",
|
||||
"item1": "All notes, notebooks, and attachments",
|
||||
"item2": "All pgvector semantic embeddings",
|
||||
"item3": "All BYOK API keys",
|
||||
"item4": "All AI conversations and brainstorm sessions",
|
||||
"item5": "Quota and usage history",
|
||||
"item6": "Your Stripe subscription (if active)",
|
||||
"item7": "Your account and login credentials",
|
||||
"buttonLabel": "Delete My Account",
|
||||
"dialogTitle": "Confirm Account Deletion",
|
||||
"dialogDescription": "This action is irreversible. Type your email address to confirm.",
|
||||
"emailPlaceholder": "Your email address",
|
||||
"confirmButton": "Permanently Delete Account",
|
||||
"cancelButton": "Cancel",
|
||||
"deleting": "Deleting...",
|
||||
"successRedirect": "Your account has been successfully deleted.",
|
||||
"errorFailed": "Deletion failed. Please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -534,7 +534,7 @@
|
||||
"sectionLabel": "Generation Tools",
|
||||
"theme": "Theme",
|
||||
"themeAuto": "Automatic (AI picks)",
|
||||
"themeArchitecturalMono": "Architectural Mono",
|
||||
"themeArchitecturalMono": "Architectural Mono",
|
||||
"themeVibrantTech": "Vibrant Tech",
|
||||
"themeMinimalSilk": "Minimal Silk",
|
||||
"style": "Style",
|
||||
@@ -2681,5 +2681,50 @@
|
||||
"created": "Created on",
|
||||
"updated": "Updated on"
|
||||
}
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Cookie Preferences",
|
||||
"description": "We use cookies to improve your experience. Strictly necessary cookies are always active, but you can opt-in to anonymous analytics.",
|
||||
"acceptEssentials": "Accept Essentials Only",
|
||||
"rejectNonEssential": "Reject Non-Essential",
|
||||
"manage": "Manage Preferences",
|
||||
"acceptAll": "Accept All"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Consent Settings",
|
||||
"description": "Customize your data privacy preferences. We respect your choice and store no tracking cookies without your consent.",
|
||||
"necessaryTitle": "Strictly Necessary Cookies",
|
||||
"necessaryDesc": "These cookies are required to authenticate your session, save your language and theme preferences. They cannot be turned off.",
|
||||
"alwaysOn": "Always On",
|
||||
"analyticsTitle": "Anonymous Analytics",
|
||||
"analyticsDesc": "Help us improve Momento by sending completely anonymous usage statistics. No personal data is ever tracked.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Preferences",
|
||||
"saved": "Preferences updated successfully."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Right to be Forgotten (GDPR)",
|
||||
"sectionDescription": "Permanently and irreversibly delete your account and all associated data.",
|
||||
"whatWillBeDeleted": "The following will be permanently deleted:",
|
||||
"item1": "All notes, notebooks, and attachments",
|
||||
"item2": "All pgvector semantic embeddings",
|
||||
"item3": "All BYOK API keys",
|
||||
"item4": "All AI conversations and brainstorm sessions",
|
||||
"item5": "Quota and usage history",
|
||||
"item6": "Your Stripe subscription (if active)",
|
||||
"item7": "Your account and login credentials",
|
||||
"buttonLabel": "Delete My Account",
|
||||
"dialogTitle": "Confirm Account Deletion",
|
||||
"dialogDescription": "This action is irreversible. Type your email address to confirm.",
|
||||
"emailPlaceholder": "Your email address",
|
||||
"confirmButton": "Permanently Delete Account",
|
||||
"cancelButton": "Cancel",
|
||||
"deleting": "Deleting...",
|
||||
"successRedirect": "Your account has been successfully deleted.",
|
||||
"errorFailed": "Deletion failed. Please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2591,5 +2591,50 @@
|
||||
"emptyState": "No versions available",
|
||||
"selectVersion": "Select a version to preview its content",
|
||||
"currentVersion": "current"
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Cookie Preferences",
|
||||
"description": "We use cookies to improve your experience. Strictly necessary cookies are always active, but you can opt-in to anonymous analytics.",
|
||||
"acceptEssentials": "Accept Essentials Only",
|
||||
"rejectNonEssential": "Reject Non-Essential",
|
||||
"manage": "Manage Preferences",
|
||||
"acceptAll": "Accept All"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Consent Settings",
|
||||
"description": "Customize your data privacy preferences. We respect your choice and store no tracking cookies without your consent.",
|
||||
"necessaryTitle": "Strictly Necessary Cookies",
|
||||
"necessaryDesc": "These cookies are required to authenticate your session, save your language and theme preferences. They cannot be turned off.",
|
||||
"alwaysOn": "Always On",
|
||||
"analyticsTitle": "Anonymous Analytics",
|
||||
"analyticsDesc": "Help us improve Momento by sending completely anonymous usage statistics. No personal data is ever tracked.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Preferences",
|
||||
"saved": "Preferences updated successfully."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Right to be Forgotten (GDPR)",
|
||||
"sectionDescription": "Permanently and irreversibly delete your account and all associated data.",
|
||||
"whatWillBeDeleted": "The following will be permanently deleted:",
|
||||
"item1": "All notes, notebooks, and attachments",
|
||||
"item2": "All pgvector semantic embeddings",
|
||||
"item3": "All BYOK API keys",
|
||||
"item4": "All AI conversations and brainstorm sessions",
|
||||
"item5": "Quota and usage history",
|
||||
"item6": "Your Stripe subscription (if active)",
|
||||
"item7": "Your account and login credentials",
|
||||
"buttonLabel": "Delete My Account",
|
||||
"dialogTitle": "Confirm Account Deletion",
|
||||
"dialogDescription": "This action is irreversible. Type your email address to confirm.",
|
||||
"emailPlaceholder": "Your email address",
|
||||
"confirmButton": "Permanently Delete Account",
|
||||
"cancelButton": "Cancel",
|
||||
"deleting": "Deleting...",
|
||||
"successRedirect": "Your account has been successfully deleted.",
|
||||
"errorFailed": "Deletion failed. Please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2602,5 +2602,50 @@
|
||||
"emptyState": "No versions available",
|
||||
"selectVersion": "Select a version to preview its content",
|
||||
"currentVersion": "current"
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Cookie Preferences",
|
||||
"description": "We use cookies to improve your experience. Strictly necessary cookies are always active, but you can opt-in to anonymous analytics.",
|
||||
"acceptEssentials": "Accept Essentials Only",
|
||||
"rejectNonEssential": "Reject Non-Essential",
|
||||
"manage": "Manage Preferences",
|
||||
"acceptAll": "Accept All"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Consent Settings",
|
||||
"description": "Customize your data privacy preferences. We respect your choice and store no tracking cookies without your consent.",
|
||||
"necessaryTitle": "Strictly Necessary Cookies",
|
||||
"necessaryDesc": "These cookies are required to authenticate your session, save your language and theme preferences. They cannot be turned off.",
|
||||
"alwaysOn": "Always On",
|
||||
"analyticsTitle": "Anonymous Analytics",
|
||||
"analyticsDesc": "Help us improve Momento by sending completely anonymous usage statistics. No personal data is ever tracked.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Preferences",
|
||||
"saved": "Preferences updated successfully."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Right to be Forgotten (GDPR)",
|
||||
"sectionDescription": "Permanently and irreversibly delete your account and all associated data.",
|
||||
"whatWillBeDeleted": "The following will be permanently deleted:",
|
||||
"item1": "All notes, notebooks, and attachments",
|
||||
"item2": "All pgvector semantic embeddings",
|
||||
"item3": "All BYOK API keys",
|
||||
"item4": "All AI conversations and brainstorm sessions",
|
||||
"item5": "Quota and usage history",
|
||||
"item6": "Your Stripe subscription (if active)",
|
||||
"item7": "Your account and login credentials",
|
||||
"buttonLabel": "Delete My Account",
|
||||
"dialogTitle": "Confirm Account Deletion",
|
||||
"dialogDescription": "This action is irreversible. Type your email address to confirm.",
|
||||
"emailPlaceholder": "Your email address",
|
||||
"confirmButton": "Permanently Delete Account",
|
||||
"cancelButton": "Cancel",
|
||||
"deleting": "Deleting...",
|
||||
"successRedirect": "Your account has been successfully deleted.",
|
||||
"errorFailed": "Deletion failed. Please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -540,7 +540,7 @@
|
||||
"sectionLabel": "Outils de Génération",
|
||||
"theme": "Thème",
|
||||
"themeAuto": "Automatique (IA choisit)",
|
||||
"themeArchitecturalMono": "Architectural Mono",
|
||||
"themeArchitecturalMono": "Architectural Mono",
|
||||
"themeVibrantTech": "Tech vibrant",
|
||||
"themeMinimalSilk": "Soie minimaliste",
|
||||
"style": "Style",
|
||||
@@ -2687,5 +2687,50 @@
|
||||
"created": "Créée le",
|
||||
"updated": "Mise à jour le"
|
||||
}
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Préférences de Cookies",
|
||||
"description": "Nous utilisons des cookies pour améliorer votre expérience. Les cookies strictement nécessaires sont toujours actifs, mais vous pouvez consentir aux analyses anonymes.",
|
||||
"acceptEssentials": "Accepter uniquement les essentiels",
|
||||
"rejectNonEssential": "Refuser les non-essentiels",
|
||||
"manage": "Gérer les préférences",
|
||||
"acceptAll": "Tout accepter"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Paramètres de Consentement",
|
||||
"description": "Personnalisez vos préférences de confidentialité. Nous respectons votre choix et n'utilisons aucun cookie de suivi sans votre accord.",
|
||||
"necessaryTitle": "Cookies Strictement Nécessaires",
|
||||
"necessaryDesc": "Ces cookies sont requis pour authentifier votre session et enregistrer vos préférences de langue et de thème. Ils ne peuvent pas être désactivés.",
|
||||
"alwaysOn": "Toujours Actifs",
|
||||
"analyticsTitle": "Analyses Anonymes",
|
||||
"analyticsDesc": "Aidez-nous à améliorer Momento en partageant des statistiques d'utilisation totalement anonymes. Aucune donnée personnelle n'est suivie.",
|
||||
"cancel": "Annuler",
|
||||
"save": "Enregistrer les préférences",
|
||||
"saved": "Préférences mises à jour avec succès."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Droit à l'Oubli (RGPD)",
|
||||
"sectionDescription": "Supprimez définitivement et irréversiblement votre compte et toutes vos données.",
|
||||
"whatWillBeDeleted": "Les éléments suivants seront définitivement supprimés :",
|
||||
"item1": "Toutes vos notes, carnets et pièces jointes",
|
||||
"item2": "Tous vos embeddings sémantiques pgvector",
|
||||
"item3": "Toutes vos clés API BYOK",
|
||||
"item4": "Toutes vos conversations IA et sessions de brainstorm",
|
||||
"item5": "Votre historique de quotas et d'utilisation",
|
||||
"item6": "Votre abonnement Stripe (si actif)",
|
||||
"item7": "Votre compte et vos identifiants de connexion",
|
||||
"buttonLabel": "Supprimer mon compte",
|
||||
"dialogTitle": "Confirmer la suppression du compte",
|
||||
"dialogDescription": "Cette action est irréversible. Saisissez votre adresse e-mail pour confirmer.",
|
||||
"emailPlaceholder": "Votre adresse e-mail",
|
||||
"confirmButton": "Supprimer définitivement le compte",
|
||||
"cancelButton": "Annuler",
|
||||
"deleting": "Suppression...",
|
||||
"successRedirect": "Votre compte a été supprimé avec succès.",
|
||||
"errorFailed": "La suppression a échoué. Veuillez réessayer."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2591,5 +2591,50 @@
|
||||
"emptyState": "No versions available",
|
||||
"selectVersion": "Select a version to preview its content",
|
||||
"currentVersion": "current"
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Cookie Preferences",
|
||||
"description": "We use cookies to improve your experience. Strictly necessary cookies are always active, but you can opt-in to anonymous analytics.",
|
||||
"acceptEssentials": "Accept Essentials Only",
|
||||
"rejectNonEssential": "Reject Non-Essential",
|
||||
"manage": "Manage Preferences",
|
||||
"acceptAll": "Accept All"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Consent Settings",
|
||||
"description": "Customize your data privacy preferences. We respect your choice and store no tracking cookies without your consent.",
|
||||
"necessaryTitle": "Strictly Necessary Cookies",
|
||||
"necessaryDesc": "These cookies are required to authenticate your session, save your language and theme preferences. They cannot be turned off.",
|
||||
"alwaysOn": "Always On",
|
||||
"analyticsTitle": "Anonymous Analytics",
|
||||
"analyticsDesc": "Help us improve Momento by sending completely anonymous usage statistics. No personal data is ever tracked.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Preferences",
|
||||
"saved": "Preferences updated successfully."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Right to be Forgotten (GDPR)",
|
||||
"sectionDescription": "Permanently and irreversibly delete your account and all associated data.",
|
||||
"whatWillBeDeleted": "The following will be permanently deleted:",
|
||||
"item1": "All notes, notebooks, and attachments",
|
||||
"item2": "All pgvector semantic embeddings",
|
||||
"item3": "All BYOK API keys",
|
||||
"item4": "All AI conversations and brainstorm sessions",
|
||||
"item5": "Quota and usage history",
|
||||
"item6": "Your Stripe subscription (if active)",
|
||||
"item7": "Your account and login credentials",
|
||||
"buttonLabel": "Delete My Account",
|
||||
"dialogTitle": "Confirm Account Deletion",
|
||||
"dialogDescription": "This action is irreversible. Type your email address to confirm.",
|
||||
"emailPlaceholder": "Your email address",
|
||||
"confirmButton": "Permanently Delete Account",
|
||||
"cancelButton": "Cancel",
|
||||
"deleting": "Deleting...",
|
||||
"successRedirect": "Your account has been successfully deleted.",
|
||||
"errorFailed": "Deletion failed. Please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2591,5 +2591,50 @@
|
||||
"emptyState": "No versions available",
|
||||
"selectVersion": "Select a version to preview its content",
|
||||
"currentVersion": "current"
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Cookie Preferences",
|
||||
"description": "We use cookies to improve your experience. Strictly necessary cookies are always active, but you can opt-in to anonymous analytics.",
|
||||
"acceptEssentials": "Accept Essentials Only",
|
||||
"rejectNonEssential": "Reject Non-Essential",
|
||||
"manage": "Manage Preferences",
|
||||
"acceptAll": "Accept All"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Consent Settings",
|
||||
"description": "Customize your data privacy preferences. We respect your choice and store no tracking cookies without your consent.",
|
||||
"necessaryTitle": "Strictly Necessary Cookies",
|
||||
"necessaryDesc": "These cookies are required to authenticate your session, save your language and theme preferences. They cannot be turned off.",
|
||||
"alwaysOn": "Always On",
|
||||
"analyticsTitle": "Anonymous Analytics",
|
||||
"analyticsDesc": "Help us improve Momento by sending completely anonymous usage statistics. No personal data is ever tracked.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Preferences",
|
||||
"saved": "Preferences updated successfully."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Right to be Forgotten (GDPR)",
|
||||
"sectionDescription": "Permanently and irreversibly delete your account and all associated data.",
|
||||
"whatWillBeDeleted": "The following will be permanently deleted:",
|
||||
"item1": "All notes, notebooks, and attachments",
|
||||
"item2": "All pgvector semantic embeddings",
|
||||
"item3": "All BYOK API keys",
|
||||
"item4": "All AI conversations and brainstorm sessions",
|
||||
"item5": "Quota and usage history",
|
||||
"item6": "Your Stripe subscription (if active)",
|
||||
"item7": "Your account and login credentials",
|
||||
"buttonLabel": "Delete My Account",
|
||||
"dialogTitle": "Confirm Account Deletion",
|
||||
"dialogDescription": "This action is irreversible. Type your email address to confirm.",
|
||||
"emailPlaceholder": "Your email address",
|
||||
"confirmButton": "Permanently Delete Account",
|
||||
"cancelButton": "Cancel",
|
||||
"deleting": "Deleting...",
|
||||
"successRedirect": "Your account has been successfully deleted.",
|
||||
"errorFailed": "Deletion failed. Please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2591,5 +2591,50 @@
|
||||
"emptyState": "No versions available",
|
||||
"selectVersion": "Select a version to preview its content",
|
||||
"currentVersion": "current"
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Cookie Preferences",
|
||||
"description": "We use cookies to improve your experience. Strictly necessary cookies are always active, but you can opt-in to anonymous analytics.",
|
||||
"acceptEssentials": "Accept Essentials Only",
|
||||
"rejectNonEssential": "Reject Non-Essential",
|
||||
"manage": "Manage Preferences",
|
||||
"acceptAll": "Accept All"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Consent Settings",
|
||||
"description": "Customize your data privacy preferences. We respect your choice and store no tracking cookies without your consent.",
|
||||
"necessaryTitle": "Strictly Necessary Cookies",
|
||||
"necessaryDesc": "These cookies are required to authenticate your session, save your language and theme preferences. They cannot be turned off.",
|
||||
"alwaysOn": "Always On",
|
||||
"analyticsTitle": "Anonymous Analytics",
|
||||
"analyticsDesc": "Help us improve Momento by sending completely anonymous usage statistics. No personal data is ever tracked.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Preferences",
|
||||
"saved": "Preferences updated successfully."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Right to be Forgotten (GDPR)",
|
||||
"sectionDescription": "Permanently and irreversibly delete your account and all associated data.",
|
||||
"whatWillBeDeleted": "The following will be permanently deleted:",
|
||||
"item1": "All notes, notebooks, and attachments",
|
||||
"item2": "All pgvector semantic embeddings",
|
||||
"item3": "All BYOK API keys",
|
||||
"item4": "All AI conversations and brainstorm sessions",
|
||||
"item5": "Quota and usage history",
|
||||
"item6": "Your Stripe subscription (if active)",
|
||||
"item7": "Your account and login credentials",
|
||||
"buttonLabel": "Delete My Account",
|
||||
"dialogTitle": "Confirm Account Deletion",
|
||||
"dialogDescription": "This action is irreversible. Type your email address to confirm.",
|
||||
"emailPlaceholder": "Your email address",
|
||||
"confirmButton": "Permanently Delete Account",
|
||||
"cancelButton": "Cancel",
|
||||
"deleting": "Deleting...",
|
||||
"successRedirect": "Your account has been successfully deleted.",
|
||||
"errorFailed": "Deletion failed. Please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2591,5 +2591,50 @@
|
||||
"emptyState": "No versions available",
|
||||
"selectVersion": "Select a version to preview its content",
|
||||
"currentVersion": "current"
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Cookie Preferences",
|
||||
"description": "We use cookies to improve your experience. Strictly necessary cookies are always active, but you can opt-in to anonymous analytics.",
|
||||
"acceptEssentials": "Accept Essentials Only",
|
||||
"rejectNonEssential": "Reject Non-Essential",
|
||||
"manage": "Manage Preferences",
|
||||
"acceptAll": "Accept All"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Consent Settings",
|
||||
"description": "Customize your data privacy preferences. We respect your choice and store no tracking cookies without your consent.",
|
||||
"necessaryTitle": "Strictly Necessary Cookies",
|
||||
"necessaryDesc": "These cookies are required to authenticate your session, save your language and theme preferences. They cannot be turned off.",
|
||||
"alwaysOn": "Always On",
|
||||
"analyticsTitle": "Anonymous Analytics",
|
||||
"analyticsDesc": "Help us improve Momento by sending completely anonymous usage statistics. No personal data is ever tracked.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Preferences",
|
||||
"saved": "Preferences updated successfully."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Right to be Forgotten (GDPR)",
|
||||
"sectionDescription": "Permanently and irreversibly delete your account and all associated data.",
|
||||
"whatWillBeDeleted": "The following will be permanently deleted:",
|
||||
"item1": "All notes, notebooks, and attachments",
|
||||
"item2": "All pgvector semantic embeddings",
|
||||
"item3": "All BYOK API keys",
|
||||
"item4": "All AI conversations and brainstorm sessions",
|
||||
"item5": "Quota and usage history",
|
||||
"item6": "Your Stripe subscription (if active)",
|
||||
"item7": "Your account and login credentials",
|
||||
"buttonLabel": "Delete My Account",
|
||||
"dialogTitle": "Confirm Account Deletion",
|
||||
"dialogDescription": "This action is irreversible. Type your email address to confirm.",
|
||||
"emailPlaceholder": "Your email address",
|
||||
"confirmButton": "Permanently Delete Account",
|
||||
"cancelButton": "Cancel",
|
||||
"deleting": "Deleting...",
|
||||
"successRedirect": "Your account has been successfully deleted.",
|
||||
"errorFailed": "Deletion failed. Please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2591,5 +2591,50 @@
|
||||
"emptyState": "No versions available",
|
||||
"selectVersion": "Select a version to preview its content",
|
||||
"currentVersion": "current"
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Cookie Preferences",
|
||||
"description": "We use cookies to improve your experience. Strictly necessary cookies are always active, but you can opt-in to anonymous analytics.",
|
||||
"acceptEssentials": "Accept Essentials Only",
|
||||
"rejectNonEssential": "Reject Non-Essential",
|
||||
"manage": "Manage Preferences",
|
||||
"acceptAll": "Accept All"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Consent Settings",
|
||||
"description": "Customize your data privacy preferences. We respect your choice and store no tracking cookies without your consent.",
|
||||
"necessaryTitle": "Strictly Necessary Cookies",
|
||||
"necessaryDesc": "These cookies are required to authenticate your session, save your language and theme preferences. They cannot be turned off.",
|
||||
"alwaysOn": "Always On",
|
||||
"analyticsTitle": "Anonymous Analytics",
|
||||
"analyticsDesc": "Help us improve Momento by sending completely anonymous usage statistics. No personal data is ever tracked.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Preferences",
|
||||
"saved": "Preferences updated successfully."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Right to be Forgotten (GDPR)",
|
||||
"sectionDescription": "Permanently and irreversibly delete your account and all associated data.",
|
||||
"whatWillBeDeleted": "The following will be permanently deleted:",
|
||||
"item1": "All notes, notebooks, and attachments",
|
||||
"item2": "All pgvector semantic embeddings",
|
||||
"item3": "All BYOK API keys",
|
||||
"item4": "All AI conversations and brainstorm sessions",
|
||||
"item5": "Quota and usage history",
|
||||
"item6": "Your Stripe subscription (if active)",
|
||||
"item7": "Your account and login credentials",
|
||||
"buttonLabel": "Delete My Account",
|
||||
"dialogTitle": "Confirm Account Deletion",
|
||||
"dialogDescription": "This action is irreversible. Type your email address to confirm.",
|
||||
"emailPlaceholder": "Your email address",
|
||||
"confirmButton": "Permanently Delete Account",
|
||||
"cancelButton": "Cancel",
|
||||
"deleting": "Deleting...",
|
||||
"successRedirect": "Your account has been successfully deleted.",
|
||||
"errorFailed": "Deletion failed. Please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2591,5 +2591,50 @@
|
||||
"emptyState": "No versions available",
|
||||
"selectVersion": "Select a version to preview its content",
|
||||
"currentVersion": "current"
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Cookie Preferences",
|
||||
"description": "We use cookies to improve your experience. Strictly necessary cookies are always active, but you can opt-in to anonymous analytics.",
|
||||
"acceptEssentials": "Accept Essentials Only",
|
||||
"rejectNonEssential": "Reject Non-Essential",
|
||||
"manage": "Manage Preferences",
|
||||
"acceptAll": "Accept All"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Consent Settings",
|
||||
"description": "Customize your data privacy preferences. We respect your choice and store no tracking cookies without your consent.",
|
||||
"necessaryTitle": "Strictly Necessary Cookies",
|
||||
"necessaryDesc": "These cookies are required to authenticate your session, save your language and theme preferences. They cannot be turned off.",
|
||||
"alwaysOn": "Always On",
|
||||
"analyticsTitle": "Anonymous Analytics",
|
||||
"analyticsDesc": "Help us improve Momento by sending completely anonymous usage statistics. No personal data is ever tracked.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Preferences",
|
||||
"saved": "Preferences updated successfully."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Right to be Forgotten (GDPR)",
|
||||
"sectionDescription": "Permanently and irreversibly delete your account and all associated data.",
|
||||
"whatWillBeDeleted": "The following will be permanently deleted:",
|
||||
"item1": "All notes, notebooks, and attachments",
|
||||
"item2": "All pgvector semantic embeddings",
|
||||
"item3": "All BYOK API keys",
|
||||
"item4": "All AI conversations and brainstorm sessions",
|
||||
"item5": "Quota and usage history",
|
||||
"item6": "Your Stripe subscription (if active)",
|
||||
"item7": "Your account and login credentials",
|
||||
"buttonLabel": "Delete My Account",
|
||||
"dialogTitle": "Confirm Account Deletion",
|
||||
"dialogDescription": "This action is irreversible. Type your email address to confirm.",
|
||||
"emailPlaceholder": "Your email address",
|
||||
"confirmButton": "Permanently Delete Account",
|
||||
"cancelButton": "Cancel",
|
||||
"deleting": "Deleting...",
|
||||
"successRedirect": "Your account has been successfully deleted.",
|
||||
"errorFailed": "Deletion failed. Please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2591,5 +2591,50 @@
|
||||
"emptyState": "No versions available",
|
||||
"selectVersion": "Select a version to preview its content",
|
||||
"currentVersion": "current"
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Cookie Preferences",
|
||||
"description": "We use cookies to improve your experience. Strictly necessary cookies are always active, but you can opt-in to anonymous analytics.",
|
||||
"acceptEssentials": "Accept Essentials Only",
|
||||
"rejectNonEssential": "Reject Non-Essential",
|
||||
"manage": "Manage Preferences",
|
||||
"acceptAll": "Accept All"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Consent Settings",
|
||||
"description": "Customize your data privacy preferences. We respect your choice and store no tracking cookies without your consent.",
|
||||
"necessaryTitle": "Strictly Necessary Cookies",
|
||||
"necessaryDesc": "These cookies are required to authenticate your session, save your language and theme preferences. They cannot be turned off.",
|
||||
"alwaysOn": "Always On",
|
||||
"analyticsTitle": "Anonymous Analytics",
|
||||
"analyticsDesc": "Help us improve Momento by sending completely anonymous usage statistics. No personal data is ever tracked.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Preferences",
|
||||
"saved": "Preferences updated successfully."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Right to be Forgotten (GDPR)",
|
||||
"sectionDescription": "Permanently and irreversibly delete your account and all associated data.",
|
||||
"whatWillBeDeleted": "The following will be permanently deleted:",
|
||||
"item1": "All notes, notebooks, and attachments",
|
||||
"item2": "All pgvector semantic embeddings",
|
||||
"item3": "All BYOK API keys",
|
||||
"item4": "All AI conversations and brainstorm sessions",
|
||||
"item5": "Quota and usage history",
|
||||
"item6": "Your Stripe subscription (if active)",
|
||||
"item7": "Your account and login credentials",
|
||||
"buttonLabel": "Delete My Account",
|
||||
"dialogTitle": "Confirm Account Deletion",
|
||||
"dialogDescription": "This action is irreversible. Type your email address to confirm.",
|
||||
"emailPlaceholder": "Your email address",
|
||||
"confirmButton": "Permanently Delete Account",
|
||||
"cancelButton": "Cancel",
|
||||
"deleting": "Deleting...",
|
||||
"successRedirect": "Your account has been successfully deleted.",
|
||||
"errorFailed": "Deletion failed. Please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2591,5 +2591,50 @@
|
||||
"emptyState": "No versions available",
|
||||
"selectVersion": "Select a version to preview its content",
|
||||
"currentVersion": "current"
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Cookie Preferences",
|
||||
"description": "We use cookies to improve your experience. Strictly necessary cookies are always active, but you can opt-in to anonymous analytics.",
|
||||
"acceptEssentials": "Accept Essentials Only",
|
||||
"rejectNonEssential": "Reject Non-Essential",
|
||||
"manage": "Manage Preferences",
|
||||
"acceptAll": "Accept All"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Consent Settings",
|
||||
"description": "Customize your data privacy preferences. We respect your choice and store no tracking cookies without your consent.",
|
||||
"necessaryTitle": "Strictly Necessary Cookies",
|
||||
"necessaryDesc": "These cookies are required to authenticate your session, save your language and theme preferences. They cannot be turned off.",
|
||||
"alwaysOn": "Always On",
|
||||
"analyticsTitle": "Anonymous Analytics",
|
||||
"analyticsDesc": "Help us improve Momento by sending completely anonymous usage statistics. No personal data is ever tracked.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Preferences",
|
||||
"saved": "Preferences updated successfully."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Right to be Forgotten (GDPR)",
|
||||
"sectionDescription": "Permanently and irreversibly delete your account and all associated data.",
|
||||
"whatWillBeDeleted": "The following will be permanently deleted:",
|
||||
"item1": "All notes, notebooks, and attachments",
|
||||
"item2": "All pgvector semantic embeddings",
|
||||
"item3": "All BYOK API keys",
|
||||
"item4": "All AI conversations and brainstorm sessions",
|
||||
"item5": "Quota and usage history",
|
||||
"item6": "Your Stripe subscription (if active)",
|
||||
"item7": "Your account and login credentials",
|
||||
"buttonLabel": "Delete My Account",
|
||||
"dialogTitle": "Confirm Account Deletion",
|
||||
"dialogDescription": "This action is irreversible. Type your email address to confirm.",
|
||||
"emailPlaceholder": "Your email address",
|
||||
"confirmButton": "Permanently Delete Account",
|
||||
"cancelButton": "Cancel",
|
||||
"deleting": "Deleting...",
|
||||
"successRedirect": "Your account has been successfully deleted.",
|
||||
"errorFailed": "Deletion failed. Please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2591,5 +2591,50 @@
|
||||
"emptyState": "No versions available",
|
||||
"selectVersion": "Select a version to preview its content",
|
||||
"currentVersion": "current"
|
||||
},
|
||||
"consent": {
|
||||
"banner": {
|
||||
"title": "Cookie Preferences",
|
||||
"description": "We use cookies to improve your experience. Strictly necessary cookies are always active, but you can opt-in to anonymous analytics.",
|
||||
"acceptEssentials": "Accept Essentials Only",
|
||||
"rejectNonEssential": "Reject Non-Essential",
|
||||
"manage": "Manage Preferences",
|
||||
"acceptAll": "Accept All"
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Consent Settings",
|
||||
"description": "Customize your data privacy preferences. We respect your choice and store no tracking cookies without your consent.",
|
||||
"necessaryTitle": "Strictly Necessary Cookies",
|
||||
"necessaryDesc": "These cookies are required to authenticate your session, save your language and theme preferences. They cannot be turned off.",
|
||||
"alwaysOn": "Always On",
|
||||
"analyticsTitle": "Anonymous Analytics",
|
||||
"analyticsDesc": "Help us improve Momento by sending completely anonymous usage statistics. No personal data is ever tracked.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save Preferences",
|
||||
"saved": "Preferences updated successfully."
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"deleteAccount": {
|
||||
"sectionTitle": "Right to be Forgotten (GDPR)",
|
||||
"sectionDescription": "Permanently and irreversibly delete your account and all associated data.",
|
||||
"whatWillBeDeleted": "The following will be permanently deleted:",
|
||||
"item1": "All notes, notebooks, and attachments",
|
||||
"item2": "All pgvector semantic embeddings",
|
||||
"item3": "All BYOK API keys",
|
||||
"item4": "All AI conversations and brainstorm sessions",
|
||||
"item5": "Quota and usage history",
|
||||
"item6": "Your Stripe subscription (if active)",
|
||||
"item7": "Your account and login credentials",
|
||||
"buttonLabel": "Delete My Account",
|
||||
"dialogTitle": "Confirm Account Deletion",
|
||||
"dialogDescription": "This action is irreversible. Type your email address to confirm.",
|
||||
"emailPlaceholder": "Your email address",
|
||||
"confirmButton": "Permanently Delete Account",
|
||||
"cancelButton": "Cancel",
|
||||
"deleting": "Deleting...",
|
||||
"successRedirect": "Your account has been successfully deleted.",
|
||||
"errorFailed": "Deletion failed. Please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user