mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +08:00
feat: Add filter to show only apps created by the user (#11968)
This commit is contained in:
@@ -190,6 +190,7 @@ const translation = {
|
||||
byCategories: 'NACH KATEGORIEN',
|
||||
searchAllTemplate: 'Alle Vorlagen durchsuchen...',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'Nur meine erstellten Apps anzeigen',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -169,6 +169,7 @@ const translation = {
|
||||
removeConfirmContent: 'The current configuration is in use, removing it will turn off the Tracing feature.',
|
||||
},
|
||||
},
|
||||
showMyCreatedAppsOnly: 'Created by me',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -183,6 +183,7 @@ const translation = {
|
||||
byCategories: 'POR CATEGORÍAS',
|
||||
searchAllTemplate: 'Buscar todas las plantillas...',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'Mostrar solo mis aplicaciones creadas',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -183,6 +183,7 @@ const translation = {
|
||||
byCategories: 'بر اساس دسته بندی ها',
|
||||
searchAllTemplate: 'همه قالب ها را جستجو کنید...',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'فقط برنامههای ایجاد شده توسط من را نشان بده',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -183,6 +183,7 @@ const translation = {
|
||||
byCategories: 'PAR CATÉGORIES',
|
||||
searchAllTemplate: 'Rechercher dans tous les modèles...',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'Afficher uniquement mes applications créées',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -183,6 +183,7 @@ const translation = {
|
||||
byCategories: 'श्रेणियों द्वारा',
|
||||
searchAllTemplate: 'सभी टेम्पलेट्स खोजें...',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'केवल मेरे बनाए गए ऐप्स दिखाएं',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -195,6 +195,7 @@ const translation = {
|
||||
byCategories: 'PER CATEGORIE',
|
||||
searchAllTemplate: 'Cerca in tutti i modelli...',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'Mostra solo le mie app create',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -184,6 +184,7 @@ const translation = {
|
||||
byCategories: 'カテゴリ別',
|
||||
searchAllTemplate: 'すべてのテンプレートを検索...',
|
||||
},
|
||||
showMyCreatedAppsOnly: '自分が作成したアプリ',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -179,6 +179,7 @@ const translation = {
|
||||
byCategories: '카테고리별',
|
||||
searchAllTemplate: '모든 템플릿 검색...',
|
||||
},
|
||||
showMyCreatedAppsOnly: '내가 만든 앱만 보기',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -190,6 +190,7 @@ const translation = {
|
||||
searchAllTemplate: 'Przeszukaj wszystkie szablony...',
|
||||
byCategories: 'WEDŁUG KATEGORII',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'Pokaż tylko moje utworzone aplikacje',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -183,6 +183,7 @@ const translation = {
|
||||
searchAllTemplate: 'Pesquisar todos os modelos...',
|
||||
byCategories: 'POR CATEGORIAS',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'Mostrar apenas meus aplicativos criados',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -183,6 +183,7 @@ const translation = {
|
||||
searchAllTemplate: 'Căutați toate șabloanele...',
|
||||
byCategories: 'DUPĂ CATEGORII',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'Afișează doar aplicațiile create de mine',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -183,6 +183,7 @@ const translation = {
|
||||
searchAllTemplate: 'Поиск по всем шаблонам...',
|
||||
byCategories: 'ПО КАТЕГОРИЯМ',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'Показать только созданные мной приложения',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -183,6 +183,7 @@ const translation = {
|
||||
byCategories: 'PO KATEGORIJAH',
|
||||
searchAllTemplate: 'Preišči vse predloge ...',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'Prikaži samo aplikacije, ki sem jih ustvaril',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -179,6 +179,7 @@ const translation = {
|
||||
searchAllTemplate: 'ค้นหาเทมเพลตทั้งหมด...',
|
||||
byCategories: 'ตามหมวดหมู่',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'แสดงเฉพาะแอปที่ฉันสร้าง',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -179,6 +179,7 @@ const translation = {
|
||||
searchAllTemplate: 'Tüm şablonlarda ara...',
|
||||
byCategories: 'KATEGORILERE GÖRE',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'Sadece oluşturduğum uygulamaları göster',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -183,6 +183,7 @@ const translation = {
|
||||
byCategories: 'ЗА КАТЕГОРІЯМИ',
|
||||
searchAllTemplate: 'Пошук по всіх шаблонах...',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'Показати лише створені мною додатки',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -183,6 +183,7 @@ const translation = {
|
||||
searchAllTemplate: 'Tìm kiếm tất cả các mẫu...',
|
||||
byCategories: 'THEO DANH MỤC',
|
||||
},
|
||||
showMyCreatedAppsOnly: 'Chỉ hiển thị ứng dụng do tôi tạo',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -170,6 +170,7 @@ const translation = {
|
||||
},
|
||||
},
|
||||
openInExplore: '在“探索”中打开',
|
||||
showMyCreatedAppsOnly: '我创建的',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@@ -182,6 +182,7 @@ const translation = {
|
||||
searchAllTemplate: '搜尋所有樣本...',
|
||||
byCategories: '按類別',
|
||||
},
|
||||
showMyCreatedAppsOnly: '我创建的',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
Reference in New Issue
Block a user