@activepieces/piece-forms 0.4.4 → 0.4.6
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/package.json +3 -3
- package/src/i18n/ca.json +21 -0
- package/src/i18n/de.json +21 -0
- package/src/i18n/es.json +21 -0
- package/src/i18n/fr.json +21 -0
- package/src/i18n/hi.json +21 -0
- package/src/i18n/id.json +21 -0
- package/src/i18n/ja.json +21 -0
- package/src/i18n/nl.json +21 -0
- package/src/i18n/pt.json +21 -0
- package/src/i18n/ru.json +21 -0
- package/src/i18n/translation.json +21 -0
- package/src/i18n/vi.json +21 -0
- package/src/i18n/zh.json +21 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-forms",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@ai-sdk/anthropic": "1.2.12",
|
|
6
6
|
"@ai-sdk/google": "1.2.19",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"mime-types": "2.1.35",
|
|
15
15
|
"nanoid": "3.3.8",
|
|
16
16
|
"semver": "7.6.0",
|
|
17
|
-
"@activepieces/pieces-framework": "0.
|
|
18
|
-
"@activepieces/shared": "0.
|
|
17
|
+
"@activepieces/pieces-framework": "0.18.3",
|
|
18
|
+
"@activepieces/shared": "0.18.0",
|
|
19
19
|
"tslib": "2.8.1"
|
|
20
20
|
},
|
|
21
21
|
"overrides": {
|
package/src/i18n/ca.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Human Input": "Human Input",
|
|
3
|
+
"Trigger a flow through human input.": "Trigger a flow through human input.",
|
|
4
|
+
"Respond on UI": "Respond on UI",
|
|
5
|
+
"Return a file or text (markdown) as a response.": "Return a file or text (markdown) as a response.",
|
|
6
|
+
"Text (Markdown)": "Text (Markdown)",
|
|
7
|
+
"Attachment": "Attachment",
|
|
8
|
+
"Web Form": "Web Form",
|
|
9
|
+
"Chat UI": "Chat UI",
|
|
10
|
+
"Trigger the flow by submitting a form.": "Trigger the flow by submitting a form.",
|
|
11
|
+
"Trigger the flow by sending a message": "Trigger the flow by sending a message",
|
|
12
|
+
"Markdown": "Markdown",
|
|
13
|
+
"Wait for Response": "Wait for Response",
|
|
14
|
+
"Inputs": "Inputs",
|
|
15
|
+
"Bot Name": "Bot Name",
|
|
16
|
+
"**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n",
|
|
17
|
+
"\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n",
|
|
18
|
+
"\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n",
|
|
19
|
+
"\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow",
|
|
20
|
+
"The name of the chatbot": "The name of the chatbot"
|
|
21
|
+
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Human Input": "Menschliche Eingabe",
|
|
3
|
+
"Trigger a flow through human input.": "Trigger einen Fluss durch den menschlichen Input.",
|
|
4
|
+
"Respond on UI": "Auf UI antworten",
|
|
5
|
+
"Return a file or text (markdown) as a response.": "Gib eine Datei oder einen Text (Markdown) als Antwort zurück.",
|
|
6
|
+
"Text (Markdown)": "Text (Markdown)",
|
|
7
|
+
"Attachment": "Anhang",
|
|
8
|
+
"Web Form": "Web-Formular",
|
|
9
|
+
"Chat UI": "Chat-UI",
|
|
10
|
+
"Trigger the flow by submitting a form.": "Löst den Fluss durch Absenden eines Formulars aus.",
|
|
11
|
+
"Trigger the flow by sending a message": "Strömung durch Senden einer Nachricht auslösen",
|
|
12
|
+
"Markdown": "Markdown",
|
|
13
|
+
"Wait for Response": "Warte auf Antwort",
|
|
14
|
+
"Inputs": "Eingaben",
|
|
15
|
+
"Bot Name": "Bot Name",
|
|
16
|
+
"**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**veröffentlichte Formular-URL:**\n```text\n{{formUrl}}\n```\nVerwenden Sie diese für die Produktion, sieht die veröffentlichte Version des Formulars an.\n<br>\n<br>\n**Entwurfsformular-URL:**\n``Text\n{{formUrl}}? seDraft=true\n```\nBenutze dies, um Beispieldaten zu generieren, schaue die Entwurfsversion des Formulars an (die du gerade bearbeitst).\n",
|
|
17
|
+
"\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\nWenn **Warten auf Antwort** aktiviert ist, verwenden Sie **Antwort auf UI** in Ihrem Fluss, um eine Antwort auf das Formular zu geben.\n",
|
|
18
|
+
"\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**veröffentlichte Chat-URL:**\n```text\n{{chatUrl}}\n```\nVerwenden Sie dies für die Produktion zeigt die veröffentlichte Version des Chatflusses an.\n<br>\n<br>\n",
|
|
19
|
+
"\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\nDieser Trigger konfiguriert ein Chat-Interface. Stelle sicher, dass **Reagieren auf UI** in deinem Fluss verwendet wird",
|
|
20
|
+
"The name of the chatbot": "Der Name des Chatbots"
|
|
21
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Human Input": "Entrada humana",
|
|
3
|
+
"Trigger a flow through human input.": "Activa un flujo a través de la entrada humana.",
|
|
4
|
+
"Respond on UI": "Respuesta en la IU",
|
|
5
|
+
"Return a file or text (markdown) as a response.": "Devuelve un archivo o texto (markdown) como respuesta.",
|
|
6
|
+
"Text (Markdown)": "Texto (Markdown)",
|
|
7
|
+
"Attachment": "Adjunto",
|
|
8
|
+
"Web Form": "Formulario Web",
|
|
9
|
+
"Chat UI": "Interfaz de Chat",
|
|
10
|
+
"Trigger the flow by submitting a form.": "Activa el flujo enviando un formulario.",
|
|
11
|
+
"Trigger the flow by sending a message": "Activa el flujo enviando un mensaje",
|
|
12
|
+
"Markdown": "Markdown",
|
|
13
|
+
"Wait for Response": "Espere a la respuesta",
|
|
14
|
+
"Inputs": "Inputs",
|
|
15
|
+
"Bot Name": "Nombre del bot",
|
|
16
|
+
"**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n",
|
|
17
|
+
"\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n",
|
|
18
|
+
"\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n",
|
|
19
|
+
"\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow",
|
|
20
|
+
"The name of the chatbot": "El nombre del chatbot"
|
|
21
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Human Input": "Entrée humaine",
|
|
3
|
+
"Trigger a flow through human input.": "Déclencher un flux à travers les entrées humaines.",
|
|
4
|
+
"Respond on UI": "Répondre à l'interface utilisateur",
|
|
5
|
+
"Return a file or text (markdown) as a response.": "Renvoie un fichier ou un texte (markdown) comme réponse.",
|
|
6
|
+
"Text (Markdown)": "Texte (Markdown)",
|
|
7
|
+
"Attachment": "Pièce jointe",
|
|
8
|
+
"Web Form": "Formulaire Web",
|
|
9
|
+
"Chat UI": "Interface de discussion",
|
|
10
|
+
"Trigger the flow by submitting a form.": "Déclencher le flux en soumettant un formulaire.",
|
|
11
|
+
"Trigger the flow by sending a message": "Déclencher le flux en envoyant un message",
|
|
12
|
+
"Markdown": "Markdown",
|
|
13
|
+
"Wait for Response": "Attendre la réponse",
|
|
14
|
+
"Inputs": "Entrées",
|
|
15
|
+
"Bot Name": "Nom du bot",
|
|
16
|
+
"**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**URL de formulaire publié :**\n```text\n{{formUrl}}\n```\nUtilisez ceci pour la production, consultez la version publiée du formulaire.\n<br>\n<br>\n**URL du formulaire d'ébauche :**\n```text\n{{formUrl}}? seDraft=true\n```\nUtilisez ceci pour générer des données d'échantillon, visualisez la version brouillon du formulaire (celle que vous éditez maintenant).\n",
|
|
17
|
+
"\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n",
|
|
18
|
+
"\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**URL du chat publié :**\n```text\n{{chatUrl}}\n```\nUtilisez ceci pour la production, affiche la version publiée du flux de discussion.\n<br>\n<br>\n",
|
|
19
|
+
"\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow",
|
|
20
|
+
"The name of the chatbot": "Le nom du chatbot"
|
|
21
|
+
}
|
package/src/i18n/hi.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Human Input": "Human Input",
|
|
3
|
+
"Trigger a flow through human input.": "Trigger a flow through human input.",
|
|
4
|
+
"Respond on UI": "Respond on UI",
|
|
5
|
+
"Return a file or text (markdown) as a response.": "Return a file or text (markdown) as a response.",
|
|
6
|
+
"Text (Markdown)": "Text (Markdown)",
|
|
7
|
+
"Attachment": "Attachment",
|
|
8
|
+
"Web Form": "Web Form",
|
|
9
|
+
"Chat UI": "Chat UI",
|
|
10
|
+
"Trigger the flow by submitting a form.": "Trigger the flow by submitting a form.",
|
|
11
|
+
"Trigger the flow by sending a message": "Trigger the flow by sending a message",
|
|
12
|
+
"Markdown": "Markdown",
|
|
13
|
+
"Wait for Response": "Wait for Response",
|
|
14
|
+
"Inputs": "Inputs",
|
|
15
|
+
"Bot Name": "Bot Name",
|
|
16
|
+
"**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n",
|
|
17
|
+
"\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n",
|
|
18
|
+
"\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n",
|
|
19
|
+
"\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow",
|
|
20
|
+
"The name of the chatbot": "The name of the chatbot"
|
|
21
|
+
}
|
package/src/i18n/id.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Human Input": "Human Input",
|
|
3
|
+
"Trigger a flow through human input.": "Trigger a flow through human input.",
|
|
4
|
+
"Respond on UI": "Respond on UI",
|
|
5
|
+
"Return a file or text (markdown) as a response.": "Return a file or text (markdown) as a response.",
|
|
6
|
+
"Text (Markdown)": "Text (Markdown)",
|
|
7
|
+
"Attachment": "Attachment",
|
|
8
|
+
"Web Form": "Web Form",
|
|
9
|
+
"Chat UI": "Chat UI",
|
|
10
|
+
"Trigger the flow by submitting a form.": "Trigger the flow by submitting a form.",
|
|
11
|
+
"Trigger the flow by sending a message": "Trigger the flow by sending a message",
|
|
12
|
+
"Markdown": "Markdown",
|
|
13
|
+
"Wait for Response": "Wait for Response",
|
|
14
|
+
"Inputs": "Inputs",
|
|
15
|
+
"Bot Name": "Bot Name",
|
|
16
|
+
"**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n",
|
|
17
|
+
"\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n",
|
|
18
|
+
"\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n",
|
|
19
|
+
"\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow",
|
|
20
|
+
"The name of the chatbot": "The name of the chatbot"
|
|
21
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Human Input": "人間入力",
|
|
3
|
+
"Trigger a flow through human input.": "人間の入力を通して流れをトリガーします。",
|
|
4
|
+
"Respond on UI": "UIに対応する",
|
|
5
|
+
"Return a file or text (markdown) as a response.": "ファイルまたはテキスト(マークダウン)をレスポンスとして返します。",
|
|
6
|
+
"Text (Markdown)": "テキスト (マークダウン)",
|
|
7
|
+
"Attachment": "添付ファイル",
|
|
8
|
+
"Web Form": "Webフォーム",
|
|
9
|
+
"Chat UI": "チャット UI",
|
|
10
|
+
"Trigger the flow by submitting a form.": "フォームを送信してフローをトリガーします。",
|
|
11
|
+
"Trigger the flow by sending a message": "メッセージを送信してフローをトリガーする",
|
|
12
|
+
"Markdown": "Markdown",
|
|
13
|
+
"Wait for Response": "応答待ち",
|
|
14
|
+
"Inputs": "Inputs",
|
|
15
|
+
"Bot Name": "Bot名",
|
|
16
|
+
"**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n",
|
|
17
|
+
"\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\n**レスポンス待ち**が有効になっている場合は、フローで **UIで応答**を使用してフォームに返信を返します。\n",
|
|
18
|
+
"\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n",
|
|
19
|
+
"\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\nこのトリガーはチャットインターフェースを設定します。フローで**UIで応答**が使用されていることを確認してください",
|
|
20
|
+
"The name of the chatbot": "チャットボットの名前"
|
|
21
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Human Input": "Menselijke Invoer",
|
|
3
|
+
"Trigger a flow through human input.": "Trigger een stroom door menselijke input.",
|
|
4
|
+
"Respond on UI": "Reageer op UI",
|
|
5
|
+
"Return a file or text (markdown) as a response.": "Geeft als reactie een bestand of tekst (markdown) als antwoord.",
|
|
6
|
+
"Text (Markdown)": "Tekst (Markdown)",
|
|
7
|
+
"Attachment": "Bijlage",
|
|
8
|
+
"Web Form": "Web Formulier",
|
|
9
|
+
"Chat UI": "Chat UI",
|
|
10
|
+
"Trigger the flow by submitting a form.": "Voer de flow in door een formulier in te dienen.",
|
|
11
|
+
"Trigger the flow by sending a message": "Activeer de stroom door een bericht te sturen",
|
|
12
|
+
"Markdown": "Markdown",
|
|
13
|
+
"Wait for Response": "Wacht op reactie",
|
|
14
|
+
"Inputs": "Invoer",
|
|
15
|
+
"Bot Name": "Bot naam",
|
|
16
|
+
"**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**Gepubliceerde Form URL:**\n```text\n{{formUrl}}\n```\nGebruik dit voor productie, bekijk de gepubliceerde versie van het formulier.\n<br>\n<br>\n**Ontwerp Formulier URL:**\n```text\n{{formUrl}}? seDraft=true\n```\nGebruik dit om voorbeeld data te genereren, bekijk de conceptversie van het formulier (de versie die je nu aan het bewerken bent).\n",
|
|
17
|
+
"\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\nAls **Wait for Response** is ingeschakeld, gebruik dan **Reageren op UI** in uw flow om een reactie terug te geven naar het formulier.\n",
|
|
18
|
+
"\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**Gepubliceerde Chat URL:**\n```text\n{{chatUrl}}\n```\nGebruik dit voor productie, bekijk de gepubliceerde versie van de chatflow.\n<br>\n<br>\n",
|
|
19
|
+
"\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\nDeze trigger stelt een chat interface in. Zorg ervoor dat **Reageren op UI** wordt gebruikt in uw flow",
|
|
20
|
+
"The name of the chatbot": "De naam van de chatbot"
|
|
21
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Human Input": "Entrada humana",
|
|
3
|
+
"Trigger a flow through human input.": "Aciona um fluxo através de entrada humana.",
|
|
4
|
+
"Respond on UI": "Responder na interface",
|
|
5
|
+
"Return a file or text (markdown) as a response.": "Retornar um arquivo ou texto (markdown) como uma resposta.",
|
|
6
|
+
"Text (Markdown)": "Texto (Markdown)",
|
|
7
|
+
"Attachment": "Anexo",
|
|
8
|
+
"Web Form": "Formulário Web",
|
|
9
|
+
"Chat UI": "Interface do Chat",
|
|
10
|
+
"Trigger the flow by submitting a form.": "Acionar o fluxo enviando um formulário.",
|
|
11
|
+
"Trigger the flow by sending a message": "Acionar o fluxo enviando uma mensagem",
|
|
12
|
+
"Markdown": "Markdown",
|
|
13
|
+
"Wait for Response": "Aguarda Resposta",
|
|
14
|
+
"Inputs": "Entradas",
|
|
15
|
+
"Bot Name": "Nome do bot",
|
|
16
|
+
"**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n",
|
|
17
|
+
"\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n",
|
|
18
|
+
"\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n",
|
|
19
|
+
"\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\nEste gatilho configura uma interface de bate-papo. Certifique-se de que **Responder na interface do usuário** está sendo usado em seu fluxo",
|
|
20
|
+
"The name of the chatbot": "O nome do ChatBot"
|
|
21
|
+
}
|
package/src/i18n/ru.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Human Input": "Ввод человека",
|
|
3
|
+
"Trigger a flow through human input.": "Запустите поток через человеческий ввод.",
|
|
4
|
+
"Respond on UI": "Ответить на пользовательский интерфейс",
|
|
5
|
+
"Return a file or text (markdown) as a response.": "Возвращает файл или текст (markdown) в ответ.",
|
|
6
|
+
"Text (Markdown)": "Текст (Markdown)",
|
|
7
|
+
"Attachment": "Вложение",
|
|
8
|
+
"Web Form": "Веб-форма",
|
|
9
|
+
"Chat UI": "Интерфейс чата",
|
|
10
|
+
"Trigger the flow by submitting a form.": "Запустите поток, отправив форму.",
|
|
11
|
+
"Trigger the flow by sending a message": "Срабатывать поток, отправляя сообщение",
|
|
12
|
+
"Markdown": "Markdown",
|
|
13
|
+
"Wait for Response": "Ожидание ответа",
|
|
14
|
+
"Inputs": "Inputs",
|
|
15
|
+
"Bot Name": "Имя бота",
|
|
16
|
+
"**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**URL опубликованной формы:**\n```text\n{{formUrl}}\n```\nИспользуйте это для производства, просмотрите опубликованную версию формы.\n<br>\n<br>\n**URL-адрес проекта:**\n```text\n{{formUrl}}? seDraft=true\n```\nИспользуйте это для генерации выборки данных, просмотра черновика формы (которую вы редактируете сейчас).\n",
|
|
17
|
+
"\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\nЕсли **Дождите** включен, используйте **Ответь** на пользовательском интерфейсе, чтобы дать ответ на форму.\n",
|
|
18
|
+
"\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**Опубликованный URL чата:**\n```text\n{{chatUrl}}\n```\nИспользуйте это для производства, просматривает опубликованную версию чата.\n<br>\n<br>\n",
|
|
19
|
+
"\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\nЭтот триггер создает чат интерфейс. Убедитесь, что **Ответь** используется в вашем потоке",
|
|
20
|
+
"The name of the chatbot": "Название робота чата"
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Human Input": "Human Input",
|
|
3
|
+
"Trigger a flow through human input.": "Trigger a flow through human input.",
|
|
4
|
+
"Respond on UI": "Respond on UI",
|
|
5
|
+
"Return a file or text (markdown) as a response.": "Return a file or text (markdown) as a response.",
|
|
6
|
+
"Text (Markdown)": "Text (Markdown)",
|
|
7
|
+
"Attachment": "Attachment",
|
|
8
|
+
"Web Form": "Web Form",
|
|
9
|
+
"Chat UI": "Chat UI",
|
|
10
|
+
"Trigger the flow by submitting a form.": "Trigger the flow by submitting a form.",
|
|
11
|
+
"Trigger the flow by sending a message": "Trigger the flow by sending a message",
|
|
12
|
+
"Markdown": "Markdown",
|
|
13
|
+
"Wait for Response": "Wait for Response",
|
|
14
|
+
"Inputs": "Inputs",
|
|
15
|
+
"Bot Name": "Bot Name",
|
|
16
|
+
"**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n",
|
|
17
|
+
"\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n",
|
|
18
|
+
"\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n",
|
|
19
|
+
"\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow",
|
|
20
|
+
"The name of the chatbot": "The name of the chatbot"
|
|
21
|
+
}
|
package/src/i18n/vi.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Human Input": "Human Input",
|
|
3
|
+
"Trigger a flow through human input.": "Trigger a flow through human input.",
|
|
4
|
+
"Respond on UI": "Respond on UI",
|
|
5
|
+
"Return a file or text (markdown) as a response.": "Return a file or text (markdown) as a response.",
|
|
6
|
+
"Text (Markdown)": "Text (Markdown)",
|
|
7
|
+
"Attachment": "Attachment",
|
|
8
|
+
"Web Form": "Web Form",
|
|
9
|
+
"Chat UI": "Chat UI",
|
|
10
|
+
"Trigger the flow by submitting a form.": "Trigger the flow by submitting a form.",
|
|
11
|
+
"Trigger the flow by sending a message": "Trigger the flow by sending a message",
|
|
12
|
+
"Markdown": "Markdown",
|
|
13
|
+
"Wait for Response": "Wait for Response",
|
|
14
|
+
"Inputs": "Inputs",
|
|
15
|
+
"Bot Name": "Bot Name",
|
|
16
|
+
"**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n",
|
|
17
|
+
"\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n",
|
|
18
|
+
"\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n",
|
|
19
|
+
"\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow",
|
|
20
|
+
"The name of the chatbot": "The name of the chatbot"
|
|
21
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Human Input": "人工輸入",
|
|
3
|
+
"Trigger a flow through human input.": "透過人工輸入觸發流程。",
|
|
4
|
+
"Respond on UI": "在 UI 上回應",
|
|
5
|
+
"Return a file or text (markdown) as a response.": "返回檔案或文本(Markdown)作為回應。",
|
|
6
|
+
"Text (Markdown)": "文本(Markdown)",
|
|
7
|
+
"Attachment": "附件",
|
|
8
|
+
"Web Form": "網頁表單",
|
|
9
|
+
"Chat UI": "聊天 UI",
|
|
10
|
+
"Trigger the flow by submitting a form.": "通過提交表單來觸發流程。",
|
|
11
|
+
"Trigger the flow by sending a message": "通過發送信息觸發流程",
|
|
12
|
+
"Markdown": "Markdown",
|
|
13
|
+
"Wait for Response": "等待回應",
|
|
14
|
+
"Inputs": "輸入",
|
|
15
|
+
"Bot Name": "機器人名稱",
|
|
16
|
+
"**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**已發布的表單網址:**\n```text\n{{formUrl}}\n```\n使用此網址以供生產使用,檢視已發布版本的表單。\n<br>\n<br>\n**草稿表單網址:**\n```text\n{{formUrl}}?useDraft=true\n```\n使用此網址以生成樣本數據,查看表單的草稿版本(您現在正在編輯的版本)。\n",
|
|
17
|
+
"\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\n如果**等待回應**已啟用,請在您的流程中使用**在 UI 上回應**以將回應返回表單。\n",
|
|
18
|
+
"\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**已發布的聊天網址:**\n```text\n{{chatUrl}}\n```\n使用此網址以供生產使用,檢視已發布版本的聊天流程。\n<br>\n<br>\n",
|
|
19
|
+
"\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\n此觸發器設置了一個聊天介面。確保在您的流程中使用**在 UI 上回應**",
|
|
20
|
+
"The name of the chatbot": "聊天機器人的名稱"
|
|
21
|
+
}
|