@zappway/embeds 1.0.34 → 1.0.36
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.
- package/dist/chatbox/index.css +1 -1
- package/dist/chatbox/index.js +428 -687
- package/dist/form/index.css +1 -1
- package/dist/form/index.js +388 -647
- package/dist/locales/ar/translations.json +387 -281
- package/dist/locales/az/translations.json +392 -286
- package/dist/locales/bg/translations.json +383 -277
- package/dist/locales/bn/translations.json +384 -278
- package/dist/locales/ca/translations.json +382 -276
- package/dist/locales/cs/translations.json +380 -274
- package/dist/locales/da/translations.json +390 -284
- package/dist/locales/de/translations.json +383 -277
- package/dist/locales/el/translations.json +387 -281
- package/dist/locales/en/translations.json +541 -435
- package/dist/locales/eo/translations.json +394 -288
- package/dist/locales/es/translations.json +518 -413
- package/dist/locales/et/translations.json +379 -273
- package/dist/locales/fa/translations.json +379 -273
- package/dist/locales/fi/translations.json +377 -271
- package/dist/locales/fr/translations.json +379 -273
- package/dist/locales/ga/translations.json +400 -294
- package/dist/locales/he/translations.json +381 -275
- package/dist/locales/hi/translations.json +377 -271
- package/dist/locales/hu/translations.json +392 -286
- package/dist/locales/id/translations.json +350 -244
- package/dist/locales/it/translations.json +390 -284
- package/dist/locales/ja/translations.json +379 -273
- package/dist/locales/ko/translations.json +398 -292
- package/dist/locales/lt/translations.json +382 -276
- package/dist/locales/lv/translations.json +382 -276
- package/dist/locales/ms/translations.json +401 -295
- package/dist/locales/nb/translations.json +376 -270
- package/dist/locales/nl/translations.json +381 -275
- package/dist/locales/pl/translations.json +372 -266
- package/dist/locales/pt/translations.json +479 -355
- package/dist/locales/pt-BR/translations.json +363 -244
- package/dist/locales/ro/translations.json +378 -272
- package/dist/locales/ru/translations.json +388 -282
- package/dist/locales/sk/translations.json +379 -273
- package/dist/locales/sl/translations.json +374 -268
- package/dist/locales/sv/translations.json +375 -269
- package/dist/locales/th/translations.json +389 -283
- package/dist/locales/tl/translations.json +393 -287
- package/dist/locales/tr/translations.json +385 -279
- package/dist/locales/uk/translations.json +386 -280
- package/dist/locales/ur/translations.json +389 -283
- package/dist/locales/zh/translations.json +379 -273
- package/package.json +1 -1
|
@@ -131,243 +131,362 @@
|
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
133
|
"FormsPage": {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
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
|
-
"
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
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
|
-
"
|
|
190
|
-
|
|
191
|
-
|
|
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
|
-
"
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
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
|
-
"
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
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
|
-
"
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
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
|
-
"
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
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
|
-
"
|
|
253
|
-
|
|
254
|
-
|
|
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
|
-
"
|
|
279
|
-
|
|
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
|
-
"
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
"
|
|
313
|
-
|
|
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
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
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
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
"
|
|
455
|
-
"
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
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
|
-
|
|
464
|
-
|
|
465
|
-
|
|
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
|
-
"
|
|
487
|
-
|
|
488
|
-
"description": "A form to onboard new users."
|
|
719
|
+
"title": {
|
|
720
|
+
"forms": "Forms"
|
|
489
721
|
},
|
|
490
|
-
"
|
|
491
|
-
|
|
492
|
-
"description": "Collect feedback from your users about your product."
|
|
722
|
+
"button": {
|
|
723
|
+
"newForm": "New Form"
|
|
493
724
|
},
|
|
494
|
-
"
|
|
495
|
-
|
|
496
|
-
"description": "Capture leads from inbound marketing campaigns."
|
|
725
|
+
"modal": {
|
|
726
|
+
"createForm": "Create Form"
|
|
497
727
|
},
|
|
498
|
-
"
|
|
499
|
-
|
|
500
|
-
|
|
728
|
+
"toast": {
|
|
729
|
+
"creatingForm": "Creating Form...",
|
|
730
|
+
"created": "Form Created",
|
|
731
|
+
"error": "Something went wrong"
|
|
501
732
|
},
|
|
502
|
-
"
|
|
503
|
-
|
|
504
|
-
|
|
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": {
|
|
@@ -746,7 +1010,7 @@
|
|
|
746
1010
|
},
|
|
747
1011
|
"CommonInterfaceInput": {
|
|
748
1012
|
"windowTitle": "Window Title",
|
|
749
|
-
"
|
|
1013
|
+
"Lixy": "Lixy",
|
|
750
1014
|
"disableInitialMessagePopup": "Disable initial message popup",
|
|
751
1015
|
"removeBranding": "Remove ZappWay Branding (Pro plan required)",
|
|
752
1016
|
"brandColor": "Brand Color"
|
|
@@ -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",
|
|
@@ -1469,7 +1660,7 @@
|
|
|
1469
1660
|
"saveButton": "Save",
|
|
1470
1661
|
"embedInstructions": "To embed the AI Employee as a Chat Bubble on your website, paste this code into the HTML Head section",
|
|
1471
1662
|
"copied": "Copied!",
|
|
1472
|
-
"initialMessage": "Hello, this is
|
|
1663
|
+
"initialMessage": "Hello, this is Lixy. How are you? Today it's me who will assist you here on ZappWay, OK? 😊",
|
|
1473
1664
|
"dataRequest": "If you already have a registration with us, please provide any of the following details so we can better assist you: First Name, Last Name, Email, Phone Number, or User ID.",
|
|
1474
1665
|
"contextMessage": "Our support team is here to offer assistance and help with whatever you need!"
|
|
1475
1666
|
},
|
|
@@ -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"
|
|
@@ -3047,7 +3153,7 @@
|
|
|
3047
3153
|
"copyLink": "or copy and paste this URL into your browser:",
|
|
3048
3154
|
"poweredBy": "Powered by ZappWay",
|
|
3049
3155
|
"signature": "© ZappWay",
|
|
3050
|
-
"defaultAgentName": "
|
|
3156
|
+
"defaultAgentName": "Lixy",
|
|
3051
3157
|
"approvalCatPictureGenerator": "Cat Picture Generator",
|
|
3052
3158
|
"approvalHttpToolRequest": "HTTP Tool Request",
|
|
3053
3159
|
"payloadCatType": "Cat Type",
|