feat: mvp

This commit is contained in:
Muhsin
2026-05-30 14:53:54 +04:00
parent 4339e0ee0a
commit bddca26ee3
23 changed files with 880 additions and 5 deletions
@@ -145,6 +145,7 @@
"SUBTITLE": "Launch a WhatsApp campaign to reach your customers directly. Send offers or make announcements with ease. Click 'Create campaign' to get started."
},
"CARD": {
"ANALYTICS": "View analytics",
"STATUS": {
"COMPLETED": "Completed",
"SCHEDULED": "Scheduled"
@@ -199,6 +200,34 @@
"ERROR_MESSAGE": "There was an error. Please try again."
}
}
},
"ANALYTICS": {
"TITLE": "Campaign analytics",
"BACK": "Back to WhatsApp campaigns",
"EMPTY": "No delivery records found.",
"EMPTY_FILTER": "No {status} delivery records found.",
"SUMMARY": "{delivered} of {audience} contacts received this campaign. {skipped} skipped and {failed} failed.",
"RATE": "{value} of audience",
"PAGE_INFO": "Page {current} of {total}",
"FILTERS": {
"ALL": "All"
},
"METRICS": {
"AUDIENCE": "Audience",
"SENT": "Sent",
"DELIVERED": "Delivered",
"READ": "Read",
"FAILED": "Failed",
"SKIPPED": "Skipped"
},
"TABLE": {
"CONTACT": "Contact",
"PHONE_NUMBER": "Phone number",
"STATUS": "Status",
"MESSAGE": "Message",
"MESSAGE_NOT_GENERATED": "Not generated",
"ERROR_REASON": "Reason"
}
}
},
"CONFIRM_DELETE": {