diff --git a/frontend/src/locale/en.json b/frontend/src/locale/en.json index 54f6f441..49fc10de 100644 --- a/frontend/src/locale/en.json +++ b/frontend/src/locale/en.json @@ -3,9 +3,7 @@ "chat": "Chat", "chats": "Chats", "newChat": "New Chat", - "myPlan": "My Plan", - "about": "About", - "inputPlaceholder": "Type your message here...", + "inputPlaceholder": "How can DocsGPT help you?", "tagline": "DocsGPT uses GenAI, please review critical information using sources.", "sourceDocs": "Source", "none": "None", @@ -238,7 +236,7 @@ }, "sources": { "title": "Sources", - "text": "Source text", + "text": "Choose Your Sources", "link": "Source link", "view_more": "{{count}} more sources" }, diff --git a/frontend/src/locale/es.json b/frontend/src/locale/es.json index fc5532bb..af995a1c 100644 --- a/frontend/src/locale/es.json +++ b/frontend/src/locale/es.json @@ -3,9 +3,7 @@ "chat": "Chat", "chats": "Chats", "newChat": "Nuevo Chat", - "myPlan": "Mi Plan", - "about": "Acerca de", - "inputPlaceholder": "Escribe tu mensaje aquí...", + "inputPlaceholder": "¿Cómo puede DocsGPT ayudarte?", "tagline": "DocsGPT utiliza GenAI, por favor revisa información crítica utilizando fuentes.", "sourceDocs": "Fuente", "none": "Ninguno", diff --git a/frontend/src/locale/jp.json b/frontend/src/locale/jp.json index 10ee9989..597c0ceb 100644 --- a/frontend/src/locale/jp.json +++ b/frontend/src/locale/jp.json @@ -3,9 +3,7 @@ "chat": "チャット", "chats": "チャット", "newChat": "新しいチャット", - "myPlan": "私のプラン", - "about": "について", - "inputPlaceholder": "ここにメッセージを入力してください...", + "inputPlaceholder": "DocsGPTはどのようにお手伝いできますか?", "tagline": "DocsGPTはGenAIを使用しています。重要な情報はソースで確認してください。", "sourceDocs": "ソース", "none": "なし", diff --git a/frontend/src/locale/ru.json b/frontend/src/locale/ru.json index f265ea08..a428e3a8 100644 --- a/frontend/src/locale/ru.json +++ b/frontend/src/locale/ru.json @@ -3,9 +3,7 @@ "chat": "Чат", "chats": "Чаты", "newChat": "Новый чат", - "myPlan": "Мой план", - "about": "О нас", - "inputPlaceholder": "Введите свое сообщение здесь...", + "inputPlaceholder": "Как DocsGPT может вам помочь?", "tagline": "DocsGPT использует GenAI, пожалуйста, проверьте важную информацию, используя источники.", "sourceDocs": "Источник", "none": "Нет", diff --git a/frontend/src/locale/zh-TW.json b/frontend/src/locale/zh-TW.json index 97478172..1321a867 100644 --- a/frontend/src/locale/zh-TW.json +++ b/frontend/src/locale/zh-TW.json @@ -3,9 +3,7 @@ "chat": "對話", "chats": "對話", "newChat": "新對話", - "myPlan": "我的方案", - "about": "關於", - "inputPlaceholder": "在此輸入您的訊息...", + "inputPlaceholder": "DocsGPT 如何幫助您?", "tagline": "DocsGPT 使用生成式 AI,請使用原始資料來源審閱重要資訊。", "sourceDocs": "原始文件", "none": "無", diff --git a/frontend/src/locale/zh.json b/frontend/src/locale/zh.json index 20a216d2..36a7155d 100644 --- a/frontend/src/locale/zh.json +++ b/frontend/src/locale/zh.json @@ -3,9 +3,7 @@ "chat": "聊天", "chats": "聊天", "newChat": "新聊天", - "myPlan": "我的计划", - "about": "关于", - "inputPlaceholder": "在这里输入您的消息...", + "inputPlaceholder": "DocsGPT 如何帮助您?", "tagline": "DocsGPT 使用 GenAI, 请使用来源审核关键信息.", "sourceDocs": "源", "none": "无",