-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleads-structure.json
More file actions
156 lines (156 loc) · 4.84 KB
/
leads-structure.json
File metadata and controls
156 lines (156 loc) · 4.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"title": "Leads",
"description": "Manage and track your potential customers",
"totalLeads": "total leads",
"newLead": "New Lead",
"import": "Import",
"export": "Export",
"bulkImport": "Bulk Import",
"pasteImport": {
"title": "Import Leads",
"description": "Paste raw lead information and we'll extract the details automatically using AI.",
"placeholder": "Paste raw lead information here. Separate multiple leads with double line breaks...",
"importing": "Importing...",
"importButton": "Import Leads",
"previewDetection": "Preview Detection",
"sampleData": "Use Sample Data",
"extracting": "Extracting...",
"confidence": "AI Extraction Confidence"
},
"form": {
"createTitle": "Create New Lead",
"createDescription": "Add a new lead to your pipeline. Fill in the details below.",
"editTitle": "Edit Lead",
"editDescription": "Update the lead information.",
"basicInfo": "Basic Information",
"coreDetails": "Core details about the lead",
"detailsNotes": "Details & Notes",
"additionalInfo": "Additional information about the lead",
"classification": "Classification",
"categorize": "Categorize and prioritize the lead",
"name": "Name",
"namePlaceholder": "John Doe",
"nameRequired": "Name is required",
"company": "Company",
"companyPlaceholder": "Acme Corporation",
"email": "Email",
"emailPlaceholder": "john@example.com",
"emailInvalid": "Invalid email format",
"phone": "Phone",
"phonePlaceholder": "+1 (555) 123-4567",
"website": "Website",
"websitePlaceholder": "https://example.com",
"description": "Description",
"descriptionPlaceholder": "Brief description or role...",
"notes": "Notes",
"notesPlaceholder": "Additional notes or context...",
"status": "Status",
"selectStatus": "Select status",
"source": "Source",
"selectSource": "Select source",
"priority": "Priority",
"selectPriority": "Select priority",
"tags": "Tags",
"score": "Score",
"reset": "Reset",
"creating": "Creating...",
"updating": "Updating...",
"createLead": "Create Lead",
"updateLead": "Update Lead"
},
"table": {
"name": "Name",
"email": "Email",
"phone": "Phone",
"company": "Company",
"status": "Status",
"source": "Source",
"priority": "Priority",
"score": "Score",
"created": "Created",
"actions": "Actions",
"selectAll": "Select all",
"selectRow": "Select row",
"viewDetails": "View Details",
"edit": "Edit",
"delete": "Delete",
"sendEmail": "Send Email",
"call": "Call",
"bulkDelete": "Delete Selected",
"rowsSelected": "row(s) selected",
"noResults": "No leads found",
"errorLoading": "Error loading leads"
},
"status": {
"new": "New",
"contacted": "Contacted",
"qualified": "Qualified",
"proposal": "Proposal",
"negotiation": "Negotiation",
"closedWon": "Won",
"closedLost": "Lost",
"archived": "Archived"
},
"source": {
"manual": "Manual Entry",
"import": "Imported",
"api": "API",
"website": "Website",
"referral": "Referral",
"socialMedia": "Social Media",
"emailCampaign": "Email Campaign",
"coldCall": "Cold Call",
"conference": "Conference",
"partner": "Partner"
},
"priority": {
"low": "Low",
"medium": "Medium",
"high": "High",
"urgent": "Urgent"
},
"scoreRange": {
"cold": "Cold",
"warm": "Warm",
"hot": "Hot",
"veryHot": "Very Hot"
},
"messages": {
"createSuccess": "Lead created successfully",
"updateSuccess": "Lead updated successfully",
"deleteSuccess": "Lead deleted successfully",
"importSuccess": "Import completed successfully",
"exportSuccess": "Export completed successfully",
"duplicateDetected": "A lead with this email already exists",
"extractionFailed": "Failed to extract lead information",
"enrichmentFailed": "Failed to enrich lead data",
"importFailed": "Failed to import some leads",
"networkError": "Network error. Please check your connection",
"permissionDenied": "You don't have permission to perform this action",
"validationError": "Please check all required fields"
},
"filters": {
"search": "Search",
"searchPlaceholder": "Search by name, email, or company...",
"status": "Status",
"allStatuses": "All Statuses",
"source": "Source",
"allSources": "All Sources",
"priority": "Priority",
"allPriorities": "All Priorities",
"dateRange": "Date Range",
"scoreRange": "Score Range",
"assigned": "Assigned",
"all": "All",
"assignedOnly": "Assigned",
"unassignedOnly": "Unassigned",
"clearFilters": "Clear Filters"
},
"stats": {
"total": "Total Leads",
"new": "New This Week",
"qualified": "Qualified",
"conversionRate": "Conversion Rate",
"averageScore": "Average Score"
}
}