From 7820e31a92347b197ac22b7e8a682145996a8f6e Mon Sep 17 00:00:00 2001 From: lyzno1 <92089059+lyzno1@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:14:57 +0800 Subject: [PATCH] fix: add missing translation keys for goto anything command selector (#23815) --- web/i18n/de-DE/app.ts | 2 ++ web/i18n/en-US/app.ts | 2 ++ web/i18n/es-ES/app.ts | 2 ++ web/i18n/fa-IR/app.ts | 2 ++ web/i18n/fa-IR/tools.ts | 1 - web/i18n/fr-FR/app.ts | 2 ++ web/i18n/fr-FR/tools.ts | 1 - web/i18n/hi-IN/app.ts | 2 ++ web/i18n/hi-IN/tools.ts | 1 - web/i18n/it-IT/app.ts | 2 ++ web/i18n/it-IT/tools.ts | 1 - web/i18n/ja-JP/app.ts | 2 ++ web/i18n/ko-KR/app.ts | 2 ++ web/i18n/pl-PL/app.ts | 2 ++ web/i18n/pl-PL/tools.ts | 1 - web/i18n/pt-BR/app.ts | 2 ++ web/i18n/pt-BR/tools.ts | 1 - web/i18n/ro-RO/app.ts | 2 ++ web/i18n/ro-RO/tools.ts | 1 - web/i18n/ru-RU/app.ts | 2 ++ web/i18n/ru-RU/tools.ts | 1 - web/i18n/sl-SI/app.ts | 2 ++ web/i18n/sl-SI/tools.ts | 1 - web/i18n/th-TH/app.ts | 2 ++ web/i18n/th-TH/tools.ts | 1 - web/i18n/tr-TR/app.ts | 2 ++ web/i18n/tr-TR/tools.ts | 1 - web/i18n/uk-UA/app.ts | 2 ++ web/i18n/uk-UA/tools.ts | 1 - web/i18n/vi-VN/app.ts | 2 ++ web/i18n/vi-VN/tools.ts | 1 - web/i18n/zh-Hans/app.ts | 2 ++ web/i18n/zh-Hant/app.ts | 2 ++ 33 files changed, 40 insertions(+), 13 deletions(-) diff --git a/web/i18n/de-DE/app.ts b/web/i18n/de-DE/app.ts index 9eab16c69..bead4e68c 100644 --- a/web/i18n/de-DE/app.ts +++ b/web/i18n/de-DE/app.ts @@ -296,6 +296,8 @@ const translation = { resultCount: '{{count}} Ergebnis', resultCount_other: '{{count}} Ergebnisse', inScope: 'in {{scope}}s', + noMatchingCommands: 'Keine übereinstimmenden Befehle gefunden', + tryDifferentSearch: 'Versuchen Sie es mit einem anderen Suchbegriff', }, } diff --git a/web/i18n/en-US/app.ts b/web/i18n/en-US/app.ts index eb4f3c404..f7b75c75a 100644 --- a/web/i18n/en-US/app.ts +++ b/web/i18n/en-US/app.ts @@ -294,6 +294,8 @@ const translation = { knowledgeBases: 'Knowledge Bases', workflowNodes: 'Workflow Nodes', }, + noMatchingCommands: 'No matching commands found', + tryDifferentSearch: 'Try a different search term', }, } diff --git a/web/i18n/es-ES/app.ts b/web/i18n/es-ES/app.ts index d08149da8..24fa7680f 100644 --- a/web/i18n/es-ES/app.ts +++ b/web/i18n/es-ES/app.ts @@ -294,6 +294,8 @@ const translation = { resultCount: '{{count}} resultado', resultCount_other: '{{count}} resultados', inScope: 'en {{scope}}s', + tryDifferentSearch: 'Prueba con un término de búsqueda diferente', + noMatchingCommands: 'No se encontraron comandos coincidentes', }, } diff --git a/web/i18n/fa-IR/app.ts b/web/i18n/fa-IR/app.ts index b0fbf7ebd..9c470273a 100644 --- a/web/i18n/fa-IR/app.ts +++ b/web/i18n/fa-IR/app.ts @@ -294,6 +294,8 @@ const translation = { resultCount: '{{count}} نتیجه', resultCount_other: '{{count}} نتیجه', inScope: 'در {{scope}}s', + noMatchingCommands: 'هیچ دستوری منطبق یافت نشد', + tryDifferentSearch: 'عبارت جستجوی دیگری را امتحان کنید', }, } diff --git a/web/i18n/fa-IR/tools.ts b/web/i18n/fa-IR/tools.ts index 6b1a829e5..82f276701 100644 --- a/web/i18n/fa-IR/tools.ts +++ b/web/i18n/fa-IR/tools.ts @@ -82,7 +82,6 @@ const translation = { keyTooltip: 'کلید Http Header، می‌توانید آن را با "Authorization" ترک کنید اگر نمی‌دانید چیست یا آن را به یک مقدار سفارشی تنظیم کنید', types: { none: 'هیچ', - api_key: 'کلید API', apiKeyPlaceholder: 'نام هدر HTTP برای کلید API', apiValuePlaceholder: 'کلید API را وارد کنید', api_key_header: 'عنوان', diff --git a/web/i18n/fr-FR/app.ts b/web/i18n/fr-FR/app.ts index 6245a8534..d0aab8991 100644 --- a/web/i18n/fr-FR/app.ts +++ b/web/i18n/fr-FR/app.ts @@ -294,6 +294,8 @@ const translation = { resultCount: '{{count}} résultat', resultCount_other: '{{count}} résultats', inScope: 'dans {{scope}}s', + noMatchingCommands: 'Aucune commande correspondante n’a été trouvée', + tryDifferentSearch: 'Essayez un autre terme de recherche', }, } diff --git a/web/i18n/fr-FR/tools.ts b/web/i18n/fr-FR/tools.ts index a176382bd..9e1d5e50b 100644 --- a/web/i18n/fr-FR/tools.ts +++ b/web/i18n/fr-FR/tools.ts @@ -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.', types: { none: 'Aucun', - api_key: 'Clé API', apiKeyPlaceholder: 'Nom de l\'en-tête HTTP pour la clé API', apiValuePlaceholder: 'Entrez la clé API', api_key_query: 'Paramètre de requête', diff --git a/web/i18n/hi-IN/app.ts b/web/i18n/hi-IN/app.ts index c365b691e..fc799f335 100644 --- a/web/i18n/hi-IN/app.ts +++ b/web/i18n/hi-IN/app.ts @@ -294,6 +294,8 @@ const translation = { resultCount: '{{count}} परिणाम', resultCount_other: '{{count}} परिणाम', inScope: '{{scope}}s में', + tryDifferentSearch: 'एक अलग खोज शब्द आजमाएँ', + noMatchingCommands: 'कोई मिलती-जुलती कमांड्स नहीं मिलीं', }, } diff --git a/web/i18n/hi-IN/tools.ts b/web/i18n/hi-IN/tools.ts index 7e5295949..a3479df6d 100644 --- a/web/i18n/hi-IN/tools.ts +++ b/web/i18n/hi-IN/tools.ts @@ -86,7 +86,6 @@ const translation = { 'Http हैडर कुंजी, यदि आपको कुछ पता नहीं है तो "Authorization" के साथ छोड़ सकते हैं या इसे कस्टम मूल्य पर सेट कर सकते हैं', types: { none: 'कोई नहीं', - api_key: 'API कुंजी', apiKeyPlaceholder: 'API कुंजी के लिए HTTP हैडर नाम', apiValuePlaceholder: 'API कुंजी दर्ज करें', api_key_query: 'अनुक्रमणिका पैरामीटर', diff --git a/web/i18n/it-IT/app.ts b/web/i18n/it-IT/app.ts index 74ea6b7aa..f4a2c6138 100644 --- a/web/i18n/it-IT/app.ts +++ b/web/i18n/it-IT/app.ts @@ -300,6 +300,8 @@ const translation = { resultCount: '{{count}} risultato', resultCount_other: '{{count}} risultati', inScope: 'in {{scope}}s', + tryDifferentSearch: 'Prova un termine di ricerca diverso', + noMatchingCommands: 'Nessun comando corrispondente trovato', }, } diff --git a/web/i18n/it-IT/tools.ts b/web/i18n/it-IT/tools.ts index f592d77b7..db305118a 100644 --- a/web/i18n/it-IT/tools.ts +++ b/web/i18n/it-IT/tools.ts @@ -86,7 +86,6 @@ const translation = { 'Http Header Key, Puoi lasciarlo come `Authorization` se non sai cos\'è o impostarlo su un valore personalizzato', types: { none: 'Nessuno', - api_key: 'API Key', apiKeyPlaceholder: 'Nome dell\'intestazione HTTP per API Key', apiValuePlaceholder: 'Inserisci API Key', api_key_query: 'Parametro di query', diff --git a/web/i18n/ja-JP/app.ts b/web/i18n/ja-JP/app.ts index ac30d9126..ae72f188b 100644 --- a/web/i18n/ja-JP/app.ts +++ b/web/i18n/ja-JP/app.ts @@ -293,6 +293,8 @@ const translation = { knowledgeBases: 'ナレッジベース', workflowNodes: 'ワークフローノード', }, + noMatchingCommands: '一致するコマンドが見つかりません', + tryDifferentSearch: '別の検索語句をお試しください', }, } diff --git a/web/i18n/ko-KR/app.ts b/web/i18n/ko-KR/app.ts index 6a75ab402..4b246200a 100644 --- a/web/i18n/ko-KR/app.ts +++ b/web/i18n/ko-KR/app.ts @@ -314,6 +314,8 @@ const translation = { resultCount: '{{count}} 개 결과', resultCount_other: '{{count}} 개 결과', inScope: '{{scope}}s 내에서', + tryDifferentSearch: '다른 검색어 사용해 보기', + noMatchingCommands: '일치하는 명령을 찾을 수 없습니다.', }, } diff --git a/web/i18n/pl-PL/app.ts b/web/i18n/pl-PL/app.ts index dbf0d90d3..da8bee7ea 100644 --- a/web/i18n/pl-PL/app.ts +++ b/web/i18n/pl-PL/app.ts @@ -295,6 +295,8 @@ const translation = { resultCount: '{{count}} wynik', resultCount_other: '{{count}} wyników', inScope: 'w {{scope}}s', + noMatchingCommands: 'Nie znaleziono pasujących poleceń', + tryDifferentSearch: 'Spróbuj użyć innego hasła', }, } diff --git a/web/i18n/pl-PL/tools.ts b/web/i18n/pl-PL/tools.ts index f27a0c1e3..dc05f6b23 100644 --- a/web/i18n/pl-PL/tools.ts +++ b/web/i18n/pl-PL/tools.ts @@ -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ść', types: { none: 'Brak', - api_key: 'Klucz API', apiKeyPlaceholder: 'Nazwa nagłówka HTTP dla Klucza API', apiValuePlaceholder: 'Wprowadź Klucz API', api_key_query: 'Parametr zapytania', diff --git a/web/i18n/pt-BR/app.ts b/web/i18n/pt-BR/app.ts index 640066984..66e44f791 100644 --- a/web/i18n/pt-BR/app.ts +++ b/web/i18n/pt-BR/app.ts @@ -294,6 +294,8 @@ const translation = { resultCount: '{{count}} resultado', resultCount_other: '{{count}} resultados', inScope: 'em {{scope}}s', + noMatchingCommands: 'Nenhum comando correspondente encontrado', + tryDifferentSearch: 'Tente um termo de pesquisa diferente', }, } diff --git a/web/i18n/pt-BR/tools.ts b/web/i18n/pt-BR/tools.ts index dafe45b3e..4b12902b0 100644 --- a/web/i18n/pt-BR/tools.ts +++ b/web/i18n/pt-BR/tools.ts @@ -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', types: { none: 'Nenhum', - api_key: 'Chave de API', apiKeyPlaceholder: 'Nome do cabeçalho HTTP para a Chave de API', apiValuePlaceholder: 'Digite a Chave de API', api_key_query: 'Parâmetro de consulta', diff --git a/web/i18n/ro-RO/app.ts b/web/i18n/ro-RO/app.ts index 56e493b43..0d58b87ae 100644 --- a/web/i18n/ro-RO/app.ts +++ b/web/i18n/ro-RO/app.ts @@ -294,6 +294,8 @@ const translation = { resultCount: '{{count}} rezultat', resultCount_other: '{{count}} rezultate', inScope: 'în {{scope}}s', + noMatchingCommands: 'Nu s-au găsit comenzi potrivite', + tryDifferentSearch: 'Încercați un alt termen de căutare', }, } diff --git a/web/i18n/ro-RO/tools.ts b/web/i18n/ro-RO/tools.ts index e5eb5bbcd..71d9fa50f 100644 --- a/web/i18n/ro-RO/tools.ts +++ b/web/i18n/ro-RO/tools.ts @@ -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ă', types: { none: 'Niciuna', - api_key: 'Cheie API', apiKeyPlaceholder: 'Nume antet HTTP pentru cheia API', apiValuePlaceholder: 'Introduceți cheia API', api_key_header: 'Antet', diff --git a/web/i18n/ru-RU/app.ts b/web/i18n/ru-RU/app.ts index 7f5f53a66..c00b805c0 100644 --- a/web/i18n/ru-RU/app.ts +++ b/web/i18n/ru-RU/app.ts @@ -294,6 +294,8 @@ const translation = { resultCount: '{{count}} результат', resultCount_other: '{{count}} результатов', inScope: 'в {{scope}}s', + noMatchingCommands: 'Соответствующие команды не найдены', + tryDifferentSearch: 'Попробуйте использовать другой поисковый запрос', }, } diff --git a/web/i18n/ru-RU/tools.ts b/web/i18n/ru-RU/tools.ts index 047a845ef..b02663d86 100644 --- a/web/i18n/ru-RU/tools.ts +++ b/web/i18n/ru-RU/tools.ts @@ -82,7 +82,6 @@ const translation = { keyTooltip: 'Ключ заголовка HTTP, вы можете оставить его как "Authorization", если не знаете, что это такое, или установить его на пользовательское значение', types: { none: 'Нет', - api_key: 'Ключ API', apiKeyPlaceholder: 'Название заголовка HTTP для ключа API', apiValuePlaceholder: 'Введите ключ API', api_key_header: 'Заголовок', diff --git a/web/i18n/sl-SI/app.ts b/web/i18n/sl-SI/app.ts index 1031c2a32..49effb6b6 100644 --- a/web/i18n/sl-SI/app.ts +++ b/web/i18n/sl-SI/app.ts @@ -294,6 +294,8 @@ const translation = { resultCount: '{{count}} rezultat', resultCount_other: '{{count}} rezultatov', inScope: 'v {{scope}}s', + tryDifferentSearch: 'Poskusite uporabiti drug iskalni izraz', + noMatchingCommands: 'Ujemajoči se ukazi niso našli', }, } diff --git a/web/i18n/sl-SI/tools.ts b/web/i18n/sl-SI/tools.ts index bcca2753f..6a9b4b92b 100644 --- a/web/i18n/sl-SI/tools.ts +++ b/web/i18n/sl-SI/tools.ts @@ -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', types: { none: 'Brez', - api_key: 'API ključ', apiKeyPlaceholder: 'Ime HTTP glave za API ključ', apiValuePlaceholder: 'Vnesite API ključ', api_key_query: 'Vprašanje Param', diff --git a/web/i18n/th-TH/app.ts b/web/i18n/th-TH/app.ts index b21fff039..fd7fc15f1 100644 --- a/web/i18n/th-TH/app.ts +++ b/web/i18n/th-TH/app.ts @@ -290,6 +290,8 @@ const translation = { resultCount: '{{count}} ผลลัพธ์', resultCount_other: '{{count}} ผลลัพธ์', inScope: 'ใน {{scope}}s', + noMatchingCommands: 'ไม่พบคําสั่งที่ตรงกัน', + tryDifferentSearch: 'ลองใช้ข้อความค้นหาอื่น', }, } diff --git a/web/i18n/th-TH/tools.ts b/web/i18n/th-TH/tools.ts index 3a32234bf..54cf5ccd1 100644 --- a/web/i18n/th-TH/tools.ts +++ b/web/i18n/th-TH/tools.ts @@ -82,7 +82,6 @@ const translation = { keyTooltip: 'Http Header Key คุณสามารถปล่อยให้เป็น "การอนุญาต" ได้หากคุณไม่รู้ว่ามันคืออะไรหรือตั้งค่าเป็นค่าที่กําหนดเอง', types: { none: 'ไม่มีใคร', - api_key: 'คีย์ API', apiKeyPlaceholder: 'ชื่อส่วนหัว HTTP สําหรับคีย์ API', apiValuePlaceholder: 'ป้อนคีย์ API', api_key_header: 'หัวเรื่อง', diff --git a/web/i18n/tr-TR/app.ts b/web/i18n/tr-TR/app.ts index 023112b96..b96105472 100644 --- a/web/i18n/tr-TR/app.ts +++ b/web/i18n/tr-TR/app.ts @@ -290,6 +290,8 @@ const translation = { resultCount: '{{count}} sonuç', resultCount_other: '{{count}} sonuç', inScope: '{{scope}}s içinde', + tryDifferentSearch: 'Farklı bir arama terimi deneyin', + noMatchingCommands: 'Eşleşen komut bulunamadı', }, } diff --git a/web/i18n/tr-TR/tools.ts b/web/i18n/tr-TR/tools.ts index 16d01ea44..890af6e9f 100644 --- a/web/i18n/tr-TR/tools.ts +++ b/web/i18n/tr-TR/tools.ts @@ -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', types: { none: 'Yok', - api_key: 'API Anahtarı', apiKeyPlaceholder: 'API Anahtarı için HTTP başlık adı', apiValuePlaceholder: 'API Anahtarını girin', api_key_header: 'Başlık', diff --git a/web/i18n/uk-UA/app.ts b/web/i18n/uk-UA/app.ts index c785b55b4..9686f58d4 100644 --- a/web/i18n/uk-UA/app.ts +++ b/web/i18n/uk-UA/app.ts @@ -294,6 +294,8 @@ const translation = { resultCount: '{{count}} результат', resultCount_other: '{{count}} результатів', inScope: 'у {{scope}}s', + noMatchingCommands: 'Відповідних команд не знайдено', + tryDifferentSearch: 'Спробуйте інший пошуковий термін', }, } diff --git a/web/i18n/uk-UA/tools.ts b/web/i18n/uk-UA/tools.ts index 5c00ecebd..0b7dd2d1e 100644 --- a/web/i18n/uk-UA/tools.ts +++ b/web/i18n/uk-UA/tools.ts @@ -54,7 +54,6 @@ const translation = { keyTooltip: 'Ключ HTTP-заголовка. Якщо ви не знаєте, залиште його як "Authorization" або встановіть власне значення', types: { none: 'Відсутня', - api_key: 'API-ключ', apiKeyPlaceholder: 'Назва HTTP-заголовка для API-ключа', apiValuePlaceholder: 'Введіть API-ключ', api_key_header: 'Заголовок', diff --git a/web/i18n/vi-VN/app.ts b/web/i18n/vi-VN/app.ts index cca946dd0..be0e709c2 100644 --- a/web/i18n/vi-VN/app.ts +++ b/web/i18n/vi-VN/app.ts @@ -294,6 +294,8 @@ const translation = { resultCount: '{{count}} kết quả', resultCount_other: '{{count}} kết quả', 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', }, } diff --git a/web/i18n/vi-VN/tools.ts b/web/i18n/vi-VN/tools.ts index a4f95cbd9..afd6683c7 100644 --- a/web/i18n/vi-VN/tools.ts +++ b/web/i18n/vi-VN/tools.ts @@ -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', types: { none: 'Không', - api_key: 'Khóa API', apiKeyPlaceholder: 'Tên tiêu đề HTTP cho Khóa API', apiValuePlaceholder: 'Nhập Khóa API', api_key_query: 'Tham số truy vấn', diff --git a/web/i18n/zh-Hans/app.ts b/web/i18n/zh-Hans/app.ts index 6bb4837a6..89791f073 100644 --- a/web/i18n/zh-Hans/app.ts +++ b/web/i18n/zh-Hans/app.ts @@ -293,6 +293,8 @@ const translation = { knowledgeBases: '知识库', workflowNodes: '工作流节点', }, + noMatchingCommands: '未找到匹配的命令', + tryDifferentSearch: '请尝试不同的搜索词', }, } diff --git a/web/i18n/zh-Hant/app.ts b/web/i18n/zh-Hant/app.ts index 13c6570d2..4080cde1b 100644 --- a/web/i18n/zh-Hant/app.ts +++ b/web/i18n/zh-Hant/app.ts @@ -293,6 +293,8 @@ const translation = { resultCount: '{{count}} 個結果', resultCount_other: '{{count}} 個結果', inScope: '在 {{scope}}s 中', + noMatchingCommands: '未找到匹配的命令', + tryDifferentSearch: '嘗試其他搜尋字詞', }, }