@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,215 +133,334 @@
|
|
|
133
133
|
"FormsPage": {
|
|
134
134
|
"templates": {
|
|
135
135
|
"fromScratch": {
|
|
136
|
-
"name": "
|
|
137
|
-
"description": "
|
|
136
|
+
"name": "Von Grund auf neu beginnen",
|
|
137
|
+
"description": "Erstelle ein Formular von Grund auf. Du kannst beliebige Felder hinzufügen und das Design anpassen.",
|
|
138
138
|
"fields": {
|
|
139
139
|
"email": {
|
|
140
|
-
"name": "E
|
|
140
|
+
"name": "E‑Mail",
|
|
141
|
+
"placeholder": "Gib deine E‑Mail ein"
|
|
142
|
+
},
|
|
143
|
+
"select": {
|
|
144
|
+
"name": "Wähle eine Option",
|
|
145
|
+
"options": {
|
|
146
|
+
"support": "Support",
|
|
147
|
+
"sales": "Vertrieb",
|
|
148
|
+
"feedback": "Feedback",
|
|
149
|
+
"partnership": "Partnerschaften",
|
|
150
|
+
"other": "Andere"
|
|
151
|
+
},
|
|
152
|
+
"placeholder": "Wähle eine Option"
|
|
141
153
|
}
|
|
142
154
|
},
|
|
143
155
|
"startScreen": {
|
|
144
156
|
"title": "Titel",
|
|
145
|
-
"description": "
|
|
157
|
+
"description": "Beschreibung"
|
|
158
|
+
},
|
|
159
|
+
"endScreen": {
|
|
160
|
+
"message": "Danke! Wir melden uns bald bei dir.",
|
|
161
|
+
"cta": {
|
|
162
|
+
"label": "Danke!",
|
|
163
|
+
"url": "/forms/{formId}"
|
|
164
|
+
}
|
|
146
165
|
}
|
|
147
166
|
},
|
|
148
167
|
"leadForm": {
|
|
149
|
-
"name": "
|
|
150
|
-
"description": "
|
|
151
|
-
"overview": "Dieses Formular ist
|
|
168
|
+
"name": "Leads erfassen",
|
|
169
|
+
"description": "Erfasse Lead‑Informationen, einschließlich E‑Mail und Telefon.",
|
|
170
|
+
"overview": "Dieses Formular ist darauf ausgelegt, grundlegende Lead‑Informationen, einschließlich E‑Mail und Telefon, zu erfassen, um die zukünftige Kommunikation zu erleichtern.",
|
|
152
171
|
"fields": {
|
|
153
172
|
"email": {
|
|
154
|
-
"name": "E
|
|
155
|
-
"placeholder": "
|
|
173
|
+
"name": "E‑Mail",
|
|
174
|
+
"placeholder": "Gib deine E‑Mail ein"
|
|
156
175
|
},
|
|
157
176
|
"phone": {
|
|
158
177
|
"name": "Telefon",
|
|
159
|
-
"placeholder": "
|
|
178
|
+
"placeholder": "Gib deine Telefonnummer ein"
|
|
160
179
|
},
|
|
161
180
|
"comment": {
|
|
162
|
-
"name": "
|
|
163
|
-
"placeholder": "
|
|
181
|
+
"name": "Kommentar",
|
|
182
|
+
"placeholder": "Gib zusätzliche Kommentare ein"
|
|
183
|
+
},
|
|
184
|
+
"select": {
|
|
185
|
+
"name": "Auswählen",
|
|
186
|
+
"options": {
|
|
187
|
+
"getMoreClients": "Mehr Kunden gewinnen",
|
|
188
|
+
"automateTasks": "Wiederkehrende Aufgaben automatisieren",
|
|
189
|
+
"organizeContacts": "Kontakte und Gespräche organisieren",
|
|
190
|
+
"learnMore": "Mehr über die Plattform erfahren",
|
|
191
|
+
"other": "Andere"
|
|
192
|
+
},
|
|
193
|
+
"placeholder": "Wähle eine Option"
|
|
164
194
|
}
|
|
165
195
|
},
|
|
166
196
|
"startScreen": {
|
|
167
|
-
"title": "
|
|
168
|
-
"description": "Wir sind hier, um zu helfen
|
|
197
|
+
"title": "Kontaktiere uns",
|
|
198
|
+
"description": "Wir sind hier, um zu helfen!\nBitte fülle das Formular unten aus."
|
|
199
|
+
},
|
|
200
|
+
"endScreen": {
|
|
201
|
+
"message": "Wir haben deine Informationen erhalten! Wir melden uns bald.",
|
|
202
|
+
"cta": {
|
|
203
|
+
"label": "Danke!",
|
|
204
|
+
"url": "/forms/{formId}"
|
|
205
|
+
}
|
|
169
206
|
}
|
|
170
207
|
},
|
|
171
208
|
"productFeedbackForm": {
|
|
172
|
-
"name": "Produkt
|
|
173
|
-
"description": "Ein Formular
|
|
174
|
-
"overview": "Dieses Formular
|
|
209
|
+
"name": "Produkt‑Feedback‑Formular",
|
|
210
|
+
"description": "Ein Formular zum Sammeln von Feedback zu unseren Produkten.",
|
|
211
|
+
"overview": "Dieses Formular ist darauf ausgelegt, Feedback zu unseren Produkten zu sammeln. Deine Meinung ist uns wichtig und hilft uns, unser Angebot zu verbessern.",
|
|
175
212
|
"fields": {
|
|
176
213
|
"email": {
|
|
177
|
-
"name": "E
|
|
178
|
-
"placeholder": "
|
|
214
|
+
"name": "E‑Mail",
|
|
215
|
+
"placeholder": "Gib deine E‑Mail ein"
|
|
179
216
|
},
|
|
180
|
-
"
|
|
181
|
-
"name": "Feedback
|
|
217
|
+
"select": {
|
|
218
|
+
"name": "Feedback‑Typ",
|
|
182
219
|
"options": {
|
|
183
|
-
"featureRequest": "
|
|
220
|
+
"featureRequest": "Funktionswunsch",
|
|
184
221
|
"bugReport": "Fehlerbericht",
|
|
185
|
-
"other": "
|
|
222
|
+
"other": "Andere"
|
|
186
223
|
},
|
|
187
|
-
"placeholder": "
|
|
224
|
+
"placeholder": "Wähle den Feedback‑Typ"
|
|
188
225
|
},
|
|
189
226
|
"comment": {
|
|
190
|
-
"name": "
|
|
191
|
-
"placeholder": "
|
|
227
|
+
"name": "Kommentar",
|
|
228
|
+
"placeholder": "Gib dein Feedback hier ein"
|
|
192
229
|
},
|
|
193
230
|
"files": {
|
|
194
231
|
"name": "Dateien",
|
|
195
232
|
"placeholder": "Dateien anhängen (optional)"
|
|
233
|
+
},
|
|
234
|
+
"type": {
|
|
235
|
+
"name": "Feedback‑Typ",
|
|
236
|
+
"placeholder": "Wähle den Feedback‑Typ",
|
|
237
|
+
"options": {
|
|
238
|
+
"featureRequest": "Funktionswunsch",
|
|
239
|
+
"bugReport": "Fehlerbericht",
|
|
240
|
+
"other": "Andere"
|
|
241
|
+
}
|
|
196
242
|
}
|
|
197
243
|
},
|
|
198
244
|
"startScreen": {
|
|
199
|
-
"title": "
|
|
200
|
-
"description": "Wir sind hier, um
|
|
245
|
+
"title": "Dein Feedback zählt",
|
|
246
|
+
"description": "Wir sind hier, um zuzuhören! Teile uns dein Feedback mit."
|
|
247
|
+
},
|
|
248
|
+
"endScreen": {
|
|
249
|
+
"message": "Vielen Dank für dein Feedback! Es wird gerade geprüft.",
|
|
250
|
+
"cta": {
|
|
251
|
+
"label": "Danke!",
|
|
252
|
+
"url": "/forms/{formId}"
|
|
253
|
+
}
|
|
201
254
|
}
|
|
202
255
|
},
|
|
203
256
|
"onboardingForm": {
|
|
204
|
-
"name": "
|
|
205
|
-
"description": "
|
|
206
|
-
"overview": "Dieses Formular soll
|
|
257
|
+
"name": "Formular für neue Nutzer",
|
|
258
|
+
"description": "Sammle grundlegende Informationen über neue Nutzer.",
|
|
259
|
+
"overview": "Dieses Formular soll grundlegende Informationen über neue Nutzer sammeln, damit wir unsere Dienste an ihre Bedürfnisse anpassen können.",
|
|
207
260
|
"fields": {
|
|
208
261
|
"email": {
|
|
209
|
-
"name": "E
|
|
210
|
-
"placeholder": "
|
|
262
|
+
"name": "E‑Mail",
|
|
263
|
+
"placeholder": "Gib deine E‑Mail ein"
|
|
211
264
|
},
|
|
212
|
-
"
|
|
213
|
-
"name": "
|
|
265
|
+
"Enterprise": {
|
|
266
|
+
"name": "Unternehmen",
|
|
214
267
|
"options": {
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
"healthcare": "Gesundheit",
|
|
268
|
+
"eCommerce": "E‑Commerce",
|
|
269
|
+
"healthcare": "Gesundheitswesen",
|
|
218
270
|
"finance": "Finanzen",
|
|
271
|
+
"technology": "Technologie",
|
|
219
272
|
"retail": "Einzelhandel",
|
|
220
|
-
"manufacturing": "
|
|
221
|
-
"other": "
|
|
273
|
+
"manufacturing": "Fertigung",
|
|
274
|
+
"other": "Andere"
|
|
222
275
|
},
|
|
223
|
-
"placeholder": "
|
|
276
|
+
"placeholder": "Wähle dein Unternehmen"
|
|
224
277
|
},
|
|
225
278
|
"companySize": {
|
|
226
|
-
"name": "
|
|
279
|
+
"name": "Unternehmensgröße",
|
|
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": "
|
|
285
|
+
"placeholder": "Wähle die Größe deines Unternehmens"
|
|
233
286
|
},
|
|
234
287
|
"referral": {
|
|
235
|
-
"name": "
|
|
288
|
+
"name": "Wie hast du von uns erfahren?",
|
|
236
289
|
"options": {
|
|
237
290
|
"google": "Google",
|
|
238
291
|
"socialMedia": "Soziale Medien",
|
|
239
292
|
"newsletter": "Newsletter",
|
|
240
|
-
"wordOfMouth": "
|
|
241
|
-
"tradeShow": "
|
|
242
|
-
"other": "
|
|
293
|
+
"wordOfMouth": "Mundpropaganda",
|
|
294
|
+
"tradeShow": "Messe",
|
|
295
|
+
"other": "Andere"
|
|
243
296
|
},
|
|
244
|
-
"placeholder": "Wo
|
|
297
|
+
"placeholder": "Wo hast du von uns erfahren?"
|
|
245
298
|
}
|
|
246
299
|
},
|
|
247
300
|
"startScreen": {
|
|
248
301
|
"title": "Willkommen auf unserer Plattform",
|
|
249
|
-
"description": "Wir freuen uns,
|
|
302
|
+
"description": "Wir freuen uns, dass du hier bist! Lass uns loslegen."
|
|
303
|
+
},
|
|
304
|
+
"endScreen": {
|
|
305
|
+
"message": "Willkommen! Wir nutzen deine Antworten, um dein Erlebnis zu personalisieren.",
|
|
306
|
+
"cta": {
|
|
307
|
+
"label": "Danke!",
|
|
308
|
+
"url": "/forms/{formId}"
|
|
309
|
+
}
|
|
250
310
|
}
|
|
251
311
|
},
|
|
252
312
|
"inboundLead": {
|
|
253
|
-
"name": "
|
|
254
|
-
"description": "
|
|
255
|
-
"overview": "
|
|
313
|
+
"name": "Interessen von Leads identifizieren",
|
|
314
|
+
"description": "Sammle Leads strategisch basierend auf den tatsächlichen Interessen deiner Zielgruppe.",
|
|
315
|
+
"overview": "Verwende dieses Formular, um herauszufinden, was Leads wirklich interessiert — z. B. Automatisierung des Supports, Zentralisierung von Kanälen oder Umsatzsteigerung. Ideal, um Besucher anzusprechen und Geschäftsmöglichkeiten bereits beim Erstkontakt zu qualifizieren.",
|
|
256
316
|
"fields": {
|
|
257
317
|
"firstName": {
|
|
258
|
-
"name": "Vorname"
|
|
318
|
+
"name": "Vorname",
|
|
319
|
+
"placeholder": "Gib deinen Vornamen ein"
|
|
259
320
|
},
|
|
260
321
|
"email": {
|
|
261
|
-
"name": "E
|
|
322
|
+
"name": "E‑Mail",
|
|
323
|
+
"placeholder": "Gib deine E‑Mail ein"
|
|
262
324
|
},
|
|
263
325
|
"interestedIn": {
|
|
264
|
-
"name": "
|
|
326
|
+
"name": "Interessiert an",
|
|
265
327
|
"options": {
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
|
|
328
|
+
"automatedSupport": "Automatisierter Support mit KI",
|
|
329
|
+
"increaseSales": "Umsatzsteigerung",
|
|
330
|
+
"reduceResponseTime": "Reduzierung der Reaktionszeit",
|
|
331
|
+
"centralizeChannels": "Kanalzentralisierung (WhatsApp, Instagram usw.)",
|
|
332
|
+
"other": "Andere"
|
|
333
|
+
},
|
|
334
|
+
"placeholder": "Woran bist du interessiert?"
|
|
271
335
|
}
|
|
272
336
|
},
|
|
273
337
|
"startScreen": {
|
|
274
|
-
"title": "
|
|
275
|
-
"description": "Willkommen an Bord!
|
|
338
|
+
"title": "(Dein Unternehmen)",
|
|
339
|
+
"description": "Willkommen an Bord! Lass uns kennen lernen!"
|
|
340
|
+
},
|
|
341
|
+
"endScreen": {
|
|
342
|
+
"message": "Danke fürs Teilen! Ein Spezialist hilft dir bald weiter.",
|
|
343
|
+
"cta": {
|
|
344
|
+
"label": "Danke!",
|
|
345
|
+
"url": "/forms/{formId}"
|
|
346
|
+
}
|
|
276
347
|
}
|
|
277
348
|
},
|
|
278
349
|
"contactSales": {
|
|
279
|
-
"name": "
|
|
280
|
-
"description": "
|
|
281
|
-
"overview": "
|
|
350
|
+
"name": "Kontakt Vertrieb",
|
|
351
|
+
"description": "Hilf deinem Vertriebsteam, sich auf Kunden mit dem größten Potenzial zu konzentrieren.",
|
|
352
|
+
"overview": "Mit diesem Formular kannst du schnell die geschäftlichen Anforderungen eines Kunden verstehen. Das erleichtert die Qualifizierung und beschleunigt den Verkaufsprozess anhand realer Daten.",
|
|
282
353
|
"fields": {
|
|
283
354
|
"firstName": {
|
|
284
|
-
"name": "Vorname"
|
|
355
|
+
"name": "Vorname",
|
|
356
|
+
"placeholder": "Gib deinen Vornamen ein"
|
|
285
357
|
},
|
|
286
358
|
"email": {
|
|
287
|
-
"name": "E
|
|
359
|
+
"name": "E‑Mail",
|
|
360
|
+
"placeholder": "Gib deine E‑Mail ein"
|
|
288
361
|
},
|
|
289
362
|
"interestedIn": {
|
|
290
|
-
"name": "
|
|
363
|
+
"name": "Interessiert an",
|
|
291
364
|
"options": {
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
|
|
365
|
+
"automateSupport": "Support‑Automatisierung mit KI",
|
|
366
|
+
"centralizeChannels": "Kanäle vereinen (WhatsApp, Instagram usw.)",
|
|
367
|
+
"boostConversions": "Steigerung von Conversions und Umsatz",
|
|
368
|
+
"customSolutions": "Maßgeschneiderte Lösungen für mein Unternehmen",
|
|
369
|
+
"contentMarketing": "Content‑Marketing",
|
|
370
|
+
"affiliates": "Verkauf als Affiliate",
|
|
371
|
+
"other": "Andere"
|
|
372
|
+
},
|
|
373
|
+
"placeholder": "Woran bist du interessiert?"
|
|
297
374
|
}
|
|
298
375
|
},
|
|
299
376
|
"startScreen": {
|
|
300
|
-
"title": "
|
|
301
|
-
"description": "
|
|
377
|
+
"title": "Kontakt Vertrieb",
|
|
378
|
+
"description": "Steigere deine Conversions und Verkäufe"
|
|
379
|
+
},
|
|
380
|
+
"endScreen": {
|
|
381
|
+
"message": "Deine Anfrage wurde an unser Vertriebsteam gesendet. Bitte warte auf Rückmeldung.",
|
|
382
|
+
"cta": {
|
|
383
|
+
"label": "Danke!",
|
|
384
|
+
"url": "/forms/{formId}"
|
|
385
|
+
}
|
|
302
386
|
}
|
|
303
387
|
},
|
|
304
388
|
"feedback": {
|
|
305
|
-
"name": "
|
|
306
|
-
"description": "
|
|
307
|
-
"overview": "
|
|
389
|
+
"name": "Feedback",
|
|
390
|
+
"description": "Erhalte Meinungen zu einem Produkt durch einen ansprechenden Dialog.",
|
|
391
|
+
"overview": "Sammle Feedback von Neukunden zu einem unserer Sneaker‑Modelle.\nAcme Clothes ist eine markante Modemarke, bekannt für stilvolle und hochwertige Kleidung.\nMit einer breiten Auswahl an Bekleidung für Männer, Frauen und Kinder kombiniert Acme Clothes Komfort mit zeitgemäßen Trends und schafft einzigartige, vielseitige Stücke für jeden Anlass.",
|
|
308
392
|
"fields": {
|
|
309
|
-
"
|
|
310
|
-
"name": "
|
|
393
|
+
"usageContext": {
|
|
394
|
+
"name": "Wo hast du das Produkt verwendet?",
|
|
395
|
+
"options": {
|
|
396
|
+
"work": "Bei der Arbeit",
|
|
397
|
+
"sports": "Beim Sport",
|
|
398
|
+
"casual": "Im Alltag",
|
|
399
|
+
"travel": "Auf Reisen",
|
|
400
|
+
"other": "Andere"
|
|
401
|
+
},
|
|
402
|
+
"placeholder": "Wähle den Hauptnutzungskontext"
|
|
311
403
|
},
|
|
312
|
-
"
|
|
313
|
-
"name": "
|
|
404
|
+
"recommendationLikelihood": {
|
|
405
|
+
"name": "Würdest du dieses Produkt empfehlen?",
|
|
406
|
+
"options": {
|
|
407
|
+
"yes": "Ja, auf jeden Fall",
|
|
408
|
+
"maybe": "Vielleicht",
|
|
409
|
+
"no": "Ich würde nicht empfehlen"
|
|
410
|
+
},
|
|
411
|
+
"placeholder": "Würdest du dieses Produkt jemandem empfehlen?"
|
|
314
412
|
},
|
|
315
413
|
"priceValue": {
|
|
316
|
-
"name": "
|
|
414
|
+
"name": "Preisbewertung",
|
|
415
|
+
"options": {
|
|
416
|
+
"excellent": "Ausgezeichnet",
|
|
417
|
+
"fair": "Angemessen",
|
|
418
|
+
"expensive": "Teuer"
|
|
419
|
+
},
|
|
420
|
+
"placeholder": "Was hältst du vom Preis?"
|
|
317
421
|
},
|
|
318
422
|
"overallSatisfaction": {
|
|
319
|
-
"name": "Gesamtzufriedenheit (1
|
|
423
|
+
"name": "Gesamtzufriedenheit (1–5)",
|
|
424
|
+
"options": {
|
|
425
|
+
"1": "1 – Sehr schlecht",
|
|
426
|
+
"2": "2 – Schlecht",
|
|
427
|
+
"3": "3 – Okay",
|
|
428
|
+
"4": "4 – Gut",
|
|
429
|
+
"5": "5 – Ausgezeichnet"
|
|
430
|
+
},
|
|
431
|
+
"placeholder": "Gib eine Gesamtbewertung"
|
|
320
432
|
}
|
|
321
433
|
},
|
|
322
434
|
"startScreen": {
|
|
323
|
-
"title": "
|
|
324
|
-
"description": "
|
|
435
|
+
"title": "Hinterlasse einen Kommentar",
|
|
436
|
+
"description": "Sag uns, wie wir uns verbessern können."
|
|
437
|
+
},
|
|
438
|
+
"endScreen": {
|
|
439
|
+
"message": "Vielen Dank für deinen Kommentar! Er ist uns sehr wichtig.",
|
|
440
|
+
"cta": {
|
|
441
|
+
"label": "Danke!",
|
|
442
|
+
"url": "/forms/{formId}"
|
|
443
|
+
}
|
|
325
444
|
}
|
|
326
445
|
}
|
|
327
446
|
},
|
|
328
447
|
"breadcrumbs": {
|
|
329
|
-
"ariaLabel": "
|
|
448
|
+
"ariaLabel": "Navigation",
|
|
330
449
|
"forms": "Formulare"
|
|
331
450
|
},
|
|
332
451
|
"titles": {
|
|
333
452
|
"forms": "Formulare"
|
|
334
453
|
},
|
|
335
454
|
"button": {
|
|
336
|
-
"newForm": "
|
|
455
|
+
"newForm": "Neues Formular"
|
|
337
456
|
},
|
|
338
457
|
"modal": {
|
|
339
458
|
"createForm": "Formular erstellen"
|
|
340
459
|
},
|
|
341
460
|
"toast": {
|
|
342
|
-
"creatingForm": "
|
|
343
|
-
"created": "
|
|
344
|
-
"error": "
|
|
461
|
+
"creatingForm": "Formular wird erstellt...",
|
|
462
|
+
"created": "Formular erfolgreich erstellt!",
|
|
463
|
+
"error": "Fehler beim Erstellen des Formulars."
|
|
345
464
|
}
|
|
346
465
|
},
|
|
347
466
|
"DatasourcePage": {
|
|
@@ -444,67 +563,212 @@
|
|
|
444
563
|
"shareTwitter": "Auf Twitter teilen",
|
|
445
564
|
"shareLinkedIn": "Auf LinkedIn teilen"
|
|
446
565
|
}
|
|
566
|
+
},
|
|
567
|
+
"form": {
|
|
568
|
+
"actions": {
|
|
569
|
+
"addField": "Feld hinzufügen",
|
|
570
|
+
"addOption": "Option hinzufügen",
|
|
571
|
+
"removeField": "Feld entfernen",
|
|
572
|
+
"removeOption": "Option entfernen"
|
|
573
|
+
},
|
|
574
|
+
"labels": {
|
|
575
|
+
"type": "Typ",
|
|
576
|
+
"label": "Titel",
|
|
577
|
+
"options": "Fügen Sie beliebig viele Optionen hinzu",
|
|
578
|
+
"defaultCountryCode": "Standard‑Ländervorwahl",
|
|
579
|
+
"placeholder": "Platzhalter",
|
|
580
|
+
"required": "Erforderlich",
|
|
581
|
+
"min": "Min.",
|
|
582
|
+
"max": "Max.",
|
|
583
|
+
"createContact": "Kontakt erstellen",
|
|
584
|
+
"includeSources": "Quellen in der Antwort des KI‑Assistenten 'GPT' einbeziehen"
|
|
585
|
+
},
|
|
586
|
+
"fieldTypes": {
|
|
587
|
+
"email": "E‑Mail",
|
|
588
|
+
"phoneNumber": "Telefonnummer",
|
|
589
|
+
"text": "Text",
|
|
590
|
+
"textArea": "Textbereich",
|
|
591
|
+
"select": "Auswählen",
|
|
592
|
+
"file": "Datei",
|
|
593
|
+
"number": "Nummer",
|
|
594
|
+
"leadSelect": "Lead‑Auswahl"
|
|
595
|
+
},
|
|
596
|
+
"accordion": {
|
|
597
|
+
"newField": "Neues Feld"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"formEditor": {
|
|
601
|
+
"accordion": {
|
|
602
|
+
"startScreen": "Startbildschirm",
|
|
603
|
+
"formFields": "Formularfelder",
|
|
604
|
+
"endScreen": "Endbildschirm",
|
|
605
|
+
"webhook": "Webhook",
|
|
606
|
+
"formDetails": "Formulardetails"
|
|
607
|
+
},
|
|
608
|
+
"labels": {
|
|
609
|
+
"title": "Titel",
|
|
610
|
+
"description": "Beschreibung",
|
|
611
|
+
"ctaLabel": "Call‑to‑Action‑Label",
|
|
612
|
+
"successMessage": "Erfolgsmeldung",
|
|
613
|
+
"ctaUrl": "Call‑to‑Action‑URL",
|
|
614
|
+
"target": "Ziel",
|
|
615
|
+
"webhookUrl": "Webhook‑URL",
|
|
616
|
+
"callToAction": "Call to Action",
|
|
617
|
+
"message": "Nachricht",
|
|
618
|
+
"callToActionUrl": "Call‑to‑Action‑URL",
|
|
619
|
+
"url": "URL"
|
|
620
|
+
},
|
|
621
|
+
"placeholders": {
|
|
622
|
+
"webhookUrl": "Geben Sie Ihre Webhook‑URL ein"
|
|
623
|
+
},
|
|
624
|
+
"helperTexts": {
|
|
625
|
+
"webhookUrl": "Senden Sie das Formular an den angegebenen Endpunkt per HTTP POST"
|
|
626
|
+
},
|
|
627
|
+
"options": {
|
|
628
|
+
"ctaTarget": {
|
|
629
|
+
"_blank": "In neuem Tab öffnen",
|
|
630
|
+
"_self": "In diesem Tab öffnen"
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"actions": {
|
|
634
|
+
"publishUpdates": "Updates veröffentlichen",
|
|
635
|
+
"publishing": "Veröffentliche...",
|
|
636
|
+
"saving": "Speichere...",
|
|
637
|
+
"publishSuccess": "Veröffentlicht",
|
|
638
|
+
"publishError": "Etwas ist schiefgelaufen",
|
|
639
|
+
"copyLink": "Link kopieren",
|
|
640
|
+
"learnMore": "Mehr erfahren"
|
|
641
|
+
},
|
|
642
|
+
"buttons": {
|
|
643
|
+
"publishUpdates": "Updates veröffentlichen",
|
|
644
|
+
"saving": "Speichere..."
|
|
645
|
+
},
|
|
646
|
+
"alerts": {
|
|
647
|
+
"publishing": "Veröffentliche...",
|
|
648
|
+
"published": "Veröffentlicht",
|
|
649
|
+
"somethingWentWrong": "Ein interner Fehler ist aufgetreten."
|
|
650
|
+
},
|
|
651
|
+
"formTypes": {
|
|
652
|
+
"conversational": "Konversationell",
|
|
653
|
+
"traditional": "Traditionell"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"datasourceForm": {
|
|
657
|
+
"labels": {
|
|
658
|
+
"nameOptional": "Name (optional)",
|
|
659
|
+
"sourceUrlOptional": "Quell‑URL (optional)",
|
|
660
|
+
"urlPlaceholder": "http://en.wikipedia.org/wiki/Nuclear_fusion",
|
|
661
|
+
"sourcesSection": "Die URL, die im Abschnitt „Quellen“ in der Antwort des KI‑Assistenten 'GPT' angezeigt wird",
|
|
662
|
+
"formType": "Formulartyp",
|
|
663
|
+
"overview": "Überblick",
|
|
664
|
+
"message": "Nachricht",
|
|
665
|
+
"callToAction": "Call to Action",
|
|
666
|
+
"callToActionUrl": "Call‑to‑Action‑URL",
|
|
667
|
+
"webhookUrl": "URL"
|
|
668
|
+
},
|
|
669
|
+
"options": {
|
|
670
|
+
"formType": {
|
|
671
|
+
"conversational": "Konversationell",
|
|
672
|
+
"traditional": "Traditionell"
|
|
673
|
+
},
|
|
674
|
+
"ctaTarget": {
|
|
675
|
+
"_blank": "In neuem Tab öffnen",
|
|
676
|
+
"_self": "In diesem Tab öffnen"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"buttons": {
|
|
680
|
+
"submit": "Senden"
|
|
681
|
+
},
|
|
682
|
+
"alerts": {
|
|
683
|
+
"networkError": "Etwas ist schiefgelaufen."
|
|
684
|
+
},
|
|
685
|
+
"placeholders": {
|
|
686
|
+
"webhookUrl": "https://example.com/api/webhook"
|
|
687
|
+
},
|
|
688
|
+
"accordions": {
|
|
689
|
+
"startScreen": "Startbildschirm",
|
|
690
|
+
"formDetails": "Formulardetails",
|
|
691
|
+
"formFields": "Formularfelder",
|
|
692
|
+
"endScreen": "Endbildschirm",
|
|
693
|
+
"webhook": "Webhook",
|
|
694
|
+
"extractedText": "Extrahierter Text"
|
|
695
|
+
}
|
|
447
696
|
},
|
|
448
697
|
"FormDashboard": {
|
|
449
698
|
"breadcrumbs": {
|
|
450
|
-
"ariaLabel": "
|
|
699
|
+
"ariaLabel": "Navigation",
|
|
700
|
+
"label": "Sie sind hier",
|
|
451
701
|
"forms": "Formulare"
|
|
452
702
|
},
|
|
703
|
+
"forms": "Formulare",
|
|
453
704
|
"tabs": {
|
|
454
|
-
"ariaLabel": "
|
|
455
|
-
"
|
|
705
|
+
"ariaLabel": "Registerkarten",
|
|
706
|
+
"label": "Registerkarten‑Navigation",
|
|
707
|
+
"editor": "Editor",
|
|
456
708
|
"settings": "Einstellungen",
|
|
457
709
|
"submissions": "Einreichungen",
|
|
458
710
|
"install": "Installieren",
|
|
459
|
-
"preview": "
|
|
711
|
+
"preview": "Vorschau"
|
|
460
712
|
}
|
|
461
713
|
},
|
|
462
714
|
"Forms": {
|
|
463
715
|
"breadcrumbs": {
|
|
464
716
|
"forms": "Formulare",
|
|
465
|
-
"ariaLabel": "
|
|
717
|
+
"ariaLabel": "Navigation"
|
|
466
718
|
},
|
|
467
719
|
"title": {
|
|
468
720
|
"forms": "Formulare"
|
|
469
721
|
},
|
|
470
722
|
"button": {
|
|
471
|
-
"newForm": "
|
|
723
|
+
"newForm": "Neues Formular"
|
|
472
724
|
},
|
|
473
725
|
"modal": {
|
|
474
726
|
"createForm": "Formular erstellen"
|
|
475
727
|
},
|
|
476
728
|
"toast": {
|
|
477
|
-
"creatingForm": "Formular
|
|
478
|
-
"created": "
|
|
479
|
-
"error": "Etwas
|
|
729
|
+
"creatingForm": "Formular wird erstellt...",
|
|
730
|
+
"created": "Formular erstellt",
|
|
731
|
+
"error": "Etwas ist schiefgelaufen"
|
|
480
732
|
},
|
|
481
733
|
"formTemplates": {
|
|
482
734
|
"leadForm": {
|
|
483
|
-
"name": "
|
|
484
|
-
"description": "
|
|
735
|
+
"name": "Lead‑Formular",
|
|
736
|
+
"description": "Erfassen Sie Leads für Ihr Unternehmen."
|
|
485
737
|
},
|
|
486
738
|
"onboardingForm": {
|
|
487
|
-
"name": "
|
|
488
|
-
"description": "
|
|
489
|
-
},
|
|
490
|
-
"productFeedbackForm": {
|
|
491
|
-
"name": "Produkt Feedback Form",
|
|
492
|
-
"description": "Sammeln Sie Feedback von Ihren Nutzern über Ihr Produkt."
|
|
739
|
+
"name": "Formular für neue Benutzer",
|
|
740
|
+
"description": "Fügen Sie neue Benutzer zu Ihrem Unternehmen hinzu."
|
|
493
741
|
},
|
|
494
742
|
"inboundLead": {
|
|
495
|
-
"name": "
|
|
496
|
-
"description": "
|
|
743
|
+
"name": "Lead erfassen",
|
|
744
|
+
"description": "Erfassen Sie Leads aus Marketingkampagnen."
|
|
497
745
|
},
|
|
498
746
|
"contactSales": {
|
|
499
|
-
"name": "
|
|
500
|
-
"description": "
|
|
747
|
+
"name": "Vertrieb kontaktieren",
|
|
748
|
+
"description": "Ermöglichen Sie neuen Kunden, Ihr Vertriebsteam zu kontaktieren."
|
|
501
749
|
},
|
|
502
750
|
"feedback": {
|
|
503
|
-
"name": "Feedback
|
|
504
|
-
"description": "Sammeln Sie
|
|
751
|
+
"name": "Feedback‑Formular – Bewertungen",
|
|
752
|
+
"description": "Sammeln Sie Bewertungen von Ihren Nutzern."
|
|
753
|
+
},
|
|
754
|
+
"productFeedbackForm": {
|
|
755
|
+
"name": "Produkt‑Feedback‑Formular",
|
|
756
|
+
"description": "Sammeln Sie Feedback von Ihren Nutzern zu Ihrem Produkt."
|
|
505
757
|
}
|
|
506
758
|
}
|
|
507
759
|
},
|
|
760
|
+
"FormSettingsTab": {
|
|
761
|
+
"generalSettings": "Allgemeine Einstellungen",
|
|
762
|
+
"nameLabel": "Name",
|
|
763
|
+
"deleteForm": "Formular löschen",
|
|
764
|
+
"deleteDescription": "Dadurch wird das Formular dauerhaft gelöscht",
|
|
765
|
+
"deleteConfirm": "Alle Einsendungen werden gelöscht. Sind Sie sicher?",
|
|
766
|
+
"cancel": "Abbrechen",
|
|
767
|
+
"deleteButton": "Löschen",
|
|
768
|
+
"deleteAlert": "Formular und alle Einsendungen dauerhaft löschen",
|
|
769
|
+
"deleteUnauthorized": "Sie haben keine Berechtigung, dieses Formular zu löschen.",
|
|
770
|
+
"deleteError": "Beim Löschen ist ein Fehler aufgetreten. Bitte versuchen Sie es später erneut."
|
|
771
|
+
},
|
|
508
772
|
"logs": {
|
|
509
773
|
"breadcrumbs": {
|
|
510
774
|
"label": "Brotkrümel",
|
|
@@ -1011,79 +1275,6 @@
|
|
|
1011
1275
|
"security": "Konfigurieren Sie Sicherheitseinstellungen für Ihren AI Employee."
|
|
1012
1276
|
}
|
|
1013
1277
|
},
|
|
1014
|
-
"form": {
|
|
1015
|
-
"actions": {
|
|
1016
|
-
"addField": "In den Warenkorb",
|
|
1017
|
-
"addOption": "Optionen hinzufügen",
|
|
1018
|
-
"removeField": "Entfernen Sie das Feld",
|
|
1019
|
-
"removeOption": "Entfernen der Option"
|
|
1020
|
-
},
|
|
1021
|
-
"labels": {
|
|
1022
|
-
"type": "Typ",
|
|
1023
|
-
"label": "Bezeichnung",
|
|
1024
|
-
"options": "Optionen",
|
|
1025
|
-
"defaultCountryCode": "Default Country Code",
|
|
1026
|
-
"placeholder": "Platzhalter",
|
|
1027
|
-
"required": "Erforderlich",
|
|
1028
|
-
"min": "Min.",
|
|
1029
|
-
"max": "Max.",
|
|
1030
|
-
"createContact": "Kontakt aufnehmen",
|
|
1031
|
-
"includeSources": "Inklusive Quellen in KI Mitarbeiter Antwort"
|
|
1032
|
-
},
|
|
1033
|
-
"fieldTypes": {
|
|
1034
|
-
"email": "E-Mail senden",
|
|
1035
|
-
"phoneNumber": "Telefonnummer",
|
|
1036
|
-
"text": "Text",
|
|
1037
|
-
"textArea": "Textbereich",
|
|
1038
|
-
"select": "Wählen",
|
|
1039
|
-
"file": "Datei",
|
|
1040
|
-
"number": "Anzahl"
|
|
1041
|
-
},
|
|
1042
|
-
"accordion": {
|
|
1043
|
-
"newField": "Neues Feld"
|
|
1044
|
-
}
|
|
1045
|
-
},
|
|
1046
|
-
"formEditor": {
|
|
1047
|
-
"accordion": {
|
|
1048
|
-
"startScreen": {
|
|
1049
|
-
"title": "Startbildschirm",
|
|
1050
|
-
"description": "Passen Sie den Startbildschirm für Ihr Gesprächsformular an."
|
|
1051
|
-
},
|
|
1052
|
-
"formFields": {
|
|
1053
|
-
"title": "Formularfelder",
|
|
1054
|
-
"description": "Definieren Sie die Felder für Ihr Formular."
|
|
1055
|
-
},
|
|
1056
|
-
"endScreen": {
|
|
1057
|
-
"title": "Endbildschirm",
|
|
1058
|
-
"description": "Passen Sie die Endbild-Nachricht und Call-to-action an."
|
|
1059
|
-
},
|
|
1060
|
-
"webhook": {
|
|
1061
|
-
"title": "Weber",
|
|
1062
|
-
"description": "Senden Sie Formulareinträge an eine bestimmte URL."
|
|
1063
|
-
}
|
|
1064
|
-
},
|
|
1065
|
-
"labels": {
|
|
1066
|
-
"title": "Titel",
|
|
1067
|
-
"description": "Warenbezeichnung",
|
|
1068
|
-
"ctaLabel": "Aufruf zur Aktion",
|
|
1069
|
-
"successMessage": "Erfolgsmeldung",
|
|
1070
|
-
"ctaUrl": "Aufruf zur Aktion URL",
|
|
1071
|
-
"target": "Ziel",
|
|
1072
|
-
"webhookUrl": "Webhook URL"
|
|
1073
|
-
},
|
|
1074
|
-
"actions": {
|
|
1075
|
-
"publishUpdates": "Aktualisierungen veröffentlichen",
|
|
1076
|
-
"publishing": "Veröffentlichen...",
|
|
1077
|
-
"publishSuccess": "Veröffentlicht",
|
|
1078
|
-
"publishError": "Etwas ging schief",
|
|
1079
|
-
"copyLink": "Link kopieren",
|
|
1080
|
-
"learnMore": "Mehr erfahren"
|
|
1081
|
-
},
|
|
1082
|
-
"formTypes": {
|
|
1083
|
-
"conversational": "Konversation",
|
|
1084
|
-
"traditional": "Traditionell"
|
|
1085
|
-
}
|
|
1086
|
-
},
|
|
1087
1278
|
"geoChart": {
|
|
1088
1279
|
"label": "Chats",
|
|
1089
1280
|
"cityCountryColumn": "Stadt/Land",
|
|
@@ -1786,15 +1977,6 @@
|
|
|
1786
1977
|
"webComponent": "Web-Komponente",
|
|
1787
1978
|
"iframe": "iFrame"
|
|
1788
1979
|
},
|
|
1789
|
-
"FormSettingsTab": {
|
|
1790
|
-
"generalSettings": "Allgemeine Einstellungen",
|
|
1791
|
-
"nameLabel": "Name",
|
|
1792
|
-
"deleteForm": "Löschformular",
|
|
1793
|
-
"deleteDescription": "Es wird das Formular dauerhaft löschen",
|
|
1794
|
-
"deleteConfirm": "Alle Einreichungen werden gestrichen. Bist du sicher?",
|
|
1795
|
-
"deleteButton": "Löschen",
|
|
1796
|
-
"deleteAlert": "Löschen Sie das Formular und alle Einreichungen dauerhaft"
|
|
1797
|
-
},
|
|
1798
1980
|
"FormsTable": {
|
|
1799
1981
|
"name": "Name",
|
|
1800
1982
|
"submissions": "Einreichungen"
|
|
@@ -2016,85 +2198,9 @@
|
|
|
2016
2198
|
"description": "Interner Server-Fehler.",
|
|
2017
2199
|
"message": "Ups! Etwas ging an unserem Ende schief."
|
|
2018
2200
|
},
|
|
2019
|
-
"form_Editor": {
|
|
2020
|
-
"accordion": {
|
|
2021
|
-
"startScreen": "Startbildschirm",
|
|
2022
|
-
"formDetails": "Formular Details",
|
|
2023
|
-
"formFields": "Formularfelder",
|
|
2024
|
-
"endScreen": "Endbildschirm",
|
|
2025
|
-
"webhook": "Weber"
|
|
2026
|
-
},
|
|
2027
|
-
"labels": {
|
|
2028
|
-
"title": "Titel",
|
|
2029
|
-
"description": "Warenbezeichnung",
|
|
2030
|
-
"callToAction": "Aufruf zur Aktion",
|
|
2031
|
-
"message": "Nachricht",
|
|
2032
|
-
"callToActionUrl": "Aufruf zur Aktion URL",
|
|
2033
|
-
"url": "Url"
|
|
2034
|
-
},
|
|
2035
|
-
"options": {
|
|
2036
|
-
"ctaTarget": {
|
|
2037
|
-
"_blank": "Ich will nicht.",
|
|
2038
|
-
"_self": "_self"
|
|
2039
|
-
}
|
|
2040
|
-
},
|
|
2041
|
-
"helperTexts": {
|
|
2042
|
-
"webhookUrl": "Senden Sie die Formularvorlage an den vorgesehenen Endpunkt mit einer HTTP POST-Anforderung"
|
|
2043
|
-
},
|
|
2044
|
-
"buttons": {
|
|
2045
|
-
"publishUpdates": "Aktualisierungen veröffentlichen",
|
|
2046
|
-
"saving": "Sparen..."
|
|
2047
|
-
},
|
|
2048
|
-
"alerts": {
|
|
2049
|
-
"publishing": "Veröffentlichen...",
|
|
2050
|
-
"published": "Veröffentlicht",
|
|
2051
|
-
"somethingWentWrong": "Etwas ging schief"
|
|
2052
|
-
}
|
|
2053
|
-
},
|
|
2054
2201
|
"contactSettings": {
|
|
2055
2202
|
"title": "Kontakt Einstellungen"
|
|
2056
2203
|
},
|
|
2057
|
-
"datasourceForm": {
|
|
2058
|
-
"labels": {
|
|
2059
|
-
"nameOptional": "Name (optional)",
|
|
2060
|
-
"sourceUrlOptional": "Quelle URL (optional)",
|
|
2061
|
-
"urlPlaceholder": "http://en.wikipedia.org/wiki/Nuclear_fusion",
|
|
2062
|
-
"sourcesSection": "Die URL, die für den Bereich \"Quellen\" einer KI-Mitarbeiter-Antwort verwendet wird",
|
|
2063
|
-
"formType": "Formblatt",
|
|
2064
|
-
"overview": "Überblick",
|
|
2065
|
-
"message": "Nachricht",
|
|
2066
|
-
"callToAction": "Aufruf zur Aktion",
|
|
2067
|
-
"callToActionUrl": "Aufruf zur Aktion URL",
|
|
2068
|
-
"webhookUrl": "Url"
|
|
2069
|
-
},
|
|
2070
|
-
"options": {
|
|
2071
|
-
"formType": {
|
|
2072
|
-
"conversational": "Konversation",
|
|
2073
|
-
"traditional": "Traditionell"
|
|
2074
|
-
},
|
|
2075
|
-
"ctaTarget": {
|
|
2076
|
-
"_blank": "Ich will nicht.",
|
|
2077
|
-
"_self": "_self"
|
|
2078
|
-
}
|
|
2079
|
-
},
|
|
2080
|
-
"buttons": {
|
|
2081
|
-
"submit": "Einreichung"
|
|
2082
|
-
},
|
|
2083
|
-
"alerts": {
|
|
2084
|
-
"networkError": "Etwas ging schief"
|
|
2085
|
-
},
|
|
2086
|
-
"placeholders": {
|
|
2087
|
-
"webhookUrl": "https://example.com/api/webhook"
|
|
2088
|
-
},
|
|
2089
|
-
"accordions": {
|
|
2090
|
-
"startScreen": "Startbildschirm",
|
|
2091
|
-
"formDetails": "Formular Details",
|
|
2092
|
-
"formFields": "Formularfelder",
|
|
2093
|
-
"endScreen": "Endbildschirm",
|
|
2094
|
-
"webhook": "Weber",
|
|
2095
|
-
"extractedText": "Ausgewählter Text"
|
|
2096
|
-
}
|
|
2097
|
-
},
|
|
2098
2204
|
"webPageForm": {
|
|
2099
2205
|
"labels": {
|
|
2100
2206
|
"webPageUrl": "Web Page URL"
|