feat: Add Ask AI to HTTP Request Node (#8917)

This commit is contained in:
Alex Grozav
2024-05-02 13:52:15 +03:00
committed by GitHub
parent 7ff24f134b
commit cd9bc44bdd
40 changed files with 3945 additions and 371 deletions

View File

@@ -2128,14 +2128,26 @@
"importCurlModal.title": "Import cURL command",
"importCurlModal.input.label": "cURL Command",
"importCurlModal.input.placeholder": "Paste the cURL command here",
"ImportCurlModal.notice.content": "This will overwrite any changes you have already made",
"ImportCurlModal.notice.content": "This will overwrite any changes you have already made to the current node",
"importCurlModal.button.label": "Import",
"importParameter.label": "Import cURL",
"importParameter.showError.invalidCurlCommand.title": "Couldnt import cURL command",
"importParameter.showError.invalidCurlCommand.message": "This command is in an unsupported format",
"importParameter.showError.invalidProtocol1.title": "Use the {node} node",
"importParameter.showError.invalidProtocol2.title": "Invalid Protocol",
"importParameter.showError.invalidProtocol.message": "The HTTP node doesnt support {protocol} requests",
"importCurlParameter.label": "Import cURL",
"importCurlParameter.showError.invalidCurlCommand.title": "Couldnt import cURL command",
"importCurlParameter.showError.invalidCurlCommand.message": "This command is in an unsupported format",
"importCurlParameter.showError.invalidProtocol1.title": "Use the {node} node",
"importCurlParameter.showError.invalidProtocol2.title": "Invalid Protocol",
"importCurlParameter.showError.invalidProtocol.message": "The HTTP node doesnt support {protocol} requests",
"generateCurlParameter.label": "Ask AI ✨",
"generateCurlModal.title": "Generate HTTP Request",
"generateCurlModal.notice.content": "This will overwrite any changes you have already made to the current node",
"generateCurlModal.button.label": "Generate",
"generateCurlModal.service.label": "Service",
"generateCurlModal.service.placeholder": "Enter the name of the service",
"generateCurlModal.request.label": "Request",
"generateCurlModal.request.placeholder": "Describe the request you want to make",
"generateCurlModal.invalidCurlCommand.title": "Generation failed",
"generateCurlModal.invalidCurlCommand.message": "The AI couldn't process your request",
"generateCurlModal.success.title": "HTTP Request filled out",
"generateCurlModal.success.message": "Please check carefully as AI content can be inaccurate",
"variables.heading": "Variables",
"variables.add": "Add variable",
"variables.add.unavailable": "Upgrade plan to keep using variables",