Some checks failed
Storefront homepage & module gating:
- CMS owns storefront GET / (slug="home" with 3-tier resolution)
- Catalog loses GET / (keeps /products only)
- Store root redirect (GET / → /store/dashboard or /store/login)
- Route gating: non-core modules return 404 when disabled for platform
- Seed store default homepages per platform
Widget protocol for customer dashboard:
- StorefrontDashboardCard contract in widgets.py
- Widget aggregator get_storefront_dashboard_cards()
- Orders and Loyalty module widget providers
- Dashboard template renders contributed cards (no module names)
Landing template module-agnostic:
- CTAs driven by storefront_nav (not hardcoded module names)
- Header actions check nav item IDs (not enabled_modules)
- Remove hardcoded "Add Product" sidebar button
- Remove all enabled_modules checks from storefront templates
i18n fixes:
- Title placeholder resolution ({{store_name}}) for store default pages
- Storefront nav label_keys prefixed with module code
- Add storefront.account.* keys to 6 modules (en/fr/de/lb)
- Header/footer CMS pages use get_translated_title(current_language)
- Footer labels use i18n keys instead of hardcoded English
Icon cleanup:
- Standardize on map-pin (remove location-marker alias)
- Replace all location-marker references across templates and docs
Docs:
- Storefront builder vision proposal (6 phases)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
135 lines
5.6 KiB
JSON
135 lines
5.6 KiB
JSON
{
|
|
"notifications": {
|
|
"title": "Notifications",
|
|
"mark_read": "Mark as Read",
|
|
"mark_all_read": "Mark All as Read",
|
|
"no_notifications": "No notifications",
|
|
"new_order": "New Order",
|
|
"order_updated": "Order Updated",
|
|
"low_stock": "Low Stock Alert",
|
|
"import_complete": "Import Complete",
|
|
"import_failed": "Import Failed"
|
|
},
|
|
"permissions": {
|
|
"view_messages": "View Messages",
|
|
"view_messages_desc": "View messages and conversations",
|
|
"send_messages": "Send Messages",
|
|
"send_messages_desc": "Send messages to customers",
|
|
"manage_templates": "Manage Templates",
|
|
"manage_templates_desc": "Create and edit message templates"
|
|
},
|
|
"messages": {
|
|
"failed_to_load_template": "Failed to load template",
|
|
"template_saved_successfully": "Template saved successfully",
|
|
"reverted_to_platform_default": "Reverted to platform default",
|
|
"failed_to_load_preview": "Failed to load preview",
|
|
"failed_to_send_test_email": "Failed to send test email",
|
|
"failed_to_load_conversations": "Failed to load conversations",
|
|
"failed_to_load_conversation": "Failed to load conversation",
|
|
"conversation_closed": "Conversation closed",
|
|
"failed_to_close_conversation": "Failed to close conversation",
|
|
"conversation_reopened": "Conversation reopened",
|
|
"failed_to_reopen_conversation": "Failed to reopen conversation",
|
|
"conversation_created": "Conversation created",
|
|
"notification_marked_as_read": "Notification marked as read",
|
|
"all_notifications_marked_as_read": "All notifications marked as read",
|
|
"notification_deleted": "Notification deleted",
|
|
"notification_settings_saved": "Notification settings saved",
|
|
"failed_to_load_templates": "Failed to load templates",
|
|
"failed_to_load_recipients": "Failed to load recipients",
|
|
"failed_to_load_notifications": "Failed to load notifications",
|
|
"failed_to_mark_notification_as_read": "Failed to mark notification as read",
|
|
"failed_to_mark_all_as_read": "Failed to mark all as read",
|
|
"failed_to_delete_notification": "Failed to delete notification",
|
|
"failed_to_load_alerts": "Failed to load alerts",
|
|
"alert_resolved_successfully": "Alert resolved successfully",
|
|
"failed_to_resolve_alert": "Failed to resolve alert",
|
|
"no_template_for_language": "No template for {language} - create one by saving",
|
|
"failed_to_save_template": "Failed to save template",
|
|
"test_email_sent": "Test email sent to {email}"
|
|
},
|
|
"confirmations": {
|
|
"delete_notification": "Are you sure you want to delete this notification?",
|
|
"close_conversation": "Close this conversation?",
|
|
"close_conversation_admin": "Are you sure you want to close this conversation?",
|
|
"delete_customization": "Are you sure you want to delete your customization and revert to the platform default?"
|
|
},
|
|
"features": {
|
|
"messaging_basic": {
|
|
"name": "Basic Messaging",
|
|
"description": "Basic messaging functionality"
|
|
},
|
|
"email_templates": {
|
|
"name": "Email Templates",
|
|
"description": "Customizable email templates"
|
|
},
|
|
"bulk_messaging": {
|
|
"name": "Bulk Messaging",
|
|
"description": "Send bulk messages to customers"
|
|
}
|
|
},
|
|
"menu": {
|
|
"platform_admin": "Platform Admin",
|
|
"platform_monitoring": "Platform Monitoring",
|
|
"platform_settings": "Platform Settings",
|
|
"customers": "Customers",
|
|
"account_settings": "Account Settings",
|
|
"messages": "Messages",
|
|
"notifications": "Notifications",
|
|
"email_templates": "Email Templates",
|
|
"email_logs": "Email Logs"
|
|
},
|
|
"email_logs": {
|
|
"title": "Email Logs",
|
|
"subtitle": "Audit all emails sent through the platform",
|
|
"recipient": "Recipient",
|
|
"subject": "Subject",
|
|
"template": "Template",
|
|
"status": "Status",
|
|
"store": "Store",
|
|
"date": "Date",
|
|
"sent_at": "Sent At",
|
|
"provider": "Provider",
|
|
"from": "From",
|
|
"to": "To",
|
|
"reply_to": "Reply To",
|
|
"related_entity": "Related Entity",
|
|
"error_message": "Error Message",
|
|
"retry_count": "Retry Count",
|
|
"actions": "Actions",
|
|
"view_detail": "View Detail",
|
|
"email_detail": "Email Detail",
|
|
"html_preview": "HTML Preview",
|
|
"text_preview": "Text Preview",
|
|
"metadata": "Metadata",
|
|
"content": "Content",
|
|
"status_timeline": "Status Timeline",
|
|
"filter_by_recipient": "Search by recipient email...",
|
|
"filter_by_status": "All statuses",
|
|
"filter_by_template": "All templates",
|
|
"filter_by_store": "All stores",
|
|
"date_from": "From date",
|
|
"date_to": "To date",
|
|
"apply_filters": "Apply",
|
|
"reset_filters": "Reset",
|
|
"total_sent": "Total Sent",
|
|
"total_failed": "Failed",
|
|
"total_pending": "Pending",
|
|
"total_delivered": "Delivered",
|
|
"no_logs": "No email logs found",
|
|
"status_sent": "Sent",
|
|
"status_failed": "Failed",
|
|
"status_pending": "Pending",
|
|
"status_delivered": "Delivered",
|
|
"status_bounced": "Bounced",
|
|
"status_opened": "Opened",
|
|
"status_clicked": "Clicked",
|
|
"retention_note": "Email body content is retained for 90 days. Metadata is kept indefinitely."
|
|
},
|
|
"storefront": {
|
|
"account": {
|
|
"messages": "Messages"
|
|
}
|
|
}
|
|
}
|