@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,200 +133,319 @@
|
|
|
133
133
|
"FormsPage": {
|
|
134
134
|
"templates": {
|
|
135
135
|
"fromScratch": {
|
|
136
|
-
"name": "
|
|
137
|
-
"description": "Crea un formulari des de zero.
|
|
136
|
+
"name": "Començar des de zero",
|
|
137
|
+
"description": "Crea un formulari des de zero. Pots afegir qualsevol camp que vulguis i personalitzar el disseny.",
|
|
138
138
|
"fields": {
|
|
139
139
|
"email": {
|
|
140
|
-
"name": "Correu electrònic"
|
|
140
|
+
"name": "Correu electrònic",
|
|
141
|
+
"placeholder": "Introdueix el teu correu electrònic"
|
|
142
|
+
},
|
|
143
|
+
"select": {
|
|
144
|
+
"name": "Selecciona una opció",
|
|
145
|
+
"options": {
|
|
146
|
+
"support": "Suport",
|
|
147
|
+
"sales": "Vendes",
|
|
148
|
+
"feedback": "Comentaris",
|
|
149
|
+
"partnership": "Col·laboracions",
|
|
150
|
+
"other": "Altres"
|
|
151
|
+
},
|
|
152
|
+
"placeholder": "Selecciona una opció"
|
|
141
153
|
}
|
|
142
154
|
},
|
|
143
155
|
"startScreen": {
|
|
144
156
|
"title": "Títol",
|
|
145
157
|
"description": "Descripció"
|
|
158
|
+
},
|
|
159
|
+
"endScreen": {
|
|
160
|
+
"message": "Gràcies! Ens posarem en contacte amb tu aviat.",
|
|
161
|
+
"cta": {
|
|
162
|
+
"label": "Gràcies!",
|
|
163
|
+
"url": "/forms/{formId}"
|
|
164
|
+
}
|
|
146
165
|
}
|
|
147
166
|
},
|
|
148
167
|
"leadForm": {
|
|
149
|
-
"name": "
|
|
150
|
-
"description": "
|
|
151
|
-
"overview": "Aquest formulari està dissenyat per capturar informació
|
|
168
|
+
"name": "Captar leads",
|
|
169
|
+
"description": "Captura informació dels leads, inclòs el correu electrònic i el telèfon.",
|
|
170
|
+
"overview": "Aquest formulari està dissenyat per capturar la informació bàsica dels leads, inclòs el correu electrònic i el telèfon, per facilitar la comunicació futura.",
|
|
152
171
|
"fields": {
|
|
153
172
|
"email": {
|
|
154
173
|
"name": "Correu electrònic",
|
|
155
|
-
"placeholder": "
|
|
174
|
+
"placeholder": "Introdueix el teu correu electrònic"
|
|
156
175
|
},
|
|
157
176
|
"phone": {
|
|
158
177
|
"name": "Telèfon",
|
|
159
|
-
"placeholder": "
|
|
178
|
+
"placeholder": "Introdueix el teu número de telèfon"
|
|
160
179
|
},
|
|
161
180
|
"comment": {
|
|
162
181
|
"name": "Comentari",
|
|
163
|
-
"placeholder": "
|
|
182
|
+
"placeholder": "Introdueix qualsevol comentari addicional"
|
|
183
|
+
},
|
|
184
|
+
"select": {
|
|
185
|
+
"name": "Selecciona",
|
|
186
|
+
"options": {
|
|
187
|
+
"getMoreClients": "Obtenir més clients",
|
|
188
|
+
"automateTasks": "Automatitzar tasques repetitives",
|
|
189
|
+
"organizeContacts": "Organitzar contactes i converses",
|
|
190
|
+
"learnMore": "Saber-ne més sobre la plataforma",
|
|
191
|
+
"other": "Altres"
|
|
192
|
+
},
|
|
193
|
+
"placeholder": "Selecciona una opció"
|
|
164
194
|
}
|
|
165
195
|
},
|
|
166
196
|
"startScreen": {
|
|
167
|
-
"title": "
|
|
168
|
-
"description": "Som aquí per ajudar
|
|
197
|
+
"title": "Contacta’ns",
|
|
198
|
+
"description": "Som aquí per ajudar-te!\nSi us plau, omple el formulari següent."
|
|
199
|
+
},
|
|
200
|
+
"endScreen": {
|
|
201
|
+
"message": "Hem rebut la teva informació! Ens posarem en contacte aviat.",
|
|
202
|
+
"cta": {
|
|
203
|
+
"label": "Gràcies!",
|
|
204
|
+
"url": "/forms/{formId}"
|
|
205
|
+
}
|
|
169
206
|
}
|
|
170
207
|
},
|
|
171
208
|
"productFeedbackForm": {
|
|
172
|
-
"name": "Formulari de comentaris
|
|
173
|
-
"description": "
|
|
174
|
-
"overview": "
|
|
209
|
+
"name": "Formulari de comentaris de producte",
|
|
210
|
+
"description": "Un formulari per recollir comentaris sobre els nostres productes.",
|
|
211
|
+
"overview": "Aquest formulari està dissenyat per recollir comentaris sobre els nostres productes. La teva opinió és valuosa i ens ajuda a millorar les nostres ofertes.",
|
|
175
212
|
"fields": {
|
|
176
213
|
"email": {
|
|
177
214
|
"name": "Correu electrònic",
|
|
178
|
-
"placeholder": "
|
|
215
|
+
"placeholder": "Introdueix el teu correu electrònic"
|
|
179
216
|
},
|
|
180
|
-
"
|
|
181
|
-
"name": "Tipus de
|
|
217
|
+
"select": {
|
|
218
|
+
"name": "Tipus de comentari",
|
|
182
219
|
"options": {
|
|
183
|
-
"featureRequest": "Sol·
|
|
184
|
-
"bugReport": "Informe d
|
|
220
|
+
"featureRequest": "Sol·licitud de funcions addicionals",
|
|
221
|
+
"bugReport": "Informe d’error",
|
|
185
222
|
"other": "Altres"
|
|
186
223
|
},
|
|
187
|
-
"placeholder": "
|
|
224
|
+
"placeholder": "Selecciona tipus de comentari"
|
|
188
225
|
},
|
|
189
226
|
"comment": {
|
|
190
227
|
"name": "Comentari",
|
|
191
|
-
"placeholder": "
|
|
228
|
+
"placeholder": "Introdueix el teu comentari aquí"
|
|
192
229
|
},
|
|
193
230
|
"files": {
|
|
194
|
-
"name": "
|
|
195
|
-
"placeholder": "Adjunta
|
|
231
|
+
"name": "Arxius",
|
|
232
|
+
"placeholder": "Adjunta arxius (opcional)"
|
|
233
|
+
},
|
|
234
|
+
"type": {
|
|
235
|
+
"name": "Tipus de comentari",
|
|
236
|
+
"placeholder": "Selecciona tipus de comentari",
|
|
237
|
+
"options": {
|
|
238
|
+
"featureRequest": "Sol·licitud de funció",
|
|
239
|
+
"bugReport": "Informe d’error",
|
|
240
|
+
"other": "Altres"
|
|
241
|
+
}
|
|
196
242
|
}
|
|
197
243
|
},
|
|
198
244
|
"startScreen": {
|
|
199
|
-
"title": "
|
|
200
|
-
"description": "Som aquí per escoltar! Si us plau,
|
|
245
|
+
"title": "La teva opinió importa",
|
|
246
|
+
"description": "Som aquí per escoltar-te! Si us plau, comparteix la teva opinió."
|
|
247
|
+
},
|
|
248
|
+
"endScreen": {
|
|
249
|
+
"message": "Agraïm molt el teu comentari! Ja està en procés de revisió.",
|
|
250
|
+
"cta": {
|
|
251
|
+
"label": "Gràcies!",
|
|
252
|
+
"url": "/forms/{formId}"
|
|
253
|
+
}
|
|
201
254
|
}
|
|
202
255
|
},
|
|
203
256
|
"onboardingForm": {
|
|
204
|
-
"name": "
|
|
205
|
-
"description": "
|
|
206
|
-
"overview": "Aquest formulari està dissenyat per recollir informació inicial sobre nous usuaris per ajudar-nos a
|
|
257
|
+
"name": "Formulari per a nous usuaris",
|
|
258
|
+
"description": "Recull informació inicial sobre nous usuaris.",
|
|
259
|
+
"overview": "Aquest formulari està dissenyat per recollir informació inicial sobre nous usuaris per ajudar-nos a adaptar els nostres serveis a les seves necessitats.",
|
|
207
260
|
"fields": {
|
|
208
261
|
"email": {
|
|
209
262
|
"name": "Correu electrònic",
|
|
210
|
-
"placeholder": "
|
|
263
|
+
"placeholder": "Introdueix el teu correu electrònic"
|
|
211
264
|
},
|
|
212
|
-
"
|
|
213
|
-
"name": "
|
|
265
|
+
"Enterprise": {
|
|
266
|
+
"name": "Negoci",
|
|
214
267
|
"options": {
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
"healthcare": "SanitatcareCity name (optional, probably does not need a translation)",
|
|
268
|
+
"eCommerce": "Comerç electrònic",
|
|
269
|
+
"healthcare": "Salut",
|
|
218
270
|
"finance": "Finances",
|
|
219
|
-
"
|
|
220
|
-
"
|
|
271
|
+
"technology": "Tecnologia",
|
|
272
|
+
"retail": "Llar i equipament",
|
|
273
|
+
"manufacturing": "Fabricació",
|
|
221
274
|
"other": "Altres"
|
|
222
275
|
},
|
|
223
|
-
"placeholder": "
|
|
276
|
+
"placeholder": "Selecciona el teu negoci"
|
|
224
277
|
},
|
|
225
278
|
"companySize": {
|
|
226
|
-
"name": "Mida de
|
|
279
|
+
"name": "Mida de l’empresa",
|
|
227
280
|
"options": {
|
|
228
|
-
"small": "1-
|
|
229
|
-
"medium": "
|
|
281
|
+
"small": "1-10",
|
|
282
|
+
"medium": "10-100",
|
|
230
283
|
"large": "100+"
|
|
231
284
|
},
|
|
232
|
-
"placeholder": "
|
|
285
|
+
"placeholder": "Selecciona la mida de la teva empresa"
|
|
233
286
|
},
|
|
234
287
|
"referral": {
|
|
235
|
-
"name": "
|
|
288
|
+
"name": "Com ens vas conèixer?",
|
|
236
289
|
"options": {
|
|
237
|
-
"google": "
|
|
238
|
-
"socialMedia": "
|
|
239
|
-
"newsletter": "
|
|
240
|
-
"wordOfMouth": "
|
|
241
|
-
"tradeShow": "
|
|
290
|
+
"google": "Google",
|
|
291
|
+
"socialMedia": "Xarxes socials",
|
|
292
|
+
"newsletter": "Butlletí",
|
|
293
|
+
"wordOfMouth": "Boca-orella",
|
|
294
|
+
"tradeShow": "Fira comercial",
|
|
242
295
|
"other": "Altres"
|
|
243
296
|
},
|
|
244
|
-
"placeholder": "On
|
|
297
|
+
"placeholder": "On ens vas conèixer?"
|
|
245
298
|
}
|
|
246
299
|
},
|
|
247
300
|
"startScreen": {
|
|
248
301
|
"title": "Benvingut a la nostra plataforma",
|
|
249
|
-
"description": "
|
|
302
|
+
"description": "Ens fa il·lusió que siguis aquí! Comencem."
|
|
303
|
+
},
|
|
304
|
+
"endScreen": {
|
|
305
|
+
"message": "Benvingut! Utilitzarem les teves respostes per personalitzar la teva experiència.",
|
|
306
|
+
"cta": {
|
|
307
|
+
"label": "Gràcies!",
|
|
308
|
+
"url": "/forms/{formId}"
|
|
309
|
+
}
|
|
250
310
|
}
|
|
251
311
|
},
|
|
252
312
|
"inboundLead": {
|
|
253
|
-
"name": "
|
|
254
|
-
"description": "
|
|
255
|
-
"overview": "
|
|
313
|
+
"name": "Identificar interessos dels leads",
|
|
314
|
+
"description": "Captura leads de manera estratègica en funció dels interessos reals del teu públic.",
|
|
315
|
+
"overview": "Utilitza aquest formulari per identificar què interessa realment al teu lead — com automatitzar l’atenció, centralitzar canals o augmentar vendes. Ideal per atraure visitants i qualificar oportunitats comercials des del primer contacte.",
|
|
256
316
|
"fields": {
|
|
257
317
|
"firstName": {
|
|
258
|
-
"name": "Nom
|
|
318
|
+
"name": "Nom",
|
|
319
|
+
"placeholder": "Introdueix el teu nom"
|
|
259
320
|
},
|
|
260
321
|
"email": {
|
|
261
|
-
"name": "Correu electrònic"
|
|
322
|
+
"name": "Correu electrònic",
|
|
323
|
+
"placeholder": "Introdueix el teu correu electrònic"
|
|
262
324
|
},
|
|
263
325
|
"interestedIn": {
|
|
264
|
-
"name": "Interessat",
|
|
326
|
+
"name": "Interessat en",
|
|
265
327
|
"options": {
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
|
|
328
|
+
"automatedSupport": "Atenció automatitzada amb IA",
|
|
329
|
+
"increaseSales": "Augmentar vendes",
|
|
330
|
+
"reduceResponseTime": "Reduir temps de resposta",
|
|
331
|
+
"centralizeChannels": "Centralitzar canals (WhatsApp, Instagram, etc.)",
|
|
332
|
+
"other": "Altres"
|
|
333
|
+
},
|
|
334
|
+
"placeholder": "Quin és el teu interès?"
|
|
271
335
|
}
|
|
272
336
|
},
|
|
273
337
|
"startScreen": {
|
|
274
|
-
"title": "
|
|
275
|
-
"description": "
|
|
338
|
+
"title": "(El teu negoci)",
|
|
339
|
+
"description": "Benvingut a bord! Coneguem-nos!"
|
|
340
|
+
},
|
|
341
|
+
"endScreen": {
|
|
342
|
+
"message": "Gràcies per compartir! Un expert t’ajudarà aviat.",
|
|
343
|
+
"cta": {
|
|
344
|
+
"label": "Gràcies!",
|
|
345
|
+
"url": "/forms/{formId}"
|
|
346
|
+
}
|
|
276
347
|
}
|
|
277
348
|
},
|
|
278
349
|
"contactSales": {
|
|
279
|
-
"name": "
|
|
280
|
-
"description": "
|
|
281
|
-
"overview": "
|
|
350
|
+
"name": "Contacte de vendes",
|
|
351
|
+
"description": "Ajuda el teu equip comercial a centrar-se en els clients amb més potencial.",
|
|
352
|
+
"overview": "Aquest formulari permet entendre ràpidament les necessitats comercials del client. Això facilita la qualificació i accelera el procés de venda basant-se en dades reals.",
|
|
282
353
|
"fields": {
|
|
283
354
|
"firstName": {
|
|
284
|
-
"name": "Nom
|
|
355
|
+
"name": "Nom",
|
|
356
|
+
"placeholder": "Introdueix el teu nom"
|
|
285
357
|
},
|
|
286
358
|
"email": {
|
|
287
|
-
"name": "Correu electrònic"
|
|
359
|
+
"name": "Correu electrònic",
|
|
360
|
+
"placeholder": "Introdueix el teu correu electrònic"
|
|
288
361
|
},
|
|
289
362
|
"interestedIn": {
|
|
290
|
-
"name": "Interessat",
|
|
363
|
+
"name": "Interessat en",
|
|
291
364
|
"options": {
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
|
|
365
|
+
"automateSupport": "Automatitzar atenció amb IA",
|
|
366
|
+
"centralizeChannels": "Unificar canals (WhatsApp, Instagram, etc.)",
|
|
367
|
+
"boostConversions": "Augmentar conversions i vendes",
|
|
368
|
+
"customSolutions": "Solucions personalitzades per a la meva empresa",
|
|
369
|
+
"contentMarketing": "Màrqueting de continguts",
|
|
370
|
+
"affiliates": "Vendre com a afiliat",
|
|
371
|
+
"other": "Altres"
|
|
372
|
+
},
|
|
373
|
+
"placeholder": "Quin és el teu interès?"
|
|
297
374
|
}
|
|
298
375
|
},
|
|
299
376
|
"startScreen": {
|
|
300
|
-
"title": "
|
|
301
|
-
"description": "
|
|
377
|
+
"title": "Contacte de vendes",
|
|
378
|
+
"description": "Augmenta les teves conversions i vendes"
|
|
379
|
+
},
|
|
380
|
+
"endScreen": {
|
|
381
|
+
"message": "La teva sol·licitud s’ha enviat al nostre equip comercial. Si us plau, espera el nostre contacte.",
|
|
382
|
+
"cta": {
|
|
383
|
+
"label": "Gràcies!",
|
|
384
|
+
"url": "/forms/{formId}"
|
|
385
|
+
}
|
|
302
386
|
}
|
|
303
387
|
},
|
|
304
388
|
"feedback": {
|
|
305
|
-
"name": "Comentaris
|
|
306
|
-
"description": "
|
|
307
|
-
"overview": "
|
|
389
|
+
"name": "Comentaris",
|
|
390
|
+
"description": "Obté opinions sobre un producte mitjançant un diàleg atractiu.",
|
|
391
|
+
"overview": "Recull comentaris de nous clients sobre un dels nostres models de sabatilles.\nAcme Clothes és una marca de moda distintiva, coneguda per les seves peces elegants i d’alta qualitat.\nOferint una àmplia gamma d’opcions de roba per a homes, dones i nens, Acme Clothes combina comoditat amb tendències contemporànies per crear peces úniques i versàtils per a totes les ocasions.",
|
|
308
392
|
"fields": {
|
|
309
|
-
"
|
|
310
|
-
"name": "
|
|
393
|
+
"usageContext": {
|
|
394
|
+
"name": "On vas utilitzar el producte?",
|
|
395
|
+
"options": {
|
|
396
|
+
"work": "A la feina",
|
|
397
|
+
"sports": "En activitats esportives",
|
|
398
|
+
"casual": "En el dia a dia",
|
|
399
|
+
"travel": "Durant viatges",
|
|
400
|
+
"other": "Altres"
|
|
401
|
+
},
|
|
402
|
+
"placeholder": "Selecciona el context principal d’ús"
|
|
311
403
|
},
|
|
312
|
-
"
|
|
313
|
-
"name": "
|
|
404
|
+
"recommendationLikelihood": {
|
|
405
|
+
"name": "Recomanaries aquest producte?",
|
|
406
|
+
"options": {
|
|
407
|
+
"yes": "Sí, sens dubte",
|
|
408
|
+
"maybe": "Potser",
|
|
409
|
+
"no": "No ho recomanaria"
|
|
410
|
+
},
|
|
411
|
+
"placeholder": "Recomanaries aquest producte a algú?"
|
|
314
412
|
},
|
|
315
413
|
"priceValue": {
|
|
316
|
-
"name": "
|
|
414
|
+
"name": "Avaluació de preu",
|
|
415
|
+
"options": {
|
|
416
|
+
"excellent": "Excel·lent",
|
|
417
|
+
"fair": "Just",
|
|
418
|
+
"expensive": "Car"
|
|
419
|
+
},
|
|
420
|
+
"placeholder": "Què et sembla el preu?"
|
|
317
421
|
},
|
|
318
422
|
"overallSatisfaction": {
|
|
319
|
-
"name": "
|
|
423
|
+
"name": "Satisfacció general (1-5)",
|
|
424
|
+
"options": {
|
|
425
|
+
"1": "1 - Pèssim",
|
|
426
|
+
"2": "2 - Dolent",
|
|
427
|
+
"3": "3 - Bé",
|
|
428
|
+
"4": "4 - Molt bé",
|
|
429
|
+
"5": "5 - Excel·lent"
|
|
430
|
+
},
|
|
431
|
+
"placeholder": "Dóna una valoració general"
|
|
320
432
|
}
|
|
321
433
|
},
|
|
322
434
|
"startScreen": {
|
|
323
|
-
"title": "
|
|
324
|
-
"description": "
|
|
435
|
+
"title": "Deixa un comentari",
|
|
436
|
+
"description": "Explica’ns com podem millorar."
|
|
437
|
+
},
|
|
438
|
+
"endScreen": {
|
|
439
|
+
"message": "Agraïm el teu comentari! És molt important per a nosaltres.",
|
|
440
|
+
"cta": {
|
|
441
|
+
"label": "Gràcies!",
|
|
442
|
+
"url": "/forms/{formId}"
|
|
443
|
+
}
|
|
325
444
|
}
|
|
326
445
|
}
|
|
327
446
|
},
|
|
328
447
|
"breadcrumbs": {
|
|
329
|
-
"ariaLabel": "
|
|
448
|
+
"ariaLabel": "Navegació",
|
|
330
449
|
"forms": "Formularis"
|
|
331
450
|
},
|
|
332
451
|
"titles": {
|
|
@@ -336,12 +455,12 @@
|
|
|
336
455
|
"newForm": "Nou formulari"
|
|
337
456
|
},
|
|
338
457
|
"modal": {
|
|
339
|
-
"createForm": "
|
|
458
|
+
"createForm": "Crear formulari"
|
|
340
459
|
},
|
|
341
460
|
"toast": {
|
|
342
|
-
"creatingForm": "
|
|
343
|
-
"created": "
|
|
344
|
-
"error": "
|
|
461
|
+
"creatingForm": "Creant formulari...",
|
|
462
|
+
"created": "Formulari creat amb èxit!",
|
|
463
|
+
"error": "S’ha produït un error en crear el formulari."
|
|
345
464
|
}
|
|
346
465
|
},
|
|
347
466
|
"DatasourcePage": {
|
|
@@ -444,25 +563,158 @@
|
|
|
444
563
|
"shareTwitter": "Compartir a Twitter",
|
|
445
564
|
"shareLinkedIn": "Compartir a LinkedIn"
|
|
446
565
|
}
|
|
566
|
+
},
|
|
567
|
+
"form": {
|
|
568
|
+
"actions": {
|
|
569
|
+
"addField": "Afegeix camp",
|
|
570
|
+
"addOption": "Afegeix opció",
|
|
571
|
+
"removeField": "Elimina camp",
|
|
572
|
+
"removeOption": "Elimina opció"
|
|
573
|
+
},
|
|
574
|
+
"labels": {
|
|
575
|
+
"type": "Tipus",
|
|
576
|
+
"label": "Títol",
|
|
577
|
+
"options": "Afegeix tantes opcions com vulguis",
|
|
578
|
+
"defaultCountryCode": "Codi de país per defecte",
|
|
579
|
+
"placeholder": "Indicatiu",
|
|
580
|
+
"required": "Obligatori",
|
|
581
|
+
"min": "Mínim",
|
|
582
|
+
"max": "Màxim",
|
|
583
|
+
"createContact": "Crea contacte",
|
|
584
|
+
"includeSources": "Inclou fonts a la resposta de l'assistent IA 'GPT'"
|
|
585
|
+
},
|
|
586
|
+
"fieldTypes": {
|
|
587
|
+
"email": "Correu electrònic",
|
|
588
|
+
"phoneNumber": "Número de telèfon",
|
|
589
|
+
"text": "Text",
|
|
590
|
+
"textArea": "Àrea de text",
|
|
591
|
+
"select": "Selecciona",
|
|
592
|
+
"file": "Fitxer",
|
|
593
|
+
"number": "Número",
|
|
594
|
+
"leadSelect": "Selecció de lead"
|
|
595
|
+
},
|
|
596
|
+
"accordion": {
|
|
597
|
+
"newField": "Camp nou"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"formEditor": {
|
|
601
|
+
"accordion": {
|
|
602
|
+
"startScreen": "Pantalla d'inici",
|
|
603
|
+
"formFields": "Camps del formulari",
|
|
604
|
+
"endScreen": "Pantalla final",
|
|
605
|
+
"webhook": "Webhook",
|
|
606
|
+
"formDetails": "Detalls del formulari"
|
|
607
|
+
},
|
|
608
|
+
"labels": {
|
|
609
|
+
"title": "Títol",
|
|
610
|
+
"description": "Descripció",
|
|
611
|
+
"ctaLabel": "Etiqueta de crida a l'acció",
|
|
612
|
+
"successMessage": "Missatge d'èxit",
|
|
613
|
+
"ctaUrl": "URL de crida a l'acció",
|
|
614
|
+
"target": "Destí",
|
|
615
|
+
"webhookUrl": "URL del webhook",
|
|
616
|
+
"callToAction": "Crida a l'acció",
|
|
617
|
+
"message": "Missatge",
|
|
618
|
+
"callToActionUrl": "URL de crida a l'acció",
|
|
619
|
+
"url": "URL"
|
|
620
|
+
},
|
|
621
|
+
"placeholders": {
|
|
622
|
+
"webhookUrl": "Introdueix la URL del teu webhook"
|
|
623
|
+
},
|
|
624
|
+
"helperTexts": {
|
|
625
|
+
"webhookUrl": "Envia el formulari a l'endpoint proporcionat amb una petició HTTP POST"
|
|
626
|
+
},
|
|
627
|
+
"options": {
|
|
628
|
+
"ctaTarget": {
|
|
629
|
+
"_blank": "Obre en una nova pestanya",
|
|
630
|
+
"_self": "Obre en aquesta pestanya"
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"actions": {
|
|
634
|
+
"publishUpdates": "Publica actualitzacions",
|
|
635
|
+
"publishing": "Publicant...",
|
|
636
|
+
"saving": "Desant...",
|
|
637
|
+
"publishSuccess": "Publicat",
|
|
638
|
+
"publishError": "Alguna cosa ha anat malament",
|
|
639
|
+
"copyLink": "Copia l'enllaç",
|
|
640
|
+
"learnMore": "Saber-ne més"
|
|
641
|
+
},
|
|
642
|
+
"buttons": {
|
|
643
|
+
"publishUpdates": "Publica actualitzacions",
|
|
644
|
+
"saving": "Desant..."
|
|
645
|
+
},
|
|
646
|
+
"alerts": {
|
|
647
|
+
"publishing": "Publicant...",
|
|
648
|
+
"published": "Publicat",
|
|
649
|
+
"somethingWentWrong": "S'ha produït un error intern."
|
|
650
|
+
},
|
|
651
|
+
"formTypes": {
|
|
652
|
+
"conversational": "Conversacional",
|
|
653
|
+
"traditional": "Tradicional"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"datasourceForm": {
|
|
657
|
+
"labels": {
|
|
658
|
+
"nameOptional": "Nom (opcional)",
|
|
659
|
+
"sourceUrlOptional": "URL de la font (opcional)",
|
|
660
|
+
"urlPlaceholder": "http://en.wikipedia.org/wiki/Nuclear_fusion",
|
|
661
|
+
"sourcesSection": "La URL que es mostrarà a la secció \"fonts\" a la resposta de l'assistent IA 'GPT'",
|
|
662
|
+
"formType": "Tipus de formulari",
|
|
663
|
+
"overview": "Visió general",
|
|
664
|
+
"message": "Missatge",
|
|
665
|
+
"callToAction": "Crida a l'acció",
|
|
666
|
+
"callToActionUrl": "URL de crida a l'acció",
|
|
667
|
+
"webhookUrl": "URL"
|
|
668
|
+
},
|
|
669
|
+
"options": {
|
|
670
|
+
"formType": {
|
|
671
|
+
"conversational": "Conversacional",
|
|
672
|
+
"traditional": "Tradicional"
|
|
673
|
+
},
|
|
674
|
+
"ctaTarget": {
|
|
675
|
+
"_blank": "Obre en una nova pestanya",
|
|
676
|
+
"_self": "Obre en aquesta pestanya"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"buttons": {
|
|
680
|
+
"submit": "Enviar"
|
|
681
|
+
},
|
|
682
|
+
"alerts": {
|
|
683
|
+
"networkError": "Alguna cosa ha anat malament."
|
|
684
|
+
},
|
|
685
|
+
"placeholders": {
|
|
686
|
+
"webhookUrl": "https://example.com/api/webhook"
|
|
687
|
+
},
|
|
688
|
+
"accordions": {
|
|
689
|
+
"startScreen": "Pantalla d'inici",
|
|
690
|
+
"formDetails": "Detalls del formulari",
|
|
691
|
+
"formFields": "Camps del formulari",
|
|
692
|
+
"endScreen": "Pantalla final",
|
|
693
|
+
"webhook": "Webhook",
|
|
694
|
+
"extractedText": "Text extret"
|
|
695
|
+
}
|
|
447
696
|
},
|
|
448
697
|
"FormDashboard": {
|
|
449
698
|
"breadcrumbs": {
|
|
450
|
-
"ariaLabel": "
|
|
699
|
+
"ariaLabel": "Navegació",
|
|
700
|
+
"label": "Ets aquí",
|
|
451
701
|
"forms": "Formularis"
|
|
452
702
|
},
|
|
703
|
+
"forms": "Formularis",
|
|
453
704
|
"tabs": {
|
|
454
|
-
"ariaLabel": "
|
|
705
|
+
"ariaLabel": "Pestanyes",
|
|
706
|
+
"label": "Navegació per pestanyes",
|
|
455
707
|
"editor": "Editor",
|
|
456
|
-
"settings": "
|
|
457
|
-
"submissions": "
|
|
458
|
-
"install": "Instal·
|
|
708
|
+
"settings": "Configuració",
|
|
709
|
+
"submissions": "Enviaments",
|
|
710
|
+
"install": "Instal·lar",
|
|
459
711
|
"preview": "Vista prèvia"
|
|
460
712
|
}
|
|
461
713
|
},
|
|
462
714
|
"Forms": {
|
|
463
715
|
"breadcrumbs": {
|
|
464
716
|
"forms": "Formularis",
|
|
465
|
-
"ariaLabel": "
|
|
717
|
+
"ariaLabel": "Navegació"
|
|
466
718
|
},
|
|
467
719
|
"title": {
|
|
468
720
|
"forms": "Formularis"
|
|
@@ -471,40 +723,52 @@
|
|
|
471
723
|
"newForm": "Nou formulari"
|
|
472
724
|
},
|
|
473
725
|
"modal": {
|
|
474
|
-
"createForm": "Crea
|
|
726
|
+
"createForm": "Crea formulari"
|
|
475
727
|
},
|
|
476
728
|
"toast": {
|
|
477
|
-
"creatingForm": "
|
|
478
|
-
"created": "
|
|
479
|
-
"error": "Alguna cosa
|
|
729
|
+
"creatingForm": "Creant formulari...",
|
|
730
|
+
"created": "Formulari creat",
|
|
731
|
+
"error": "Alguna cosa ha anat malament"
|
|
480
732
|
},
|
|
481
733
|
"formTemplates": {
|
|
482
734
|
"leadForm": {
|
|
483
|
-
"name": "
|
|
484
|
-
"description": "
|
|
735
|
+
"name": "Formulari de leads",
|
|
736
|
+
"description": "Captura leads per al teu negoci."
|
|
485
737
|
},
|
|
486
738
|
"onboardingForm": {
|
|
487
|
-
"name": "
|
|
488
|
-
"description": "
|
|
489
|
-
},
|
|
490
|
-
"productFeedbackForm": {
|
|
491
|
-
"name": "Formulari de comentaris del producte",
|
|
492
|
-
"description": "Recuperació dels vostres usuaris quant al vostre producte."
|
|
739
|
+
"name": "Formulari de nous usuaris",
|
|
740
|
+
"description": "Afegeix nous usuaris al teu negoci."
|
|
493
741
|
},
|
|
494
742
|
"inboundLead": {
|
|
495
|
-
"name": "
|
|
496
|
-
"description": "
|
|
743
|
+
"name": "Captura de leads",
|
|
744
|
+
"description": "Captura leads de campanyes de màrqueting."
|
|
497
745
|
},
|
|
498
746
|
"contactSales": {
|
|
499
|
-
"name": "
|
|
500
|
-
"description": "Permet
|
|
747
|
+
"name": "Contacte amb vendes",
|
|
748
|
+
"description": "Permet que nous clients contactin el teu equip de vendes."
|
|
501
749
|
},
|
|
502
750
|
"feedback": {
|
|
503
|
-
"name": "
|
|
504
|
-
"description": "
|
|
751
|
+
"name": "Formulari de feedback - Ressenyes",
|
|
752
|
+
"description": "Recull ressenyes dels teus usuaris."
|
|
753
|
+
},
|
|
754
|
+
"productFeedbackForm": {
|
|
755
|
+
"name": "Formulari de feedback de producte",
|
|
756
|
+
"description": "Recull feedback dels teus usuaris sobre el producte."
|
|
505
757
|
}
|
|
506
758
|
}
|
|
507
759
|
},
|
|
760
|
+
"FormSettingsTab": {
|
|
761
|
+
"generalSettings": "Configuració general",
|
|
762
|
+
"nameLabel": "Nom",
|
|
763
|
+
"deleteForm": "Elimina formulari",
|
|
764
|
+
"deleteDescription": "Això eliminarà el formulari de manera permanent",
|
|
765
|
+
"deleteConfirm": "Tots els enviaments seran eliminats. Estàs segur?",
|
|
766
|
+
"cancel": "Cancel·la",
|
|
767
|
+
"deleteButton": "Elimina",
|
|
768
|
+
"deleteAlert": "Elimina permanentment el formulari i tots els enviaments",
|
|
769
|
+
"deleteUnauthorized": "No tens permís per eliminar aquest formulari.",
|
|
770
|
+
"deleteError": "S'ha produït un error en eliminar. Torna-ho a provar més tard."
|
|
771
|
+
},
|
|
508
772
|
"logs": {
|
|
509
773
|
"breadcrumbs": {
|
|
510
774
|
"label": "quirats de pa",
|
|
@@ -1011,79 +1275,6 @@
|
|
|
1011
1275
|
"security": "Configura els paràmetres de seguretat per al vostre IA Eployee."
|
|
1012
1276
|
}
|
|
1013
1277
|
},
|
|
1014
|
-
"form": {
|
|
1015
|
-
"actions": {
|
|
1016
|
-
"addField": "Afegeix camp",
|
|
1017
|
-
"addOption": "Afegeix opció",
|
|
1018
|
-
"removeField": "Elimina camp",
|
|
1019
|
-
"removeOption": "Elimina opció"
|
|
1020
|
-
},
|
|
1021
|
-
"labels": {
|
|
1022
|
-
"type": "Tipus",
|
|
1023
|
-
"label": "Etiqueta",
|
|
1024
|
-
"options": "Opcions",
|
|
1025
|
-
"defaultCountryCode": "Codi de país per omissió",
|
|
1026
|
-
"placeholder": "Lloc de reserva",
|
|
1027
|
-
"required": "Requerit",
|
|
1028
|
-
"min": "Mín",
|
|
1029
|
-
"max": "Màx",
|
|
1030
|
-
"createContact": "Crea un contacte",
|
|
1031
|
-
"includeSources": "Inclou fonts a la resposta AI Epiee"
|
|
1032
|
-
},
|
|
1033
|
-
"fieldTypes": {
|
|
1034
|
-
"email": "Correu electrònic",
|
|
1035
|
-
"phoneNumber": "Número de telèfon",
|
|
1036
|
-
"text": "Text",
|
|
1037
|
-
"textArea": "Àrea de text",
|
|
1038
|
-
"select": "Selecciona",
|
|
1039
|
-
"file": "Fitxer",
|
|
1040
|
-
"number": "Número"
|
|
1041
|
-
},
|
|
1042
|
-
"accordion": {
|
|
1043
|
-
"newField": "Nou camp"
|
|
1044
|
-
}
|
|
1045
|
-
},
|
|
1046
|
-
"formEditor": {
|
|
1047
|
-
"accordion": {
|
|
1048
|
-
"startScreen": {
|
|
1049
|
-
"title": "Engega la pantalla",
|
|
1050
|
-
"description": "Personalitza la pantalla inicial pel vostre formulari conversacional."
|
|
1051
|
-
},
|
|
1052
|
-
"formFields": {
|
|
1053
|
-
"title": "Camps de formulari",
|
|
1054
|
-
"description": "Defineix els camps per al vostre formulari."
|
|
1055
|
-
},
|
|
1056
|
-
"endScreen": {
|
|
1057
|
-
"title": "Finalitza la pantalla",
|
|
1058
|
-
"description": "Personalitza el missatge de la pantalla final i l' acció de crida."
|
|
1059
|
-
},
|
|
1060
|
-
"webhook": {
|
|
1061
|
-
"title": "Descompost web",
|
|
1062
|
-
"description": "Envia submissió de formulari a un URL específic."
|
|
1063
|
-
}
|
|
1064
|
-
},
|
|
1065
|
-
"labels": {
|
|
1066
|
-
"title": "Títol",
|
|
1067
|
-
"description": "Descripció",
|
|
1068
|
-
"ctaLabel": "Crida a l' acció",
|
|
1069
|
-
"successMessage": "Missatge amb èxit",
|
|
1070
|
-
"ctaUrl": "Crida a l' URL d' acció",
|
|
1071
|
-
"target": "Objectiu",
|
|
1072
|
-
"webhookUrl": "URL del contenidor Web"
|
|
1073
|
-
},
|
|
1074
|
-
"actions": {
|
|
1075
|
-
"publishUpdates": "Publica actualitzacions",
|
|
1076
|
-
"publishing": "Publicació...",
|
|
1077
|
-
"publishSuccess": "Publicat",
|
|
1078
|
-
"publishError": "Alguna cosa va anar malament.",
|
|
1079
|
-
"copyLink": "Copia l' enllaç",
|
|
1080
|
-
"learnMore": "Aprèn més"
|
|
1081
|
-
},
|
|
1082
|
-
"formTypes": {
|
|
1083
|
-
"conversational": "Conversal",
|
|
1084
|
-
"traditional": "Tradicional"
|
|
1085
|
-
}
|
|
1086
|
-
},
|
|
1087
1278
|
"geoChart": {
|
|
1088
1279
|
"label": "Xats",
|
|
1089
1280
|
"cityCountryColumn": "Ciutat/Comtat",
|
|
@@ -1786,15 +1977,6 @@
|
|
|
1786
1977
|
"webComponent": "Component webComment",
|
|
1787
1978
|
"iframe": "iFrame"
|
|
1788
1979
|
},
|
|
1789
|
-
"FormSettingsTab": {
|
|
1790
|
-
"generalSettings": "Paràmetres generals",
|
|
1791
|
-
"nameLabel": "Nom",
|
|
1792
|
-
"deleteForm": "Esborra el formulari",
|
|
1793
|
-
"deleteDescription": "Esborrarà permanentment el formulari",
|
|
1794
|
-
"deleteConfirm": "S' esborraran totes les submissió. Segur?",
|
|
1795
|
-
"deleteButton": "Esborra",
|
|
1796
|
-
"deleteAlert": "Esborra el formulari i totes les submissió permanentment"
|
|
1797
|
-
},
|
|
1798
1980
|
"FormsTable": {
|
|
1799
1981
|
"name": "Nom",
|
|
1800
1982
|
"submissions": "Submissió"
|
|
@@ -2016,85 +2198,9 @@
|
|
|
2016
2198
|
"description": "Error intern del servidor.",
|
|
2017
2199
|
"message": "Ui! Alguna cosa va anar malament al nostre cap."
|
|
2018
2200
|
},
|
|
2019
|
-
"form_Editor": {
|
|
2020
|
-
"accordion": {
|
|
2021
|
-
"startScreen": "Engega la pantalla",
|
|
2022
|
-
"formDetails": "Detalls del formulari",
|
|
2023
|
-
"formFields": "Camps de formulari",
|
|
2024
|
-
"endScreen": "Finalitza la pantalla",
|
|
2025
|
-
"webhook": "Descompost web"
|
|
2026
|
-
},
|
|
2027
|
-
"labels": {
|
|
2028
|
-
"title": "Títol",
|
|
2029
|
-
"description": "Descripció",
|
|
2030
|
-
"callToAction": "Crida a l' acció",
|
|
2031
|
-
"message": "Missatge",
|
|
2032
|
-
"callToActionUrl": "Crida a l' URL d' acció",
|
|
2033
|
-
"url": "URL"
|
|
2034
|
-
},
|
|
2035
|
-
"options": {
|
|
2036
|
-
"ctaTarget": {
|
|
2037
|
-
"_blank": "_ En blanc",
|
|
2038
|
-
"_self": "Tu mateix."
|
|
2039
|
-
}
|
|
2040
|
-
},
|
|
2041
|
-
"helperTexts": {
|
|
2042
|
-
"webhookUrl": "Envia l' enviament de formulari al punt d' acabament proporcionat amb una petició POST HTTP"
|
|
2043
|
-
},
|
|
2044
|
-
"buttons": {
|
|
2045
|
-
"publishUpdates": "Publica actualitzacions",
|
|
2046
|
-
"saving": "S' està desant..."
|
|
2047
|
-
},
|
|
2048
|
-
"alerts": {
|
|
2049
|
-
"publishing": "Publicació...",
|
|
2050
|
-
"published": "Publicat",
|
|
2051
|
-
"somethingWentWrong": "Alguna cosa va anar malament."
|
|
2052
|
-
}
|
|
2053
|
-
},
|
|
2054
2201
|
"contactSettings": {
|
|
2055
2202
|
"title": "Arranjament del contacte"
|
|
2056
2203
|
},
|
|
2057
|
-
"datasourceForm": {
|
|
2058
|
-
"labels": {
|
|
2059
|
-
"nameOptional": "Nom (opcional)",
|
|
2060
|
-
"sourceUrlOptional": "URL d' origen (opcional)",
|
|
2061
|
-
"urlPlaceholder": "https://en.wikiedia.org/wiki/NuDuched_fusió",
|
|
2062
|
-
"sourcesSection": "L' URL a usar per a la secció \" fonts\" d' una resposta AI Epiae",
|
|
2063
|
-
"formType": "Tipus de formulari",
|
|
2064
|
-
"overview": "Resum",
|
|
2065
|
-
"message": "Missatge",
|
|
2066
|
-
"callToAction": "Crida a l' acció",
|
|
2067
|
-
"callToActionUrl": "Crida a l' URL d' acció",
|
|
2068
|
-
"webhookUrl": "URL"
|
|
2069
|
-
},
|
|
2070
|
-
"options": {
|
|
2071
|
-
"formType": {
|
|
2072
|
-
"conversational": "Conversal",
|
|
2073
|
-
"traditional": "Tradicional"
|
|
2074
|
-
},
|
|
2075
|
-
"ctaTarget": {
|
|
2076
|
-
"_blank": "_ En blanc",
|
|
2077
|
-
"_self": "Tu mateix."
|
|
2078
|
-
}
|
|
2079
|
-
},
|
|
2080
|
-
"buttons": {
|
|
2081
|
-
"submit": "Envia"
|
|
2082
|
-
},
|
|
2083
|
-
"alerts": {
|
|
2084
|
-
"networkError": "Alguna cosa va anar malament."
|
|
2085
|
-
},
|
|
2086
|
-
"placeholders": {
|
|
2087
|
-
"webhookUrl": "https://exemple.com/api/webhesh"
|
|
2088
|
-
},
|
|
2089
|
-
"accordions": {
|
|
2090
|
-
"startScreen": "Engega la pantalla",
|
|
2091
|
-
"formDetails": "Detalls del formulari",
|
|
2092
|
-
"formFields": "Camps de formulari",
|
|
2093
|
-
"endScreen": "Finalitza la pantalla",
|
|
2094
|
-
"webhook": "Descompost web",
|
|
2095
|
-
"extractedText": "Text extret"
|
|
2096
|
-
}
|
|
2097
|
-
},
|
|
2098
2204
|
"webPageForm": {
|
|
2099
2205
|
"labels": {
|
|
2100
2206
|
"webPageUrl": "URL de pàgina web"
|