feat: design system overhaul — sidebar, AI chats, settings, brainstorm, color cleanup
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 12s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 12s
- Sidebar: dynamic brand-accent colors, brainstorm section restyled - AI chat general: popup panel with expand/collapse, hides when contextual AI open - AI chat contextual: tabs reordered (Actions first), X close button, height fix - Settings: all tabs restyled, 6 new color presets (sage, terracotta, iron, etc.) - Global color cleanup: emerald/orange hardcoded → brand-accent dynamic - Brainstorm page: orange → brand-accent throughout - PageEntry animation component added to key pages - Floating AI button: bg-brand-accent instead of hardcoded black - i18n: all 15 locales updated with new AI/billing keys - Billing: freemium quota tracking, BYOK, stripe subscription scaffolding - Admin: integrated into new design - AGENTS.md + CLAUDE.md project rules added
This commit is contained in:
@@ -55,7 +55,11 @@
|
||||
"freezePinnedNotebook": "Zet de volgorde van de notitieboekjezijbalk vast",
|
||||
"unfreezePinnedNotebook": "Maak de volgorde van de notitieblokzijbalk los",
|
||||
"newSubNotebook": "Nieuw sub-notebook",
|
||||
"renameNotebook": "Hernoemen"
|
||||
"renameNotebook": "Hernoemen",
|
||||
"sharedNotebookBadge": "· Shared",
|
||||
"sortManual": "Vrije volgorde",
|
||||
"moveFailed": "Kan notitieboek niet verplaatsen",
|
||||
"dropToRoot": "Hier loslaten om naar root te verplaatsen"
|
||||
},
|
||||
"notes": {
|
||||
"title": "Notities",
|
||||
@@ -261,7 +265,11 @@
|
||||
"noteDeletedToast": "Opmerking verwijderd.",
|
||||
"deleteNoteFailedToast": "Kan niet verwijderen.",
|
||||
"documentInfoAria": "Documentinformatie",
|
||||
"noModification": "Geen wijzigingen"
|
||||
"noModification": "Geen wijzigingen",
|
||||
"notes.emptyNotebook": "Empty notebook",
|
||||
"notes.emptyNotebookDesc": "This notebook has no notes. Click + to create one.",
|
||||
"notes.noNoteSelected": "No note selected",
|
||||
"notes.selectOrCreateNote": "Select a note from the list or create a new one."
|
||||
},
|
||||
"pagination": {
|
||||
"previous": "←",
|
||||
@@ -615,7 +623,14 @@
|
||||
"presentationReadyBadge": "Presentatie klaar",
|
||||
"openInLabTitle": "Openen in laboratorium",
|
||||
"inlineSummaryMarkdown": "**Samenvatting:**",
|
||||
"networkErrorShort": "Netwerkfout."
|
||||
"networkErrorShort": "Netwerkfout.",
|
||||
"contextSourceHeading": "Context source",
|
||||
"tones": {
|
||||
"professional": "Professional",
|
||||
"creative": "Creative",
|
||||
"academic": "Academic",
|
||||
"casual": "Casual"
|
||||
}
|
||||
},
|
||||
"titleSuggestions": {
|
||||
"available": "Titelsuggesties",
|
||||
@@ -1415,7 +1430,10 @@
|
||||
"fontFamilyLabel": "Lettertypefamilie",
|
||||
"fontFamilyDescription": "Kies het lettertype dat in de hele app wordt gebruikt",
|
||||
"selectFontFamily": "Inter is geoptimaliseerd voor leesbaarheid, Systeem gebruikt het native lettertype van uw besturingssysteem",
|
||||
"fontSystem": "Standaard systeemlettertype"
|
||||
"fontSystem": "Standaard systeemlettertype",
|
||||
"fontInterDefault": "Inter (default)",
|
||||
"fontPlayfairDisplay": "Playfair Display",
|
||||
"fontJetBrainsMono": "JetBrains Mono"
|
||||
},
|
||||
"generalSettings": {
|
||||
"title": "Algemene instellingen",
|
||||
@@ -1744,7 +1762,27 @@
|
||||
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note",
|
||||
"back": "Back",
|
||||
"configuration": "Configuration",
|
||||
"options": "Options"
|
||||
"options": "Options",
|
||||
"slideThemes": {
|
||||
"modern_wellness": "Modern & welzijn",
|
||||
"business_authority": "Zaken & autoriteit",
|
||||
"nature_outdoors": "Natuur & buiten",
|
||||
"vintage_academic": "Vintage & academisch",
|
||||
"soft_creative": "Zacht & creatief",
|
||||
"bohemian": "Bohemian",
|
||||
"vibrant_tech": "Levendig & tech",
|
||||
"craft_artisan": "Ambacht",
|
||||
"tech_night": "Tech & nacht (donker)",
|
||||
"education_charts": "Onderwijs & grafieken",
|
||||
"forest_eco": "Bos & eco",
|
||||
"elegant_fashion": "Elegant & mode",
|
||||
"art_food": "Kunst & gastronomie",
|
||||
"luxury_mystery": "Luxe & mysterie",
|
||||
"pure_tech_blue": "Strak techblauw",
|
||||
"coastal_coral": "Kustkoraal",
|
||||
"vibrant_orange_mint": "Levend oranje & munt",
|
||||
"platinum_white_gold": "Platina witgoud"
|
||||
}
|
||||
},
|
||||
"frequencies": {
|
||||
"manual": "Handmatig",
|
||||
@@ -2033,7 +2071,19 @@
|
||||
"superscript": "Superscript",
|
||||
"subscript": "Abonnement",
|
||||
"addBlock": "Blok toevoegen",
|
||||
"placeholder": "Typ '/' voor opdrachten..."
|
||||
"placeholder": "Typ '/' voor opdrachten...",
|
||||
"aiReformulateFailed": "De AI-assistent kon deze tekst niet verwerken. Probeer het opnieuw.",
|
||||
"translateTargets": {
|
||||
"Francais": "Frans",
|
||||
"English": "Engels",
|
||||
"Espanol": "Spaans",
|
||||
"Deutsch": "Duits",
|
||||
"Persan": "Perzisch",
|
||||
"Portugais": "Portugees",
|
||||
"Italiano": "Italiaans",
|
||||
"Chinois": "Chinees",
|
||||
"Japonais": "Japans"
|
||||
}
|
||||
},
|
||||
"brainstorm": {
|
||||
"title": "Waves of Thought",
|
||||
@@ -2098,6 +2148,181 @@
|
||||
"joined": "heeft zich bij de sessie aangesloten",
|
||||
"idea_dismissed": "een idee afgewezen",
|
||||
"invite_created": "een uitnodiging aangemaakt"
|
||||
},
|
||||
"shareDialogTitle": "Share brainstorm",
|
||||
"shareSearchLabel": "Find someone",
|
||||
"shareNameOrEmailPlaceholder": "Name or email…",
|
||||
"shareSubmit": "Share",
|
||||
"shareSubmitting": "Sending…",
|
||||
"shareFooterHint": "They will get a notification to accept or decline.",
|
||||
"sharePublicLink": "Public link",
|
||||
"shareGuestsCanEdit": "Allow guests to edit",
|
||||
"feedbackInviteSent": "Invitation sent!",
|
||||
"feedbackInviteResent": "Invitation resent!",
|
||||
"feedbackAlreadyShared": "This person already has access to this brainstorm.",
|
||||
"feedbackAlreadyPending": "An invitation is already pending for this person.",
|
||||
"feedbackGenericError": "Error",
|
||||
"unnamedPerson": "No name",
|
||||
"canvasEditTitleReply": "Reply",
|
||||
"canvasEditTitleNewIdea": "New idea",
|
||||
"canvasPlaceholderReply": "Your reply…",
|
||||
"canvasPlaceholderIdea": "Your idea…",
|
||||
"canvasShortcutSave": "save",
|
||||
"canvasShortcutCancel": "cancel",
|
||||
"canvasChildBranch": "Child",
|
||||
"canvasDoubleClickHint": "Double-click to add an idea",
|
||||
"ideaDetailDescription": "Description",
|
||||
"ideaDetailConnection": "Connection",
|
||||
"ideaDetailNovelty": "Novelty",
|
||||
"ideaDetailWave": "Wave",
|
||||
"waveFlavorVariation": "Variation",
|
||||
"waveFlavorAnalogy": "Analogy",
|
||||
"waveFlavorDisruption": "Disruption",
|
||||
"liveCollaborationTitle": "Live collaboration",
|
||||
"liveStatus": "Live",
|
||||
"liveYouMarker": "(You)",
|
||||
"liveOtherParticipants": "{count} other participants",
|
||||
"guestReadOnlyNotice": "You're viewing this brainstorm as a guest. Sign in to edit.",
|
||||
"impactNotesEnriched": "{count} note(s) enriched",
|
||||
"impactNotesMarkedDry": "{count} note(s) marked dry",
|
||||
"impactSeparator": " · ",
|
||||
"exportNotebookPrefix": "Notebook:",
|
||||
"playbackStep": "Step {current}/{total}",
|
||||
"playbackStepsCount": "{count} steps",
|
||||
"playbackReturnToLive": "Return to live",
|
||||
"canvasWaitingHint": "The canvas is waiting for your spark...",
|
||||
"seedNodeBadge": "SEED",
|
||||
"originalSeedDescription": "Original seed idea",
|
||||
"convertedToNoteStatus": "Converted to note",
|
||||
"toastExpandSuccess": "Ideas expanded!",
|
||||
"toastExpandFailed": "Failed to expand",
|
||||
"toastDismissSuccess": "Idea dismissed",
|
||||
"toastDismissFailed": "Failed to dismiss",
|
||||
"toastConvertSuccess": "Idea converted to note!",
|
||||
"toastConvertFailed": "Failed to convert",
|
||||
"toastExportNoteSuccess": "Exported as note!",
|
||||
"toastExportFailed": "Failed to export",
|
||||
"legendSeed": "Seed",
|
||||
"legendVariations": "Variations",
|
||||
"legendAnalogies": "Analogies",
|
||||
"legendDisruptions": "Disruptions",
|
||||
"exportFailedMessage": "Export failed",
|
||||
"exportDefaultNotebookName": "Brainstorm",
|
||||
"exportDefaultNoteTitle": "Synthesis",
|
||||
"exportOpening": "Opening…",
|
||||
"ownerBadge": "Owner",
|
||||
"waveBadge": "Wave {wave}"
|
||||
},
|
||||
"usageMeter": {
|
||||
"packName": "AI Discovery Pack",
|
||||
"featureSearch": "Search",
|
||||
"featureTags": "Tags",
|
||||
"featureTitles": "Titles",
|
||||
"unlimited": "Unlimited",
|
||||
"remaining": "{count} left",
|
||||
"upgradeTitle": "Upgrade to Pro",
|
||||
"upgradeDescription": "You've used all your AI Discovery Pack credits. Upgrade to Pro for higher limits and additional features.",
|
||||
"proIncludes": "Pro includes:",
|
||||
"proSearch": "100 semantic searches / month",
|
||||
"proTags": "200 auto-tags / month",
|
||||
"proTitles": "200 auto-titles / month",
|
||||
"proReformulate": "50 reformulations / month",
|
||||
"proChat": "100 chat messages / month",
|
||||
"later": "Later",
|
||||
"upgradePricing": "Upgrade to Pro",
|
||||
"addApiKey": "Use your own API key (BYOK)"
|
||||
},
|
||||
"byokSettings": {
|
||||
"title": "Your API keys (BYOK)",
|
||||
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
|
||||
"badgeActive": "BYOK active",
|
||||
"tierRequired": "BYOK requires a Pro plan or higher. Upgrade to connect your API keys.",
|
||||
"provider": "Provider",
|
||||
"providerPlaceholder": "Select a provider",
|
||||
"alias": "Label (optional)",
|
||||
"aliasPlaceholder": "e.g. Work OpenAI",
|
||||
"apiKey": "API key",
|
||||
"apiKeyPlaceholder": "sk-...",
|
||||
"save": "Save key",
|
||||
"saved": "API key saved",
|
||||
"deleted": "API key removed",
|
||||
"error": "Could not save API key",
|
||||
"loadError": "Could not load API keys",
|
||||
"loading": "Loading keys...",
|
||||
"empty": "No API keys configured yet.",
|
||||
"confirmDelete": "Remove this API key permanently?",
|
||||
"toggleActive": "Active",
|
||||
"providers": {
|
||||
"openai": "OpenAI",
|
||||
"anthropic": "Anthropic",
|
||||
"deepseek": "DeepSeek",
|
||||
"openrouter": "OpenRouter",
|
||||
"minimax": "MiniMax",
|
||||
"zai": "Z.ai",
|
||||
"google": "Google",
|
||||
"mistral": "Mistral",
|
||||
"glm": "GLM"
|
||||
}
|
||||
},
|
||||
"billing": {
|
||||
"title": "Facturering",
|
||||
"currentPlan": "Huidig abonnement",
|
||||
"upgradePlan": "Abonnement upgraden",
|
||||
"manageBilling": "Facturering beheren",
|
||||
"manageDescription": "Betalingsmethode bijwerken, facturen bekijken of annuleren.",
|
||||
"openPortal": "Factureringsportal openen",
|
||||
"renewsOn": "Verlengt op",
|
||||
"expiresOn": "Verloopt op",
|
||||
"canceledAt": "Geannuleerd — toegang tot",
|
||||
"freePlan": "Gratis abonnement",
|
||||
"proPlan": "Pro-abonnement",
|
||||
"businessPlan": "Business-abonnement",
|
||||
"enterprisePlan": "Enterprise-abonnement",
|
||||
"perMonth": "/maand",
|
||||
"perYear": "/jaar",
|
||||
"monthly": "Maandelijks",
|
||||
"annual": "Jaarlijks",
|
||||
"save": "Besparen",
|
||||
"upgradeTitle": "Kies een abonnement",
|
||||
"proPrice": "€9,90",
|
||||
"businessPrice": "€29,90",
|
||||
"proAnnualPrice": "€99",
|
||||
"businessAnnualPrice": "€299",
|
||||
"proFeature1": "100 semantische zoekopdrachten / maand",
|
||||
"proFeature2": "200 automatische tags / maand",
|
||||
"proFeature3": "50 herformuleringen / maand",
|
||||
"proFeature4": "100 chatberichten / maand",
|
||||
"businessFeature1": "1.000 semantische zoekopdrachten / maand",
|
||||
"businessFeature2": "1.000 automatische tags / maand",
|
||||
"businessFeature3": "500 herformuleringen / maand",
|
||||
"businessFeature4": "1.000 chatberichten / maand",
|
||||
"enterpriseTitle": "Enterprise",
|
||||
"enterpriseDescription": "Aangepaste quota's, SSO, prioriteitsondersteuning.",
|
||||
"contactSales": "Contact verkoop",
|
||||
"startCheckout": "Aan de slag",
|
||||
"checkoutLoading": "Checkout laden…",
|
||||
"checkoutSuccess": "Abonnement geactiveerd! Welkom bij {tier}.",
|
||||
"checkoutCanceled": "Checkout geannuleerd.",
|
||||
"active": "Actief",
|
||||
"trialing": "Proef",
|
||||
"pastDue": "Achterstallig",
|
||||
"canceled": "Geannuleerd",
|
||||
"inactive": "Inactief",
|
||||
"billingEnabled": "Facturering ingeschakeld",
|
||||
"billingDisabled": "Facturering is niet ingeschakeld op deze instantie.",
|
||||
"usageThisPeriod": "Gebruik deze periode",
|
||||
"periodRange": "Periode",
|
||||
"unlimited": "Onbeperkt",
|
||||
"noUsage": "Geen gebruiksgegevens",
|
||||
"billingHistory": "Factuurgeschiedenis",
|
||||
"viewInvoices": "Facturen beheren in portal",
|
||||
"nextBillingDate": "Volgende factuurdatum",
|
||||
"billingPeriod": "Factureringsperiode",
|
||||
"planSince": "Lid sinds",
|
||||
"checkoutSuccessTitle": "Abonnement geactiveerd!",
|
||||
"checkoutSuccessBody": "Welkom bij {tier}. Je functies zijn nu ontgrendeld.",
|
||||
"subscriptionType": "subscriptionType",
|
||||
"renewalDate": "renewalDate",
|
||||
"noRenewalDate": "—"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user