@zappway/embeds 1.0.35 → 1.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist/chatbox/index.css +1 -1
  2. package/dist/chatbox/index.js +410 -672
  3. package/dist/form/index.css +1 -1
  4. package/dist/form/index.js +370 -632
  5. package/dist/locales/ar/translations.json +385 -279
  6. package/dist/locales/az/translations.json +389 -283
  7. package/dist/locales/bg/translations.json +380 -274
  8. package/dist/locales/bn/translations.json +382 -276
  9. package/dist/locales/ca/translations.json +379 -273
  10. package/dist/locales/cs/translations.json +377 -271
  11. package/dist/locales/da/translations.json +469 -363
  12. package/dist/locales/de/translations.json +380 -274
  13. package/dist/locales/el/translations.json +384 -278
  14. package/dist/locales/en/translations.json +538 -432
  15. package/dist/locales/eo/translations.json +446 -340
  16. package/dist/locales/es/translations.json +515 -410
  17. package/dist/locales/et/translations.json +376 -270
  18. package/dist/locales/fa/translations.json +376 -270
  19. package/dist/locales/fi/translations.json +374 -268
  20. package/dist/locales/fr/translations.json +376 -270
  21. package/dist/locales/ga/translations.json +397 -291
  22. package/dist/locales/he/translations.json +378 -272
  23. package/dist/locales/hi/translations.json +374 -268
  24. package/dist/locales/hu/translations.json +389 -283
  25. package/dist/locales/id/translations.json +347 -241
  26. package/dist/locales/it/translations.json +387 -281
  27. package/dist/locales/ja/translations.json +376 -270
  28. package/dist/locales/ko/translations.json +395 -289
  29. package/dist/locales/lt/translations.json +379 -273
  30. package/dist/locales/lv/translations.json +379 -273
  31. package/dist/locales/ms/translations.json +398 -292
  32. package/dist/locales/nb/translations.json +373 -267
  33. package/dist/locales/nl/translations.json +378 -272
  34. package/dist/locales/pl/translations.json +369 -263
  35. package/dist/locales/pt/translations.json +325 -227
  36. package/dist/locales/pt-BR/translations.json +326 -228
  37. package/dist/locales/ro/translations.json +375 -269
  38. package/dist/locales/ru/translations.json +385 -279
  39. package/dist/locales/sk/translations.json +376 -270
  40. package/dist/locales/sl/translations.json +371 -265
  41. package/dist/locales/sv/translations.json +372 -266
  42. package/dist/locales/th/translations.json +386 -280
  43. package/dist/locales/tl/translations.json +390 -284
  44. package/dist/locales/tr/translations.json +382 -276
  45. package/dist/locales/uk/translations.json +383 -277
  46. package/dist/locales/ur/translations.json +386 -280
  47. package/dist/locales/zh/translations.json +376 -270
  48. package/package.json +1 -1
@@ -131,243 +131,362 @@
131
131
  }
132
132
  },
133
133
  "FormsPage": {
134
- "templates": {
135
- "fromScratch": {
136
- "name": "Start From Scratch",
137
- "description": "Create a form from scratch. You can add any field you want and customize the design.",
138
- "fields": {
139
- "email": {
140
- "name": "Email"
141
- }
142
- },
143
- "startScreen": {
144
- "title": "Title",
145
- "description": "Description"
146
- }
147
- },
148
- "leadForm": {
149
- "name": "Lead Form",
150
- "description": "A form to capture lead information including email and phone.",
151
- "overview": "This form is designed to capture essential lead information, including email and phone, to facilitate further communication.",
152
- "fields": {
153
- "email": {
154
- "name": "Email",
155
- "placeholder": "Enter your email"
156
- },
157
- "phone": {
158
- "name": "Phone",
159
- "placeholder": "Enter your phone number"
160
- },
161
- "comment": {
162
- "name": "Comment",
163
- "placeholder": "Enter any additional comments"
164
- }
165
- },
166
- "startScreen": {
167
- "title": "Get in Touch",
168
- "description": "We're here to help! Please fill out the form below."
169
- }
170
- },
171
- "productFeedbackForm": {
172
- "name": "Product Feedback Form",
173
- "description": "A form to gather feedback on our products.",
174
- "overview": "This form is designed to collect feedback on our products. Your input is valuable to us and helps us improve our offerings.",
175
- "fields": {
176
- "email": {
177
- "name": "Email",
178
- "placeholder": "Enter your email"
134
+ "templates": {
135
+ "fromScratch": {
136
+ "name": "Start from Scratch",
137
+ "description": "Create a form from scratch. You can add any field you want and customize the design.",
138
+ "fields": {
139
+ "email": {
140
+ "name": "Email",
141
+ "placeholder": "Enter your email"
142
+ },
143
+ "select": {
144
+ "name": "Choose an option",
145
+ "options": {
146
+ "support": "Support",
147
+ "sales": "Sales",
148
+ "feedback": "Feedback",
149
+ "partnership": "Partnerships",
150
+ "other": "Other"
151
+ },
152
+ "placeholder": "Select an option"
153
+ }
154
+ },
155
+ "startScreen": {
156
+ "title": "Title",
157
+ "description": "Description"
158
+ },
159
+ "endScreen": {
160
+ "message": "Thank you! We will contact you soon.",
161
+ "cta": {
162
+ "label": "Thank you!",
163
+ "url": "/forms/{formId}"
164
+ }
165
+ }
179
166
  },
180
- "type": {
181
- "name": "Feedback Type",
182
- "options": {
183
- "featureRequest": "Feature Request",
184
- "bugReport": "Bug Report",
185
- "other": "Other"
186
- },
187
- "placeholder": "Select feedback type"
167
+ "leadForm": {
168
+ "name": "Capture Leads",
169
+ "description": "Capture lead information, including email and phone.",
170
+ "overview": "This form is designed to capture essential lead information, including email and phone, to facilitate future communication.",
171
+ "fields": {
172
+ "email": {
173
+ "name": "Email",
174
+ "placeholder": "Enter your email"
175
+ },
176
+ "phone": {
177
+ "name": "Phone",
178
+ "placeholder": "Enter your phone number"
179
+ },
180
+ "comment": {
181
+ "name": "Comment",
182
+ "placeholder": "Enter any additional comments"
183
+ },
184
+ "select": {
185
+ "name": "Select",
186
+ "options": {
187
+ "getMoreClients": "Get more clients",
188
+ "automateTasks": "Automate repetitive tasks",
189
+ "organizeContacts": "Organize contacts and conversations",
190
+ "learnMore": "Learn more about the platform",
191
+ "other": "Other"
192
+ },
193
+ "placeholder": "Select an option"
194
+ }
195
+ },
196
+ "startScreen": {
197
+ "title": "Get in Touch",
198
+ "description": "We're here to help!\nPlease fill out the form below."
199
+ },
200
+ "endScreen": {
201
+ "message": "We have received your information! We will contact you soon.",
202
+ "cta": {
203
+ "label": "Thank you!",
204
+ "url": "/forms/{formId}"
205
+ }
206
+ }
188
207
  },
189
- "comment": {
190
- "name": "Comment",
191
- "placeholder": "Enter your feedback here"
208
+ "productFeedbackForm": {
209
+ "name": "Product Feedback Form",
210
+ "description": "A form to collect feedback on our products.",
211
+ "overview": "This form is designed to collect feedback on our products. Your opinion is valuable to us and helps us improve our offerings.",
212
+ "fields": {
213
+ "email": {
214
+ "name": "Email",
215
+ "placeholder": "Enter your email"
216
+ },
217
+ "select": {
218
+ "name": "Feedback Type",
219
+ "options": {
220
+ "featureRequest": "Feature Request",
221
+ "bugReport": "Bug Report",
222
+ "other": "Other"
223
+ },
224
+ "placeholder": "Select the feedback type"
225
+ },
226
+ "comment": {
227
+ "name": "Comment",
228
+ "placeholder": "Enter your feedback here"
229
+ },
230
+ "files": {
231
+ "name": "Files",
232
+ "placeholder": "Attach files (optional)"
233
+ },
234
+ "type": {
235
+ "name": "Feedback Type",
236
+ "options": {
237
+ "featureRequest": "Feature Request",
238
+ "bugReport": "Bug Report",
239
+ "other": "Other"
240
+ },
241
+ "placeholder": "Select the feedback type"
242
+ }
243
+ },
244
+ "startScreen": {
245
+ "title": "Your Opinion Matters",
246
+ "description": "We're here to listen! Please share your opinion."
247
+ },
248
+ "endScreen": {
249
+ "message": "Thank you very much for your feedback! It is under review.",
250
+ "cta": {
251
+ "label": "Thank you!",
252
+ "url": "/forms/{formId}"
253
+ }
254
+ }
192
255
  },
193
- "files": {
194
- "name": "Files",
195
- "placeholder": "Attach files (optional)"
196
- }
197
- },
198
- "startScreen": {
199
- "title": "Your Feedback Matters",
200
- "description": "We're here to listen! Please share your thoughts on our products."
201
- }
202
- },
203
- "onboardingForm": {
204
- "name": "Onboarding Form",
205
- "description": "A form to gather initial information about new users.",
206
- "overview": "This form is designed to collect initial information about new users to help us tailor our services to their needs.",
207
- "fields": {
208
- "email": {
209
- "name": "Email",
210
- "placeholder": "Enter your email"
256
+ "onboardingForm": {
257
+ "name": "New User Form",
258
+ "description": "Collect initial information about new users.",
259
+ "overview": "This form is designed to collect initial information about new users to help tailor our services to their needs.",
260
+ "fields": {
261
+ "email": {
262
+ "name": "Email",
263
+ "placeholder": "Enter your email"
264
+ },
265
+ "Enterprise": {
266
+ "name": "Business",
267
+ "options": {
268
+ "eCommerce": "E‑commerce",
269
+ "healthcare": "Healthcare",
270
+ "finance": "Finance",
271
+ "technology": "Technology",
272
+ "retail": "Retail",
273
+ "manufacturing": "Manufacturing",
274
+ "other": "Other"
275
+ },
276
+ "placeholder": "Select your business"
277
+ },
278
+ "companySize": {
279
+ "name": "Company Size",
280
+ "options": {
281
+ "small": "1‑10",
282
+ "medium": "10‑100",
283
+ "large": "100+"
284
+ },
285
+ "placeholder": "Select your company size"
286
+ },
287
+ "referral": {
288
+ "name": "How did you hear about us?",
289
+ "options": {
290
+ "google": "Google",
291
+ "socialMedia": "Social Media",
292
+ "newsletter": "Newsletter",
293
+ "wordOfMouth": "Word of Mouth",
294
+ "tradeShow": "Trade Show",
295
+ "other": "Other"
296
+ },
297
+ "placeholder": "Where did you hear about us?"
298
+ }
299
+ },
300
+ "startScreen": {
301
+ "title": "Welcome to Our Platform",
302
+ "description": "We're excited to have you here! Let's get started."
303
+ },
304
+ "endScreen": {
305
+ "message": "Welcome! We'll use your answers to personalize your experience.",
306
+ "cta": {
307
+ "label": "Thank you!",
308
+ "url": "/forms/{formId}"
309
+ }
310
+ }
211
311
  },
212
- "industry": {
213
- "name": "Industry",
214
- "options": {
215
- "technology": "Technology",
216
- "eCommerce": "E-commerce",
217
- "healthcare": "Healthcare",
218
- "finance": "Finance",
219
- "retail": "Retail",
220
- "manufacturing": "Manufacturing",
221
- "other": "Other"
222
- },
223
- "placeholder": "Select your industry"
312
+ "inboundLead": {
313
+ "name": "Identify Lead Interests",
314
+ "description": "Strategically capture leads based on your audience's real interests.",
315
+ "overview": "Use this form to identify what truly interests your lead—such as automating support, centralizing channels, or increasing sales. Ideal for engaging visitors and qualifying opportunities from the first contact.",
316
+ "fields": {
317
+ "firstName": {
318
+ "name": "First Name",
319
+ "placeholder": "Enter your first name"
320
+ },
321
+ "email": {
322
+ "name": "Email",
323
+ "placeholder": "Enter your email"
324
+ },
325
+ "interestedIn": {
326
+ "name": "Interested In",
327
+ "options": {
328
+ "automatedSupport": "AI‑powered Automated Support",
329
+ "increaseSales": "Increase Sales",
330
+ "reduceResponseTime": "Reduce Response Time",
331
+ "centralizeChannels": "Centralize Channels (WhatsApp, Instagram, etc.)",
332
+ "other": "Other"
333
+ },
334
+ "placeholder": "What are you interested in?"
335
+ }
336
+ },
337
+ "startScreen": {
338
+ "title": "(Your Business)",
339
+ "description": "Welcome aboard! Let's get to know each other!"
340
+ },
341
+ "endScreen": {
342
+ "message": "Thank you for sharing! A specialist will assist you shortly.",
343
+ "cta": {
344
+ "label": "Thank you!",
345
+ "url": "/forms/{formId}"
346
+ }
347
+ }
224
348
  },
225
- "companySize": {
226
- "name": "Company Size",
227
- "options": {
228
- "small": "1-10",
229
- "medium": "10-100",
230
- "large": "100+"
231
- },
232
- "placeholder": "Select your company size"
349
+ "contactSales": {
350
+ "name": "Contact Sales",
351
+ "description": "Help your sales team focus on the highest‑potential customers.",
352
+ "overview": "This form allows you to quickly understand the customer's commercial needs. It streamlines qualification and accelerates the sales process based on real data.",
353
+ "fields": {
354
+ "firstName": {
355
+ "name": "First Name",
356
+ "placeholder": "Enter your first name"
357
+ },
358
+ "email": {
359
+ "name": "Email",
360
+ "placeholder": "Enter your email"
361
+ },
362
+ "interestedIn": {
363
+ "name": "Interested In",
364
+ "options": {
365
+ "automateSupport": "Automate Support with AI",
366
+ "centralizeChannels": "Unify Channels (WhatsApp, Instagram, etc.)",
367
+ "boostConversions": "Boost Conversions and Sales",
368
+ "customSolutions": "Custom Solutions for My Company",
369
+ "contentMarketing": "Content Marketing",
370
+ "affiliates": "Sell as Affiliate",
371
+ "other": "Other"
372
+ },
373
+ "placeholder": "What are you interested in?"
374
+ }
375
+ },
376
+ "startScreen": {
377
+ "title": "Contact Sales",
378
+ "description": "Increase your conversions and sales"
379
+ },
380
+ "endScreen": {
381
+ "message": "Your request has been sent to our sales team. Please wait for our contact.",
382
+ "cta": {
383
+ "label": "Thank you!",
384
+ "url": "/forms/{formId}"
385
+ }
386
+ }
233
387
  },
234
- "referral": {
235
- "name": "Where did you hear about us?",
236
- "options": {
237
- "google": "Google",
238
- "socialMedia": "Social Media",
239
- "newsletter": "Newsletter",
240
- "wordOfMouth": "Word of Mouth",
241
- "tradeShow": "Trade Show",
242
- "other": "Other"
243
- },
244
- "placeholder": "Where did you hear about us?"
388
+ "feedback": {
389
+ "name": "Feedback",
390
+ "description": "Gather product opinions through an engaging dialogue approach.",
391
+ "overview": "Collect feedback from new customers about one of our shoe models.\nAcme Clothes is a distinctive fashion brand known for its stylish, high‑quality apparel.\nOffering a wide range of clothing options for men, women, and children, Acme Clothes blends comfort with contemporary trends to create unique and versatile pieces suitable for all occasions.",
392
+ "fields": {
393
+ "usageContext": {
394
+ "name": "Where did you use the product?",
395
+ "options": {
396
+ "work": "At work",
397
+ "sports": "During physical activities",
398
+ "casual": "In everyday life",
399
+ "travel": "While traveling",
400
+ "other": "Other"
401
+ },
402
+ "placeholder": "Choose the main usage context"
403
+ },
404
+ "recommendationLikelihood": {
405
+ "name": "Would you recommend this product?",
406
+ "options": {
407
+ "yes": "Yes, definitely",
408
+ "maybe": "Maybe",
409
+ "no": "Would not recommend"
410
+ },
411
+ "placeholder": "Would you recommend this product to someone?"
412
+ },
413
+ "priceValue": {
414
+ "name": "Price Rating",
415
+ "options": {
416
+ "excellent": "Excellent",
417
+ "fair": "Fair",
418
+ "expensive": "Expensive"
419
+ },
420
+ "placeholder": "What did you think of the price?"
421
+ },
422
+ "overallSatisfaction": {
423
+ "name": "Overall Satisfaction (1‑5)",
424
+ "options": {
425
+ "1": "1 ‑ Very Poor",
426
+ "2": "2 ‑ Poor",
427
+ "3": "3 ‑ Okay",
428
+ "4": "4 ‑ Good",
429
+ "5": "5 ‑ Excellent"
430
+ },
431
+ "placeholder": "Give an overall rating"
432
+ }
433
+ },
434
+ "startScreen": {
435
+ "title": "Leave a Comment",
436
+ "description": "Tell us how we can improve."
437
+ },
438
+ "endScreen": {
439
+ "message": "We appreciate your feedback! It is very important to us.",
440
+ "cta": {
441
+ "label": "Thank you!",
442
+ "url": "/forms/{formId}"
443
+ }
444
+ }
245
445
  }
246
- },
247
- "startScreen": {
248
- "title": "Welcome to Our Platform",
249
- "description": "We're excited to have you here! Let's get started."
250
- }
251
446
  },
252
- "inboundLead": {
253
- "name": "Inbound Lead",
254
- "description": "Attract potential clients at the beginning of any funnel, prompting them to submit their contact information.",
255
- "overview": "A conversation to convince potential prospect about Acme Inc. solution.\nStart by giving a brief intro about Acme.\nAsk for the email only if they are interested in receiving email updates.",
256
- "fields": {
257
- "firstName": {
258
- "name": "First Name"
259
- },
260
- "email": {
261
- "name": "Email"
262
- },
263
- "interestedIn": {
264
- "name": "Interested In",
265
- "options": {
266
- "websiteDev": "Website Development",
267
- "contentMarketing": "Content Marketing",
268
- "socialMedia": "Social Media",
269
- "uiUxDesign": "UI/UX Design"
270
- }
271
- }
272
- },
273
- "startScreen": {
274
- "title": "Awesome Company",
275
- "description": "Welcome on board! Let's get to know each other!"
276
- }
447
+ "breadcrumbs": {
448
+ "ariaLabel": "Navigation",
449
+ "forms": "Forms"
277
450
  },
278
- "contactSales": {
279
- "name": "Contact Sales",
280
- "description": "Prepare and assess potential clients before they arrange a discussion with your sales representatives.",
281
- "overview": "A conversation to convince potential prospect about Acme Inc. solution.\nStart by giving a brief intro about Acme.\nAsk for the email only if they are interested in receiving email updates.\n\nAt Acme Inc., we're dedicated to providing top-notch solutions and services to meet your needs.\nWith a team of experts committed to excellence, we strive to deliver innovative products that redefine industry standards.",
282
- "fields": {
283
- "firstName": {
284
- "name": "First Name"
285
- },
286
- "email": {
287
- "name": "Email"
288
- },
289
- "interestedIn": {
290
- "name": "Interested In",
291
- "options": {
292
- "websiteDev": "Website Development",
293
- "contentMarketing": "Content Marketing",
294
- "socialMedia": "Social Media",
295
- "uiUxDesign": "UI/UX Design"
296
- }
297
- }
298
- },
299
- "startScreen": {
300
- "title": "Contact Sales",
301
- "description": "Learn about our Enterprise Plan"
302
- }
451
+ "titles": {
452
+ "forms": "Forms"
303
453
  },
304
- "feedback": {
305
- "name": "Product Feedback",
306
- "description": "Obtain opinions on a product through an engaging dialogue-based approach.",
307
- "overview": "Gather feedback from new customers of one of our models of sneakers.\nAcme Clothes is a distinguished fashion brand renowned for its high-quality, stylish apparel.\nOffering a wide range of clothing options for men, women, and kids, Acme Clothes combines comfort with contemporary trends to create unique and versatile pieces suitable for every occasion.",
308
- "fields": {
309
- "modelPurchased": {
310
- "name": "Model Purchased"
311
- },
312
- "sizeFitting": {
313
- "name": "Size Fitting"
314
- },
315
- "priceValue": {
316
- "name": "Price Value Assessment"
317
- },
318
- "overallSatisfaction": {
319
- "name": "Overall Satisfaction (1-5)"
320
- }
321
- },
322
- "startScreen": {
323
- "title": "Sneaker.com",
324
- "description": "Let us know how we can improve our product"
325
- }
454
+ "button": {
455
+ "newForm": "New Form"
456
+ },
457
+ "modal": {
458
+ "createForm": "Create Form"
459
+ },
460
+ "toast": {
461
+ "creatingForm": "Creating form...",
462
+ "created": "Form created successfully!",
463
+ "error": "An error occurred while creating the form."
326
464
  }
327
- },
328
- "breadcrumbs": {
329
- "ariaLabel": "Breadcrumbs",
330
- "forms": "Forms"
331
- },
332
- "titles": {
333
- "forms": "Forms"
334
- },
335
- "button": {
336
- "newForm": "New Form"
337
- },
338
- "modal": {
339
- "createForm": "Create Form"
340
- },
341
- "toast": {
342
- "creatingForm": "Creating form...",
343
- "created": "Form created successfully!",
344
- "error": "An error occurred while creating the form."
345
- }
346
465
  },
347
466
  "DatasourcePage": {
348
- "breadcrumbs": {
349
- "label": "Breadcrumbs",
350
- "datastores": "Datastores"
351
- },
352
- "status": {
353
- "unsynched": "Unsynched",
354
- "pending": "Pending",
355
- "running": "Running",
356
- "synched": "Synched",
357
- "error": "Error",
358
- "usage_limit_reached": "Usage Limit Reached"
359
- },
360
- "form": {
361
- "submitButtonText": "Update",
362
- "deleteDatasource": "Delete Datasource",
363
- "deleteDatasourceDescription": "It will remove all its data from the datastore."
364
- },
365
- "buttons": {
366
- "delete": "Delete"
367
- },
368
- "modals": {
369
- "confirmDelete": "Are you sure you want to delete this datasource? This action is irreversible."
370
- }
467
+ "breadcrumbs": {
468
+ "label": "Navigation",
469
+ "datastores": "Datastores"
470
+ },
471
+ "status": {
472
+ "unsynched": "Unsynced",
473
+ "pending": "Pending",
474
+ "running": "Running",
475
+ "synched": "Synced",
476
+ "error": "Error",
477
+ "usage_limit_reached": "Usage limit reached"
478
+ },
479
+ "form": {
480
+ "submitButtonText": "Update",
481
+ "deleteDatasource": "Delete Data Source",
482
+ "deleteDatasourceDescription": "This will remove all your data from global storage."
483
+ },
484
+ "buttons": {
485
+ "delete": "Delete"
486
+ },
487
+ "modals": {
488
+ "confirmDelete": "Are you sure you want to delete this data source? This action is irreversible."
489
+ }
371
490
  },
372
491
  "DatastorePage": {
373
492
  "breadcrumbs": {
@@ -444,66 +563,211 @@
444
563
  "shareTwitter": "Share on Twitter",
445
564
  "shareLinkedIn": "Share on LinkedIn"
446
565
  }
566
+ },
567
+ "form": {
568
+ "actions": {
569
+ "addField": "Add Field",
570
+ "addOption": "Add Option",
571
+ "removeField": "Remove Field",
572
+ "removeOption": "Remove Option"
573
+ },
574
+ "labels": {
575
+ "type": "Type",
576
+ "label": "Title",
577
+ "options": "Add as many options as you like",
578
+ "defaultCountryCode": "Default Country Code",
579
+ "placeholder": "Placeholder",
580
+ "required": "Required",
581
+ "min": "Minimum",
582
+ "max": "Maximum",
583
+ "createContact": "Create Contact",
584
+ "includeSources": "Include sources in the AI 'GPT' assistant response"
585
+ },
586
+ "fieldTypes": {
587
+ "email": "Email",
588
+ "phoneNumber": "Phone Number",
589
+ "text": "Text",
590
+ "textArea": "Text Area",
591
+ "select": "Select",
592
+ "file": "File",
593
+ "number": "Number",
594
+ "leadSelect": "Lead Select"
595
+ },
596
+ "accordion": {
597
+ "newField": "New Field"
598
+ }
599
+ },
600
+ "formEditor": {
601
+ "accordion": {
602
+ "startScreen": "Start Screen",
603
+ "formFields": "Form Fields",
604
+ "endScreen": "End Screen",
605
+ "webhook": "Webhook",
606
+ "formDetails": "Form Details"
607
+ },
608
+ "labels": {
609
+ "title": "Title",
610
+ "description": "Description",
611
+ "ctaLabel": "Call to Action Label",
612
+ "successMessage": "Success Message",
613
+ "ctaUrl": "Call to Action URL",
614
+ "target": "Target",
615
+ "webhookUrl": "Webhook URL",
616
+ "callToAction": "Call to Action",
617
+ "message": "Message",
618
+ "callToActionUrl": "Call to Action URL",
619
+ "url": "URL"
620
+ },
621
+ "placeholders": {
622
+ "webhookUrl": "Enter your Webhook URL"
623
+ },
624
+ "helperTexts": {
625
+ "webhookUrl": "Send the form to the provided endpoint via HTTP POST"
626
+ },
627
+ "options": {
628
+ "ctaTarget": {
629
+ "_blank": "Open in new tab",
630
+ "_self": "Open in this tab"
631
+ }
632
+ },
633
+ "actions": {
634
+ "publishUpdates": "Publish Updates",
635
+ "publishing": "Publishing...",
636
+ "saving": "Saving...",
637
+ "publishSuccess": "Published",
638
+ "publishError": "Something went wrong",
639
+ "copyLink": "Copy Link",
640
+ "learnMore": "Learn More"
641
+ },
642
+ "buttons": {
643
+ "publishUpdates": "Publish Updates",
644
+ "saving": "Saving..."
645
+ },
646
+ "alerts": {
647
+ "publishing": "Publishing...",
648
+ "published": "Published",
649
+ "somethingWentWrong": "An internal error occurred."
650
+ },
651
+ "formTypes": {
652
+ "conversational": "Conversational",
653
+ "traditional": "Traditional"
654
+ }
655
+ },
656
+ "datasourceForm": {
657
+ "labels": {
658
+ "nameOptional": "Name (optional)",
659
+ "sourceUrlOptional": "Source URL (optional)",
660
+ "urlPlaceholder": "http://en.wikipedia.org/wiki/Nuclear_fusion",
661
+ "sourcesSection": "The URL to display in the “sources” section of the AI 'GPT' assistant response",
662
+ "formType": "Form Type",
663
+ "overview": "Overview",
664
+ "message": "Message",
665
+ "callToAction": "Call to Action",
666
+ "callToActionUrl": "Call to Action URL",
667
+ "webhookUrl": "URL"
668
+ },
669
+ "options": {
670
+ "formType": {
671
+ "conversational": "Conversational",
672
+ "traditional": "Traditional"
673
+ },
674
+ "ctaTarget": {
675
+ "_blank": "Open in new tab",
676
+ "_self": "Open in this tab"
677
+ }
678
+ },
679
+ "buttons": {
680
+ "submit": "Submit"
681
+ },
682
+ "alerts": {
683
+ "networkError": "Something went wrong."
684
+ },
685
+ "placeholders": {
686
+ "webhookUrl": "https://example.com/api/webhook"
687
+ },
688
+ "accordions": {
689
+ "startScreen": "Start Screen",
690
+ "formDetails": "Form Details",
691
+ "formFields": "Form Fields",
692
+ "endScreen": "End Screen",
693
+ "webhook": "Webhook",
694
+ "extractedText": "Extracted Text"
695
+ }
447
696
  },
448
697
  "FormDashboard": {
449
- "breadcrumbs": {
450
- "ariaLabel": "breadcrumbs",
451
- "forms": "Forms"
452
- },
453
- "tabs": {
454
- "ariaLabel": "tabs",
455
- "editor": "Editor",
456
- "settings": "Settings",
457
- "submissions": "Submissions",
458
- "install": "Install",
459
- "preview": "Preview"
460
- }
698
+ "breadcrumbs": {
699
+ "ariaLabel": "Navigation",
700
+ "label": "You are here",
701
+ "forms": "Forms"
702
+ },
703
+ "forms": "Forms",
704
+ "tabs": {
705
+ "ariaLabel": "Tabs",
706
+ "label": "Tab Navigation",
707
+ "editor": "Editor",
708
+ "settings": "Settings",
709
+ "submissions": "Submissions",
710
+ "install": "Install",
711
+ "preview": "Preview"
712
+ }
461
713
  },
462
714
  "Forms": {
463
- "breadcrumbs": {
464
- "forms": "Forms",
465
- "ariaLabel": "breadcrumbs"
466
- },
467
- "title": {
468
- "forms": "Forms"
469
- },
470
- "button": {
471
- "newForm": "New Form"
472
- },
473
- "modal": {
474
- "createForm": "Create Form"
475
- },
476
- "toast": {
477
- "creatingForm": "Creating Form...",
478
- "created": "Created",
479
- "error": "Something went wrong"
480
- },
481
- "formTemplates": {
482
- "leadForm": {
483
- "name": "Lead Form",
484
- "description": "A form to capture leads for your business."
715
+ "breadcrumbs": {
716
+ "forms": "Forms",
717
+ "ariaLabel": "Navigation"
485
718
  },
486
- "onboardingForm": {
487
- "name": "Onboarding Form",
488
- "description": "A form to onboard new users."
719
+ "title": {
720
+ "forms": "Forms"
489
721
  },
490
- "productFeedbackForm": {
491
- "name": "Product Feedback Form",
492
- "description": "Collect feedback from your users about your product."
722
+ "button": {
723
+ "newForm": "New Form"
493
724
  },
494
- "inboundLead": {
495
- "name": "Inbound Lead",
496
- "description": "Capture leads from inbound marketing campaigns."
725
+ "modal": {
726
+ "createForm": "Create Form"
497
727
  },
498
- "contactSales": {
499
- "name": "Contact Sales",
500
- "description": "Allow potential customers to contact your sales team."
728
+ "toast": {
729
+ "creatingForm": "Creating Form...",
730
+ "created": "Form Created",
731
+ "error": "Something went wrong"
501
732
  },
502
- "feedback": {
503
- "name": "Feedback Form",
504
- "description": "Gather general feedback from your users."
733
+ "formTemplates": {
734
+ "leadForm": {
735
+ "name": "Lead Form",
736
+ "description": "Capture leads for your business."
737
+ },
738
+ "onboardingForm": {
739
+ "name": "New User Form",
740
+ "description": "Add new users to your business."
741
+ },
742
+ "inboundLead": {
743
+ "name": "Capture Lead",
744
+ "description": "Capture leads from marketing campaigns."
745
+ },
746
+ "contactSales": {
747
+ "name": "Contact Sales",
748
+ "description": "Allow new customers to contact your sales team."
749
+ },
750
+ "feedback": {
751
+ "name": "Feedback Form - Reviews",
752
+ "description": "Gather reviews from your users."
753
+ },
754
+ "productFeedbackForm": {
755
+ "name": "Product Feedback Form",
756
+ "description": "Collect feedback from your users about your product."
757
+ }
505
758
  }
506
- }
759
+ },
760
+ "FormSettingsTab": {
761
+ "generalSettings": "General Settings",
762
+ "nameLabel": "Name",
763
+ "deleteForm": "Delete Form",
764
+ "deleteDescription": "This will permanently delete the form",
765
+ "deleteConfirm": "All submissions will be deleted. Are you sure?",
766
+ "cancel": "Cancel",
767
+ "deleteButton": "Delete",
768
+ "deleteAlert": "Permanently delete the form and all submissions",
769
+ "deleteUnauthorized": "You do not have permission to delete this form.",
770
+ "deleteError": "An error occurred while deleting. Please try again later."
507
771
  },
508
772
  "logs": {
509
773
  "breadcrumbs": {
@@ -1011,79 +1275,6 @@
1011
1275
  "security": "Configure security settings for your AI Employee."
1012
1276
  }
1013
1277
  },
1014
- "form": {
1015
- "actions": {
1016
- "addField": "Add Field",
1017
- "addOption": "Add Option",
1018
- "removeField": "Remove Field",
1019
- "removeOption": "Remove Option"
1020
- },
1021
- "labels": {
1022
- "type": "Type",
1023
- "label": "Label",
1024
- "options": "Options",
1025
- "defaultCountryCode": "Default Country Code",
1026
- "placeholder": "Placeholder",
1027
- "required": "Required",
1028
- "min": "Min",
1029
- "max": "Max",
1030
- "createContact": "Create Contact",
1031
- "includeSources": "Include sources in AI Employee Answer"
1032
- },
1033
- "fieldTypes": {
1034
- "email": "Email",
1035
- "phoneNumber": "Phone Number",
1036
- "text": "Text",
1037
- "textArea": "Text Area",
1038
- "select": "Select",
1039
- "file": "File",
1040
- "number": "Number"
1041
- },
1042
- "accordion": {
1043
- "newField": "New Field"
1044
- }
1045
- },
1046
- "formEditor": {
1047
- "accordion": {
1048
- "startScreen": {
1049
- "title": "Start Screen",
1050
- "description": "Customize the start screen for your conversational form."
1051
- },
1052
- "formFields": {
1053
- "title": "Form Fields",
1054
- "description": "Define the fields for your form."
1055
- },
1056
- "endScreen": {
1057
- "title": "End Screen",
1058
- "description": "Customize the end screen message and call-to-action."
1059
- },
1060
- "webhook": {
1061
- "title": "Webhook",
1062
- "description": "Send form submissions to a specific URL."
1063
- }
1064
- },
1065
- "labels": {
1066
- "title": "Title",
1067
- "description": "Description",
1068
- "ctaLabel": "Call to action",
1069
- "successMessage": "Success Message",
1070
- "ctaUrl": "Call to action URL",
1071
- "target": "Target",
1072
- "webhookUrl": "Webhook URL"
1073
- },
1074
- "actions": {
1075
- "publishUpdates": "Publish Updates",
1076
- "publishing": "Publishing...",
1077
- "publishSuccess": "Published",
1078
- "publishError": "Something went wrong",
1079
- "copyLink": "Copy Link",
1080
- "learnMore": "Learn more"
1081
- },
1082
- "formTypes": {
1083
- "conversational": "Conversational",
1084
- "traditional": "Traditional"
1085
- }
1086
- },
1087
1278
  "geoChart": {
1088
1279
  "label": "Chats",
1089
1280
  "cityCountryColumn": "City/Country",
@@ -1786,15 +1977,6 @@
1786
1977
  "webComponent": "Web Component",
1787
1978
  "iframe": "iFrame"
1788
1979
  },
1789
- "FormSettingsTab": {
1790
- "generalSettings": "General Settings",
1791
- "nameLabel": "Name",
1792
- "deleteForm": "Delete Form",
1793
- "deleteDescription": "It will delete the form permanently",
1794
- "deleteConfirm": "All submissions will be deleted. Are you sure?",
1795
- "deleteButton": "Delete",
1796
- "deleteAlert": "Delete the form and all submissions permanently"
1797
- },
1798
1980
  "FormsTable": {
1799
1981
  "name": "Name",
1800
1982
  "submissions": "Submissions"
@@ -2016,85 +2198,9 @@
2016
2198
  "test-page": {
2017
2199
  "helloWorld": "HELLO WORLD"
2018
2200
  },
2019
- "form_Editor": {
2020
- "accordion": {
2021
- "startScreen": "Start Screen",
2022
- "formDetails": "Form Details",
2023
- "formFields": "Form Fields",
2024
- "endScreen": "End Screen",
2025
- "webhook": "Webhook"
2026
- },
2027
- "labels": {
2028
- "title": "Title",
2029
- "description": "Description",
2030
- "callToAction": "Call to action",
2031
- "message": "Message",
2032
- "callToActionUrl": "Call to action URL",
2033
- "url": "Url"
2034
- },
2035
- "options": {
2036
- "ctaTarget": {
2037
- "_blank": "_blank",
2038
- "_self": "_self"
2039
- }
2040
- },
2041
- "helperTexts": {
2042
- "webhookUrl": "Send form submission to the provided endpoint with a HTTP POST request"
2043
- },
2044
- "buttons": {
2045
- "publishUpdates": "Publish Updates",
2046
- "saving": "Saving..."
2047
- },
2048
- "alerts": {
2049
- "publishing": "Publishing...",
2050
- "published": "Published",
2051
- "somethingWentWrong": "Something went wrong"
2052
- }
2053
- },
2054
2201
  "contactSettings": {
2055
2202
  "title": "Contact Settings"
2056
2203
  },
2057
- "datasourceForm": {
2058
- "labels": {
2059
- "nameOptional": "Name (optional)",
2060
- "sourceUrlOptional": "Source URL (optional)",
2061
- "urlPlaceholder": "https://en.wikipedia.org/wiki/Nuclear_fusion",
2062
- "sourcesSection": "The URL to use for the \"sources\" section of an AI Employee answer",
2063
- "formType": "Form Type",
2064
- "overview": "Overview",
2065
- "message": "Message",
2066
- "callToAction": "Call to action",
2067
- "callToActionUrl": "Call to action URL",
2068
- "webhookUrl": "Url"
2069
- },
2070
- "options": {
2071
- "formType": {
2072
- "conversational": "Conversational",
2073
- "traditional": "Traditional"
2074
- },
2075
- "ctaTarget": {
2076
- "_blank": "_blank",
2077
- "_self": "_self"
2078
- }
2079
- },
2080
- "buttons": {
2081
- "submit": "Submit"
2082
- },
2083
- "alerts": {
2084
- "networkError": "Something went wrong"
2085
- },
2086
- "placeholders": {
2087
- "webhookUrl": "https://example.com/api/webhook"
2088
- },
2089
- "accordions": {
2090
- "startScreen": "Start Screen",
2091
- "formDetails": "Form Details",
2092
- "formFields": "Form Fields",
2093
- "endScreen": "End Screen",
2094
- "webhook": "Webhook",
2095
- "extractedText": "Extracted Text"
2096
- }
2097
- },
2098
2204
  "webPageForm": {
2099
2205
  "labels": {
2100
2206
  "webPageUrl": "Web Page URL"