diff --git a/frontend/src/locales/ar/common.js b/frontend/src/locales/ar/common.js index 4147f0484..a72cc5ff4 100644 --- a/frontend/src/locales/ar/common.js +++ b/frontend/src/locales/ar/common.js @@ -313,6 +313,10 @@ const TRANSLATIONS = { }, default_skill: "افتراضيًا، يتم تفعيل هذه الميزة، ولكن يمكنك تعطيلها إذا لم ترغب في أن تكون متاحة للممثل.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/cs/common.js b/frontend/src/locales/cs/common.js index c331a4de8..2c7c3977a 100644 --- a/frontend/src/locales/cs/common.js +++ b/frontend/src/locales/cs/common.js @@ -329,6 +329,10 @@ const TRANSLATIONS = { }, default_skill: "Výchozí nastavení je, že tato schopnost je aktivní, ale můžete ji vypnout, pokud nechcete, aby ji mohl využít zástupce.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/da/common.js b/frontend/src/locales/da/common.js index 5b9cbfdfa..b68e44d84 100644 --- a/frontend/src/locales/da/common.js +++ b/frontend/src/locales/da/common.js @@ -317,6 +317,10 @@ const TRANSLATIONS = { }, default_skill: "Som standard er denne funktion aktiveret, men du kan deaktivere den, hvis du ikke ønsker, at den skal være tilgængelig for agenten.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/de/common.js b/frontend/src/locales/de/common.js index f61373ba4..c8e74ec7f 100644 --- a/frontend/src/locales/de/common.js +++ b/frontend/src/locales/de/common.js @@ -320,6 +320,10 @@ const TRANSLATIONS = { }, default_skill: "Standardmäßig ist diese Funktion aktiviert, aber Sie können sie deaktivieren, wenn Sie nicht möchten, dass sie für den Agenten verfügbar ist.", + file_search: { + title: null, + description: null, + }, }, "performance-warning": "Die Leistung von LLMs, die keine explizite Unterstützung für das Aufrufen von Tools bieten, hängt stark von den Fähigkeiten und der Genauigkeit des Modells ab. Einige Fähigkeiten können eingeschränkt oder nicht funktionsfähig sein.", diff --git a/frontend/src/locales/es/common.js b/frontend/src/locales/es/common.js index 664cc1b23..eef29a87b 100644 --- a/frontend/src/locales/es/common.js +++ b/frontend/src/locales/es/common.js @@ -327,6 +327,10 @@ const TRANSLATIONS = { }, default_skill: "Por defecto, esta función está activada, pero puede desactivarla si no desea que esté disponible para el agente.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/et/common.js b/frontend/src/locales/et/common.js index 03dd3d3df..9981e6fa8 100644 --- a/frontend/src/locales/et/common.js +++ b/frontend/src/locales/et/common.js @@ -312,6 +312,10 @@ const TRANSLATIONS = { }, default_skill: "Vaikimisi on see funktsioon lubatud, kuid saate seda välja lülitada, kui ei soovi, et see oleks saadaval kaagentile.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/fa/common.js b/frontend/src/locales/fa/common.js index 24b6ddfaa..a8073625b 100644 --- a/frontend/src/locales/fa/common.js +++ b/frontend/src/locales/fa/common.js @@ -315,6 +315,10 @@ const TRANSLATIONS = { }, default_skill: "به طور پیش‌فرض، این قابلیت فعال است، اما می‌توانید آن را غیرفعال کنید اگر نمی‌خواهید این قابلیت برای نمایندگی در دسترس باشد.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/fr/common.js b/frontend/src/locales/fr/common.js index 4fbbedb10..afbd13881 100644 --- a/frontend/src/locales/fr/common.js +++ b/frontend/src/locales/fr/common.js @@ -317,6 +317,10 @@ const TRANSLATIONS = { }, default_skill: "Par défaut, cette fonctionnalité est activée, mais vous pouvez la désactiver si vous ne souhaitez pas qu'elle soit disponible pour l'agent.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/he/common.js b/frontend/src/locales/he/common.js index ab798760c..318b80ef4 100644 --- a/frontend/src/locales/he/common.js +++ b/frontend/src/locales/he/common.js @@ -314,6 +314,10 @@ const TRANSLATIONS = { }, default_skill: "כברירת מחדל, הכישורים הזה מופעל, אך ניתן להשבית אותו אם אינכם רוצים שהוא יהיה זמין עבור הסוכן.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/it/common.js b/frontend/src/locales/it/common.js index cedf604f7..8efa76221 100644 --- a/frontend/src/locales/it/common.js +++ b/frontend/src/locales/it/common.js @@ -319,6 +319,10 @@ const TRANSLATIONS = { }, default_skill: "Per impostazione predefinita, questa funzionalità è attiva, ma è possibile disabilitarla se non si desidera che sia disponibile per l'agente.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/ja/common.js b/frontend/src/locales/ja/common.js index 3b3a1b928..6897bcfec 100644 --- a/frontend/src/locales/ja/common.js +++ b/frontend/src/locales/ja/common.js @@ -311,6 +311,10 @@ const TRANSLATIONS = { }, default_skill: "デフォルトでは、この機能は有効になっていますが、エージェントに利用させたくない場合は、無効にすることができます。", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/ko/common.js b/frontend/src/locales/ko/common.js index 410a2a60a..fb8b9d970 100644 --- a/frontend/src/locales/ko/common.js +++ b/frontend/src/locales/ko/common.js @@ -315,6 +315,10 @@ const TRANSLATIONS = { }, default_skill: "기본적으로 이 기능은 활성화되어 있지만, 에이전트에게 이 기능을 사용하지 않도록 설정할 수도 있습니다.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/lv/common.js b/frontend/src/locales/lv/common.js index ea27a2262..79222ca13 100644 --- a/frontend/src/locales/lv/common.js +++ b/frontend/src/locales/lv/common.js @@ -320,6 +320,10 @@ const TRANSLATIONS = { }, default_skill: "Par iestatījumu, šī spēja ir aktivizēta, taču jūs varat to izslēgt, ja nevēlaties, lai tā būtu pieejama aģentam.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/nl/common.js b/frontend/src/locales/nl/common.js index f935eddae..960038450 100644 --- a/frontend/src/locales/nl/common.js +++ b/frontend/src/locales/nl/common.js @@ -315,6 +315,10 @@ const TRANSLATIONS = { }, default_skill: "Standaard is deze functie ingeschakeld, maar u kunt deze uitschakelen als u niet wilt dat de agent er gebruik van kan maken.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/pl/common.js b/frontend/src/locales/pl/common.js index 14d67f001..66fa92d3a 100644 --- a/frontend/src/locales/pl/common.js +++ b/frontend/src/locales/pl/common.js @@ -322,6 +322,10 @@ const TRANSLATIONS = { }, default_skill: "Domyślnie, ta umiejętność jest włączona, ale można ją wyłączyć, jeśli nie chcemy, aby była dostępna dla agenta.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/pt_BR/common.js b/frontend/src/locales/pt_BR/common.js index 5a04e6959..9be4d727a 100644 --- a/frontend/src/locales/pt_BR/common.js +++ b/frontend/src/locales/pt_BR/common.js @@ -319,6 +319,10 @@ const TRANSLATIONS = { }, default_skill: "Por padrão, essa habilidade está ativada, mas você pode desativá-la se não quiser que ela esteja disponível para o agente.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/ro/common.js b/frontend/src/locales/ro/common.js index 08e709a47..5458a194a 100644 --- a/frontend/src/locales/ro/common.js +++ b/frontend/src/locales/ro/common.js @@ -765,6 +765,10 @@ const TRANSLATIONS = { }, default_skill: "Implicit, această funcție este activată, dar puteți dezactiva-o dacă nu doriți ca agentul să o utilizeze.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/ru/common.js b/frontend/src/locales/ru/common.js index 6a4016296..a213cf7a4 100644 --- a/frontend/src/locales/ru/common.js +++ b/frontend/src/locales/ru/common.js @@ -314,6 +314,10 @@ const TRANSLATIONS = { }, default_skill: "По умолчанию, эта функция включена, но вы можете отключить ее, если не хотите, чтобы она была доступна для агента.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/tr/common.js b/frontend/src/locales/tr/common.js index 35a37d155..3311b64b1 100644 --- a/frontend/src/locales/tr/common.js +++ b/frontend/src/locales/tr/common.js @@ -314,6 +314,10 @@ const TRANSLATIONS = { }, default_skill: "Varsayılan olarak bu özellik etkinleştirilmiştir, ancak ajanın kullanmasına izin vermek istemiyorsanız, bu özelliği devre dışı bırakabilirsiniz.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/vn/common.js b/frontend/src/locales/vn/common.js index e03d083e0..dfbec7fc8 100644 --- a/frontend/src/locales/vn/common.js +++ b/frontend/src/locales/vn/common.js @@ -313,6 +313,10 @@ const TRANSLATIONS = { }, default_skill: "Theo mặc định, kỹ năng này được kích hoạt, nhưng bạn có thể tắt nó nếu không muốn nó được sử dụng bởi người đại diện.", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/zh/common.js b/frontend/src/locales/zh/common.js index 2d73969b2..258e026af 100644 --- a/frontend/src/locales/zh/common.js +++ b/frontend/src/locales/zh/common.js @@ -305,6 +305,10 @@ const TRANSLATIONS = { }, default_skill: "默认情况下,这项技能已启用。但是,如果您不想让该技能被代理使用,您可以将其禁用。", + file_search: { + title: null, + description: null, + }, }, }, recorded: { diff --git a/frontend/src/locales/zh_TW/common.js b/frontend/src/locales/zh_TW/common.js index e9f10862a..44a2cb36f 100644 --- a/frontend/src/locales/zh_TW/common.js +++ b/frontend/src/locales/zh_TW/common.js @@ -294,6 +294,10 @@ const TRANSLATIONS = { "讓您的智慧代理人能夠利用 SQL 查詢來回答您的問題,只需連接到不同的 SQL 資料庫提供者即可。", }, default_skill: "這項技能預設為啟用;若不希望智慧代理人使用,也可以停用。", + file_search: { + title: null, + description: null, + }, }, }, recorded: {