@zappway/embeds 1.0.115 → 1.0.117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/dist/chatbox/index.js +146 -146
  2. package/dist/form/index.js +112 -112
  3. package/dist/locales/ar/translations.json +121 -46
  4. package/dist/locales/az/translations.json +121 -46
  5. package/dist/locales/bg/translations.json +119 -44
  6. package/dist/locales/bn/translations.json +117 -42
  7. package/dist/locales/ca/translations.json +116 -41
  8. package/dist/locales/cs/translations.json +115 -40
  9. package/dist/locales/da/translations.json +118 -43
  10. package/dist/locales/de/translations.json +115 -40
  11. package/dist/locales/el/translations.json +111 -36
  12. package/dist/locales/en/translations.json +96 -21
  13. package/dist/locales/eo/translations.json +121 -46
  14. package/dist/locales/es/translations.json +103 -28
  15. package/dist/locales/et/translations.json +112 -37
  16. package/dist/locales/fa/translations.json +122 -47
  17. package/dist/locales/fi/translations.json +119 -44
  18. package/dist/locales/fr/translations.json +112 -37
  19. package/dist/locales/ga/translations.json +119 -44
  20. package/dist/locales/he/translations.json +119 -44
  21. package/dist/locales/hi/translations.json +115 -40
  22. package/dist/locales/hu/translations.json +119 -44
  23. package/dist/locales/id/translations.json +107 -32
  24. package/dist/locales/it/translations.json +116 -41
  25. package/dist/locales/ja/translations.json +120 -45
  26. package/dist/locales/ko/translations.json +120 -45
  27. package/dist/locales/lt/translations.json +117 -42
  28. package/dist/locales/lv/translations.json +111 -36
  29. package/dist/locales/ms/translations.json +115 -40
  30. package/dist/locales/nb/translations.json +111 -36
  31. package/dist/locales/nl/translations.json +112 -37
  32. package/dist/locales/pl/translations.json +111 -36
  33. package/dist/locales/pt/translations.json +96 -21
  34. package/dist/locales/pt-BR/translations.json +60 -17
  35. package/dist/locales/ro/translations.json +115 -40
  36. package/dist/locales/ru/translations.json +118 -43
  37. package/dist/locales/sk/translations.json +117 -42
  38. package/dist/locales/sl/translations.json +112 -37
  39. package/dist/locales/sv/translations.json +113 -38
  40. package/dist/locales/th/translations.json +115 -40
  41. package/dist/locales/tl/translations.json +119 -44
  42. package/dist/locales/tr/translations.json +119 -44
  43. package/dist/locales/uk/translations.json +118 -43
  44. package/dist/locales/ur/translations.json +119 -44
  45. package/dist/locales/zh/translations.json +114 -39
  46. package/package.json +1 -1
@@ -127,21 +127,6 @@
127
127
  "datasourceNotFound": "Datasource not found. Was it deleted?"
128
128
  }
129
129
  },
130
- "xp-bnp-home": {
131
- "labels": {
132
- "name": "*Name",
133
- "type": "*Type",
134
- "description": "Description"
135
- },
136
- "options": {
137
- "string": "Text",
138
- "number": "Number",
139
- "array": "List"
140
- },
141
- "buttons": {
142
- "submit": "Submit"
143
- }
144
- },
145
130
  "FormPage": {
146
131
  "seo": {
147
132
  "title": "Form Page",
@@ -1667,18 +1652,108 @@
1667
1652
  },
1668
1653
  "BlablaFormViewer": {
1669
1654
  "placeholder": "Type your answer"
1670
- },
1655
+ },
1671
1656
  "bubbleWidget": {
1672
1657
  "publicVisibilityRequired": "🚨 To use this feature AI Employee visibility 'public' is required",
1673
1658
  "positionLabel": "Position",
1674
1659
  "positionLeft": "Left",
1675
1660
  "positionRight": "Right",
1676
1661
  "saveButton": "Save",
1677
- "embedInstructions": "To embed the AI Employee as a Chat Bubble on your website, paste this code into the HTML Head section",
1662
+ "embedInstructions": "To embed the AI Employee 'GPT' as a widget on your site, paste this code into the HTML '<head>' section",
1678
1663
  "copied": "Copied!",
1679
- "initialMessage": "Hello, this is Livia. How are you? Today it's me who will assist you here on ZappWay, OK? 😊",
1680
- "dataRequest": "If you already have a registration with us, please provide any of the following details so we can better assist you: First Name, Last Name, Email, Phone Number, or User ID.",
1681
- "contextMessage": "Our support team is here to offer assistance and help with whatever you need!"
1664
+ "initialMessage": "Hello, how are you? I'll be the one serving you today, okay? 😊",
1665
+ "dataRequest": "If you already have an account with us, please provide one of the following so we can help you better: Name, Email, Phone Number, or User ID.",
1666
+ "contextMessage": "Our support team is here to help you with anything you need!",
1667
+ "scriptCustomization": "Customization",
1668
+ "enableCustomizations": "Enable Customizations",
1669
+ "customizationHelp": "Allows editing contact info, messages, and context in the generated script",
1670
+ "contactInfo": "Contact Info",
1671
+ "initialMessages": "Initial Messages",
1672
+ "addMessage": "Add Message",
1673
+ "contextLabel": "Context",
1674
+ "placeholders": {
1675
+ "firstName": "First Name",
1676
+ "lastName": "Last Name",
1677
+ "email": "Email",
1678
+ "phone": "Phone",
1679
+ "message": "Message {number}",
1680
+ "context": "Context"
1681
+ },
1682
+ "defaultFirstName": "First Name",
1683
+ "defaultLastName": "Last Name",
1684
+ "defaultEmail": "Email",
1685
+ "defaultPhone": "Phone",
1686
+ "defaultUserId": "User ID",
1687
+ "agentIdPlaceholder": "AI Agent 'GPT' ID",
1688
+ "scriptComment": {
1689
+ "contactOptional": "Contact (optional)",
1690
+ "contactDescription": "Contact information to display in the widget",
1691
+ "messagesOptional": "Initial messages (optional)",
1692
+ "messagesDescription": "Definition of the widget’s initial messages",
1693
+ "contextOptional": "Context (optional)",
1694
+ "contextDescription": "Definition of the context displayed in the widget",
1695
+ "openBubble": "Open chat",
1696
+ "closeBubble": "Close chat",
1697
+ "toggleBubble": "Toggle chat"
1698
+ },
1699
+ "modernEmbedLabel": "Modern script via <script type=\"module\">",
1700
+ "iframeEmbedLabel": "Traditional script via <iframe>"
1701
+ },
1702
+ "XPBNPhome": {
1703
+ "title": "Form Schema Builder",
1704
+ "description": "Create and manage your data schemas",
1705
+ "labels": {
1706
+ "name": "Name",
1707
+ "type": "Type",
1708
+ "description": "Description",
1709
+ "schemaPreview": "Schema Preview",
1710
+ "selectSchema": "Select Schema:",
1711
+ "arrayItems": "Array Items Structure:",
1712
+ "objectTypeSuffix": "(Object)"
1713
+ },
1714
+ "placeholders": {
1715
+ "name": "Enter field name",
1716
+ "type": "Select type",
1717
+ "description": "Enter field description"
1718
+ },
1719
+ "options": {
1720
+ "stringLong": "Text",
1721
+ "numberLong": "Number",
1722
+ "arrayLong": "List",
1723
+ "objectLong": "Object"
1724
+ },
1725
+ "validation": {
1726
+ "required": "This field is required"
1727
+ },
1728
+ "warnings": {
1729
+ "maxDepth": "Maximum nesting depth reached"
1730
+ },
1731
+ "errors": {
1732
+ "formValidation": "Please correct the validation errors above"
1733
+ },
1734
+ "buttons": {
1735
+ "submit": "Submit",
1736
+ "submitting": "Submitting...",
1737
+ "reset": "Reset"
1738
+ },
1739
+ "schemas": {
1740
+ "tweets": "Tweets",
1741
+ "linkedin": "LinkedIn"
1742
+ },
1743
+ "properties": {
1744
+ "tweets": "Tweets",
1745
+ "twitterHandle": "Twitter Handle",
1746
+ "publishedDate": "Published Date",
1747
+ "sentimentAnalysis": "Sentiment Analysis",
1748
+ "theme": "Theme",
1749
+ "name": "Name",
1750
+ "lastname": "Last Name",
1751
+ "location": "Location",
1752
+ "stats": "Statistics",
1753
+ "nbProfilViews": "Profile Views",
1754
+ "nbPostPrint": "Post Impressions",
1755
+ "nbPrintSearchResults": "Displayed Search Results"
1756
+ }
1682
1757
  },
1683
1758
  "ChatBox": {
1684
1759
  "typeYourAnswer": "Type your answer",
@@ -1830,7 +1905,7 @@
1830
1905
  "keepChanges": "Keep changes",
1831
1906
  "discardChanges": "Discard changes"
1832
1907
  },
1833
- "datasources": {
1908
+ "DataSourcesDelete": {
1834
1909
  "confirmDelete": "Are you sure you want to delete these datasources?"
1835
1910
  },
1836
1911
  "datasourceTable": {
@@ -127,21 +127,6 @@
127
127
  "datasourceNotFound": "Datumfonto ne trovita. Ĉu ĝi estis forigita?"
128
128
  }
129
129
  },
130
- "xp-bnp-home": {
131
- "labels": {
132
- "name": "*Nomo",
133
- "type": "*Tipo",
134
- "description": "Priskribo"
135
- },
136
- "options": {
137
- "string": "Teksto",
138
- "number": "Nombro",
139
- "array": "Listo"
140
- },
141
- "buttons": {
142
- "submit": "Sendi"
143
- }
144
- },
145
130
  "FormPage": {
146
131
  "seo": {
147
132
  "title": "Formo",
@@ -1667,18 +1652,108 @@
1667
1652
  },
1668
1653
  "BlablaFormViewer": {
1669
1654
  "placeholder": "Via respondo"
1670
- },
1655
+ },
1671
1656
  "bubbleWidget": {
1672
- "publicVisibilityRequired": "🚨 Por uzi tiun trajton AI-dungit videbleco \"publika\" estas postulata",
1657
+ "publicVisibilityRequired": "🚨 Por uzi ĉi tiun funkcion, la 'GPT' de AI-dungito devas havi videblecon 'Publikan'.",
1673
1658
  "positionLabel": "Pozicio",
1674
- "positionLeft": "Maldekstruloj",
1675
- "positionRight": "La rajto",
1676
- "saveButton": "savi",
1677
- "embedInstructions": "Enmeti la AI-dungiton kiel Chat Bubble en via retejo, paste tiu kodo en la HTML Kapo sekcio",
1678
- "copied": "Kaŝita!",
1679
- "initialMessage": "Saluton, ĉi tiu estas Livia. Kiel vi fartas? Hodiaŭ mi estos tiu, kiu helpos vin ĉi tie ĉe ZappWay, ĉu bone? 😊",
1680
- "dataRequest": "Se vi jam havas registradon kun ni, bonvolu provizi iujn el la sekvaj detaloj tiel ni povas pli bone helpi vin: Unua nomo, Lasta Nomo, retpoŝto, Telefono Nombro,Uzanto ID.",
1681
- "contextMessage": "Nia subteno teamo estas ĉi tie por proponi helpon kaj helpi kun kion ajn vi bezonas!"
1659
+ "positionLeft": "Maldekstre",
1660
+ "positionRight": "Dekstre",
1661
+ "saveButton": "Konservi",
1662
+ "embedInstructions": "Por integri la AI-laboriston 'GPT' kiel fenestraĵon en vian retejon, algluu ĉi tiun kodon en la sekcion <head> de la HTML.",
1663
+ "copied": "Kopiita!",
1664
+ "initialMessage": "Saluton, kiel vi fartas? Hodiaŭ mi estas tiu, kiu vin servos, ĉu bone? 😊",
1665
+ "dataRequest": "Se vi jam havas konton kun ni, bonvolu provizi unu el la sekvaj datumoj por ke ni povu pli bone helpi vin: Nomo, Retpoŝto, Telefona numeroUzant-ID.",
1666
+ "contextMessage": "Nia subtena teamo estas ĉi tie por helpi vin pri ĉio, kion vi bezonas!",
1667
+ "scriptCustomization": "Personigado",
1668
+ "enableCustomizations": "Ŝalti personigadon",
1669
+ "customizationHelp": "Permesas redakti kontaktinformojn, mesaĝojn kaj kuntekston en la generita skripto",
1670
+ "contactInfo": "Kontaktinformoj",
1671
+ "initialMessages": "Komencaj mesaĝoj",
1672
+ "addMessage": "Aldoni mesaĝon",
1673
+ "contextLabel": "Kunteksto",
1674
+ "placeholders": {
1675
+ "firstName": "Unua Nomo",
1676
+ "lastName": "Familia Nomo",
1677
+ "email": "Retpoŝto",
1678
+ "phone": "Telefono",
1679
+ "message": "Mesaĝo {number}",
1680
+ "context": "Kunteksto"
1681
+ },
1682
+ "defaultFirstName": "Unua Nomo",
1683
+ "defaultLastName": "Familia Nomo",
1684
+ "defaultEmail": "Retpoŝto",
1685
+ "defaultPhone": "Telefono",
1686
+ "defaultUserId": "Uzant-ID",
1687
+ "agentIdPlaceholder": "AI-agento 'GPT' ID",
1688
+ "scriptComment": {
1689
+ "contactOptional": "Kontakto (ne devigas)",
1690
+ "contactDescription": "Kontaktinformoj por montri en la vizaĝero",
1691
+ "messagesOptional": "Komencaj mesaĝoj (ne devigas)",
1692
+ "messagesDescription": "Difino de la komencaj mesaĝoj de la vizaĝero",
1693
+ "contextOptional": "Kunteksto (ne devigas)",
1694
+ "contextDescription": "Difino de la kunteksto montrata en la vizaĝero",
1695
+ "openBubble": "Malfermi babiladon",
1696
+ "closeBubble": "Fermi babiladon",
1697
+ "toggleBubble": "Ŝalti babiladon"
1698
+ },
1699
+ "modernEmbedLabel": "Moderna skripto per <script type=\"module\">",
1700
+ "iframeEmbedLabel": "Tradicia skripto per <iframe>"
1701
+ },
1702
+ "XPBNPhome": {
1703
+ "title": "Formo Skema Konstruanto",
1704
+ "description": "Krei kaj administri viajn datumaĵajn skemojn",
1705
+ "labels": {
1706
+ "name": "Nomo",
1707
+ "type": "Tipo",
1708
+ "description": "Priskribo",
1709
+ "schemaPreview": "Skema Antaŭvido",
1710
+ "selectSchema": "Elekti skemon:",
1711
+ "arrayItems": "Strukturo de aroelementoj:",
1712
+ "objectTypeSuffix": "(Objekto)"
1713
+ },
1714
+ "placeholders": {
1715
+ "name": "Enmeti kampnomon",
1716
+ "type": "Elekti tipon",
1717
+ "description": "Enmeti kampriskribon"
1718
+ },
1719
+ "options": {
1720
+ "stringLong": "Teksto",
1721
+ "numberLong": "Nombro",
1722
+ "arrayLong": "Listo",
1723
+ "objectLong": "Objekto"
1724
+ },
1725
+ "validation": {
1726
+ "required": "Ĉi tiu kampo estas bezonata"
1727
+ },
1728
+ "warnings": {
1729
+ "maxDepth": "Atintita maksimuma enesta profundo"
1730
+ },
1731
+ "errors": {
1732
+ "formValidation": "Bonvolu korekti la validigajn erarojn supre"
1733
+ },
1734
+ "buttons": {
1735
+ "submit": "Sendi",
1736
+ "submitting": "Sendante...",
1737
+ "reset": "Restarigi"
1738
+ },
1739
+ "schemas": {
1740
+ "tweets": "Tweets",
1741
+ "linkedin": "LinkedIn"
1742
+ },
1743
+ "properties": {
1744
+ "tweets": "Tweets",
1745
+ "twitterHandle": "Twitter Manejero",
1746
+ "publishedDate": "Publikigo-Dato",
1747
+ "sentimentAnalysis": "Sentiment-Analizo",
1748
+ "theme": "Temo",
1749
+ "name": "Nomo",
1750
+ "lastname": "Familia Nomo",
1751
+ "location": "Loko",
1752
+ "stats": "Statistikoj",
1753
+ "nbProfilViews": "Profil-vizioj",
1754
+ "nbPostPrint": "Poŝto-Impresioj",
1755
+ "nbPrintSearchResults": "Montritaj Serĉrezultoj"
1756
+ }
1682
1757
  },
1683
1758
  "ChatBox": {
1684
1759
  "typeYourAnswer": "Via respondo",
@@ -1830,7 +1905,7 @@
1830
1905
  "keepChanges": "Daŭrigu ŝanĝojn",
1831
1906
  "discardChanges": "Disĵetas ŝanĝojn"
1832
1907
  },
1833
- "datasources": {
1908
+ "DataSourcesDelete": {
1834
1909
  "confirmDelete": "Ĉu vi volas forigi tiujn datumfontojn?"
1835
1910
  },
1836
1911
  "datasourceTable": {
@@ -2018,29 +2093,29 @@
2018
2093
  "pageInfo": "Paĝo (nuntempe) de { totalaj}",
2019
2094
  "previous": "Antaŭa Antaŭa Antaŭa",
2020
2095
  "next": "La sekva"
2021
- },
2096
+ },
2022
2097
  "HttpToolForm": {
2023
- "headersParameters": "Kapers Parameters",
2024
- "pathVariables": "Vojo Variabloj",
2025
- "queryParameters": "Query Parametroj",
2026
- "bodyParameters": "Korpo Parametroj",
2027
- "test": "Testoj",
2028
- "testResult": "La provoj",
2098
+ "headersParameters": "Kapliniaj parametroj",
2099
+ "pathVariables": "Vojo-variabloj en la URL",
2100
+ "queryParameters": "Demando-parametroj",
2101
+ "bodyParameters": "Enhavo de la peto",
2102
+ "test": "Testi",
2103
+ "testResult": "Testrezulto",
2029
2104
  "create": "Krei",
2030
- "validateConfig": "Valida konfig",
2031
- "modalTitle": "Agordu peton al via finpunkto",
2032
- "modalDescription": "Sendu peton al via fino por certigi ke ĝi funkcias bone.",
2033
- "selectValue": "Elekti precizigitan valoron",
2034
- "successMessage": "Gratulon! Via provo sukcesis, vi povas fermi tiun modalon.",
2035
- "errorMessage": "Ouch! Viaj provoj malsukcesis:(",
2036
- "continue": "Daŭrigu daŭrigi"
2105
+ "validateConfig": "Validi agordon",
2106
+ "modalTitle": "Agordi peton por via endpoint",
2107
+ "modalDescription": "Sendu peton al via endpoint por certigi, ke ĝi funkcias ĝuste.",
2108
+ "selectValue": "Elekti specifitan valoron",
2109
+ "successMessage": "Gratulojn! Via testo sukcesis, vi povas fermi ĉi tiun fenestron.",
2110
+ "errorMessage": "Oi! Via testo malsukcesis :(",
2111
+ "continue": "Daŭrigi"
2037
2112
  },
2038
2113
  "BubbleWidgetSettings": {
2039
- "warningMessage": "🚨 Por uzi tiun trajton AI-dungit videbleco \"publika\" estas postulata",
2040
- "transparentBg": "Transparent Background",
2041
- "save": "savi",
2042
- "embedInstructions": "Enmeti la AI-dungiton kiel iFrame en via retejo preterpasas tiun kodon en HTML-paĝon",
2043
- "copiedMessage": "Kaŝita!"
2114
+ "warningMessage": "🚨 Por uzi ĉi tiun funkcion, la videbleco de 'GPT' de AI-dungito devas esti 'Publika'",
2115
+ "transparentBg": "Travidebla fono",
2116
+ "save": "Konservi",
2117
+ "embedInstructions": "Por enmeti la 'GPT' de AI-dungito kiel iFrame en vian retejon, algluu ĉi tiun kodon en HTML-paĝon",
2118
+ "copiedMessage": "Kopiita!"
2044
2119
  },
2045
2120
  "ImproveAnswerModal": {
2046
2121
  "noDatastore": "Ĉi tiu permesilo ne havas datumvendejon. Bonvolu krei datumvendejon unue.",
@@ -2124,7 +2199,7 @@
2124
2199
  "SettingsLayout": {
2125
2200
  "settings": "Settings",
2126
2201
  "profile": "Profilo",
2127
- "team": "Teama teamo",
2202
+ "team": "Teama",
2128
2203
  "billing": "Billing",
2129
2204
  "apiKeys": "API Ŝlosiloj",
2130
2205
  "breadcrumbs": "Paneroj",
@@ -127,21 +127,6 @@
127
127
  "datasourceNotFound": "Fuente de datos no encontrada. ¿Se eliminó?"
128
128
  }
129
129
  },
130
- "xp-bnp-home": {
131
- "labels": {
132
- "name": "*Nombre",
133
- "type": "*Tipo",
134
- "description": "Descripción"
135
- },
136
- "options": {
137
- "string": "Texto",
138
- "number": "Número",
139
- "array": "Lista"
140
- },
141
- "buttons": {
142
- "submit": "Enviar"
143
- }
144
- },
145
130
  "FormPage": {
146
131
  "seo": {
147
132
  "title": "Página",
@@ -1667,18 +1652,108 @@
1667
1652
  },
1668
1653
  "BlablaFormViewer": {
1669
1654
  "placeholder": "Introduzca su respuesta"
1670
- },
1655
+ },
1671
1656
  "bubbleWidget": {
1672
- "publicVisibilityRequired": " Para usar esta característica se requiere visibilidad de los empleados de AI 'public'",
1657
+ "publicVisibilityRequired": "🚨 Para utilizar esta función, el empleado de IA 'GPT' debe tener visibilidad 'Pública'",
1673
1658
  "positionLabel": "Posición",
1674
1659
  "positionLeft": "Izquierda",
1675
- "positionRight": "Bien.",
1660
+ "positionRight": "Derecha",
1676
1661
  "saveButton": "Guardar",
1677
- "embedInstructions": "Para incrustar el Empleado AI como una burbuja de chat en su sitio web, pega este código en la sección HTML Head",
1678
- "copied": "Copied!",
1679
- "initialMessage": "Hola, soy Livia. ¿Cómo estás? Hoy soy yo quien te atenderá aquí en ZappWay, ¿vale? 😊",
1680
- "dataRequest": "Si ya tiene un registro con nosotros, por favor proporcione cualquiera de los siguientes detalles para que podamos ayudarle mejor: Nombre, Apellido, Email, Número de teléfono o ID de usuario.",
1681
- "contextMessage": "Nuestro equipo de apoyo está aquí para ofrecer asistencia y ayuda con lo que necesite!"
1662
+ "embedInstructions": "Para integrar al Empleado IA 'GPT' como un widget en tu sitio web, pega este código en la sección <head> del HTML.",
1663
+ "copied": "¡Copiado!",
1664
+ "initialMessage": "¡Hola! ¿Cómo estás? Hoy seré yo quien te atienda, ¿de acuerdo? 😊",
1665
+ "dataRequest": "Si ya tienes una cuenta con nosotros, por favor proporciona uno de los siguientes para que podamos ayudarte mejor: Nombre, Email, Número de teléfono o ID de usuario.",
1666
+ "contextMessage": "¡Nuestro equipo de soporte está aquí para ayudarte con lo que necesites!",
1667
+ "scriptCustomization": "Personalización",
1668
+ "enableCustomizations": "Habilitar personalizaciones",
1669
+ "customizationHelp": "Permite editar información de contacto, mensajes y contexto en el script generado",
1670
+ "contactInfo": "Información de contacto",
1671
+ "initialMessages": "Mensajes iniciales",
1672
+ "addMessage": "Agregar mensaje",
1673
+ "contextLabel": "Contexto",
1674
+ "placeholders": {
1675
+ "firstName": "Nombre",
1676
+ "lastName": "Apellido",
1677
+ "email": "Email",
1678
+ "phone": "Teléfono",
1679
+ "message": "Mensaje {number}",
1680
+ "context": "Contexto"
1681
+ },
1682
+ "defaultFirstName": "Nombre",
1683
+ "defaultLastName": "Apellido",
1684
+ "defaultEmail": "Email",
1685
+ "defaultPhone": "Teléfono",
1686
+ "defaultUserId": "ID de usuario",
1687
+ "agentIdPlaceholder": "ID del agente IA 'GPT'",
1688
+ "scriptComment": {
1689
+ "contactOptional": "Contacto (opcional)",
1690
+ "contactDescription": "Información de contacto para mostrar en el widget",
1691
+ "messagesOptional": "Mensajes iniciales (opcional)",
1692
+ "messagesDescription": "Definición de los mensajes iniciales del widget",
1693
+ "contextOptional": "Contexto (opcional)",
1694
+ "contextDescription": "Definición del contexto mostrado en el widget",
1695
+ "openBubble": "Abrir chat",
1696
+ "closeBubble": "Cerrar chat",
1697
+ "toggleBubble": "Alternar chat"
1698
+ },
1699
+ "modernEmbedLabel": "Script moderno via <script type=\"module\">",
1700
+ "iframeEmbedLabel": "Script tradicional via <iframe>"
1701
+ },
1702
+ "XPBNPhome": {
1703
+ "title": "Constructor de esquemas de formulario",
1704
+ "description": "Crea y gestiona tus esquemas de datos",
1705
+ "labels": {
1706
+ "name": "Nombre",
1707
+ "type": "Tipo",
1708
+ "description": "Descripción",
1709
+ "schemaPreview": "Vista previa del esquema",
1710
+ "selectSchema": "Seleccionar esquema:",
1711
+ "arrayItems": "Estructura de elementos del array:",
1712
+ "objectTypeSuffix": "(Objeto)"
1713
+ },
1714
+ "placeholders": {
1715
+ "name": "Introduce el nombre del campo",
1716
+ "type": "Selecciona el tipo",
1717
+ "description": "Introduce la descripción del campo"
1718
+ },
1719
+ "options": {
1720
+ "stringLong": "Texto",
1721
+ "numberLong": "Número",
1722
+ "arrayLong": "Lista",
1723
+ "objectLong": "Objeto"
1724
+ },
1725
+ "validation": {
1726
+ "required": "Este campo es obligatorio"
1727
+ },
1728
+ "warnings": {
1729
+ "maxDepth": "Profundidad máxima de anidación alcanzada"
1730
+ },
1731
+ "errors": {
1732
+ "formValidation": "Por favor, corrige los errores de validación anteriores"
1733
+ },
1734
+ "buttons": {
1735
+ "submit": "Enviar",
1736
+ "submitting": "Enviando...",
1737
+ "reset": "Restablecer"
1738
+ },
1739
+ "schemas": {
1740
+ "tweets": "Tweets",
1741
+ "linkedin": "LinkedIn"
1742
+ },
1743
+ "properties": {
1744
+ "tweets": "Tweets",
1745
+ "twitterHandle": "Handle de Twitter",
1746
+ "publishedDate": "Fecha de publicación",
1747
+ "sentimentAnalysis": "Análisis de sentimiento",
1748
+ "theme": "Tema",
1749
+ "name": "Nombre",
1750
+ "lastname": "Apellido",
1751
+ "location": "Ubicación",
1752
+ "stats": "Estadísticas",
1753
+ "nbProfilViews": "Vistas de perfil",
1754
+ "nbPostPrint": "Impresiones de publicación",
1755
+ "nbPrintSearchResults": "Resultados de búsqueda mostrados"
1756
+ }
1682
1757
  },
1683
1758
  "ChatBox": {
1684
1759
  "typeYourAnswer": "Introduzca su respuesta",
@@ -1830,7 +1905,7 @@
1830
1905
  "keepChanges": "Mantengan cambios",
1831
1906
  "discardChanges": "Cambios discrecionales"
1832
1907
  },
1833
- "datasources": {
1908
+ "DataSourcesDelete": {
1834
1909
  "confirmDelete": "¿Estás seguro de que quieres eliminar estos datos?"
1835
1910
  },
1836
1911
  "datasourceTable": {
@@ -2037,11 +2112,11 @@
2037
2112
  "continue": "Continuar"
2038
2113
  },
2039
2114
  "BubbleWidgetSettings": {
2040
- "warningMessage": " Para usar esta característica se requiere visibilidad de los empleados de AI 'public'",
2041
- "transparentBg": "Transparent Background",
2115
+ "warningMessage": "🚨 Para usar esta función, la visibilidad del empleado de IA 'GPT' debe ser 'pública'",
2116
+ "transparentBg": "Fondo transparente",
2042
2117
  "save": "Guardar",
2043
- "embedInstructions": "Para insertar el Empleado AI como un iFrame en su sitio web pega este código en una página HTML",
2044
- "copiedMessage": "Copied!"
2118
+ "embedInstructions": "Para incrustar el empleado de IA 'GPT' como iFrame en su sitio web, pegue este código en una página HTML",
2119
+ "copiedMessage": "¡Copiado!"
2045
2120
  },
2046
2121
  "ImproveAnswerModal": {
2047
2122
  "noDatastore": "Este Empleado AI no tiene datastore. Por favor, cree una tienda de datos primero.",