refactor(ux): consolidate BMAD skills, update design system, and clean up Prisma generated client
This commit is contained in:
@@ -189,7 +189,8 @@
|
||||
"notebookRequired": "⚠️ Labels are only available in notebooks. Move this note to a notebook first.",
|
||||
"count": "{count} labels",
|
||||
"noLabels": "No labels",
|
||||
"confirmDeleteShort": "Confirm?"
|
||||
"confirmDeleteShort": "Confirm?",
|
||||
"labelRemoved": "Label \"{label}\" removed"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Search",
|
||||
@@ -419,6 +420,10 @@
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"accept": "Accept",
|
||||
"accepted": "Share accepted",
|
||||
"decline": "Decline",
|
||||
"noNotifications": "No new notifications",
|
||||
"shared": "shared \"{title}\"",
|
||||
"untitled": "Untitled",
|
||||
"notifications": "Notifications",
|
||||
@@ -732,7 +737,15 @@
|
||||
"title": "Email Configuration",
|
||||
"description": "Configure email delivery for agent notifications and password resets.",
|
||||
"provider": "Email Provider",
|
||||
"saveSettings": "Save Email Settings"
|
||||
"saveSettings": "Save Email Settings",
|
||||
"status": "Service Status",
|
||||
"keySet": "key configured",
|
||||
"activeAuto": "Auto mode: Resend will be used first, SMTP as fallback.",
|
||||
"activeSmtp": "Auto mode: SMTP will be used (Resend not configured).",
|
||||
"noneConfigured": "No email service configured. Set up Resend or SMTP.",
|
||||
"activeProvider": "Active provider",
|
||||
"testOk": "test passed",
|
||||
"testFail": "test failed"
|
||||
},
|
||||
"smtp": {
|
||||
"title": "SMTP Configuration",
|
||||
@@ -1230,7 +1243,9 @@
|
||||
"researchTopic": "Research topic",
|
||||
"researchTopicPlaceholder": "e.g. Latest advances in quantum computing",
|
||||
"notifyEmail": "Email notification",
|
||||
"notifyEmailHint": "Receive an email with the agent's results after each run"
|
||||
"notifyEmailHint": "Receive an email with the agent's results after each run",
|
||||
"includeImages": "Include images",
|
||||
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note"
|
||||
},
|
||||
"frequencies": {
|
||||
"manual": "Manual",
|
||||
@@ -1376,7 +1391,8 @@
|
||||
"renamed": "Conversation renamed",
|
||||
"renameError": "Error renaming",
|
||||
"welcome": "I'm here to help you synthesize your notes, generate new ideas, or discuss your notebooks.",
|
||||
"searching": "Searching..."
|
||||
"searching": "Searching...",
|
||||
"noNotesFoundForContext": "No relevant notes found for this question. Answer with your general knowledge."
|
||||
},
|
||||
"labHeader": {
|
||||
"title": "The Lab",
|
||||
|
||||
Reference in New Issue
Block a user