@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.
- package/dist/chatbox/index.css +1 -1
- package/dist/chatbox/index.js +410 -672
- package/dist/form/index.css +1 -1
- package/dist/form/index.js +370 -632
- package/dist/locales/ar/translations.json +385 -279
- package/dist/locales/az/translations.json +389 -283
- package/dist/locales/bg/translations.json +380 -274
- package/dist/locales/bn/translations.json +382 -276
- package/dist/locales/ca/translations.json +379 -273
- package/dist/locales/cs/translations.json +377 -271
- package/dist/locales/da/translations.json +469 -363
- package/dist/locales/de/translations.json +380 -274
- package/dist/locales/el/translations.json +384 -278
- package/dist/locales/en/translations.json +538 -432
- package/dist/locales/eo/translations.json +446 -340
- package/dist/locales/es/translations.json +515 -410
- package/dist/locales/et/translations.json +376 -270
- package/dist/locales/fa/translations.json +376 -270
- package/dist/locales/fi/translations.json +374 -268
- package/dist/locales/fr/translations.json +376 -270
- package/dist/locales/ga/translations.json +397 -291
- package/dist/locales/he/translations.json +378 -272
- package/dist/locales/hi/translations.json +374 -268
- package/dist/locales/hu/translations.json +389 -283
- package/dist/locales/id/translations.json +347 -241
- package/dist/locales/it/translations.json +387 -281
- package/dist/locales/ja/translations.json +376 -270
- package/dist/locales/ko/translations.json +395 -289
- package/dist/locales/lt/translations.json +379 -273
- package/dist/locales/lv/translations.json +379 -273
- package/dist/locales/ms/translations.json +398 -292
- package/dist/locales/nb/translations.json +373 -267
- package/dist/locales/nl/translations.json +378 -272
- package/dist/locales/pl/translations.json +369 -263
- package/dist/locales/pt/translations.json +325 -227
- package/dist/locales/pt-BR/translations.json +326 -228
- package/dist/locales/ro/translations.json +375 -269
- package/dist/locales/ru/translations.json +385 -279
- package/dist/locales/sk/translations.json +376 -270
- package/dist/locales/sl/translations.json +371 -265
- package/dist/locales/sv/translations.json +372 -266
- package/dist/locales/th/translations.json +386 -280
- package/dist/locales/tl/translations.json +390 -284
- package/dist/locales/tr/translations.json +382 -276
- package/dist/locales/uk/translations.json +383 -277
- package/dist/locales/ur/translations.json +386 -280
- package/dist/locales/zh/translations.json +376 -270
- package/package.json +1 -1
|
@@ -133,26 +133,45 @@
|
|
|
133
133
|
"FormsPage": {
|
|
134
134
|
"templates": {
|
|
135
135
|
"fromScratch": {
|
|
136
|
-
"name": "Inizia da
|
|
137
|
-
"description": "Crea un modulo da zero.
|
|
136
|
+
"name": "Inizia da Zero",
|
|
137
|
+
"description": "Crea un modulo da zero. Puoi aggiungere qualsiasi campo desideri e personalizzare il design.",
|
|
138
138
|
"fields": {
|
|
139
139
|
"email": {
|
|
140
|
-
"name": "
|
|
140
|
+
"name": "E‑mail",
|
|
141
|
+
"placeholder": "Inserisci la tua e‑mail"
|
|
142
|
+
},
|
|
143
|
+
"select": {
|
|
144
|
+
"name": "Scegli un’opzione",
|
|
145
|
+
"options": {
|
|
146
|
+
"support": "Supporto",
|
|
147
|
+
"sales": "Vendite",
|
|
148
|
+
"feedback": "Feedback",
|
|
149
|
+
"partnership": "Partnership",
|
|
150
|
+
"other": "Altro"
|
|
151
|
+
},
|
|
152
|
+
"placeholder": "Seleziona un’opzione"
|
|
141
153
|
}
|
|
142
154
|
},
|
|
143
155
|
"startScreen": {
|
|
144
156
|
"title": "Titolo",
|
|
145
|
-
"description": "
|
|
157
|
+
"description": "Descrizione"
|
|
158
|
+
},
|
|
159
|
+
"endScreen": {
|
|
160
|
+
"message": "Grazie! Ti contatteremo presto.",
|
|
161
|
+
"cta": {
|
|
162
|
+
"label": "Grazie!",
|
|
163
|
+
"url": "/forms/{formId}"
|
|
164
|
+
}
|
|
146
165
|
}
|
|
147
166
|
},
|
|
148
167
|
"leadForm": {
|
|
149
|
-
"name": "
|
|
150
|
-
"description": "
|
|
151
|
-
"overview": "Questo modulo è progettato per
|
|
168
|
+
"name": "Raccogli Lead",
|
|
169
|
+
"description": "Raccogli informazioni dei lead, inclusi e‑mail e telefono.",
|
|
170
|
+
"overview": "Questo modulo è progettato per raccogliere informazioni essenziali sui lead, inclusi e‑mail e telefono, per facilitare la comunicazione futura.",
|
|
152
171
|
"fields": {
|
|
153
172
|
"email": {
|
|
154
|
-
"name": "
|
|
155
|
-
"placeholder": "Inserisci la tua
|
|
173
|
+
"name": "E‑mail",
|
|
174
|
+
"placeholder": "Inserisci la tua e‑mail"
|
|
156
175
|
},
|
|
157
176
|
"phone": {
|
|
158
177
|
"name": "Telefono",
|
|
@@ -161,30 +180,48 @@
|
|
|
161
180
|
"comment": {
|
|
162
181
|
"name": "Commento",
|
|
163
182
|
"placeholder": "Inserisci eventuali commenti aggiuntivi"
|
|
183
|
+
},
|
|
184
|
+
"select": {
|
|
185
|
+
"name": "Seleziona",
|
|
186
|
+
"options": {
|
|
187
|
+
"getMoreClients": "Ottenere più clienti",
|
|
188
|
+
"automateTasks": "Automatizzare compiti ripetitivi",
|
|
189
|
+
"organizeContacts": "Organizzare contatti e conversazioni",
|
|
190
|
+
"learnMore": "Scopri di più sulla piattaforma",
|
|
191
|
+
"other": "Altro"
|
|
192
|
+
},
|
|
193
|
+
"placeholder": "Seleziona un’opzione"
|
|
164
194
|
}
|
|
165
195
|
},
|
|
166
196
|
"startScreen": {
|
|
167
|
-
"title": "
|
|
168
|
-
"description": "Siamo qui per
|
|
197
|
+
"title": "Contattaci",
|
|
198
|
+
"description": "Siamo qui per aiutarti!\nPer favore compila il modulo qui sotto."
|
|
199
|
+
},
|
|
200
|
+
"endScreen": {
|
|
201
|
+
"message": "Abbiamo ricevuto le tue informazioni! Ti contatteremo presto.",
|
|
202
|
+
"cta": {
|
|
203
|
+
"label": "Grazie!",
|
|
204
|
+
"url": "/forms/{formId}"
|
|
205
|
+
}
|
|
169
206
|
}
|
|
170
207
|
},
|
|
171
208
|
"productFeedbackForm": {
|
|
172
|
-
"name": "Modulo
|
|
209
|
+
"name": "Modulo Feedback Prodotto",
|
|
173
210
|
"description": "Un modulo per raccogliere feedback sui nostri prodotti.",
|
|
174
|
-
"overview": "Questo modulo è progettato per raccogliere feedback sui nostri prodotti. Il
|
|
211
|
+
"overview": "Questo modulo è progettato per raccogliere feedback sui nostri prodotti. Il tuo parere è prezioso e ci aiuta a migliorare le nostre offerte.",
|
|
175
212
|
"fields": {
|
|
176
213
|
"email": {
|
|
177
|
-
"name": "
|
|
178
|
-
"placeholder": "Inserisci la tua
|
|
214
|
+
"name": "E‑mail",
|
|
215
|
+
"placeholder": "Inserisci la tua e‑mail"
|
|
179
216
|
},
|
|
180
|
-
"
|
|
181
|
-
"name": "Tipo di
|
|
217
|
+
"select": {
|
|
218
|
+
"name": "Tipo di Feedback",
|
|
182
219
|
"options": {
|
|
183
220
|
"featureRequest": "Richiesta di funzionalità",
|
|
184
|
-
"bugReport": "
|
|
185
|
-
"other": "
|
|
221
|
+
"bugReport": "Segnalazione bug",
|
|
222
|
+
"other": "Altro"
|
|
186
223
|
},
|
|
187
|
-
"placeholder": "
|
|
224
|
+
"placeholder": "Seleziona tipo di feedback"
|
|
188
225
|
},
|
|
189
226
|
"comment": {
|
|
190
227
|
"name": "Commento",
|
|
@@ -192,156 +229,238 @@
|
|
|
192
229
|
},
|
|
193
230
|
"files": {
|
|
194
231
|
"name": "File",
|
|
195
|
-
"placeholder": "
|
|
232
|
+
"placeholder": "Allega file (opzionale)"
|
|
233
|
+
},
|
|
234
|
+
"type": {
|
|
235
|
+
"name": "Tipo di Feedback",
|
|
236
|
+
"placeholder": "Seleziona tipo di feedback",
|
|
237
|
+
"options": {
|
|
238
|
+
"featureRequest": "Richiesta funzionalità",
|
|
239
|
+
"bugReport": "Segnalazione bug",
|
|
240
|
+
"other": "Altro"
|
|
241
|
+
}
|
|
196
242
|
}
|
|
197
243
|
},
|
|
198
244
|
"startScreen": {
|
|
199
|
-
"title": "
|
|
200
|
-
"description": "Siamo qui per
|
|
245
|
+
"title": "La tua opinione conta",
|
|
246
|
+
"description": "Siamo qui per ascoltarti! Condividi il tuo feedback."
|
|
247
|
+
},
|
|
248
|
+
"endScreen": {
|
|
249
|
+
"message": "Grazie per il tuo feedback! È in fase di revisione.",
|
|
250
|
+
"cta": {
|
|
251
|
+
"label": "Grazie!",
|
|
252
|
+
"url": "/forms/{formId}"
|
|
253
|
+
}
|
|
201
254
|
}
|
|
202
255
|
},
|
|
203
256
|
"onboardingForm": {
|
|
204
|
-
"name": "Modulo di
|
|
205
|
-
"description": "
|
|
206
|
-
"overview": "Questo modulo è progettato per raccogliere informazioni iniziali sui nuovi utenti
|
|
257
|
+
"name": "Modulo di Onboarding",
|
|
258
|
+
"description": "Raccogli informazioni iniziali sui nuovi utenti.",
|
|
259
|
+
"overview": "Questo modulo è progettato per raccogliere informazioni iniziali sui nuovi utenti, aiutandoci a personalizzare i nostri servizi in base alle loro esigenze.",
|
|
207
260
|
"fields": {
|
|
208
261
|
"email": {
|
|
209
|
-
"name": "
|
|
210
|
-
"placeholder": "Inserisci la tua
|
|
262
|
+
"name": "E‑mail",
|
|
263
|
+
"placeholder": "Inserisci la tua e‑mail"
|
|
211
264
|
},
|
|
212
|
-
"
|
|
213
|
-
"name": "
|
|
265
|
+
"Enterprise": {
|
|
266
|
+
"name": "Azienda",
|
|
214
267
|
"options": {
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
"healthcare": "Assistenza sanitaria",
|
|
268
|
+
"eCommerce": "E‑commerce",
|
|
269
|
+
"healthcare": "Sanità",
|
|
218
270
|
"finance": "Finanza",
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
271
|
+
"technology": "Tecnologia",
|
|
272
|
+
"retail": "Retail",
|
|
273
|
+
"manufacturing": "Manifattura",
|
|
274
|
+
"other": "Altro"
|
|
222
275
|
},
|
|
223
|
-
"placeholder": "Seleziona
|
|
276
|
+
"placeholder": "Seleziona la tua azienda"
|
|
224
277
|
},
|
|
225
278
|
"companySize": {
|
|
226
|
-
"name": "Dimensione
|
|
279
|
+
"name": "Dimensione Azienda",
|
|
227
280
|
"options": {
|
|
228
|
-
"small": "1
|
|
229
|
-
"medium": "10
|
|
281
|
+
"small": "1–10",
|
|
282
|
+
"medium": "10–100",
|
|
230
283
|
"large": "100+"
|
|
231
284
|
},
|
|
232
|
-
"placeholder": "Seleziona
|
|
285
|
+
"placeholder": "Seleziona dimensione azienda"
|
|
233
286
|
},
|
|
234
287
|
"referral": {
|
|
235
|
-
"name": "
|
|
288
|
+
"name": "Come ci hai conosciuti?",
|
|
236
289
|
"options": {
|
|
237
|
-
"google": "Google
|
|
238
|
-
"socialMedia": "Social
|
|
290
|
+
"google": "Google",
|
|
291
|
+
"socialMedia": "Social media",
|
|
239
292
|
"newsletter": "Newsletter",
|
|
240
|
-
"wordOfMouth": "
|
|
241
|
-
"tradeShow": "
|
|
242
|
-
"other": "
|
|
293
|
+
"wordOfMouth": "Passaparola",
|
|
294
|
+
"tradeShow": "Fiera",
|
|
295
|
+
"other": "Altro"
|
|
243
296
|
},
|
|
244
|
-
"placeholder": "Dove hai
|
|
297
|
+
"placeholder": "Dove ci hai trovati?"
|
|
245
298
|
}
|
|
246
299
|
},
|
|
247
300
|
"startScreen": {
|
|
248
|
-
"title": "
|
|
249
|
-
"description": "Siamo
|
|
301
|
+
"title": "Benvenuto sulla nostra piattaforma",
|
|
302
|
+
"description": "Siamo felici di averti qui! Iniziamo."
|
|
303
|
+
},
|
|
304
|
+
"endScreen": {
|
|
305
|
+
"message": "Benvenuto! Utilizzeremo le tue risposte per personalizzare la tua esperienza.",
|
|
306
|
+
"cta": {
|
|
307
|
+
"label": "Grazie!",
|
|
308
|
+
"url": "/forms/{formId}"
|
|
309
|
+
}
|
|
250
310
|
}
|
|
251
311
|
},
|
|
252
312
|
"inboundLead": {
|
|
253
|
-
"name": "
|
|
254
|
-
"description": "
|
|
255
|
-
"overview": "
|
|
313
|
+
"name": "Identifica Interessi Lead",
|
|
314
|
+
"description": "Cattura lead in modo strategico in base agli interessi reali del tuo pubblico.",
|
|
315
|
+
"overview": "Usa questo modulo per scoprire cosa interessa davvero ai tuoi lead—come automatizzare il supporto, centralizzare i canali o incrementare le vendite. Perfetto per coinvolgere i visitatori e qualificare opportunità dal primo contatto.",
|
|
256
316
|
"fields": {
|
|
257
317
|
"firstName": {
|
|
258
|
-
"name": "Nome"
|
|
318
|
+
"name": "Nome",
|
|
319
|
+
"placeholder": "Inserisci il tuo nome"
|
|
259
320
|
},
|
|
260
321
|
"email": {
|
|
261
|
-
"name": "
|
|
322
|
+
"name": "E‑mail",
|
|
323
|
+
"placeholder": "Inserisci la tua e‑mail"
|
|
262
324
|
},
|
|
263
325
|
"interestedIn": {
|
|
264
|
-
"name": "Interessato",
|
|
326
|
+
"name": "Interessato a",
|
|
265
327
|
"options": {
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
|
|
328
|
+
"automatedSupport": "Supporto automatizzato con AI",
|
|
329
|
+
"increaseSales": "Aumentare le vendite",
|
|
330
|
+
"reduceResponseTime": "Ridurre i tempi di risposta",
|
|
331
|
+
"centralizeChannels": "Centralizzare canali (WhatsApp, Instagram, ecc.)",
|
|
332
|
+
"other": "Altro"
|
|
333
|
+
},
|
|
334
|
+
"placeholder": "A cosa sei interessato?"
|
|
271
335
|
}
|
|
272
336
|
},
|
|
273
337
|
"startScreen": {
|
|
274
|
-
"title": "
|
|
275
|
-
"description": "Benvenuto a bordo!
|
|
338
|
+
"title": "(La tua azienda)",
|
|
339
|
+
"description": "Benvenuto a bordo! Conosciamoci!"
|
|
340
|
+
},
|
|
341
|
+
"endScreen": {
|
|
342
|
+
"message": "Grazie per aver condiviso! Un esperto ti assisterà presto.",
|
|
343
|
+
"cta": {
|
|
344
|
+
"label": "Grazie!",
|
|
345
|
+
"url": "/forms/{formId}"
|
|
346
|
+
}
|
|
276
347
|
}
|
|
277
348
|
},
|
|
278
349
|
"contactSales": {
|
|
279
|
-
"name": "
|
|
280
|
-
"description": "
|
|
281
|
-
"overview": "
|
|
350
|
+
"name": "Contatta Vendite",
|
|
351
|
+
"description": "Aiuta il tuo team vendite a concentrarsi sui clienti con maggior potenziale.",
|
|
352
|
+
"overview": "Questo modulo ti permette di capire rapidamente le esigenze commerciali del cliente, facilitando la qualificazione e accelerando il processo di vendita con dati reali.",
|
|
282
353
|
"fields": {
|
|
283
354
|
"firstName": {
|
|
284
|
-
"name": "Nome"
|
|
355
|
+
"name": "Nome",
|
|
356
|
+
"placeholder": "Inserisci il tuo nome"
|
|
285
357
|
},
|
|
286
358
|
"email": {
|
|
287
|
-
"name": "
|
|
359
|
+
"name": "E‑mail",
|
|
360
|
+
"placeholder": "Inserisci la tua e‑mail"
|
|
288
361
|
},
|
|
289
362
|
"interestedIn": {
|
|
290
|
-
"name": "Interessato",
|
|
363
|
+
"name": "Interessato a",
|
|
291
364
|
"options": {
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
|
|
365
|
+
"automateSupport": "Automazione supporto AI",
|
|
366
|
+
"centralizeChannels": "Unifica canali (WhatsApp, Instagram, ecc.)",
|
|
367
|
+
"boostConversions": "Incrementa conversioni e vendite",
|
|
368
|
+
"customSolutions": "Soluzioni personalizzate per la mia azienda",
|
|
369
|
+
"contentMarketing": "Content marketing",
|
|
370
|
+
"affiliates": "Vendite affiliate",
|
|
371
|
+
"other": "Altro"
|
|
372
|
+
},
|
|
373
|
+
"placeholder": "A cosa sei interessato?"
|
|
297
374
|
}
|
|
298
375
|
},
|
|
299
376
|
"startScreen": {
|
|
300
|
-
"title": "
|
|
301
|
-
"description": "
|
|
377
|
+
"title": "Contatta Vendite",
|
|
378
|
+
"description": "Aumenta le tue conversioni e vendite"
|
|
379
|
+
},
|
|
380
|
+
"endScreen": {
|
|
381
|
+
"message": "La tua richiesta è stata inviata al nostro team vendite. Attendi un nostro contatto.",
|
|
382
|
+
"cta": {
|
|
383
|
+
"label": "Grazie!",
|
|
384
|
+
"url": "/forms/{formId}"
|
|
385
|
+
}
|
|
302
386
|
}
|
|
303
387
|
},
|
|
304
388
|
"feedback": {
|
|
305
|
-
"name": "Feedback
|
|
306
|
-
"description": "
|
|
307
|
-
"overview": "
|
|
389
|
+
"name": "Feedback",
|
|
390
|
+
"description": "Raccogli opinioni sul prodotto tramite dialogo coinvolgente.",
|
|
391
|
+
"overview": "Raccogli feedback da nuovi clienti su uno dei nostri modelli di sneaker.\nAcme Clothes è un marchio di moda distintivo noto per i suoi capi eleganti e di alta qualità.\nOffrendo un’ampia gamma di abbigliamento per uomini, donne e bambini, Acme Clothes combina comfort e tendenze contemporanee per creare pezzi unici e versatili per ogni occasione.",
|
|
308
392
|
"fields": {
|
|
309
|
-
"
|
|
310
|
-
"name": "
|
|
393
|
+
"usageContext": {
|
|
394
|
+
"name": "Dove hai usato il prodotto?",
|
|
395
|
+
"options": {
|
|
396
|
+
"work": "Al lavoro",
|
|
397
|
+
"sports": "Durante attività sportive",
|
|
398
|
+
"casual": "Nella vita di tutti i giorni",
|
|
399
|
+
"travel": "Durante i viaggi",
|
|
400
|
+
"other": "Altro"
|
|
401
|
+
},
|
|
402
|
+
"placeholder": "Seleziona il contesto principale"
|
|
311
403
|
},
|
|
312
|
-
"
|
|
313
|
-
"name": "
|
|
404
|
+
"recommendationLikelihood": {
|
|
405
|
+
"name": "Consiglieresti questo prodotto?",
|
|
406
|
+
"options": {
|
|
407
|
+
"yes": "Sì, assolutamente",
|
|
408
|
+
"maybe": "Forse",
|
|
409
|
+
"no": "Non lo consiglierei"
|
|
410
|
+
},
|
|
411
|
+
"placeholder": "Lo consiglieresti a qualcuno?"
|
|
314
412
|
},
|
|
315
413
|
"priceValue": {
|
|
316
|
-
"name": "Valutazione
|
|
414
|
+
"name": "Valutazione prezzo",
|
|
415
|
+
"options": {
|
|
416
|
+
"excellent": "Eccellente",
|
|
417
|
+
"fair": "Giusto",
|
|
418
|
+
"expensive": "Costoso"
|
|
419
|
+
},
|
|
420
|
+
"placeholder": "Cosa pensi del prezzo?"
|
|
317
421
|
},
|
|
318
422
|
"overallSatisfaction": {
|
|
319
|
-
"name": "Soddisfazione
|
|
423
|
+
"name": "Soddisfazione complessiva (1–5)",
|
|
424
|
+
"options": {
|
|
425
|
+
"1": "1 – Pessimo",
|
|
426
|
+
"2": "2 – Scarso",
|
|
427
|
+
"3": "3 – Sufficiente",
|
|
428
|
+
"4": "4 – Buono",
|
|
429
|
+
"5": "5 – Ottimo"
|
|
430
|
+
},
|
|
431
|
+
"placeholder": "Dai una valutazione complessiva"
|
|
320
432
|
}
|
|
321
433
|
},
|
|
322
434
|
"startScreen": {
|
|
323
|
-
"title": "
|
|
324
|
-
"description": "
|
|
435
|
+
"title": "Lascia un Commento",
|
|
436
|
+
"description": "Dicci come possiamo migliorare."
|
|
437
|
+
},
|
|
438
|
+
"endScreen": {
|
|
439
|
+
"message": "Apprezziamo il tuo feedback! È molto importante per noi.",
|
|
440
|
+
"cta": {
|
|
441
|
+
"label": "Grazie!",
|
|
442
|
+
"url": "/forms/{formId}"
|
|
443
|
+
}
|
|
325
444
|
}
|
|
326
445
|
}
|
|
327
446
|
},
|
|
328
447
|
"breadcrumbs": {
|
|
329
|
-
"ariaLabel": "
|
|
330
|
-
"forms": "
|
|
448
|
+
"ariaLabel": "Navigazione",
|
|
449
|
+
"forms": "Moduli"
|
|
331
450
|
},
|
|
332
451
|
"titles": {
|
|
333
|
-
"forms": "
|
|
452
|
+
"forms": "Moduli"
|
|
334
453
|
},
|
|
335
454
|
"button": {
|
|
336
|
-
"newForm": "Nuovo
|
|
455
|
+
"newForm": "Nuovo Modulo"
|
|
337
456
|
},
|
|
338
457
|
"modal": {
|
|
339
|
-
"createForm": "
|
|
458
|
+
"createForm": "Crea Modulo"
|
|
340
459
|
},
|
|
341
460
|
"toast": {
|
|
342
|
-
"creatingForm": "
|
|
343
|
-
"created": "
|
|
344
|
-
"error": "
|
|
461
|
+
"creatingForm": "Creazione modulo in corso…",
|
|
462
|
+
"created": "Modulo creato con successo!",
|
|
463
|
+
"error": "Errore durante la creazione del modulo."
|
|
345
464
|
}
|
|
346
465
|
},
|
|
347
466
|
"DatasourcePage": {
|
|
@@ -444,67 +563,212 @@
|
|
|
444
563
|
"shareTwitter": "Condividi su Twitter",
|
|
445
564
|
"shareLinkedIn": "Condividi su LinkedIn"
|
|
446
565
|
}
|
|
566
|
+
},
|
|
567
|
+
"form": {
|
|
568
|
+
"actions": {
|
|
569
|
+
"addField": "Aggiungi campo",
|
|
570
|
+
"addOption": "Aggiungi opzione",
|
|
571
|
+
"removeField": "Rimuovi campo",
|
|
572
|
+
"removeOption": "Rimuovi opzione"
|
|
573
|
+
},
|
|
574
|
+
"labels": {
|
|
575
|
+
"type": "Tipo",
|
|
576
|
+
"label": "Titolo",
|
|
577
|
+
"options": "Aggiungi quante opzioni desideri",
|
|
578
|
+
"defaultCountryCode": "Prefisso internazionale predefinito",
|
|
579
|
+
"placeholder": "Segnaposto",
|
|
580
|
+
"required": "Obbligatorio",
|
|
581
|
+
"min": "Min",
|
|
582
|
+
"max": "Max",
|
|
583
|
+
"createContact": "Crea contatto",
|
|
584
|
+
"includeSources": "Includi le fonti nella risposta dell'assistente AI 'GPT'"
|
|
585
|
+
},
|
|
586
|
+
"fieldTypes": {
|
|
587
|
+
"email": "Email",
|
|
588
|
+
"phoneNumber": "Numero di telefono",
|
|
589
|
+
"text": "Testo",
|
|
590
|
+
"textArea": "Area di testo",
|
|
591
|
+
"select": "Seleziona",
|
|
592
|
+
"file": "File",
|
|
593
|
+
"number": "Numero",
|
|
594
|
+
"leadSelect": "Selezione lead"
|
|
595
|
+
},
|
|
596
|
+
"accordion": {
|
|
597
|
+
"newField": "Nuovo campo"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"formEditor": {
|
|
601
|
+
"accordion": {
|
|
602
|
+
"startScreen": "Schermata iniziale",
|
|
603
|
+
"formFields": "Campi del modulo",
|
|
604
|
+
"endScreen": "Schermata finale",
|
|
605
|
+
"webhook": "Webhook",
|
|
606
|
+
"formDetails": "Dettagli modulo"
|
|
607
|
+
},
|
|
608
|
+
"labels": {
|
|
609
|
+
"title": "Titolo",
|
|
610
|
+
"description": "Descrizione",
|
|
611
|
+
"ctaLabel": "Etichetta Call to Action",
|
|
612
|
+
"successMessage": "Messaggio di successo",
|
|
613
|
+
"ctaUrl": "URL call to action",
|
|
614
|
+
"target": "Destinazione",
|
|
615
|
+
"webhookUrl": "URL webhook",
|
|
616
|
+
"callToAction": "Call to Action",
|
|
617
|
+
"message": "Messaggio",
|
|
618
|
+
"callToActionUrl": "URL call to action",
|
|
619
|
+
"url": "URL"
|
|
620
|
+
},
|
|
621
|
+
"placeholders": {
|
|
622
|
+
"webhookUrl": "Inserisci l'URL del tuo webhook"
|
|
623
|
+
},
|
|
624
|
+
"helperTexts": {
|
|
625
|
+
"webhookUrl": "Invia il modulo all'endpoint fornito con una richiesta HTTP POST"
|
|
626
|
+
},
|
|
627
|
+
"options": {
|
|
628
|
+
"ctaTarget": {
|
|
629
|
+
"_blank": "Apri in una nuova scheda",
|
|
630
|
+
"_self": "Apri in questa scheda"
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"actions": {
|
|
634
|
+
"publishUpdates": "Pubblica aggiornamenti",
|
|
635
|
+
"publishing": "Pubblico...",
|
|
636
|
+
"saving": "Salvataggio...",
|
|
637
|
+
"publishSuccess": "Pubblicato",
|
|
638
|
+
"publishError": "Qualcosa è andato storto",
|
|
639
|
+
"copyLink": "Copia link",
|
|
640
|
+
"learnMore": "Scopri di più"
|
|
641
|
+
},
|
|
642
|
+
"buttons": {
|
|
643
|
+
"publishUpdates": "Pubblica aggiornamenti",
|
|
644
|
+
"saving": "Salvataggio..."
|
|
645
|
+
},
|
|
646
|
+
"alerts": {
|
|
647
|
+
"publishing": "Pubblico...",
|
|
648
|
+
"published": "Pubblicato",
|
|
649
|
+
"somethingWentWrong": "Si è verificato un errore interno."
|
|
650
|
+
},
|
|
651
|
+
"formTypes": {
|
|
652
|
+
"conversational": "Conversazionale",
|
|
653
|
+
"traditional": "Tradizionale"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"datasourceForm": {
|
|
657
|
+
"labels": {
|
|
658
|
+
"nameOptional": "Nome (opzionale)",
|
|
659
|
+
"sourceUrlOptional": "URL fonte (opzionale)",
|
|
660
|
+
"urlPlaceholder": "http://en.wikipedia.org/wiki/Nuclear_fusion",
|
|
661
|
+
"sourcesSection": "URL da visualizzare nella sezione 'fonti' nella risposta dell'assistente AI 'GPT'",
|
|
662
|
+
"formType": "Tipo di modulo",
|
|
663
|
+
"overview": "Panoramica",
|
|
664
|
+
"message": "Messaggio",
|
|
665
|
+
"callToAction": "Call to Action",
|
|
666
|
+
"callToActionUrl": "URL call to action",
|
|
667
|
+
"webhookUrl": "URL"
|
|
668
|
+
},
|
|
669
|
+
"options": {
|
|
670
|
+
"formType": {
|
|
671
|
+
"conversational": "Conversazionale",
|
|
672
|
+
"traditional": "Tradizionale"
|
|
673
|
+
},
|
|
674
|
+
"ctaTarget": {
|
|
675
|
+
"_blank": "Apri in una nuova scheda",
|
|
676
|
+
"_self": "Apri in questa scheda"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"buttons": {
|
|
680
|
+
"submit": "Invia"
|
|
681
|
+
},
|
|
682
|
+
"alerts": {
|
|
683
|
+
"networkError": "Qualcosa è andato storto."
|
|
684
|
+
},
|
|
685
|
+
"placeholders": {
|
|
686
|
+
"webhookUrl": "https://example.com/api/webhook"
|
|
687
|
+
},
|
|
688
|
+
"accordions": {
|
|
689
|
+
"startScreen": "Schermata iniziale",
|
|
690
|
+
"formDetails": "Dettagli modulo",
|
|
691
|
+
"formFields": "Campi del modulo",
|
|
692
|
+
"endScreen": "Schermata finale",
|
|
693
|
+
"webhook": "Webhook",
|
|
694
|
+
"extractedText": "Testo estratto"
|
|
695
|
+
}
|
|
447
696
|
},
|
|
448
697
|
"FormDashboard": {
|
|
449
698
|
"breadcrumbs": {
|
|
450
|
-
"ariaLabel": "
|
|
451
|
-
"
|
|
699
|
+
"ariaLabel": "Navigazione",
|
|
700
|
+
"label": "Sei qui",
|
|
701
|
+
"forms": "Moduli"
|
|
452
702
|
},
|
|
703
|
+
"forms": "Moduli",
|
|
453
704
|
"tabs": {
|
|
454
|
-
"ariaLabel": "
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
"
|
|
705
|
+
"ariaLabel": "Schede",
|
|
706
|
+
"label": "Navigazione schede",
|
|
707
|
+
"editor": "Editor",
|
|
708
|
+
"settings": "Impostazioni",
|
|
709
|
+
"submissions": "Invii",
|
|
710
|
+
"install": "Installa",
|
|
459
711
|
"preview": "Anteprima"
|
|
460
712
|
}
|
|
461
713
|
},
|
|
462
714
|
"Forms": {
|
|
463
715
|
"breadcrumbs": {
|
|
464
|
-
"forms": "
|
|
465
|
-
"ariaLabel": "
|
|
716
|
+
"forms": "Moduli",
|
|
717
|
+
"ariaLabel": "Navigazione"
|
|
466
718
|
},
|
|
467
719
|
"title": {
|
|
468
|
-
"forms": "
|
|
720
|
+
"forms": "Moduli"
|
|
469
721
|
},
|
|
470
722
|
"button": {
|
|
471
723
|
"newForm": "Nuovo modulo"
|
|
472
724
|
},
|
|
473
725
|
"modal": {
|
|
474
|
-
"createForm": "
|
|
726
|
+
"createForm": "Crea modulo"
|
|
475
727
|
},
|
|
476
728
|
"toast": {
|
|
477
|
-
"creatingForm": "
|
|
478
|
-
"created": "
|
|
479
|
-
"error": "Qualcosa
|
|
729
|
+
"creatingForm": "Creazione modulo...",
|
|
730
|
+
"created": "Modulo creato",
|
|
731
|
+
"error": "Qualcosa è andato storto"
|
|
480
732
|
},
|
|
481
733
|
"formTemplates": {
|
|
482
734
|
"leadForm": {
|
|
483
|
-
"name": "
|
|
484
|
-
"description": "
|
|
735
|
+
"name": "Modulo lead",
|
|
736
|
+
"description": "Raccogli lead per la tua attività."
|
|
485
737
|
},
|
|
486
738
|
"onboardingForm": {
|
|
487
|
-
"name": "Modulo
|
|
488
|
-
"description": "
|
|
489
|
-
},
|
|
490
|
-
"productFeedbackForm": {
|
|
491
|
-
"name": "Modulo di alimentazione del prodotto",
|
|
492
|
-
"description": "Raccogli feedback dai tuoi utenti sul tuo prodotto."
|
|
739
|
+
"name": "Modulo nuovi utenti",
|
|
740
|
+
"description": "Aggiungi nuovi utenti alla tua attività."
|
|
493
741
|
},
|
|
494
742
|
"inboundLead": {
|
|
495
|
-
"name": "
|
|
496
|
-
"description": "
|
|
743
|
+
"name": "Cattura lead",
|
|
744
|
+
"description": "Cattura lead dalle campagne di marketing."
|
|
497
745
|
},
|
|
498
746
|
"contactSales": {
|
|
499
|
-
"name": "
|
|
500
|
-
"description": "
|
|
747
|
+
"name": "Contatto vendite",
|
|
748
|
+
"description": "Consenti ai nuovi clienti di contattare il tuo team vendite."
|
|
501
749
|
},
|
|
502
750
|
"feedback": {
|
|
503
|
-
"name": "Modulo
|
|
504
|
-
"description": "Raccogli
|
|
751
|
+
"name": "Modulo feedback – Recensioni",
|
|
752
|
+
"description": "Raccogli recensioni dai tuoi utenti."
|
|
753
|
+
},
|
|
754
|
+
"productFeedbackForm": {
|
|
755
|
+
"name": "Modulo feedback prodotto",
|
|
756
|
+
"description": "Raccogli feedback dei tuoi utenti sul prodotto."
|
|
505
757
|
}
|
|
506
758
|
}
|
|
507
759
|
},
|
|
760
|
+
"FormSettingsTab": {
|
|
761
|
+
"generalSettings": "Impostazioni generali",
|
|
762
|
+
"nameLabel": "Nome",
|
|
763
|
+
"deleteForm": "Elimina modulo",
|
|
764
|
+
"deleteDescription": "Questo eliminerà il modulo in modo permanente",
|
|
765
|
+
"deleteConfirm": "Tutti gli invii verranno eliminati. Sei sicuro?",
|
|
766
|
+
"cancel": "Annulla",
|
|
767
|
+
"deleteButton": "Elimina",
|
|
768
|
+
"deleteAlert": "Elimina permanentemente il modulo e tutti gli invii",
|
|
769
|
+
"deleteUnauthorized": "Non hai il permesso di eliminare questo modulo.",
|
|
770
|
+
"deleteError": "Errore durante l'eliminazione. Riprova più tardi."
|
|
771
|
+
},
|
|
508
772
|
"logs": {
|
|
509
773
|
"breadcrumbs": {
|
|
510
774
|
"label": "pangrattato",
|
|
@@ -1011,79 +1275,6 @@
|
|
|
1011
1275
|
"security": "Configurare le impostazioni di sicurezza per il tuo dipendente AI."
|
|
1012
1276
|
}
|
|
1013
1277
|
},
|
|
1014
|
-
"form": {
|
|
1015
|
-
"actions": {
|
|
1016
|
-
"addField": "Aggiungi campo",
|
|
1017
|
-
"addOption": "Aggiungere l'opzione",
|
|
1018
|
-
"removeField": "Rimuovi campo",
|
|
1019
|
-
"removeOption": "Rimuovi l'opzione"
|
|
1020
|
-
},
|
|
1021
|
-
"labels": {
|
|
1022
|
-
"type": "Tipo",
|
|
1023
|
-
"label": "Etichetta",
|
|
1024
|
-
"options": "Opzioni",
|
|
1025
|
-
"defaultCountryCode": "Codice paese predefinito",
|
|
1026
|
-
"placeholder": "Portaoggetti",
|
|
1027
|
-
"required": "Obbligo",
|
|
1028
|
-
"min": "Min",
|
|
1029
|
-
"max": "Max.",
|
|
1030
|
-
"createContact": "Creare contatti",
|
|
1031
|
-
"includeSources": "Includere le fonti in AI Dipendenti Risposta"
|
|
1032
|
-
},
|
|
1033
|
-
"fieldTypes": {
|
|
1034
|
-
"email": "Email",
|
|
1035
|
-
"phoneNumber": "Numero di telefono",
|
|
1036
|
-
"text": "Testo",
|
|
1037
|
-
"textArea": "Area di testo",
|
|
1038
|
-
"select": "Seleziona",
|
|
1039
|
-
"file": "File",
|
|
1040
|
-
"number": "Numero"
|
|
1041
|
-
},
|
|
1042
|
-
"accordion": {
|
|
1043
|
-
"newField": "Nuovo campo"
|
|
1044
|
-
}
|
|
1045
|
-
},
|
|
1046
|
-
"formEditor": {
|
|
1047
|
-
"accordion": {
|
|
1048
|
-
"startScreen": {
|
|
1049
|
-
"title": "Schermo di avvio",
|
|
1050
|
-
"description": "Personalizza la schermata di avvio per il tuo modulo di conversazione."
|
|
1051
|
-
},
|
|
1052
|
-
"formFields": {
|
|
1053
|
-
"title": "Campi di forma",
|
|
1054
|
-
"description": "Definire i campi per il modulo."
|
|
1055
|
-
},
|
|
1056
|
-
"endScreen": {
|
|
1057
|
-
"title": "Schermo di fine",
|
|
1058
|
-
"description": "Personalizza il messaggio della schermata finale e chiama all'azione."
|
|
1059
|
-
},
|
|
1060
|
-
"webhook": {
|
|
1061
|
-
"title": "Webhook",
|
|
1062
|
-
"description": "Inviare l'invio dei form a un URL specifico."
|
|
1063
|
-
}
|
|
1064
|
-
},
|
|
1065
|
-
"labels": {
|
|
1066
|
-
"title": "Titolo",
|
|
1067
|
-
"description": "Designazione",
|
|
1068
|
-
"ctaLabel": "Chiamata all'azione",
|
|
1069
|
-
"successMessage": "Messaggio di successo",
|
|
1070
|
-
"ctaUrl": "URL d'azione",
|
|
1071
|
-
"target": "Obiettivo",
|
|
1072
|
-
"webhookUrl": "URL del Webhook"
|
|
1073
|
-
},
|
|
1074
|
-
"actions": {
|
|
1075
|
-
"publishUpdates": "Pubblica aggiornamenti",
|
|
1076
|
-
"publishing": "Pubblicazione...",
|
|
1077
|
-
"publishSuccess": "Pubblicato",
|
|
1078
|
-
"publishError": "Qualcosa non va",
|
|
1079
|
-
"copyLink": "Copia Link",
|
|
1080
|
-
"learnMore": "Per saperne di più"
|
|
1081
|
-
},
|
|
1082
|
-
"formTypes": {
|
|
1083
|
-
"conversational": "Conversazione",
|
|
1084
|
-
"traditional": "Tradizionale"
|
|
1085
|
-
}
|
|
1086
|
-
},
|
|
1087
1278
|
"geoChart": {
|
|
1088
1279
|
"label": "Chat",
|
|
1089
1280
|
"cityCountryColumn": "Città/Paese",
|
|
@@ -1786,15 +1977,6 @@
|
|
|
1786
1977
|
"webComponent": "Componente web",
|
|
1787
1978
|
"iframe": "IFrame"
|
|
1788
1979
|
},
|
|
1789
|
-
"FormSettingsTab": {
|
|
1790
|
-
"generalSettings": "Impostazioni generali",
|
|
1791
|
-
"nameLabel": "Nome",
|
|
1792
|
-
"deleteForm": "Cancellare",
|
|
1793
|
-
"deleteDescription": "Eliminerà definitivamente il modulo",
|
|
1794
|
-
"deleteConfirm": "Tutte le presentazioni verranno eliminate. Sei sicuro?",
|
|
1795
|
-
"deleteButton": "Cancella",
|
|
1796
|
-
"deleteAlert": "Eliminare il modulo e tutte le presentazioni in modo permanente"
|
|
1797
|
-
},
|
|
1798
1980
|
"FormsTable": {
|
|
1799
1981
|
"name": "Nome",
|
|
1800
1982
|
"submissions": "Sottomissioni"
|
|
@@ -2016,85 +2198,9 @@
|
|
|
2016
2198
|
"description": "Errore del server interno.",
|
|
2017
2199
|
"message": "Ops! C'è qualcosa che non va."
|
|
2018
2200
|
},
|
|
2019
|
-
"form_Editor": {
|
|
2020
|
-
"accordion": {
|
|
2021
|
-
"startScreen": "Schermo di avvio",
|
|
2022
|
-
"formDetails": "Dettagli del modulo",
|
|
2023
|
-
"formFields": "Campi di forma",
|
|
2024
|
-
"endScreen": "Schermo di fine",
|
|
2025
|
-
"webhook": "Webhook"
|
|
2026
|
-
},
|
|
2027
|
-
"labels": {
|
|
2028
|
-
"title": "Titolo",
|
|
2029
|
-
"description": "Designazione",
|
|
2030
|
-
"callToAction": "Chiamata all'azione",
|
|
2031
|
-
"message": "Messaggio",
|
|
2032
|
-
"callToActionUrl": "URL d'azione",
|
|
2033
|
-
"url": "Ur"
|
|
2034
|
-
},
|
|
2035
|
-
"options": {
|
|
2036
|
-
"ctaTarget": {
|
|
2037
|
-
"_blank": "# Blank #",
|
|
2038
|
-
"_self": "# Se stessi #"
|
|
2039
|
-
}
|
|
2040
|
-
},
|
|
2041
|
-
"helperTexts": {
|
|
2042
|
-
"webhookUrl": "Invia l'invio del modulo all'endpoint fornito con una richiesta HTTP POST"
|
|
2043
|
-
},
|
|
2044
|
-
"buttons": {
|
|
2045
|
-
"publishUpdates": "Pubblica aggiornamenti",
|
|
2046
|
-
"saving": "Salvare..."
|
|
2047
|
-
},
|
|
2048
|
-
"alerts": {
|
|
2049
|
-
"publishing": "Pubblicazione...",
|
|
2050
|
-
"published": "Pubblicato",
|
|
2051
|
-
"somethingWentWrong": "Qualcosa non va"
|
|
2052
|
-
}
|
|
2053
|
-
},
|
|
2054
2201
|
"contactSettings": {
|
|
2055
2202
|
"title": "Impostazioni di contatto"
|
|
2056
2203
|
},
|
|
2057
|
-
"datasourceForm": {
|
|
2058
|
-
"labels": {
|
|
2059
|
-
"nameOptional": "Nome (opzionale)",
|
|
2060
|
-
"sourceUrlOptional": "URL sorgente (opzionale)",
|
|
2061
|
-
"urlPlaceholder": "https://en.wikipedia.org/wiki/Nuclear_fusion",
|
|
2062
|
-
"sourcesSection": "L'URL da utilizzare per la sezione \"fonte\" di una risposta AI Dipendenti",
|
|
2063
|
-
"formType": "Tipo di modulo",
|
|
2064
|
-
"overview": "Panoramica",
|
|
2065
|
-
"message": "Messaggio",
|
|
2066
|
-
"callToAction": "Chiamata all'azione",
|
|
2067
|
-
"callToActionUrl": "URL d'azione",
|
|
2068
|
-
"webhookUrl": "Ur"
|
|
2069
|
-
},
|
|
2070
|
-
"options": {
|
|
2071
|
-
"formType": {
|
|
2072
|
-
"conversational": "Conversazione",
|
|
2073
|
-
"traditional": "Tradizionale"
|
|
2074
|
-
},
|
|
2075
|
-
"ctaTarget": {
|
|
2076
|
-
"_blank": "# Blank #",
|
|
2077
|
-
"_self": "# Se stessi #"
|
|
2078
|
-
}
|
|
2079
|
-
},
|
|
2080
|
-
"buttons": {
|
|
2081
|
-
"submit": "Inviare"
|
|
2082
|
-
},
|
|
2083
|
-
"alerts": {
|
|
2084
|
-
"networkError": "Qualcosa non va"
|
|
2085
|
-
},
|
|
2086
|
-
"placeholders": {
|
|
2087
|
-
"webhookUrl": "https://example.com/api/webhook"
|
|
2088
|
-
},
|
|
2089
|
-
"accordions": {
|
|
2090
|
-
"startScreen": "Schermo di avvio",
|
|
2091
|
-
"formDetails": "Dettagli del modulo",
|
|
2092
|
-
"formFields": "Campi di forma",
|
|
2093
|
-
"endScreen": "Schermo di fine",
|
|
2094
|
-
"webhook": "Webhook",
|
|
2095
|
-
"extractedText": "Testo estratto"
|
|
2096
|
-
}
|
|
2097
|
-
},
|
|
2098
2204
|
"webPageForm": {
|
|
2099
2205
|
"labels": {
|
|
2100
2206
|
"webPageUrl": "URL pagina web"
|