fix: add missing translation keys for goto anything command selector (#23815)
This commit is contained in:
@@ -296,6 +296,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} Ergebnis',
|
resultCount: '{{count}} Ergebnis',
|
||||||
resultCount_other: '{{count}} Ergebnisse',
|
resultCount_other: '{{count}} Ergebnisse',
|
||||||
inScope: 'in {{scope}}s',
|
inScope: 'in {{scope}}s',
|
||||||
|
noMatchingCommands: 'Keine übereinstimmenden Befehle gefunden',
|
||||||
|
tryDifferentSearch: 'Versuchen Sie es mit einem anderen Suchbegriff',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -294,6 +294,8 @@ const translation = {
|
|||||||
knowledgeBases: 'Knowledge Bases',
|
knowledgeBases: 'Knowledge Bases',
|
||||||
workflowNodes: 'Workflow Nodes',
|
workflowNodes: 'Workflow Nodes',
|
||||||
},
|
},
|
||||||
|
noMatchingCommands: 'No matching commands found',
|
||||||
|
tryDifferentSearch: 'Try a different search term',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -294,6 +294,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} resultado',
|
resultCount: '{{count}} resultado',
|
||||||
resultCount_other: '{{count}} resultados',
|
resultCount_other: '{{count}} resultados',
|
||||||
inScope: 'en {{scope}}s',
|
inScope: 'en {{scope}}s',
|
||||||
|
tryDifferentSearch: 'Prueba con un término de búsqueda diferente',
|
||||||
|
noMatchingCommands: 'No se encontraron comandos coincidentes',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -294,6 +294,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} نتیجه',
|
resultCount: '{{count}} نتیجه',
|
||||||
resultCount_other: '{{count}} نتیجه',
|
resultCount_other: '{{count}} نتیجه',
|
||||||
inScope: 'در {{scope}}s',
|
inScope: 'در {{scope}}s',
|
||||||
|
noMatchingCommands: 'هیچ دستوری منطبق یافت نشد',
|
||||||
|
tryDifferentSearch: 'عبارت جستجوی دیگری را امتحان کنید',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -82,7 +82,6 @@ const translation = {
|
|||||||
keyTooltip: 'کلید Http Header، میتوانید آن را با "Authorization" ترک کنید اگر نمیدانید چیست یا آن را به یک مقدار سفارشی تنظیم کنید',
|
keyTooltip: 'کلید Http Header، میتوانید آن را با "Authorization" ترک کنید اگر نمیدانید چیست یا آن را به یک مقدار سفارشی تنظیم کنید',
|
||||||
types: {
|
types: {
|
||||||
none: 'هیچ',
|
none: 'هیچ',
|
||||||
api_key: 'کلید API',
|
|
||||||
apiKeyPlaceholder: 'نام هدر HTTP برای کلید API',
|
apiKeyPlaceholder: 'نام هدر HTTP برای کلید API',
|
||||||
apiValuePlaceholder: 'کلید API را وارد کنید',
|
apiValuePlaceholder: 'کلید API را وارد کنید',
|
||||||
api_key_header: 'عنوان',
|
api_key_header: 'عنوان',
|
||||||
|
@@ -294,6 +294,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} résultat',
|
resultCount: '{{count}} résultat',
|
||||||
resultCount_other: '{{count}} résultats',
|
resultCount_other: '{{count}} résultats',
|
||||||
inScope: 'dans {{scope}}s',
|
inScope: 'dans {{scope}}s',
|
||||||
|
noMatchingCommands: 'Aucune commande correspondante n’a été trouvée',
|
||||||
|
tryDifferentSearch: 'Essayez un autre terme de recherche',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -54,7 +54,6 @@ const translation = {
|
|||||||
keyTooltip: 'Clé de l\'en-tête HTTP. Vous pouvez la laisser telle quelle avec "Autorisation" si vous n\'avez aucune idée de ce que c\'est, ou la définir sur une valeur personnalisée.',
|
keyTooltip: 'Clé de l\'en-tête HTTP. Vous pouvez la laisser telle quelle avec "Autorisation" si vous n\'avez aucune idée de ce que c\'est, ou la définir sur une valeur personnalisée.',
|
||||||
types: {
|
types: {
|
||||||
none: 'Aucun',
|
none: 'Aucun',
|
||||||
api_key: 'Clé API',
|
|
||||||
apiKeyPlaceholder: 'Nom de l\'en-tête HTTP pour la clé API',
|
apiKeyPlaceholder: 'Nom de l\'en-tête HTTP pour la clé API',
|
||||||
apiValuePlaceholder: 'Entrez la clé API',
|
apiValuePlaceholder: 'Entrez la clé API',
|
||||||
api_key_query: 'Paramètre de requête',
|
api_key_query: 'Paramètre de requête',
|
||||||
|
@@ -294,6 +294,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} परिणाम',
|
resultCount: '{{count}} परिणाम',
|
||||||
resultCount_other: '{{count}} परिणाम',
|
resultCount_other: '{{count}} परिणाम',
|
||||||
inScope: '{{scope}}s में',
|
inScope: '{{scope}}s में',
|
||||||
|
tryDifferentSearch: 'एक अलग खोज शब्द आजमाएँ',
|
||||||
|
noMatchingCommands: 'कोई मिलती-जुलती कमांड्स नहीं मिलीं',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -86,7 +86,6 @@ const translation = {
|
|||||||
'Http हैडर कुंजी, यदि आपको कुछ पता नहीं है तो "Authorization" के साथ छोड़ सकते हैं या इसे कस्टम मूल्य पर सेट कर सकते हैं',
|
'Http हैडर कुंजी, यदि आपको कुछ पता नहीं है तो "Authorization" के साथ छोड़ सकते हैं या इसे कस्टम मूल्य पर सेट कर सकते हैं',
|
||||||
types: {
|
types: {
|
||||||
none: 'कोई नहीं',
|
none: 'कोई नहीं',
|
||||||
api_key: 'API कुंजी',
|
|
||||||
apiKeyPlaceholder: 'API कुंजी के लिए HTTP हैडर नाम',
|
apiKeyPlaceholder: 'API कुंजी के लिए HTTP हैडर नाम',
|
||||||
apiValuePlaceholder: 'API कुंजी दर्ज करें',
|
apiValuePlaceholder: 'API कुंजी दर्ज करें',
|
||||||
api_key_query: 'अनुक्रमणिका पैरामीटर',
|
api_key_query: 'अनुक्रमणिका पैरामीटर',
|
||||||
|
@@ -300,6 +300,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} risultato',
|
resultCount: '{{count}} risultato',
|
||||||
resultCount_other: '{{count}} risultati',
|
resultCount_other: '{{count}} risultati',
|
||||||
inScope: 'in {{scope}}s',
|
inScope: 'in {{scope}}s',
|
||||||
|
tryDifferentSearch: 'Prova un termine di ricerca diverso',
|
||||||
|
noMatchingCommands: 'Nessun comando corrispondente trovato',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -86,7 +86,6 @@ const translation = {
|
|||||||
'Http Header Key, Puoi lasciarlo come `Authorization` se non sai cos\'è o impostarlo su un valore personalizzato',
|
'Http Header Key, Puoi lasciarlo come `Authorization` se non sai cos\'è o impostarlo su un valore personalizzato',
|
||||||
types: {
|
types: {
|
||||||
none: 'Nessuno',
|
none: 'Nessuno',
|
||||||
api_key: 'API Key',
|
|
||||||
apiKeyPlaceholder: 'Nome dell\'intestazione HTTP per API Key',
|
apiKeyPlaceholder: 'Nome dell\'intestazione HTTP per API Key',
|
||||||
apiValuePlaceholder: 'Inserisci API Key',
|
apiValuePlaceholder: 'Inserisci API Key',
|
||||||
api_key_query: 'Parametro di query',
|
api_key_query: 'Parametro di query',
|
||||||
|
@@ -293,6 +293,8 @@ const translation = {
|
|||||||
knowledgeBases: 'ナレッジベース',
|
knowledgeBases: 'ナレッジベース',
|
||||||
workflowNodes: 'ワークフローノード',
|
workflowNodes: 'ワークフローノード',
|
||||||
},
|
},
|
||||||
|
noMatchingCommands: '一致するコマンドが見つかりません',
|
||||||
|
tryDifferentSearch: '別の検索語句をお試しください',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -314,6 +314,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} 개 결과',
|
resultCount: '{{count}} 개 결과',
|
||||||
resultCount_other: '{{count}} 개 결과',
|
resultCount_other: '{{count}} 개 결과',
|
||||||
inScope: '{{scope}}s 내에서',
|
inScope: '{{scope}}s 내에서',
|
||||||
|
tryDifferentSearch: '다른 검색어 사용해 보기',
|
||||||
|
noMatchingCommands: '일치하는 명령을 찾을 수 없습니다.',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -295,6 +295,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} wynik',
|
resultCount: '{{count}} wynik',
|
||||||
resultCount_other: '{{count}} wyników',
|
resultCount_other: '{{count}} wyników',
|
||||||
inScope: 'w {{scope}}s',
|
inScope: 'w {{scope}}s',
|
||||||
|
noMatchingCommands: 'Nie znaleziono pasujących poleceń',
|
||||||
|
tryDifferentSearch: 'Spróbuj użyć innego hasła',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -56,7 +56,6 @@ const translation = {
|
|||||||
'Klucz nagłówka HTTP, Możesz pozostawić go z "Autoryzacja" jeśli nie wiesz co to jest lub ustaw go na niestandardową wartość',
|
'Klucz nagłówka HTTP, Możesz pozostawić go z "Autoryzacja" jeśli nie wiesz co to jest lub ustaw go na niestandardową wartość',
|
||||||
types: {
|
types: {
|
||||||
none: 'Brak',
|
none: 'Brak',
|
||||||
api_key: 'Klucz API',
|
|
||||||
apiKeyPlaceholder: 'Nazwa nagłówka HTTP dla Klucza API',
|
apiKeyPlaceholder: 'Nazwa nagłówka HTTP dla Klucza API',
|
||||||
apiValuePlaceholder: 'Wprowadź Klucz API',
|
apiValuePlaceholder: 'Wprowadź Klucz API',
|
||||||
api_key_query: 'Parametr zapytania',
|
api_key_query: 'Parametr zapytania',
|
||||||
|
@@ -294,6 +294,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} resultado',
|
resultCount: '{{count}} resultado',
|
||||||
resultCount_other: '{{count}} resultados',
|
resultCount_other: '{{count}} resultados',
|
||||||
inScope: 'em {{scope}}s',
|
inScope: 'em {{scope}}s',
|
||||||
|
noMatchingCommands: 'Nenhum comando correspondente encontrado',
|
||||||
|
tryDifferentSearch: 'Tente um termo de pesquisa diferente',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -54,7 +54,6 @@ const translation = {
|
|||||||
keyTooltip: 'Chave do Cabeçalho HTTP, você pode deixar como "Authorization" se não tiver ideia do que é ou definir um valor personalizado',
|
keyTooltip: 'Chave do Cabeçalho HTTP, você pode deixar como "Authorization" se não tiver ideia do que é ou definir um valor personalizado',
|
||||||
types: {
|
types: {
|
||||||
none: 'Nenhum',
|
none: 'Nenhum',
|
||||||
api_key: 'Chave de API',
|
|
||||||
apiKeyPlaceholder: 'Nome do cabeçalho HTTP para a Chave de API',
|
apiKeyPlaceholder: 'Nome do cabeçalho HTTP para a Chave de API',
|
||||||
apiValuePlaceholder: 'Digite a Chave de API',
|
apiValuePlaceholder: 'Digite a Chave de API',
|
||||||
api_key_query: 'Parâmetro de consulta',
|
api_key_query: 'Parâmetro de consulta',
|
||||||
|
@@ -294,6 +294,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} rezultat',
|
resultCount: '{{count}} rezultat',
|
||||||
resultCount_other: '{{count}} rezultate',
|
resultCount_other: '{{count}} rezultate',
|
||||||
inScope: 'în {{scope}}s',
|
inScope: 'în {{scope}}s',
|
||||||
|
noMatchingCommands: 'Nu s-au găsit comenzi potrivite',
|
||||||
|
tryDifferentSearch: 'Încercați un alt termen de căutare',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -54,7 +54,6 @@ const translation = {
|
|||||||
keyTooltip: 'Cheie antet HTTP, puteți lăsa "Autorizare" dacă nu știți ce este sau setați-o la o valoare personalizată',
|
keyTooltip: 'Cheie antet HTTP, puteți lăsa "Autorizare" dacă nu știți ce este sau setați-o la o valoare personalizată',
|
||||||
types: {
|
types: {
|
||||||
none: 'Niciuna',
|
none: 'Niciuna',
|
||||||
api_key: 'Cheie API',
|
|
||||||
apiKeyPlaceholder: 'Nume antet HTTP pentru cheia API',
|
apiKeyPlaceholder: 'Nume antet HTTP pentru cheia API',
|
||||||
apiValuePlaceholder: 'Introduceți cheia API',
|
apiValuePlaceholder: 'Introduceți cheia API',
|
||||||
api_key_header: 'Antet',
|
api_key_header: 'Antet',
|
||||||
|
@@ -294,6 +294,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} результат',
|
resultCount: '{{count}} результат',
|
||||||
resultCount_other: '{{count}} результатов',
|
resultCount_other: '{{count}} результатов',
|
||||||
inScope: 'в {{scope}}s',
|
inScope: 'в {{scope}}s',
|
||||||
|
noMatchingCommands: 'Соответствующие команды не найдены',
|
||||||
|
tryDifferentSearch: 'Попробуйте использовать другой поисковый запрос',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -82,7 +82,6 @@ const translation = {
|
|||||||
keyTooltip: 'Ключ заголовка HTTP, вы можете оставить его как "Authorization", если не знаете, что это такое, или установить его на пользовательское значение',
|
keyTooltip: 'Ключ заголовка HTTP, вы можете оставить его как "Authorization", если не знаете, что это такое, или установить его на пользовательское значение',
|
||||||
types: {
|
types: {
|
||||||
none: 'Нет',
|
none: 'Нет',
|
||||||
api_key: 'Ключ API',
|
|
||||||
apiKeyPlaceholder: 'Название заголовка HTTP для ключа API',
|
apiKeyPlaceholder: 'Название заголовка HTTP для ключа API',
|
||||||
apiValuePlaceholder: 'Введите ключ API',
|
apiValuePlaceholder: 'Введите ключ API',
|
||||||
api_key_header: 'Заголовок',
|
api_key_header: 'Заголовок',
|
||||||
|
@@ -294,6 +294,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} rezultat',
|
resultCount: '{{count}} rezultat',
|
||||||
resultCount_other: '{{count}} rezultatov',
|
resultCount_other: '{{count}} rezultatov',
|
||||||
inScope: 'v {{scope}}s',
|
inScope: 'v {{scope}}s',
|
||||||
|
tryDifferentSearch: 'Poskusite uporabiti drug iskalni izraz',
|
||||||
|
noMatchingCommands: 'Ujemajoči se ukazi niso našli',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -82,7 +82,6 @@ const translation = {
|
|||||||
keyTooltip: 'Ključ HTTP glave, pustite kot "Authorization", če ne veste, kaj je to, ali pa nastavite na vrednost po meri',
|
keyTooltip: 'Ključ HTTP glave, pustite kot "Authorization", če ne veste, kaj je to, ali pa nastavite na vrednost po meri',
|
||||||
types: {
|
types: {
|
||||||
none: 'Brez',
|
none: 'Brez',
|
||||||
api_key: 'API ključ',
|
|
||||||
apiKeyPlaceholder: 'Ime HTTP glave za API ključ',
|
apiKeyPlaceholder: 'Ime HTTP glave za API ključ',
|
||||||
apiValuePlaceholder: 'Vnesite API ključ',
|
apiValuePlaceholder: 'Vnesite API ključ',
|
||||||
api_key_query: 'Vprašanje Param',
|
api_key_query: 'Vprašanje Param',
|
||||||
|
@@ -290,6 +290,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} ผลลัพธ์',
|
resultCount: '{{count}} ผลลัพธ์',
|
||||||
resultCount_other: '{{count}} ผลลัพธ์',
|
resultCount_other: '{{count}} ผลลัพธ์',
|
||||||
inScope: 'ใน {{scope}}s',
|
inScope: 'ใน {{scope}}s',
|
||||||
|
noMatchingCommands: 'ไม่พบคําสั่งที่ตรงกัน',
|
||||||
|
tryDifferentSearch: 'ลองใช้ข้อความค้นหาอื่น',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -82,7 +82,6 @@ const translation = {
|
|||||||
keyTooltip: 'Http Header Key คุณสามารถปล่อยให้เป็น "การอนุญาต" ได้หากคุณไม่รู้ว่ามันคืออะไรหรือตั้งค่าเป็นค่าที่กําหนดเอง',
|
keyTooltip: 'Http Header Key คุณสามารถปล่อยให้เป็น "การอนุญาต" ได้หากคุณไม่รู้ว่ามันคืออะไรหรือตั้งค่าเป็นค่าที่กําหนดเอง',
|
||||||
types: {
|
types: {
|
||||||
none: 'ไม่มีใคร',
|
none: 'ไม่มีใคร',
|
||||||
api_key: 'คีย์ API',
|
|
||||||
apiKeyPlaceholder: 'ชื่อส่วนหัว HTTP สําหรับคีย์ API',
|
apiKeyPlaceholder: 'ชื่อส่วนหัว HTTP สําหรับคีย์ API',
|
||||||
apiValuePlaceholder: 'ป้อนคีย์ API',
|
apiValuePlaceholder: 'ป้อนคีย์ API',
|
||||||
api_key_header: 'หัวเรื่อง',
|
api_key_header: 'หัวเรื่อง',
|
||||||
|
@@ -290,6 +290,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} sonuç',
|
resultCount: '{{count}} sonuç',
|
||||||
resultCount_other: '{{count}} sonuç',
|
resultCount_other: '{{count}} sonuç',
|
||||||
inScope: '{{scope}}s içinde',
|
inScope: '{{scope}}s içinde',
|
||||||
|
tryDifferentSearch: 'Farklı bir arama terimi deneyin',
|
||||||
|
noMatchingCommands: 'Eşleşen komut bulunamadı',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -82,7 +82,6 @@ const translation = {
|
|||||||
keyTooltip: 'Http Başlığı Anahtarı, ne olduğunu bilmiyorsanız "Authorization" olarak bırakabilirsiniz veya özel bir değere ayarlayabilirsiniz',
|
keyTooltip: 'Http Başlığı Anahtarı, ne olduğunu bilmiyorsanız "Authorization" olarak bırakabilirsiniz veya özel bir değere ayarlayabilirsiniz',
|
||||||
types: {
|
types: {
|
||||||
none: 'Yok',
|
none: 'Yok',
|
||||||
api_key: 'API Anahtarı',
|
|
||||||
apiKeyPlaceholder: 'API Anahtarı için HTTP başlık adı',
|
apiKeyPlaceholder: 'API Anahtarı için HTTP başlık adı',
|
||||||
apiValuePlaceholder: 'API Anahtarını girin',
|
apiValuePlaceholder: 'API Anahtarını girin',
|
||||||
api_key_header: 'Başlık',
|
api_key_header: 'Başlık',
|
||||||
|
@@ -294,6 +294,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} результат',
|
resultCount: '{{count}} результат',
|
||||||
resultCount_other: '{{count}} результатів',
|
resultCount_other: '{{count}} результатів',
|
||||||
inScope: 'у {{scope}}s',
|
inScope: 'у {{scope}}s',
|
||||||
|
noMatchingCommands: 'Відповідних команд не знайдено',
|
||||||
|
tryDifferentSearch: 'Спробуйте інший пошуковий термін',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -54,7 +54,6 @@ const translation = {
|
|||||||
keyTooltip: 'Ключ HTTP-заголовка. Якщо ви не знаєте, залиште його як "Authorization" або встановіть власне значення',
|
keyTooltip: 'Ключ HTTP-заголовка. Якщо ви не знаєте, залиште його як "Authorization" або встановіть власне значення',
|
||||||
types: {
|
types: {
|
||||||
none: 'Відсутня',
|
none: 'Відсутня',
|
||||||
api_key: 'API-ключ',
|
|
||||||
apiKeyPlaceholder: 'Назва HTTP-заголовка для API-ключа',
|
apiKeyPlaceholder: 'Назва HTTP-заголовка для API-ключа',
|
||||||
apiValuePlaceholder: 'Введіть API-ключ',
|
apiValuePlaceholder: 'Введіть API-ключ',
|
||||||
api_key_header: 'Заголовок',
|
api_key_header: 'Заголовок',
|
||||||
|
@@ -294,6 +294,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} kết quả',
|
resultCount: '{{count}} kết quả',
|
||||||
resultCount_other: '{{count}} kết quả',
|
resultCount_other: '{{count}} kết quả',
|
||||||
inScope: 'trong {{scope}}s',
|
inScope: 'trong {{scope}}s',
|
||||||
|
tryDifferentSearch: 'Thử một cụm từ tìm kiếm khác',
|
||||||
|
noMatchingCommands: 'Không tìm thấy lệnh phù hợp',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -54,7 +54,6 @@ const translation = {
|
|||||||
keyTooltip: 'Khóa tiêu đề HTTP, bạn có thể để trống nếu không biết hoặc đặt một giá trị tùy chỉnh',
|
keyTooltip: 'Khóa tiêu đề HTTP, bạn có thể để trống nếu không biết hoặc đặt một giá trị tùy chỉnh',
|
||||||
types: {
|
types: {
|
||||||
none: 'Không',
|
none: 'Không',
|
||||||
api_key: 'Khóa API',
|
|
||||||
apiKeyPlaceholder: 'Tên tiêu đề HTTP cho Khóa API',
|
apiKeyPlaceholder: 'Tên tiêu đề HTTP cho Khóa API',
|
||||||
apiValuePlaceholder: 'Nhập Khóa API',
|
apiValuePlaceholder: 'Nhập Khóa API',
|
||||||
api_key_query: 'Tham số truy vấn',
|
api_key_query: 'Tham số truy vấn',
|
||||||
|
@@ -293,6 +293,8 @@ const translation = {
|
|||||||
knowledgeBases: '知识库',
|
knowledgeBases: '知识库',
|
||||||
workflowNodes: '工作流节点',
|
workflowNodes: '工作流节点',
|
||||||
},
|
},
|
||||||
|
noMatchingCommands: '未找到匹配的命令',
|
||||||
|
tryDifferentSearch: '请尝试不同的搜索词',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -293,6 +293,8 @@ const translation = {
|
|||||||
resultCount: '{{count}} 個結果',
|
resultCount: '{{count}} 個結果',
|
||||||
resultCount_other: '{{count}} 個結果',
|
resultCount_other: '{{count}} 個結果',
|
||||||
inScope: '在 {{scope}}s 中',
|
inScope: '在 {{scope}}s 中',
|
||||||
|
noMatchingCommands: '未找到匹配的命令',
|
||||||
|
tryDifferentSearch: '嘗試其他搜尋字詞',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user