diff --git a/src/renderer/src/i18n/translate/de-de.json b/src/renderer/src/i18n/translate/de-de.json index 2e86111da1..def578388c 100644 --- a/src/renderer/src/i18n/translate/de-de.json +++ b/src/renderer/src/i18n/translate/de-de.json @@ -1,6 +1,7 @@ { "agent": { "add": { + "description": "Komplexe Aufgaben mit verschiedenen Tools bewältigen", "error": { "failed": "Agent hinzufügen fehlgeschlagen", "invalid_agent": "Ungültiger Agent" @@ -547,8 +548,12 @@ "chat": { "add": { "assistant": { + "description": "Tägliche Gespräche und schnelle Fragen & Antworten", "title": "Assistent hinzufügen" }, + "option": { + "title": "Typ auswählen" + }, "topic": { "title": "Neues Thema erstellen" } diff --git a/src/renderer/src/i18n/translate/el-gr.json b/src/renderer/src/i18n/translate/el-gr.json index a793d9ddf0..715aa9b318 100644 --- a/src/renderer/src/i18n/translate/el-gr.json +++ b/src/renderer/src/i18n/translate/el-gr.json @@ -1,6 +1,7 @@ { "agent": { "add": { + "description": "Χειριστείτε πολύπλοκα καθήκοντα με διάφορα εργαλεία", "error": { "failed": "Αποτυχία προσθήκης πράκτορα", "invalid_agent": "Μη έγκυρος Agent" @@ -547,8 +548,12 @@ "chat": { "add": { "assistant": { + "description": "Καθημερινές συζητήσεις και γρήγορες ερωταπαντήσεις", "title": "Προσθήκη βοηθού" }, + "option": { + "title": "Επιλέξτε Τύπο" + }, "topic": { "title": "Δημιουργία νέου θέματος" } diff --git a/src/renderer/src/i18n/translate/es-es.json b/src/renderer/src/i18n/translate/es-es.json index 27b46ce3b3..585e6dad46 100644 --- a/src/renderer/src/i18n/translate/es-es.json +++ b/src/renderer/src/i18n/translate/es-es.json @@ -1,6 +1,7 @@ { "agent": { "add": { + "description": "Manejar tareas complejas con varias herramientas", "error": { "failed": "Error al añadir agente", "invalid_agent": "Agent inválido" @@ -547,8 +548,12 @@ "chat": { "add": { "assistant": { + "description": "Conversaciones diarias y preguntas y respuestas rápidas", "title": "Agregar asistente" }, + "option": { + "title": "Seleccionar Tipo" + }, "topic": { "title": "Crear nuevo tema" } diff --git a/src/renderer/src/i18n/translate/fr-fr.json b/src/renderer/src/i18n/translate/fr-fr.json index b710e40b1e..2076b9a841 100644 --- a/src/renderer/src/i18n/translate/fr-fr.json +++ b/src/renderer/src/i18n/translate/fr-fr.json @@ -1,6 +1,7 @@ { "agent": { "add": { + "description": "Gérez des tâches complexes avec divers outils", "error": { "failed": "Échec de l'ajout de l'agent", "invalid_agent": "Agent invalide" @@ -547,8 +548,12 @@ "chat": { "add": { "assistant": { + "description": "Conversations quotidiennes et Q&R rapides", "title": "Ajouter un assistant" }, + "option": { + "title": "Sélectionner le type" + }, "topic": { "title": "Nouveau sujet" } diff --git a/src/renderer/src/i18n/translate/ja-jp.json b/src/renderer/src/i18n/translate/ja-jp.json index 449e6bad29..19378976fa 100644 --- a/src/renderer/src/i18n/translate/ja-jp.json +++ b/src/renderer/src/i18n/translate/ja-jp.json @@ -1,6 +1,7 @@ { "agent": { "add": { + "description": "さまざまなツールを使って複雑なタスクを処理する", "error": { "failed": "エージェントの追加に失敗しました", "invalid_agent": "無効なエージェント" @@ -547,8 +548,12 @@ "chat": { "add": { "assistant": { + "description": "日常会話と簡単な質問応答", "title": "アシスタントを追加" }, + "option": { + "title": "種類を選択" + }, "topic": { "title": "新しいトピック" } diff --git a/src/renderer/src/i18n/translate/pt-pt.json b/src/renderer/src/i18n/translate/pt-pt.json index 5ac0f082c1..f75a164a9d 100644 --- a/src/renderer/src/i18n/translate/pt-pt.json +++ b/src/renderer/src/i18n/translate/pt-pt.json @@ -1,6 +1,7 @@ { "agent": { "add": { + "description": "Lide com tarefas complexas usando várias ferramentas", "error": { "failed": "Falha ao adicionar agente", "invalid_agent": "Agent inválido" @@ -547,8 +548,12 @@ "chat": { "add": { "assistant": { + "description": "Conversas diárias e perguntas e respostas rápidas", "title": "Adicionar assistente" }, + "option": { + "title": "Selecionar Tipo" + }, "topic": { "title": "Novo Tópico" } diff --git a/src/renderer/src/i18n/translate/ru-ru.json b/src/renderer/src/i18n/translate/ru-ru.json index 64a6453115..de63d96ff3 100644 --- a/src/renderer/src/i18n/translate/ru-ru.json +++ b/src/renderer/src/i18n/translate/ru-ru.json @@ -1,6 +1,7 @@ { "agent": { "add": { + "description": "Справляйтесь со сложными задачами с помощью различных инструментов", "error": { "failed": "Не удалось добавить агента", "invalid_agent": "Недействительный агент" @@ -547,8 +548,12 @@ "chat": { "add": { "assistant": { + "description": "Ежедневные разговоры и быстрые вопросы и ответы", "title": "Добавить ассистента" }, + "option": { + "title": "Выберите тип" + }, "topic": { "title": "Новый топик" }