Skip to content

Commit

Permalink
Improve chat dialog and connect form
Browse files Browse the repository at this point in the history
* Fix chat dialog and connect form.

* Fix trusted flag
  • Loading branch information
SebastianStehle authored Sep 7, 2023
1 parent 37c046c commit d778c17
Show file tree
Hide file tree
Showing 32 changed files with 517 additions and 333 deletions.
14 changes: 4 additions & 10 deletions backend/i18n/frontend_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"backups.started": "Backup started, it can take several minutes to complete.",
"backups.startedLabel": "Started",
"backups.startFailed": "Failed to start backup.",
"chat.answer": "Here is my answer:",
"chat.answers": "Answers",
"chat.answersEmpty": "The ChatBot does not provide an answer or has not been configured yet.",
"chat.ask": "Ask",
Expand Down Expand Up @@ -194,16 +195,6 @@
"clients.connectWizard.cliStep3": "Add your app name the CLI config",
"clients.connectWizard.cliStep3Hint": "You can manage configuration to multiple apps in the CLI and switch to an app.",
"clients.connectWizard.cliStep4": "Switch to your app in the CLI",
"clients.connectWizard.dotnetSdk": "Use the .NET SDK",
"clients.connectWizard.dotnetSdkDocumentation": "Documentations for the .NET SDK is available: ",
"clients.connectWizard.dotnetSdkHint": "Install the .NET SDK and establish a connection to this app.",
"clients.connectWizard.dotnetSdkStep1": "Install the .NET SDK",
"clients.connectWizard.dotnetSdkStep1Download": "The SDK is available on [nuget](https://www.nuget.org/packages/Squidex.ClientLibrary/)",
"clients.connectWizard.dotnetSdkStep2": "Version 14 and before: Create a client manager",
"clients.connectWizard.dotnetSdkStep2_15": "Version 15 and later: Create a client",
"clients.connectWizard.dotnetSdkStep3": "Optionally: Install the Service Extensions for the SDK",
"clients.connectWizard.dotnetSdkStep3Download": "The SDK Extension is available on [nuget](https://www.nuget.org/packages/Squidex.ClientLibrary.ServiceExtensions/)",
"clients.connectWizard.dotnetSdkStep4": "Optionally: Register the client manager and all clients",
"clients.connectWizard.javascriptSdk": "Use the JavaScript SDK",
"clients.connectWizard.javascriptSdkDocumentation": "Documentations for the JavaScript SDK is available: ",
"clients.connectWizard.javascriptSdkHint": "Install the SDK and establish a connection to this app.",
Expand All @@ -217,8 +208,10 @@
"clients.connectWizard.manuallyStep3": "Add the token as HTTP header to all requests",
"clients.connectWizard.manuallyTokenHint": "Tokens usally expire after 30days, but you can request multiple tokens.",
"clients.connectWizard.postManDocs": "Start with the Postman tutorial in the [Documentation](https://docs.squidex.io/02-documentation/developer-guides/api-overview/postman).",
"clients.connectWizard.sdk": "Use the official SDK",
"clients.connectWizard.sdkHelp": "You need another SDK?",
"clients.connectWizard.sdkHelpLink": "Contact us in the Support Forum",
"clients.connectWizard.sdkHint": "Install the SDK and establish a connection to this app.",
"clients.connectWizard.step0Title": "Setup client",
"clients.connectWizard.step1Title": "Choose connection method",
"clients.connectWizard.step2Title": "Connect",
Expand Down Expand Up @@ -387,6 +380,7 @@
"common.remember": "Don't ask again",
"common.rename": "Rename",
"common.renameTag": "Rename Tag",
"common.repository": "Repository",
"common.requiredHint": "required",
"common.reset": "Reset",
"common.restore": "Restore",
Expand Down
26 changes: 10 additions & 16 deletions backend/i18n/frontend_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"backups.started": "La sauvegarde a commencé, cela peut prendre plusieurs minutes.",
"backups.startedLabel": "Commencé",
"backups.startFailed": "Échec du démarrage de la sauvegarde.",
"chat.answer": "Here is my answer:",
"chat.answers": "Answers",
"chat.answersEmpty": "The ChatBot does not provide an answer or has not been configured yet.",
"chat.ask": "Ask",
Expand Down Expand Up @@ -194,31 +195,23 @@
"clients.connectWizard.cliStep3": "Ajoutez le nom de votre application à la configuration CLI",
"clients.connectWizard.cliStep3Hint": "Vous pouvez gérer la configuration de plusieurs applications dans l'interface de ligne de commande et basculer vers une application.",
"clients.connectWizard.cliStep4": "Basculez vers votre application dans la CLI",
"clients.connectWizard.dotnetSdk": "Utiliser le SDK .NET",
"clients.connectWizard.dotnetSdkDocumentation": "Les documentations pour le SDK .NET sont disponibles\u00A0:",
"clients.connectWizard.dotnetSdkHint": "Installez le SDK .NET et établissez une connexion à cette application.",
"clients.connectWizard.dotnetSdkStep1": "Installer le SDK .NET",
"clients.connectWizard.dotnetSdkStep1Download": "Le SDK est disponible sur [nuget](https://www.nuget.org/packages/Squidex.ClientLibrary/)",
"clients.connectWizard.dotnetSdkStep2": "Version 14 et antérieure : Créer un gestionnaire de clientèle",
"clients.connectWizard.dotnetSdkStep2_15": "Version 15 et supérieures : Créer un client",
"clients.connectWizard.dotnetSdkStep3": "Facultatif\u00A0: installez les extensions de service pour le SDK",
"clients.connectWizard.dotnetSdkStep3Download": "L'extension SDK est disponible sur [nuget](https://www.nuget.org/packages/Squidex.ClientLibrary.ServiceExtensions/)",
"clients.connectWizard.dotnetSdkStep4": "Facultativement\u00A0: Enregistrez le gestionnaire de clientèle et tous les clients",
"clients.connectWizard.javascriptSdk": "Utiliser le SDK JavaScript",
"clients.connectWizard.javascriptSdkDocumentation": "Les documentations pour le SDK JavaScript sont disponibles\u00A0:",
"clients.connectWizard.javascriptSdkHint": "Installez le SDK et établissez une connexion à cette application.",
"clients.connectWizard.javascriptSdkStep1": "Installer le SDK Javascript",
"clients.connectWizard.javascriptSdkStep1Download": "Le SDK est disponible sur [npm](https://www.npmjs.com/package/@squidex/squidex",
"clients.connectWizard.javascriptSdkStep2": "Créer un client",
"clients.connectWizard.javascriptSdk": "Use the JavaScript SDK",
"clients.connectWizard.javascriptSdkDocumentation": "Documentations for the JavaScript SDK is available: ",
"clients.connectWizard.javascriptSdkHint": "Install the SDK and establish a connection to this app.",
"clients.connectWizard.javascriptSdkStep1": "Install the Javascript SDK",
"clients.connectWizard.javascriptSdkStep1Download": "The SDK is available on [npm](https://www.npmjs.com/package/@squidex/squidex)",
"clients.connectWizard.javascriptSdkStep2": "Create a client",
"clients.connectWizard.manually": "Connectez-vous manuellement",
"clients.connectWizard.manuallyHint": "Obtenez des instructions pour établir une connexion avec Postman ou curl.",
"clients.connectWizard.manuallyStep1": "Obtenir un jeton en utilisant curl",
"clients.connectWizard.manuallyStep2": "Utilisez simplement le jeton suivant",
"clients.connectWizard.manuallyStep3": "Ajouter le jeton en tant qu'en-tête HTTP à toutes les requêtes",
"clients.connectWizard.manuallyTokenHint": "Les jetons expirent généralement après 30 jours, mais vous pouvez demander plusieurs jetons.",
"clients.connectWizard.postManDocs": "Commencez par le tutoriel Postman dans la [Documentation](https://docs.squidex.io/02-documentation/developer-guides/api-overview/postman).",
"clients.connectWizard.sdk": "Use the official SDK",
"clients.connectWizard.sdkHelp": "Vous avez besoin d'un autre SDK\u00A0?",
"clients.connectWizard.sdkHelpLink": "Contactez-nous sur le forum d'assistance",
"clients.connectWizard.sdkHint": "Install the SDK and establish a connection to this app.",
"clients.connectWizard.step0Title": "Configurer le client",
"clients.connectWizard.step1Title": "Choisissez la méthode de connexion",
"clients.connectWizard.step2Title": "Connecter",
Expand Down Expand Up @@ -387,6 +380,7 @@
"common.remember": "Ne demande plus",
"common.rename": "Renommer",
"common.renameTag": "Renommer la balise",
"common.repository": "Repository",
"common.requiredHint": "requis",
"common.reset": "Réinitialiser",
"common.restore": "Restaurer",
Expand Down
14 changes: 4 additions & 10 deletions backend/i18n/frontend_it.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"backups.started": "Backup avviato, il suo completamento potrebbe richiedere alcuni minuti.",
"backups.startedLabel": "Avviato",
"backups.startFailed": "Non è stato possibile avviare il backup.",
"chat.answer": "Here is my answer:",
"chat.answers": "Answers",
"chat.answersEmpty": "The ChatBot does not provide an answer or has not been configured yet.",
"chat.ask": "Ask",
Expand Down Expand Up @@ -194,16 +195,6 @@
"clients.connectWizard.cliStep3": "Inserisci il nome della tua app per la configurazione della CLI",
"clients.connectWizard.cliStep3Hint": "È possibile gestire le configurazione per le diverse appi all'interno della CLI e passare ad un'app.",
"clients.connectWizard.cliStep4": "Passa alla tua app usando CLI",
"clients.connectWizard.dotnetSdk": "Connetti la tua APP utilizzando SDK",
"clients.connectWizard.dotnetSdkDocumentation": "Documentations for the .NET SDK is available: ",
"clients.connectWizard.dotnetSdkHint": "Scarica l'SDK e connetti quest'app.",
"clients.connectWizard.dotnetSdkStep1": "Installa .NET SDK",
"clients.connectWizard.dotnetSdkStep1Download": "L'SDK è disponibile su [nuget](https://www.nuget.org/packages/Squidex.ClientLibrary/)",
"clients.connectWizard.dotnetSdkStep2": "Crea un client manager",
"clients.connectWizard.dotnetSdkStep2_15": "Version 15 and later: Create a client",
"clients.connectWizard.dotnetSdkStep3": "Optionally: Install the Service Extensions for the SDK",
"clients.connectWizard.dotnetSdkStep3Download": "The SDK Extension is available on [nuget](https://www.nuget.org/packages/Squidex.ClientLibrary.ServiceExtensions/)",
"clients.connectWizard.dotnetSdkStep4": "Optionally: Register the client manager and all clients",
"clients.connectWizard.javascriptSdk": "Use the JavaScript SDK",
"clients.connectWizard.javascriptSdkDocumentation": "Documentations for the JavaScript SDK is available: ",
"clients.connectWizard.javascriptSdkHint": "Install the SDK and establish a connection to this app.",
Expand All @@ -217,8 +208,10 @@
"clients.connectWizard.manuallyStep3": "Aggiungi il token come header HTTP header a tutte le richieste",
"clients.connectWizard.manuallyTokenHint": "Solitamente i Token scadono dopo 30 giorni, ma puoi richiedere token multipli.",
"clients.connectWizard.postManDocs": "Per il tutorial Postman inizia da questo link [Documentazione](https://docs.squidex.io/02-documentation/developer-guides/api-overview/postman).",
"clients.connectWizard.sdk": "Use the official SDK",
"clients.connectWizard.sdkHelp": "Hai bisogno di un altro SDK?",
"clients.connectWizard.sdkHelpLink": "Contattaci nel Forum di assistenza",
"clients.connectWizard.sdkHint": "Install the SDK and establish a connection to this app.",
"clients.connectWizard.step0Title": "Setup client",
"clients.connectWizard.step1Title": "Scegli la tipologia di connessione",
"clients.connectWizard.step2Title": "Collega",
Expand Down Expand Up @@ -387,6 +380,7 @@
"common.remember": "Ricorda la mia decisione",
"common.rename": "Rinomina",
"common.renameTag": "Rename Tag",
"common.repository": "Repository",
"common.requiredHint": "obbligatorio",
"common.reset": "Reimposta",
"common.restore": "Ripristina",
Expand Down
14 changes: 4 additions & 10 deletions backend/i18n/frontend_nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"backups.started": "Back-up gestart, het kan enkele minuten duren om te voltooien.",
"backups.startedLabel": "Gestart",
"backups.startFailed": "Starten van back-up is mislukt.",
"chat.answer": "Here is my answer:",
"chat.answers": "Answers",
"chat.answersEmpty": "The ChatBot does not provide an answer or has not been configured yet.",
"chat.ask": "Ask",
Expand Down Expand Up @@ -194,16 +195,6 @@
"clients.connectWizard.cliStep3": "Voeg uw app-naam toe aan de CLI-configuratie",
"clients.connectWizard.cliStep3Hint": "Je kunt de configuratie voor meerdere apps in de CLI beheren en overschakelen naar een app.",
"clients.connectWizard.cliStep4": "Schakel over naar uw app in de CLI",
"clients.connectWizard.dotnetSdk": "Maak verbinding met uw app met SDK",
"clients.connectWizard.dotnetSdkDocumentation": "Documentations for the .NET SDK is available: ",
"clients.connectWizard.dotnetSdkHint": "Download een SDK en maak verbinding met deze app.",
"clients.connectWizard.dotnetSdkStep1": "Installeer de .NET SDK",
"clients.connectWizard.dotnetSdkStep1Download": "De SDK is beschikbaar op [nuget] (https://www.nuget.org/packages/Squidex.ClientLibrary/)",
"clients.connectWizard.dotnetSdkStep2": "Maak een klantenbeheerder",
"clients.connectWizard.dotnetSdkStep2_15": "Version 15 and later: Create a client",
"clients.connectWizard.dotnetSdkStep3": "Optionally: Install the Service Extensions for the SDK",
"clients.connectWizard.dotnetSdkStep3Download": "The SDK Extension is available on [nuget](https://www.nuget.org/packages/Squidex.ClientLibrary.ServiceExtensions/)",
"clients.connectWizard.dotnetSdkStep4": "Optionally: Register the client manager and all clients",
"clients.connectWizard.javascriptSdk": "Use the JavaScript SDK",
"clients.connectWizard.javascriptSdkDocumentation": "Documentations for the JavaScript SDK is available: ",
"clients.connectWizard.javascriptSdkHint": "Install the SDK and establish a connection to this app.",
Expand All @@ -217,8 +208,10 @@
"clients.connectWizard.manuallyStep3": "Voeg het token toe als HTTP-header aan alle verzoeken",
"clients.connectWizard.manuallyTokenHint": "Tokens vervallen gewoonlijk na 30 dagen, maar je kunt meerdere tokens aanvragen.",
"clients.connectWizard.postManDocs": "Begin met de Postman-tutorial in de [Documentatie] (https://docs.squidex.io/02-documentation/developer-guides/api-overview/postman).",
"clients.connectWizard.sdk": "Use the official SDK",
"clients.connectWizard.sdkHelp": "Heb je een andere SDK nodig?",
"clients.connectWizard.sdkHelpLink": "Neem contact met ons op in het ondersteuningsforum",
"clients.connectWizard.sdkHint": "Install the SDK and establish a connection to this app.",
"clients.connectWizard.step0Title": "Client instellen",
"clients.connectWizard.step1Title": "Kies verbindingsmethode",
"clients.connectWizard.step2Title": "Verbinden",
Expand Down Expand Up @@ -387,6 +380,7 @@
"common.remember": "Onthoud mijn keuze",
"common.rename": "Hernoemen",
"common.renameTag": "Hernoem Tag",
"common.repository": "Repository",
"common.requiredHint": "verplicht",
"common.reset": "Reset",
"common.restore": "Herstellen",
Expand Down
14 changes: 4 additions & 10 deletions backend/i18n/frontend_pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"backups.started": "O reforço começou, pode levar vários minutos para ser concluído.",
"backups.startedLabel": "Começou",
"backups.startFailed": "Falhou em começar o backup.",
"chat.answer": "Here is my answer:",
"chat.answers": "Answers",
"chat.answersEmpty": "The ChatBot does not provide an answer or has not been configured yet.",
"chat.ask": "Ask",
Expand Down Expand Up @@ -194,16 +195,6 @@
"clients.connectWizard.cliStep3": "Adicione o nome da sua aplicação ao CLI config",
"clients.connectWizard.cliStep3Hint": "Pode gerir a configuração de várias aplicações no CLI e mudar para uma aplicação.",
"clients.connectWizard.cliStep4": "Mude para a sua aplicação no CLI",
"clients.connectWizard.dotnetSdk": "Conecte-se à sua App com a SDK",
"clients.connectWizard.dotnetSdkDocumentation": "Documentations for the .NET SDK is available: ",
"clients.connectWizard.dotnetSdkHint": "Descarregue um SDK e estabeleça uma ligação a esta aplicação.",
"clients.connectWizard.dotnetSdkStep1": "Instale o .NET SDK",
"clients.connectWizard.dotnetSdkStep1Download": "O SDK está disponível em [nuget](https://www.nuget.org/packages/Squidex.ClientLibrary/)",
"clients.connectWizard.dotnetSdkStep2": "Criar um gestor de clientes",
"clients.connectWizard.dotnetSdkStep2_15": "Version 15 and later: Create a client",
"clients.connectWizard.dotnetSdkStep3": "Optionally: Install the Service Extensions for the SDK",
"clients.connectWizard.dotnetSdkStep3Download": "The SDK Extension is available on [nuget](https://www.nuget.org/packages/Squidex.ClientLibrary.ServiceExtensions/)",
"clients.connectWizard.dotnetSdkStep4": "Optionally: Register the client manager and all clients",
"clients.connectWizard.javascriptSdk": "Use the JavaScript SDK",
"clients.connectWizard.javascriptSdkDocumentation": "Documentations for the JavaScript SDK is available: ",
"clients.connectWizard.javascriptSdkHint": "Install the SDK and establish a connection to this app.",
Expand All @@ -217,8 +208,10 @@
"clients.connectWizard.manuallyStep3": "Adicione o token como cabeçalho HTTP a todos os pedidos",
"clients.connectWizard.manuallyTokenHint": "Tokens normalmente expiram após 30 dias, mas você pode solicitar várias tokens.",
"clients.connectWizard.postManDocs": "Comece com o tutorial do Carteiro na [Documentação](https://docs.squidex.io/02-documentation/developer-guides/api-overview/postman).",
"clients.connectWizard.sdk": "Use the official SDK",
"clients.connectWizard.sdkHelp": "Precisa de outro SDK?",
"clients.connectWizard.sdkHelpLink": "Contacte-nos no Fórum de Apoio",
"clients.connectWizard.sdkHint": "Install the SDK and establish a connection to this app.",
"clients.connectWizard.step0Title": "Cliente de configuração",
"clients.connectWizard.step1Title": "Escolha o método de ligação",
"clients.connectWizard.step2Title": "Ligar",
Expand Down Expand Up @@ -387,6 +380,7 @@
"common.remember": "Não pergunte de novo.",
"common.rename": "Renomear",
"common.renameTag": "Renomear Etiqueta",
"common.repository": "Repository",
"common.requiredHint": "Necessário",
"common.reset": "Reset",
"common.restore": "Restaurar",
Expand Down
Loading

0 comments on commit d778c17

Please sign in to comment.