From 3624e5b8b7bec4fa272ed44a53907ba988163eda Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Mon, 27 Jan 2025 19:09:49 +0800 Subject: [PATCH] feat: Add n8n to the international version --- n8n/1.76.1/data.yml | 8 ++++++++ n8n/README_en.md | 13 +++++++++++++ n8n/data.yml | 8 ++++++++ 3 files changed, 29 insertions(+) create mode 100644 n8n/README_en.md diff --git a/n8n/1.76.1/data.yml b/n8n/1.76.1/data.yml index 6aa322a70..7b8b6817a 100644 --- a/n8n/1.76.1/data.yml +++ b/n8n/1.76.1/data.yml @@ -4,6 +4,14 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: HTTP 端口 + label: + en: Port + ja: ポート + ms: Port + pt-br: Porta + ru: Порт + zh-Hant: 埠 + zh: 端口 required: true rule: paramPort type: number diff --git a/n8n/README_en.md b/n8n/README_en.md new file mode 100644 index 000000000..6a55bc571 --- /dev/null +++ b/n8n/README_en.md @@ -0,0 +1,13 @@ +# n8n + +**n8n** is a scalable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, enabling self-hosting and allowing you to add your own custom functions, logic, and applications. Its node-based approach makes it highly versatile, allowing you to connect anything to everything. + +## Key Features: + +- **Workflow Automation**: Create automated workflows through a visual interface, connecting various apps and services. +- **Supports Multiple Applications**: Offers a wide range of integration nodes for apps and services like Google Sheets, Slack, GitHub, Twitter, and more. +- **Flexible Triggers and Actions**: Supports event-based triggers and various actions, enabling workflows to respond to specific events and perform related tasks. +- **Conditions and Loops**: Add conditional logic and loops to workflows to handle more complex processes. +- **Custom Code Execution**: Incorporate custom JavaScript code into workflows to implement advanced logic and processing. +- **Self-Hosting**: Host n8n on local or cloud servers to ensure data security and privacy. +- **Version Control**: Export workflows as JSON files for version control and backups. \ No newline at end of file diff --git a/n8n/data.yml b/n8n/data.yml index 779dfa852..01b205647 100644 --- a/n8n/data.yml +++ b/n8n/data.yml @@ -10,6 +10,14 @@ additionalProperties: - Tool shortDescZh: 免费且源代码可用的公平代码许可工作流自动化工具 shortDescEn: Free and source-available fair-code licensed workflow automation tool + description: + en: Free and source-available fair-code licensed workflow automation tool + ja: 無料でソースが利用可能な、公正なコードライセンスのワークフロー自動化ツール + ms: Alat automasi aliran kerja yang percuma dan tersedia sumber dengan lesen kod adil + pt-br: Ferramenta de automação de fluxo de trabalho gratuita e com código disponível sob licença de código justo + ru: Бесплатный и доступный с открытым исходным кодом инструмент автоматизации рабочих процессов с лицензией fair-code + zh-Hant: 免費且具來源可用性的公平代碼許可工作流程自動化工具 + zh: 免费且源代码可用的公平代码许可工作流自动化工具 type: tool crossVersionUpdate: true limit: 0