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": "Pin-Reihenfolge in der Seitenleiste des Notizbuchs",
|
||||
"unfreezePinnedNotebook": "Pinnwandreihenfolge in der Notizbuch-Seitenleiste aufheben",
|
||||
"newSubNotebook": "Neues Subnotebook",
|
||||
"renameNotebook": "Umbenennen"
|
||||
"renameNotebook": "Umbenennen",
|
||||
"sharedNotebookBadge": "· Shared",
|
||||
"sortManual": "Freie Anordnung",
|
||||
"moveFailed": "Verschieben fehlgeschlagen",
|
||||
"dropToRoot": "Hier ablegen für Hauptebene"
|
||||
},
|
||||
"notes": {
|
||||
"title": "Notizen",
|
||||
@@ -261,7 +265,11 @@
|
||||
"noteDeletedToast": "Notiz gelöscht.",
|
||||
"deleteNoteFailedToast": "Konnte nicht gelöscht werden.",
|
||||
"documentInfoAria": "Dokumentinformationen",
|
||||
"noModification": "Keine Änderungen"
|
||||
"noModification": "Keine Änderungen",
|
||||
"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": "Präsentation bereit",
|
||||
"openInLabTitle": "Im Labor öffnen",
|
||||
"inlineSummaryMarkdown": "**Zusammenfassung:**",
|
||||
"networkErrorShort": "Netzwerkfehler."
|
||||
"networkErrorShort": "Netzwerkfehler.",
|
||||
"contextSourceHeading": "Context source",
|
||||
"tones": {
|
||||
"professional": "Professional",
|
||||
"creative": "Creative",
|
||||
"academic": "Academic",
|
||||
"casual": "Casual"
|
||||
}
|
||||
},
|
||||
"titleSuggestions": {
|
||||
"available": "Titelvorschläge",
|
||||
@@ -1415,7 +1430,10 @@
|
||||
"fontFamilyLabel": "Schriftfamilie",
|
||||
"fontFamilyDescription": "Wählen Sie die im gesamten Programm verwendete Schriftart",
|
||||
"selectFontFamily": "Inter ist für Lesbarkeit optimiert, System verwendet die native Schriftart Ihres Betriebssystems",
|
||||
"fontSystem": "Standardsystemschriftart"
|
||||
"fontSystem": "Standardsystemschriftart",
|
||||
"fontInterDefault": "Inter (default)",
|
||||
"fontPlayfairDisplay": "Playfair Display",
|
||||
"fontJetBrainsMono": "JetBrains Mono"
|
||||
},
|
||||
"generalSettings": {
|
||||
"title": "Allgemeine Einstellungen",
|
||||
@@ -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 & Wohlbefinden",
|
||||
"business_authority": "Business & Autorität",
|
||||
"nature_outdoors": "Natur & Outdoor",
|
||||
"vintage_academic": "Vintage & Akademisch",
|
||||
"soft_creative": "Sanft & Kreativ",
|
||||
"bohemian": "Bohemian",
|
||||
"vibrant_tech": "Lebhaft & Tech",
|
||||
"craft_artisan": "Handwerk & Artisan",
|
||||
"tech_night": "Tech & Nacht (dunkel)",
|
||||
"education_charts": "Bildung & Diagramme",
|
||||
"forest_eco": "Wald & Öko",
|
||||
"elegant_fashion": "Elegant & Mode",
|
||||
"art_food": "Kunst & Kulinarik",
|
||||
"luxury_mystery": "Luxus & Mystik",
|
||||
"pure_tech_blue": "Reines Tech-Blau",
|
||||
"coastal_coral": "Küsten-Koralle",
|
||||
"vibrant_orange_mint": "Lebhaft Orange & Minze",
|
||||
"platinum_white_gold": "Platin Weißgold"
|
||||
}
|
||||
},
|
||||
"frequencies": {
|
||||
"manual": "Manuell",
|
||||
@@ -2033,7 +2071,19 @@
|
||||
"superscript": "Hochgestellt",
|
||||
"subscript": "Index",
|
||||
"addBlock": "Block hinzufügen",
|
||||
"placeholder": "Geben Sie „/“ für Befehle ein..."
|
||||
"placeholder": "Geben Sie „/“ für Befehle ein...",
|
||||
"aiReformulateFailed": "Der KI-Assistent konnte diesen Text nicht verarbeiten. Bitte erneut versuchen.",
|
||||
"translateTargets": {
|
||||
"Francais": "Französisch",
|
||||
"English": "Englisch",
|
||||
"Espanol": "Spanisch",
|
||||
"Deutsch": "Deutsch",
|
||||
"Persan": "Persisch",
|
||||
"Portugais": "Portugiesisch",
|
||||
"Italiano": "Italienisch",
|
||||
"Chinois": "Chinesisch",
|
||||
"Japonais": "Japanisch"
|
||||
}
|
||||
},
|
||||
"brainstorm": {
|
||||
"title": "Waves of Thought",
|
||||
@@ -2098,6 +2148,181 @@
|
||||
"joined": "nahm an der Sitzung teil",
|
||||
"idea_dismissed": "eine Idee verworfen",
|
||||
"invite_created": "hat eine Einladung erstellt"
|
||||
},
|
||||
"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": "Abrechnung",
|
||||
"currentPlan": "Aktueller Plan",
|
||||
"upgradePlan": "Plan upgraden",
|
||||
"manageBilling": "Abrechnung verwalten",
|
||||
"manageDescription": "Zahlungsmethode aktualisieren, Rechnungen anzeigen oder kündigen.",
|
||||
"openPortal": "Abrechnungsportal öffnen",
|
||||
"renewsOn": "Verlängerung am",
|
||||
"expiresOn": "Läuft ab am",
|
||||
"canceledAt": "Gekündigt — Zugang bis",
|
||||
"freePlan": "Kostenloser Plan",
|
||||
"proPlan": "Pro-Plan",
|
||||
"businessPlan": "Business-Plan",
|
||||
"enterprisePlan": "Enterprise-Plan",
|
||||
"perMonth": "/Monat",
|
||||
"perYear": "/Jahr",
|
||||
"monthly": "Monatlich",
|
||||
"annual": "Jährlich",
|
||||
"save": "Sparen",
|
||||
"upgradeTitle": "Plan wählen",
|
||||
"proPrice": "9,90 €",
|
||||
"businessPrice": "29,90 €",
|
||||
"proAnnualPrice": "99 €",
|
||||
"businessAnnualPrice": "299 €",
|
||||
"proFeature1": "100 semantische Suchen / Monat",
|
||||
"proFeature2": "200 Auto-Tags / Monat",
|
||||
"proFeature3": "50 Umformulierungen / Monat",
|
||||
"proFeature4": "100 Chat-Nachrichten / Monat",
|
||||
"businessFeature1": "1.000 semantische Suchen / Monat",
|
||||
"businessFeature2": "1.000 Auto-Tags / Monat",
|
||||
"businessFeature3": "500 Umformulierungen / Monat",
|
||||
"businessFeature4": "1.000 Chat-Nachrichten / Monat",
|
||||
"enterpriseTitle": "Enterprise",
|
||||
"enterpriseDescription": "Benutzerdefinierte Kontingente, SSO, Prioritätssupport.",
|
||||
"contactSales": "Vertrieb kontaktieren",
|
||||
"startCheckout": "Loslegen",
|
||||
"checkoutLoading": "Checkout wird geladen…",
|
||||
"checkoutSuccess": "Abonnement aktiviert! Willkommen bei {tier}.",
|
||||
"checkoutCanceled": "Checkout abgebrochen.",
|
||||
"active": "Aktiv",
|
||||
"trialing": "Testphase",
|
||||
"pastDue": "Überfällig",
|
||||
"canceled": "Gekündigt",
|
||||
"inactive": "Inaktiv",
|
||||
"billingEnabled": "Abrechnung aktiviert",
|
||||
"billingDisabled": "Abrechnung ist auf dieser Instanz nicht aktiviert.",
|
||||
"usageThisPeriod": "Nutzung in diesem Zeitraum",
|
||||
"periodRange": "Zeitraum",
|
||||
"unlimited": "Unbegrenzt",
|
||||
"noUsage": "Keine Nutzungsdaten",
|
||||
"billingHistory": "Rechnungshistorie",
|
||||
"viewInvoices": "Rechnungen im Portal verwalten",
|
||||
"nextBillingDate": "Nächstes Abrechnungsdatum",
|
||||
"billingPeriod": "Abrechnungszeitraum",
|
||||
"planSince": "Mitglied seit",
|
||||
"checkoutSuccessTitle": "Abonnement aktiviert!",
|
||||
"checkoutSuccessBody": "Willkommen bei {tier}. Ihre Funktionen sind jetzt freigeschaltet.",
|
||||
"subscriptionType": "subscriptionType",
|
||||
"renewalDate": "renewalDate",
|
||||
"noRenewalDate": "—"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user