diff --git a/web/frontend/src/i18n/locales/bn-in.json b/web/frontend/src/i18n/locales/bn-in.json index 4b485e24..0af20a73 100644 --- a/web/frontend/src/i18n/locales/bn-in.json +++ b/web/frontend/src/i18n/locales/bn-in.json @@ -93,7 +93,6 @@ "noModel": "কোনো ডিফল্ট মডেল কনফিগার করা নেই। একটি সেট করতে মডেল পৃষ্ঠায় যান।" }, "sendMessage": "বার্তা পাঠান", - "sendHint": "পাঠাতে Enter চাপুন\nনতুন লাইনের জন্য Shift + Enter", "composeHint": "পাঠাতে Enter চাপুন, নতুন লাইনের জন্য Shift + Enter", "contextTitle": "প্রসঙ্গ", "contextDetail": "বিস্তারিত দেখুন", diff --git a/web/frontend/src/i18n/locales/cs.json b/web/frontend/src/i18n/locales/cs.json index 4b0f8df9..d3651570 100644 --- a/web/frontend/src/i18n/locales/cs.json +++ b/web/frontend/src/i18n/locales/cs.json @@ -91,7 +91,6 @@ "noModel": "Žádný výchozí model není nastaven. Přejděte na stránku Modely." }, "sendMessage": "Odeslat zprávu", - "sendHint": "Enter pro odeslání\nShift + Enter pro nový řádek", "composeHint": "Enter pro odeslání, Shift + Enter pro nový řádek", "contextTitle": "Kontext", "contextDetail": "Zobrazit detail", diff --git a/web/frontend/src/i18n/locales/en.json b/web/frontend/src/i18n/locales/en.json index 9636c481..83ee7f7e 100644 --- a/web/frontend/src/i18n/locales/en.json +++ b/web/frontend/src/i18n/locales/en.json @@ -93,7 +93,6 @@ "noModel": "No default model configured. Go to Models page to set one." }, "sendMessage": "Send message", - "sendHint": "Press Enter to send\nShift + Enter for a new line", "composeHint": "Press Enter to send, Shift + Enter for a new line", "contextTitle": "Context", "contextDetail": "View Details", diff --git a/web/frontend/src/i18n/locales/pt-br.json b/web/frontend/src/i18n/locales/pt-br.json index 6e5b6eed..4ec805e7 100644 --- a/web/frontend/src/i18n/locales/pt-br.json +++ b/web/frontend/src/i18n/locales/pt-br.json @@ -93,7 +93,6 @@ "noModel": "Nenhum modelo padrão configurado. Vá para a página de Modelos para definir um." }, "sendMessage": "Enviar mensagem", - "sendHint": "Pressione Enter para enviar\nShift + Enter para nova linha", "composeHint": "Pressione Enter para enviar, Shift + Enter para nova linha", "contextTitle": "Contexto", "contextDetail": "Ver Detalhes", diff --git a/web/frontend/src/i18n/locales/zh.json b/web/frontend/src/i18n/locales/zh.json index 31592804..fa8763db 100644 --- a/web/frontend/src/i18n/locales/zh.json +++ b/web/frontend/src/i18n/locales/zh.json @@ -93,7 +93,6 @@ "noModel": "未设置默认模型,请前往模型页面进行配置。" }, "sendMessage": "发送消息", - "sendHint": "按 Enter 发送\nShift + Enter 换行", "composeHint": "按 Enter 发送,Shift + Enter 换行", "contextTitle": "上下文", "contextDetail": "查看详情",