dify/web/i18n
yyh ea88bcfbd2
feat: add ZIP skill import with client-side extraction
Add import skill modal that accepts .zip files via drag-and-drop or
file picker, extracts them client-side using fflate, validates structure
and security constraints, then batch uploads via presigned URLs.

- Add fflate dependency for browser-side ZIP decompression
- Create zip-extract.ts with fflate filter API for validation
- Create zip-to-upload-tree.ts for BatchUploadNodeInput tree building
- Create import-skill-modal.tsx with drag-and-drop support
- Lazy-load ImportSkillModal via next/dynamic for bundle optimization
- Add en-US and zh-Hans i18n keys for import modal
2026-01-30 21:54:00 +08:00
..
ar-TN feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
de-DE feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
en-US feat: add ZIP skill import with client-side extraction 2026-01-30 21:54:00 +08:00
es-ES feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
fa-IR feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
fr-FR feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
hi-IN feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
id-ID feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
it-IT feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
ja-JP feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
ko-KR feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
pl-PL feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
pt-BR feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
ro-RO feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
ru-RU feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
sl-SI feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
th-TH feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
tr-TR feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
uk-UA feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
vi-VN feat: mouse right click can add new comment 2026-01-29 09:13:12 +08:00
zh-Hans feat: add ZIP skill import with client-side extraction 2026-01-30 21:54:00 +08:00
zh-Hant chore: llm editor prompt placeholder support sandbox 2026-01-29 16:57:04 +08:00