From 7c460ef7b1f425decbb21d7ae64a834bf38486fe Mon Sep 17 00:00:00 2001 From: AJV20 <24819659+AJV20@users.noreply.github.com> Date: Sun, 24 May 2026 17:54:14 -0400 Subject: [PATCH] fix(i18n): add Turkish notes-source strings --- static/i18n.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/static/i18n.js b/static/i18n.js index 460a837a..d2f713f8 100644 --- a/static/i18n.js +++ b/static/i18n.js @@ -14445,6 +14445,19 @@ const LOCALES = { memory_saved: 'Bellek kaydedildi', my_notes: 'Notlarım', user_profile: 'Kullanıcı Profili', + external_notes_sources: 'Third-party notes', + external_notes_empty: 'No note or knowledge MCP sources are visible yet. Configure Joplin, Obsidian, Notion, llm-wiki, or another notes server to list it here.', + external_notes_auto_recall_hint: 'Automatic session recall is unchanged; this drawer only shows configured sources and available read/search tools.', + external_notes_no_tools: 'No read/search tools are currently visible for this source.', + external_notes_tool_count: (count) => `${count} note tool${Number(count)===1?'':'s'} available`, + external_notes_configured_hint: 'Tool names are expected from this configured source; live schemas will appear when the WebUI runtime exposes them.', + external_notes_recent_ai: 'Recently used by AI', + external_notes_auto: 'auto', + external_notes_recent_ai_reason: 'Automatic recall', + external_notes_search_placeholder: 'Search notes…', + external_notes_search_empty: 'Search a configured notes source to preview notes here.', + source_active: 'active', + source_configured: 'configured', no_notes_yet: 'Henüz not yok.', no_profile_yet: 'Henüz profil yok.', agent_soul: 'Ajan Ruhu',