diff --git a/web/app/components/plugins/marketplace/search-page/index.tsx b/web/app/components/plugins/marketplace/search-page/index.tsx
index 7d53864975..c8eb597db1 100644
--- a/web/app/components/plugins/marketplace/search-page/index.tsx
+++ b/web/app/components/plugins/marketplace/search-page/index.tsx
@@ -210,7 +210,7 @@ const SearchPage = () => {
const renderTemplatesTab = () => {
if (templates.length === 0 && !templatesQuery.isLoading)
- return
+ return
return (
{renderTemplatesSection(templates)}
@@ -220,7 +220,7 @@ const SearchPage = () => {
const renderCreatorsTab = () => {
if (creators.length === 0 && !creatorsQuery.isLoading)
- return
+ return
return (
{renderCreatorsSection(creators)}
diff --git a/web/i18n/ar-TN/plugin.json b/web/i18n/ar-TN/plugin.json
index 4369f36d55..7d21f6584d 100644
--- a/web/i18n/ar-TN/plugin.json
+++ b/web/i18n/ar-TN/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "اكتشف",
"marketplace.empower": "تمكين تطوير الذكاء الاصطناعي الخاص بك",
"marketplace.moreFrom": "المزيد من السوق",
+ "marketplace.noCreatorFound": "لم يتم العثور على منشئ",
"marketplace.noPluginFound": "لم يتم العثور على إضافة",
"marketplace.noTemplateFound": "لم يتم العثور على قالب",
"marketplace.partnerTip": "تم التحقق بواسطة شريك Dify",
diff --git a/web/i18n/de-DE/plugin.json b/web/i18n/de-DE/plugin.json
index 918ef99781..f8857f124b 100644
--- a/web/i18n/de-DE/plugin.json
+++ b/web/i18n/de-DE/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "Entdecken",
"marketplace.empower": "Unterstützen Sie Ihre KI-Entwicklung",
"marketplace.moreFrom": "Mehr aus dem Marketplace",
+ "marketplace.noCreatorFound": "Kein Ersteller gefunden",
"marketplace.noPluginFound": "Kein Plugin gefunden",
"marketplace.noTemplateFound": "Keine Vorlage gefunden",
"marketplace.partnerTip": "Von einem Dify-Partner verifiziert",
diff --git a/web/i18n/en-US/plugin.json b/web/i18n/en-US/plugin.json
index f4416b011f..52e55ff599 100644
--- a/web/i18n/en-US/plugin.json
+++ b/web/i18n/en-US/plugin.json
@@ -198,6 +198,7 @@
"marketplace.featured": "Featured",
"marketplace.installs": "installs",
"marketplace.moreFrom": "More from Marketplace",
+ "marketplace.noCreatorFound": "No creator found",
"marketplace.noPluginFound": "No plugin found",
"marketplace.noTemplateFound": "No template found",
"marketplace.ourTopPicks": "Our top picks to get you started",
diff --git a/web/i18n/es-ES/plugin.json b/web/i18n/es-ES/plugin.json
index aa4a256161..40dc42e312 100644
--- a/web/i18n/es-ES/plugin.json
+++ b/web/i18n/es-ES/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "Descubrir",
"marketplace.empower": "Potencie su desarrollo de IA",
"marketplace.moreFrom": "Más de Marketplace",
+ "marketplace.noCreatorFound": "No se ha encontrado ningún creador",
"marketplace.noPluginFound": "No se ha encontrado ningún plugin",
"marketplace.noTemplateFound": "No se ha encontrado ninguna plantilla",
"marketplace.partnerTip": "Verificado por un socio de Dify",
diff --git a/web/i18n/fa-IR/plugin.json b/web/i18n/fa-IR/plugin.json
index daa2b7abb5..6a60d54e57 100644
--- a/web/i18n/fa-IR/plugin.json
+++ b/web/i18n/fa-IR/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "کشف",
"marketplace.empower": "توسعه هوش مصنوعی خود را توانمند کنید",
"marketplace.moreFrom": "اطلاعات بیشتر از Marketplace",
+ "marketplace.noCreatorFound": "هیچ سازندهای یافت نشد",
"marketplace.noPluginFound": "هیچ افزونه ای یافت نشد",
"marketplace.noTemplateFound": "هیچ قالبی یافت نشد",
"marketplace.partnerTip": "تأیید شده توسط یک شریک دیفی",
diff --git a/web/i18n/fr-FR/plugin.json b/web/i18n/fr-FR/plugin.json
index f07b06782c..1f8f5ec209 100644
--- a/web/i18n/fr-FR/plugin.json
+++ b/web/i18n/fr-FR/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "Découvrir",
"marketplace.empower": "Renforcez le développement de votre IA",
"marketplace.moreFrom": "Plus de Marketplace",
+ "marketplace.noCreatorFound": "Aucun créateur trouvé",
"marketplace.noPluginFound": "Aucun plugin trouvé",
"marketplace.noTemplateFound": "Aucun modèle trouvé",
"marketplace.partnerTip": "Vérifié par un partenaire Dify",
diff --git a/web/i18n/hi-IN/plugin.json b/web/i18n/hi-IN/plugin.json
index 941093553e..45e3a1f0d6 100644
--- a/web/i18n/hi-IN/plugin.json
+++ b/web/i18n/hi-IN/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "खोजें",
"marketplace.empower": "अपने एआई विकास को सशक्त बनाएं",
"marketplace.moreFrom": "मार्केटप्लेस से अधिक",
+ "marketplace.noCreatorFound": "कोई क्रिएटर नहीं मिला",
"marketplace.noPluginFound": "कोई प्लगइन नहीं मिला",
"marketplace.noTemplateFound": "कोई टेम्पलेट नहीं मिला",
"marketplace.partnerTip": "Dify भागीदार द्वारा सत्यापित",
diff --git a/web/i18n/id-ID/plugin.json b/web/i18n/id-ID/plugin.json
index c786c93d9d..1efcb2e6c5 100644
--- a/web/i18n/id-ID/plugin.json
+++ b/web/i18n/id-ID/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "Menemukan",
"marketplace.empower": "Berdayakan pengembangan AI Anda",
"marketplace.moreFrom": "Selengkapnya dari Marketplace",
+ "marketplace.noCreatorFound": "Tidak ada kreator yang ditemukan",
"marketplace.noPluginFound": "Tidak ada plugin yang ditemukan",
"marketplace.noTemplateFound": "Tidak ada template yang ditemukan",
"marketplace.partnerTip": "Diverifikasi oleh partner Dify",
diff --git a/web/i18n/it-IT/plugin.json b/web/i18n/it-IT/plugin.json
index b3e5e0743e..5bdc5b6c93 100644
--- a/web/i18n/it-IT/plugin.json
+++ b/web/i18n/it-IT/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "Scoprire",
"marketplace.empower": "Potenzia lo sviluppo dell'intelligenza artificiale",
"marketplace.moreFrom": "Altro da Marketplace",
+ "marketplace.noCreatorFound": "Nessun creatore trovato",
"marketplace.noPluginFound": "Nessun plug-in trovato",
"marketplace.noTemplateFound": "Nessun modello trovato",
"marketplace.partnerTip": "Verificato da un partner Dify",
diff --git a/web/i18n/ja-JP/plugin.json b/web/i18n/ja-JP/plugin.json
index 5ab729cbe5..6f59318947 100644
--- a/web/i18n/ja-JP/plugin.json
+++ b/web/i18n/ja-JP/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "探索",
"marketplace.empower": "AI 開発をサポートする",
"marketplace.moreFrom": "マーケットプレイスからのさらなる情報",
+ "marketplace.noCreatorFound": "クリエイターが見つかりません",
"marketplace.noPluginFound": "プラグインが見つかりません",
"marketplace.noTemplateFound": "テンプレートが見つかりません",
"marketplace.partnerTip": "このプラグインは Dify のパートナーによって認証されています",
diff --git a/web/i18n/ko-KR/plugin.json b/web/i18n/ko-KR/plugin.json
index d631b121dd..c17a7a2606 100644
--- a/web/i18n/ko-KR/plugin.json
+++ b/web/i18n/ko-KR/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "발견하다",
"marketplace.empower": "AI 개발 역량 강화",
"marketplace.moreFrom": "Marketplace 에서 더 보기",
+ "marketplace.noCreatorFound": "크리에이터를 찾을 수 없습니다.",
"marketplace.noPluginFound": "플러그인을 찾을 수 없습니다.",
"marketplace.noTemplateFound": "템플릿을 찾을 수 없습니다.",
"marketplace.partnerTip": "Dify 파트너에 의해 확인됨",
diff --git a/web/i18n/pl-PL/plugin.json b/web/i18n/pl-PL/plugin.json
index 4c873aafe2..a2bef8ac79 100644
--- a/web/i18n/pl-PL/plugin.json
+++ b/web/i18n/pl-PL/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "Odkryć",
"marketplace.empower": "Zwiększ możliwości rozwoju sztucznej inteligencji",
"marketplace.moreFrom": "Więcej z Marketplace",
+ "marketplace.noCreatorFound": "Nie znaleziono twórcy",
"marketplace.noPluginFound": "Nie znaleziono wtyczki",
"marketplace.noTemplateFound": "Nie znaleziono szablonu",
"marketplace.partnerTip": "Zweryfikowane przez partnera Dify",
diff --git a/web/i18n/pt-BR/plugin.json b/web/i18n/pt-BR/plugin.json
index 385aa319b8..6e1f9aeaf3 100644
--- a/web/i18n/pt-BR/plugin.json
+++ b/web/i18n/pt-BR/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "Descobrir",
"marketplace.empower": "Capacite seu desenvolvimento de IA",
"marketplace.moreFrom": "Mais do Marketplace",
+ "marketplace.noCreatorFound": "Nenhum criador encontrado",
"marketplace.noPluginFound": "Nenhum plugin encontrado",
"marketplace.noTemplateFound": "Nenhum modelo encontrado",
"marketplace.partnerTip": "Verificado por um parceiro da Dify",
diff --git a/web/i18n/ro-RO/plugin.json b/web/i18n/ro-RO/plugin.json
index d02fd21081..4a6891fc2d 100644
--- a/web/i18n/ro-RO/plugin.json
+++ b/web/i18n/ro-RO/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "Descoperi",
"marketplace.empower": "Îmbunătățește-ți dezvoltarea AI",
"marketplace.moreFrom": "Mai multe din Marketplace",
+ "marketplace.noCreatorFound": "Nu s-a găsit niciun creator",
"marketplace.noPluginFound": "Nu s-a găsit niciun plugin",
"marketplace.noTemplateFound": "Nu s-a găsit niciun șablon",
"marketplace.partnerTip": "Verificat de un partener Dify",
diff --git a/web/i18n/ru-RU/plugin.json b/web/i18n/ru-RU/plugin.json
index 702d1abb63..9c84d75fe2 100644
--- a/web/i18n/ru-RU/plugin.json
+++ b/web/i18n/ru-RU/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "Обнаруживать",
"marketplace.empower": "Расширьте возможности разработки ИИ",
"marketplace.moreFrom": "Больше из Marketplace",
+ "marketplace.noCreatorFound": "Создатель не найден",
"marketplace.noPluginFound": "Плагин не найден",
"marketplace.noTemplateFound": "Шаблон не найден",
"marketplace.partnerTip": "Подтверждено партнером Dify",
diff --git a/web/i18n/sl-SI/plugin.json b/web/i18n/sl-SI/plugin.json
index 0e718059c8..309fc83ac0 100644
--- a/web/i18n/sl-SI/plugin.json
+++ b/web/i18n/sl-SI/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "Odkrijte",
"marketplace.empower": "Okrepite svoj razvoj AI",
"marketplace.moreFrom": "Več iz tržnice",
+ "marketplace.noCreatorFound": "Nobenega ustvarjalca ni bilo najti.",
"marketplace.noPluginFound": "Nobenega vtičnika ni bilo najti.",
"marketplace.noTemplateFound": "Nobene predloge ni bilo najti.",
"marketplace.partnerTip": "Potrjeno s strani partnerja Dify",
diff --git a/web/i18n/th-TH/plugin.json b/web/i18n/th-TH/plugin.json
index d1c58871e3..f96ca7b16e 100644
--- a/web/i18n/th-TH/plugin.json
+++ b/web/i18n/th-TH/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "ค้นพบ",
"marketplace.empower": "เพิ่มศักยภาพในการพัฒนา AI ของคุณ",
"marketplace.moreFrom": "แอปเพิ่มเติมจาก Marketplace",
+ "marketplace.noCreatorFound": "ไม่พบผู้สร้าง",
"marketplace.noPluginFound": "ไม่พบปลั๊กอิน",
"marketplace.noTemplateFound": "ไม่พบเทมเพลต",
"marketplace.partnerTip": "ได้รับการตรวจสอบโดยพันธมิตรของ Dify",
diff --git a/web/i18n/tr-TR/plugin.json b/web/i18n/tr-TR/plugin.json
index c7146d889f..5e46a44705 100644
--- a/web/i18n/tr-TR/plugin.json
+++ b/web/i18n/tr-TR/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "Keşfetmek",
"marketplace.empower": "Yapay zeka geliştirmenizi güçlendirin",
"marketplace.moreFrom": "Marketplace'ten daha fazlası",
+ "marketplace.noCreatorFound": "İçerik oluşturucu bulunamadı",
"marketplace.noPluginFound": "Eklenti bulunamadı",
"marketplace.noTemplateFound": "Şablon bulunamadı",
"marketplace.partnerTip": "Dify partner'ı tarafından doğrulandı",
diff --git a/web/i18n/uk-UA/plugin.json b/web/i18n/uk-UA/plugin.json
index d4d83d0979..6d33520824 100644
--- a/web/i18n/uk-UA/plugin.json
+++ b/web/i18n/uk-UA/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "Виявити",
"marketplace.empower": "Розширюйте можливості розробки штучного інтелекту",
"marketplace.moreFrom": "Більше від Marketplace",
+ "marketplace.noCreatorFound": "Творця не знайдено",
"marketplace.noPluginFound": "Плагін не знайдено",
"marketplace.noTemplateFound": "Шаблон не знайдено",
"marketplace.partnerTip": "Перевірено партнером Dify",
diff --git a/web/i18n/vi-VN/plugin.json b/web/i18n/vi-VN/plugin.json
index 7c7541c9bf..be4e46694f 100644
--- a/web/i18n/vi-VN/plugin.json
+++ b/web/i18n/vi-VN/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "Khám phá",
"marketplace.empower": "Hỗ trợ phát triển AI của bạn",
"marketplace.moreFrom": "Các ứng dụng khác từ Marketplace",
+ "marketplace.noCreatorFound": "Không tìm thấy người tạo nào",
"marketplace.noPluginFound": "Không tìm thấy plugin nào",
"marketplace.noTemplateFound": "Không tìm thấy mẫu nào",
"marketplace.partnerTip": "Được xác nhận bởi một đối tác của Dify",
diff --git a/web/i18n/zh-Hans/plugin.json b/web/i18n/zh-Hans/plugin.json
index 43e49e9b2d..2eee31072f 100644
--- a/web/i18n/zh-Hans/plugin.json
+++ b/web/i18n/zh-Hans/plugin.json
@@ -198,6 +198,7 @@
"marketplace.featured": "精选",
"marketplace.installs": "次安装",
"marketplace.moreFrom": "更多来自市场",
+ "marketplace.noCreatorFound": "未找到创作者",
"marketplace.noPluginFound": "未找到插件",
"marketplace.noTemplateFound": "未找到模板",
"marketplace.ourTopPicks": "我们精选推荐",
diff --git a/web/i18n/zh-Hant/plugin.json b/web/i18n/zh-Hant/plugin.json
index 12efccf279..ca2d39ae0d 100644
--- a/web/i18n/zh-Hant/plugin.json
+++ b/web/i18n/zh-Hant/plugin.json
@@ -195,6 +195,7 @@
"marketplace.discover": "發現",
"marketplace.empower": "為您的 AI 開發提供支援",
"marketplace.moreFrom": "來自 Marketplace 的更多內容",
+ "marketplace.noCreatorFound": "未找到創作者",
"marketplace.noPluginFound": "未找到插件",
"marketplace.noTemplateFound": "未找到模板",
"marketplace.partnerTip": "由 Dify 合作夥伴驗證",