From 51ca0f7ffd4b64b1fea74907de4449caafe3e0e3 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 14 May 2026 09:36:48 -0600 Subject: [PATCH] i18n --- web/public/locales/en/views/chat.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/web/public/locales/en/views/chat.json b/web/public/locales/en/views/chat.json index 6d78dc71f8..bc320c2049 100644 --- a/web/public/locales/en/views/chat.json +++ b/web/public/locales/en/views/chat.json @@ -42,5 +42,23 @@ "show_camera_status": "What is the current status of my cameras?", "recap": "What happened while I was away?", "watch_camera": "Watch the front door and let me know if anyone shows up" + }, + "new_chat": "New chat", + "settings": { + "title": "Chat settings", + "show_stats": { + "title": "Show stats", + "desc": "Show generation rate and context size for chat responses.", + "while_generating": "While generating", + "always": "Always" + }, + "auto_scroll": { + "title": "Auto-scroll", + "desc": "Follow new messages as they arrive." + } + }, + "stats": { + "context": "{{tokens}} tokens", + "tokens_per_second": "{{rate}} t/s" } }