@activepieces/piece-forms 0.4.7 → 0.4.8
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 +2 -2
- package/src/i18n/zh.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-forms",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.8",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"deepmerge-ts": "7.1.0",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"nanoid": "3.3.8",
|
|
11
11
|
"semver": "7.6.0",
|
|
12
12
|
"@activepieces/pieces-framework": "0.18.4",
|
|
13
|
-
"@activepieces/shared": "0.19.
|
|
13
|
+
"@activepieces/shared": "0.19.1",
|
|
14
14
|
"tslib": "2.8.1"
|
|
15
15
|
},
|
|
16
16
|
"overrides": {
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
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.": "
|
|
6
|
-
"Text (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": "
|
|
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
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": "
|
|
17
|
-
"\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
|
|
19
|
-
"\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\
|
|
20
|
-
"The name of the chatbot": "
|
|
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
21
|
}
|