mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-25 11:10:18 +00:00
fix(i18n): add Turkish notes-source strings
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user