hotfix: fix translation (#23757)

This commit is contained in:
NeatGuyCoding
2025-08-11 22:36:39 +08:00
committed by GitHub
parent 2944a4fd43
commit bc1cfd4373
17 changed files with 98 additions and 13 deletions

View File

@@ -271,6 +271,8 @@ const translation = {
noWorkflowNodesFound: 'Keine Workflow-Knoten gefunden', noWorkflowNodesFound: 'Keine Workflow-Knoten gefunden',
noKnowledgeBasesFound: 'Keine Wissensdatenbanken gefunden', noKnowledgeBasesFound: 'Keine Wissensdatenbanken gefunden',
noAppsFound: 'Keine Apps gefunden', noAppsFound: 'Keine Apps gefunden',
tryDifferentTerm: 'Versuchen Sie einen anderen Suchbegriff oder entfernen Sie den {{mode}}-Filter',
trySpecificSearch: 'Versuchen Sie {{shortcuts}} für spezifische Suchen',
}, },
groups: { groups: {
knowledgeBases: 'Wissensdatenbanken', knowledgeBases: 'Wissensdatenbanken',
@@ -291,6 +293,9 @@ const translation = {
selectSearchType: 'Wählen Sie aus, wonach gesucht werden soll', selectSearchType: 'Wählen Sie aus, wonach gesucht werden soll',
commandHint: 'Geben Sie @ ein, um nach Kategorie zu suchen', commandHint: 'Geben Sie @ ein, um nach Kategorie zu suchen',
searchHint: 'Beginnen Sie mit der Eingabe, um alles sofort zu durchsuchen', searchHint: 'Beginnen Sie mit der Eingabe, um alles sofort zu durchsuchen',
resultCount: '{{count}} Ergebnis',
resultCount_other: '{{count}} Ergebnisse',
inScope: 'in {{scope}}s',
}, },
} }

View File

@@ -269,6 +269,8 @@ const translation = {
noPluginsFound: 'No se encontraron complementos', noPluginsFound: 'No se encontraron complementos',
noWorkflowNodesFound: 'No se encontraron nodos de flujo de trabajo', noWorkflowNodesFound: 'No se encontraron nodos de flujo de trabajo',
noKnowledgeBasesFound: 'No se han encontrado bases de conocimiento', noKnowledgeBasesFound: 'No se han encontrado bases de conocimiento',
tryDifferentTerm: 'Intenta un término de búsqueda diferente o elimina el filtro {{mode}}',
trySpecificSearch: 'Prueba {{shortcuts}} para búsquedas específicas',
}, },
groups: { groups: {
apps: 'Aplicaciones', apps: 'Aplicaciones',
@@ -278,7 +280,7 @@ const translation = {
}, },
clearToSearchAll: 'Borrar @ para buscar todo', clearToSearchAll: 'Borrar @ para buscar todo',
noResults: 'No se han encontrado resultados', noResults: 'No se han encontrado resultados',
searching: 'Minucioso...', searching: 'Buscando...',
searchTemporarilyUnavailable: 'La búsqueda no está disponible temporalmente', searchTemporarilyUnavailable: 'La búsqueda no está disponible temporalmente',
searchFailed: 'Error de búsqueda', searchFailed: 'Error de búsqueda',
useAtForSpecific: 'Use @ para tipos específicos', useAtForSpecific: 'Use @ para tipos específicos',
@@ -289,6 +291,9 @@ const translation = {
searchHint: 'Empieza a escribir para buscar todo al instante', searchHint: 'Empieza a escribir para buscar todo al instante',
commandHint: 'Escriba @ para buscar por categoría', commandHint: 'Escriba @ para buscar por categoría',
selectSearchType: 'Elige qué buscar', selectSearchType: 'Elige qué buscar',
resultCount: '{{count}} resultado',
resultCount_other: '{{count}} resultados',
inScope: 'en {{scope}}s',
}, },
} }

View File

@@ -269,10 +269,12 @@ const translation = {
noAppsFound: 'هیچ برنامه ای یافت نشد', noAppsFound: 'هیچ برنامه ای یافت نشد',
noPluginsFound: 'هیچ افزونه ای یافت نشد', noPluginsFound: 'هیچ افزونه ای یافت نشد',
noWorkflowNodesFound: 'هیچ گره گردش کاری یافت نشد', noWorkflowNodesFound: 'هیچ گره گردش کاری یافت نشد',
tryDifferentTerm: 'یک عبارت جستجوی متفاوت را امتحان کنید یا فیلتر {{mode}} را حذف کنید',
trySpecificSearch: '{{shortcuts}} را برای جستجوهای خاص امتحان کنید',
}, },
groups: { groups: {
plugins: 'پلاگین', plugins: 'پلاگین',
apps: 'واژهنامه', apps: 'برنامهها',
knowledgeBases: 'پایگاه های دانش', knowledgeBases: 'پایگاه های دانش',
workflowNodes: 'گره های گردش کار', workflowNodes: 'گره های گردش کار',
}, },
@@ -289,6 +291,9 @@ const translation = {
selectSearchType: 'انتخاب کنید چه چیزی را جستجو کنید', selectSearchType: 'انتخاب کنید چه چیزی را جستجو کنید',
commandHint: '@ را برای مرور بر اساس دسته بندی تایپ کنید', commandHint: '@ را برای مرور بر اساس دسته بندی تایپ کنید',
searchHint: 'شروع به تایپ کنید تا فورا همه چیز را جستجو کنید', searchHint: 'شروع به تایپ کنید تا فورا همه چیز را جستجو کنید',
resultCount: '{{count}} نتیجه',
resultCount_other: '{{count}} نتیجه',
inScope: 'در {{scope}}s',
}, },
} }

View File

@@ -262,16 +262,18 @@ const translation = {
searchWorkflowNodes: 'Rechercher des nœuds de workflow', searchWorkflowNodes: 'Rechercher des nœuds de workflow',
searchKnowledgeBases: 'Rechercher dans les bases de connaissances', searchKnowledgeBases: 'Rechercher dans les bases de connaissances',
searchApplications: 'Rechercher des applications', searchApplications: 'Rechercher des applications',
searchWorkflowNodesHelp: 'Cette fonctionnalité ne fonctionne que lors de laffichage dun flux de travail. Accédez dabord à un flux de travail.', searchWorkflowNodesHelp: 'Cette fonctionnalité ne fonctionne que lors de l\'affichage d\'un flux de travail. Accédez d\'abord à un flux de travail.',
}, },
emptyState: { emptyState: {
noKnowledgeBasesFound: 'Aucune base de connaissances trouvée', noKnowledgeBasesFound: 'Aucune base de connaissances trouvée',
noAppsFound: 'Aucune application trouvée', noAppsFound: 'Aucune application trouvée',
noPluginsFound: 'Aucun plugin trouvé', noPluginsFound: 'Aucun plugin trouvé',
noWorkflowNodesFound: 'Aucun nœud de workflow trouvé', noWorkflowNodesFound: 'Aucun nœud de workflow trouvé',
tryDifferentTerm: 'Essayez un terme de recherche différent ou supprimez le filtre {{mode}}',
trySpecificSearch: 'Essayez {{shortcuts}} pour des recherches spécifiques',
}, },
groups: { groups: {
apps: 'Apps', apps: 'Applications',
workflowNodes: 'Nœuds de flux de travail', workflowNodes: 'Nœuds de flux de travail',
knowledgeBases: 'Bases de connaissances', knowledgeBases: 'Bases de connaissances',
plugins: 'Plug-ins', plugins: 'Plug-ins',
@@ -280,7 +282,7 @@ const translation = {
servicesUnavailableMessage: 'Certains services de recherche peuvent rencontrer des problèmes. Réessayez dans un instant.', servicesUnavailableMessage: 'Certains services de recherche peuvent rencontrer des problèmes. Réessayez dans un instant.',
useAtForSpecific: 'Utilisez @ pour des types spécifiques', useAtForSpecific: 'Utilisez @ pour des types spécifiques',
searchTemporarilyUnavailable: 'Recherche temporairement indisponible', searchTemporarilyUnavailable: 'Recherche temporairement indisponible',
searchTitle: 'Recherchez nimporte quoi', searchTitle: 'Recherchez n\'importe quoi',
clearToSearchAll: 'Effacer @ pour rechercher tout', clearToSearchAll: 'Effacer @ pour rechercher tout',
searching: 'Recherche...', searching: 'Recherche...',
searchPlaceholder: 'Recherchez ou tapez @ pour les commandes...', searchPlaceholder: 'Recherchez ou tapez @ pour les commandes...',
@@ -289,6 +291,9 @@ const translation = {
commandHint: 'Tapez @ pour parcourir par catégorie', commandHint: 'Tapez @ pour parcourir par catégorie',
selectSearchType: 'Choisissez les éléments de recherche', selectSearchType: 'Choisissez les éléments de recherche',
searchHint: 'Commencez à taper pour tout rechercher instantanément', searchHint: 'Commencez à taper pour tout rechercher instantanément',
resultCount: '{{count}} résultat',
resultCount_other: '{{count}} résultats',
inScope: 'dans {{scope}}s',
}, },
} }

View File

@@ -269,6 +269,8 @@ const translation = {
noAppsFound: 'कोई ऐप्स नहीं मिले', noAppsFound: 'कोई ऐप्स नहीं मिले',
noKnowledgeBasesFound: 'कोई ज्ञान आधार नहीं मिले', noKnowledgeBasesFound: 'कोई ज्ञान आधार नहीं मिले',
noWorkflowNodesFound: 'कोई कार्यप्रवाह नोड नहीं मिला', noWorkflowNodesFound: 'कोई कार्यप्रवाह नोड नहीं मिला',
tryDifferentTerm: 'एक अलग खोज शब्द आज़माएं या {{mode}} फ़िल्टर हटा दें',
trySpecificSearch: 'विशिष्ट खोज के लिए {{shortcuts}} आज़माएं',
}, },
groups: { groups: {
apps: 'ऐप्स', apps: 'ऐप्स',
@@ -289,6 +291,9 @@ const translation = {
commandHint: '@ का उपयोग कर श्रेणी के अनुसार ब्राउज़ करें', commandHint: '@ का उपयोग कर श्रेणी के अनुसार ब्राउज़ करें',
selectSearchType: 'खोजने के लिए क्या चुनें', selectSearchType: 'खोजने के लिए क्या चुनें',
searchHint: 'सब कुछ तुरंत खोजने के लिए टाइप करना शुरू करें', searchHint: 'सब कुछ तुरंत खोजने के लिए टाइप करना शुरू करें',
resultCount: '{{count}} परिणाम',
resultCount_other: '{{count}} परिणाम',
inScope: '{{scope}}s में',
}, },
} }

View File

@@ -275,6 +275,8 @@ const translation = {
noAppsFound: 'Nessuna app trovata', noAppsFound: 'Nessuna app trovata',
noWorkflowNodesFound: 'Nessun nodo del flusso di lavoro trovato', noWorkflowNodesFound: 'Nessun nodo del flusso di lavoro trovato',
noPluginsFound: 'Nessun plugin trovato', noPluginsFound: 'Nessun plugin trovato',
tryDifferentTerm: 'Prova un termine di ricerca diverso o rimuovi il filtro {{mode}}',
trySpecificSearch: 'Prova {{shortcuts}} per ricerche specifiche',
}, },
groups: { groups: {
knowledgeBases: 'Basi di conoscenza', knowledgeBases: 'Basi di conoscenza',
@@ -284,7 +286,7 @@ const translation = {
}, },
searchTitle: 'Cerca qualsiasi cosa', searchTitle: 'Cerca qualsiasi cosa',
searchPlaceholder: 'Cerca o digita @ per i comandi...', searchPlaceholder: 'Cerca o digita @ per i comandi...',
searching: 'Indagatore...', searching: 'Ricerca in corso...',
searchTemporarilyUnavailable: 'Ricerca temporaneamente non disponibile', searchTemporarilyUnavailable: 'Ricerca temporaneamente non disponibile',
searchFailed: 'Ricerca non riuscita', searchFailed: 'Ricerca non riuscita',
servicesUnavailableMessage: 'Alcuni servizi di ricerca potrebbero riscontrare problemi. Riprova tra un attimo.', servicesUnavailableMessage: 'Alcuni servizi di ricerca potrebbero riscontrare problemi. Riprova tra un attimo.',
@@ -295,6 +297,9 @@ const translation = {
selectSearchType: 'Scegli cosa cercare', selectSearchType: 'Scegli cosa cercare',
commandHint: 'Digita @ per sfogliare per categoria', commandHint: 'Digita @ per sfogliare per categoria',
searchHint: 'Inizia a digitare per cercare tutto all\'istante', searchHint: 'Inizia a digitare per cercare tutto all\'istante',
resultCount: '{{count}} risultato',
resultCount_other: '{{count}} risultati',
inScope: 'in {{scope}}s',
}, },
} }

View File

@@ -289,6 +289,8 @@ const translation = {
noPluginsFound: '플러그인을 찾을 수 없습니다.', noPluginsFound: '플러그인을 찾을 수 없습니다.',
noKnowledgeBasesFound: '기술 자료를 찾을 수 없습니다.', noKnowledgeBasesFound: '기술 자료를 찾을 수 없습니다.',
noWorkflowNodesFound: '워크플로 노드를 찾을 수 없습니다.', noWorkflowNodesFound: '워크플로 노드를 찾을 수 없습니다.',
tryDifferentTerm: '다른 검색어를 시도하거나 {{mode}} 필터를 제거하세요',
trySpecificSearch: '특정 검색을 위해 {{shortcuts}}를 사용해보세요',
}, },
groups: { groups: {
apps: '앱', apps: '앱',
@@ -309,6 +311,9 @@ const translation = {
selectSearchType: '검색할 항목 선택', selectSearchType: '검색할 항목 선택',
commandHint: '@를 입력하여 카테고리별로 찾아봅니다.', commandHint: '@를 입력하여 카테고리별로 찾아봅니다.',
searchHint: '즉시 모든 것을 검색하려면 입력을 시작하세요.', searchHint: '즉시 모든 것을 검색하려면 입력을 시작하세요.',
resultCount: '{{count}} 개 결과',
resultCount_other: '{{count}} 개 결과',
inScope: '{{scope}}s 내에서',
}, },
} }

View File

@@ -270,6 +270,8 @@ const translation = {
noKnowledgeBasesFound: 'Nie znaleziono baz wiedzy', noKnowledgeBasesFound: 'Nie znaleziono baz wiedzy',
noWorkflowNodesFound: 'Nie znaleziono węzłów przepływu pracy', noWorkflowNodesFound: 'Nie znaleziono węzłów przepływu pracy',
noPluginsFound: 'Nie znaleziono wtyczek', noPluginsFound: 'Nie znaleziono wtyczek',
tryDifferentTerm: 'Spróbuj innego terminu wyszukiwania lub usuń filtr {{mode}}',
trySpecificSearch: 'Spróbuj {{shortcuts}} dla konkretnych wyszukiwań',
}, },
groups: { groups: {
apps: 'Aplikacje', apps: 'Aplikacje',
@@ -290,6 +292,9 @@ const translation = {
searchHint: 'Zacznij pisać, aby natychmiast wszystko przeszukać', searchHint: 'Zacznij pisać, aby natychmiast wszystko przeszukać',
commandHint: 'Wpisz @, aby przeglądać według kategorii', commandHint: 'Wpisz @, aby przeglądać według kategorii',
selectSearchType: 'Wybierz, czego chcesz szukać', selectSearchType: 'Wybierz, czego chcesz szukać',
resultCount: '{{count}} wynik',
resultCount_other: '{{count}} wyników',
inScope: 'w {{scope}}s',
}, },
} }

View File

@@ -269,9 +269,11 @@ const translation = {
noPluginsFound: 'Nenhum plugin encontrado', noPluginsFound: 'Nenhum plugin encontrado',
noWorkflowNodesFound: 'Nenhum nó de fluxo de trabalho encontrado', noWorkflowNodesFound: 'Nenhum nó de fluxo de trabalho encontrado',
noKnowledgeBasesFound: 'Nenhuma base de conhecimento encontrada', noKnowledgeBasesFound: 'Nenhuma base de conhecimento encontrada',
tryDifferentTerm: 'Tente um termo de pesquisa diferente ou remova o filtro {{mode}}',
trySpecificSearch: 'Tente {{shortcuts}} para pesquisas específicas',
}, },
groups: { groups: {
apps: 'Apps', apps: 'Aplicativos',
knowledgeBases: 'Bases de conhecimento', knowledgeBases: 'Bases de conhecimento',
plugins: 'Plugins', plugins: 'Plugins',
workflowNodes: 'Nós de fluxo de trabalho', workflowNodes: 'Nós de fluxo de trabalho',
@@ -289,6 +291,9 @@ const translation = {
searchHint: 'Comece a digitar para pesquisar tudo instantaneamente', searchHint: 'Comece a digitar para pesquisar tudo instantaneamente',
commandHint: 'Digite @ para navegar por categoria', commandHint: 'Digite @ para navegar por categoria',
selectSearchType: 'Escolha o que pesquisar', selectSearchType: 'Escolha o que pesquisar',
resultCount: '{{count}} resultado',
resultCount_other: '{{count}} resultados',
inScope: 'em {{scope}}s',
}, },
} }

View File

@@ -269,6 +269,8 @@ const translation = {
noPluginsFound: 'Nu au fost găsite plugin-uri', noPluginsFound: 'Nu au fost găsite plugin-uri',
noWorkflowNodesFound: 'Nu au fost găsite noduri de flux de lucru', noWorkflowNodesFound: 'Nu au fost găsite noduri de flux de lucru',
noKnowledgeBasesFound: 'Nu au fost găsite baze de cunoștințe', noKnowledgeBasesFound: 'Nu au fost găsite baze de cunoștințe',
tryDifferentTerm: 'Încercați un termen de căutare diferit sau eliminați filtrul {{mode}}',
trySpecificSearch: 'Încercați {{shortcuts}} pentru căutări specifice',
}, },
groups: { groups: {
knowledgeBases: 'Baze de cunoștințe', knowledgeBases: 'Baze de cunoștințe',
@@ -289,6 +291,9 @@ const translation = {
selectSearchType: 'Alegeți ce să căutați', selectSearchType: 'Alegeți ce să căutați',
commandHint: 'Tastați @ pentru a naviga după categorie', commandHint: 'Tastați @ pentru a naviga după categorie',
searchHint: 'Începeți să tastați pentru a căuta totul instantaneu', searchHint: 'Începeți să tastați pentru a căuta totul instantaneu',
resultCount: '{{count}} rezultat',
resultCount_other: '{{count}} rezultate',
inScope: 'în {{scope}}s',
}, },
} }

View File

@@ -269,6 +269,8 @@ const translation = {
noKnowledgeBasesFound: 'Базы знаний не найдены', noKnowledgeBasesFound: 'Базы знаний не найдены',
noAppsFound: 'Приложения не найдены', noAppsFound: 'Приложения не найдены',
noWorkflowNodesFound: 'Узлы расчетной схемы не найдены', noWorkflowNodesFound: 'Узлы расчетной схемы не найдены',
tryDifferentTerm: 'Попробуйте другой поисковый термин или удалите фильтр {{mode}}',
trySpecificSearch: 'Попробуйте {{shortcuts}} для конкретного поиска',
}, },
groups: { groups: {
knowledgeBases: 'Базы знаний', knowledgeBases: 'Базы знаний',
@@ -289,6 +291,9 @@ const translation = {
searchHint: 'Начните печатать, чтобы мгновенно искать все', searchHint: 'Начните печатать, чтобы мгновенно искать все',
commandHint: 'Введите @ для просмотра по категориям', commandHint: 'Введите @ для просмотра по категориям',
selectSearchType: 'Выберите, что искать', selectSearchType: 'Выберите, что искать',
resultCount: '{{count}} результат',
resultCount_other: '{{count}} результатов',
inScope: 'в {{scope}}s',
}, },
} }

View File

@@ -269,10 +269,12 @@ const translation = {
noWorkflowNodesFound: 'Vozlišča poteka dela niso bila najdena', noWorkflowNodesFound: 'Vozlišča poteka dela niso bila najdena',
noKnowledgeBasesFound: 'Zbirk znanja ni mogoče najti', noKnowledgeBasesFound: 'Zbirk znanja ni mogoče najti',
noAppsFound: 'Ni bilo najdenih aplikacij', noAppsFound: 'Ni bilo najdenih aplikacij',
tryDifferentTerm: 'Poskusite z drugim iskalnim izrazom ali odstranite filter {{mode}}',
trySpecificSearch: 'Poskusite {{shortcuts}} za specifična iskanja',
}, },
groups: { groups: {
workflowNodes: 'Vozlišča poteka dela', workflowNodes: 'Vozlišča poteka dela',
apps: 'Apps', apps: 'Aplikacije',
knowledgeBases: 'Baze znanja', knowledgeBases: 'Baze znanja',
plugins: 'Vtičniki', plugins: 'Vtičniki',
}, },
@@ -289,6 +291,9 @@ const translation = {
commandHint: 'Vnesite @ za brskanje po kategoriji', commandHint: 'Vnesite @ za brskanje po kategoriji',
selectSearchType: 'Izberite, kaj želite iskati', selectSearchType: 'Izberite, kaj želite iskati',
searchHint: 'Začnite tipkati, da takoj preiščete vse', searchHint: 'Začnite tipkati, da takoj preiščete vse',
resultCount: '{{count}} rezultat',
resultCount_other: '{{count}} rezultatov',
inScope: 'v {{scope}}s',
}, },
} }

View File

@@ -265,9 +265,11 @@ const translation = {
noAppsFound: 'ไม่พบแอป', noAppsFound: 'ไม่พบแอป',
noWorkflowNodesFound: 'ไม่พบโหนดเวิร์กโฟลว์', noWorkflowNodesFound: 'ไม่พบโหนดเวิร์กโฟลว์',
noKnowledgeBasesFound: 'ไม่พบฐานความรู้', noKnowledgeBasesFound: 'ไม่พบฐานความรู้',
tryDifferentTerm: 'ลองใช้คำค้นหาที่แตกต่างออกไปหรือลบตัวกรอง {{mode}}',
trySpecificSearch: 'ลองใช้ {{shortcuts}} สำหรับการค้นหาเฉพาะ',
}, },
groups: { groups: {
apps: 'ปพลิ เค ชัน', apps: 'แอปพลิเคชัน',
knowledgeBases: 'ฐานความรู้', knowledgeBases: 'ฐานความรู้',
plugins: 'ปลั๊กอิน', plugins: 'ปลั๊กอิน',
workflowNodes: 'โหนดเวิร์กโฟลว์', workflowNodes: 'โหนดเวิร์กโฟลว์',
@@ -285,6 +287,9 @@ const translation = {
searchHint: 'เริ่มพิมพ์เพื่อค้นหาทุกอย่างได้ทันที', searchHint: 'เริ่มพิมพ์เพื่อค้นหาทุกอย่างได้ทันที',
selectSearchType: 'เลือกสิ่งที่จะค้นหา', selectSearchType: 'เลือกสิ่งที่จะค้นหา',
commandHint: 'พิมพ์ @ เพื่อเรียกดูตามหมวดหมู่', commandHint: 'พิมพ์ @ เพื่อเรียกดูตามหมวดหมู่',
resultCount: '{{count}} ผลลัพธ์',
resultCount_other: '{{count}} ผลลัพธ์',
inScope: 'ใน {{scope}}s',
}, },
} }

View File

@@ -265,9 +265,11 @@ const translation = {
noWorkflowNodesFound: 'İş akışı düğümü bulunamadı', noWorkflowNodesFound: 'İş akışı düğümü bulunamadı',
noKnowledgeBasesFound: 'Bilgi bankası bulunamadı', noKnowledgeBasesFound: 'Bilgi bankası bulunamadı',
noPluginsFound: 'Eklenti bulunamadı', noPluginsFound: 'Eklenti bulunamadı',
tryDifferentTerm: 'Farklı bir arama terimi deneyin veya {{mode}} filtresini kaldırın',
trySpecificSearch: 'Belirli aramalar için {{shortcuts}} deneyin',
}, },
groups: { groups: {
apps: 'Apps', apps: 'Uygulamalar',
plugins: 'Eklentiler', plugins: 'Eklentiler',
knowledgeBases: 'Bilgi Tabanları', knowledgeBases: 'Bilgi Tabanları',
workflowNodes: 'İş Akışı Düğümleri', workflowNodes: 'İş Akışı Düğümleri',
@@ -281,10 +283,13 @@ const translation = {
searchTitle: 'Her şeyi arayın', searchTitle: 'Her şeyi arayın',
noResults: 'Sonuç bulunamadı', noResults: 'Sonuç bulunamadı',
servicesUnavailableMessage: 'Bazı arama hizmetlerinde sorunlar yaşanıyor olabilir. Kısa bir süre sonra tekrar deneyin.', servicesUnavailableMessage: 'Bazı arama hizmetlerinde sorunlar yaşanıyor olabilir. Kısa bir süre sonra tekrar deneyin.',
searching: 'Araştırıcı...', searching: 'Aranıyor...',
selectSearchType: 'Ne arayacağınızı seçin', selectSearchType: 'Ne arayacağınızı seçin',
searchHint: 'Her şeyi anında aramak için yazmaya başlayın', searchHint: 'Her şeyi anında aramak için yazmaya başlayın',
commandHint: 'Kategoriye göre göz atmak için @ yazın', commandHint: 'Kategoriye göre göz atmak için @ yazın',
resultCount: '{{count}} sonuç',
resultCount_other: '{{count}} sonuç',
inScope: '{{scope}}s içinde',
}, },
} }

View File

@@ -269,6 +269,8 @@ const translation = {
noKnowledgeBasesFound: 'Баз знань не знайдено', noKnowledgeBasesFound: 'Баз знань не знайдено',
noAppsFound: 'Не знайдено додатків', noAppsFound: 'Не знайдено додатків',
noWorkflowNodesFound: 'Вузли бізнес-процесу не знайдено', noWorkflowNodesFound: 'Вузли бізнес-процесу не знайдено',
tryDifferentTerm: 'Спробуйте інший пошуковий термін або видаліть фільтр {{mode}}',
trySpecificSearch: 'Спробуйте {{shortcuts}} для конкретного пошуку',
}, },
groups: { groups: {
knowledgeBases: 'Бази знань', knowledgeBases: 'Бази знань',
@@ -279,7 +281,7 @@ const translation = {
searching: 'Пошук...', searching: 'Пошук...',
searchTitle: 'Шукайте що завгодно', searchTitle: 'Шукайте що завгодно',
searchFailed: 'Пошук не вдався', searchFailed: 'Пошук не вдався',
clearToSearchAll: 'Clear @ для пошуку всіх', clearToSearchAll: 'Очистіть @ для пошуку всіх',
noResults: 'Результатів не знайдено', noResults: 'Результатів не знайдено',
searchPlaceholder: 'Виконайте пошук або введіть @ для команд...', searchPlaceholder: 'Виконайте пошук або введіть @ для команд...',
searchTemporarilyUnavailable: 'Пошук тимчасово недоступний', searchTemporarilyUnavailable: 'Пошук тимчасово недоступний',
@@ -289,6 +291,9 @@ const translation = {
selectSearchType: 'Виберіть, що шукати', selectSearchType: 'Виберіть, що шукати',
commandHint: 'Введіть @ для навігації за категоріями', commandHint: 'Введіть @ для навігації за категоріями',
searchHint: 'Почніть вводити текст, щоб миттєво шукати все', searchHint: 'Почніть вводити текст, щоб миттєво шукати все',
resultCount: '{{count}} результат',
resultCount_other: '{{count}} результатів',
inScope: 'у {{scope}}s',
}, },
} }

View File

@@ -269,6 +269,8 @@ const translation = {
noKnowledgeBasesFound: 'Không tìm thấy cơ sở kiến thức', noKnowledgeBasesFound: 'Không tìm thấy cơ sở kiến thức',
noPluginsFound: 'Không tìm thấy plugin', noPluginsFound: 'Không tìm thấy plugin',
noAppsFound: 'Không tìm thấy ứng dụng nào', noAppsFound: 'Không tìm thấy ứng dụng nào',
tryDifferentTerm: 'Thử từ khóa tìm kiếm khác hoặc xóa bộ lọc {{mode}}',
trySpecificSearch: 'Thử {{shortcuts}} để tìm kiếm cụ thể',
}, },
groups: { groups: {
plugins: 'Plugin', plugins: 'Plugin',
@@ -289,6 +291,9 @@ const translation = {
searchHint: 'Bắt đầu nhập để tìm kiếm mọi thứ ngay lập tức', searchHint: 'Bắt đầu nhập để tìm kiếm mọi thứ ngay lập tức',
commandHint: 'Nhập @ để duyệt theo danh mục', commandHint: 'Nhập @ để duyệt theo danh mục',
selectSearchType: 'Chọn nội dung để tìm kiếm', selectSearchType: 'Chọn nội dung để tìm kiếm',
resultCount: '{{count}} kết quả',
resultCount_other: '{{count}} kết quả',
inScope: 'trong {{scope}}s',
}, },
} }

View File

@@ -268,6 +268,8 @@ const translation = {
noWorkflowNodesFound: '未找到工作流節點', noWorkflowNodesFound: '未找到工作流節點',
noKnowledgeBasesFound: '未找到知識庫', noKnowledgeBasesFound: '未找到知識庫',
noPluginsFound: '未找到外掛程式', noPluginsFound: '未找到外掛程式',
tryDifferentTerm: '嘗試不同的搜索詞或移除 {{mode}} 過濾器',
trySpecificSearch: '嘗試使用 {{shortcuts}} 進行特定搜索',
}, },
groups: { groups: {
apps: '應用程式', apps: '應用程式',
@@ -276,7 +278,7 @@ const translation = {
workflowNodes: '工作流節點', workflowNodes: '工作流節點',
}, },
searchPlaceholder: '搜尋或鍵入 @ 以取得命令...', searchPlaceholder: '搜尋或鍵入 @ 以取得命令...',
searching: '搜索。。。', searching: '搜索中...',
searchTitle: '搜索任何內容', searchTitle: '搜索任何內容',
noResults: '未找到結果', noResults: '未找到結果',
clearToSearchAll: '清除 @ 以搜尋全部', clearToSearchAll: '清除 @ 以搜尋全部',
@@ -288,6 +290,9 @@ const translation = {
selectSearchType: '選擇要搜索的內容', selectSearchType: '選擇要搜索的內容',
commandHint: '鍵入 @ 按類別流覽', commandHint: '鍵入 @ 按類別流覽',
searchHint: '開始輸入以立即搜索所有內容', searchHint: '開始輸入以立即搜索所有內容',
resultCount: '{{count}} 個結果',
resultCount_other: '{{count}} 個結果',
inScope: '在 {{scope}}s 中',
}, },
} }