feat: Add Ask AI to HTTP Request Node (#8917)
This commit is contained in:
@@ -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": "Couldn’t 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 doesn’t support {protocol} requests",
|
||||
"importCurlParameter.label": "Import cURL",
|
||||
"importCurlParameter.showError.invalidCurlCommand.title": "Couldn’t 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 doesn’t 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",
|
||||
|
||||
Reference in New Issue
Block a user