@hope666/melu 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +15 -0
- package/README.md +57 -0
- package/dist/cli.d.ts +8 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +630 -0
- package/dist/cli.js.map +1 -0
- package/dist/config.d.ts +45 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +135 -0
- package/dist/config.js.map +1 -0
- package/dist/embedder-client.d.ts +24 -0
- package/dist/embedder-client.d.ts.map +1 -0
- package/dist/embedder-client.js +164 -0
- package/dist/embedder-client.js.map +1 -0
- package/dist/embedder-daemon-client.d.ts +10 -0
- package/dist/embedder-daemon-client.d.ts.map +1 -0
- package/dist/embedder-daemon-client.js +185 -0
- package/dist/embedder-daemon-client.js.map +1 -0
- package/dist/embedder-daemon.d.ts +11 -0
- package/dist/embedder-daemon.d.ts.map +1 -0
- package/dist/embedder-daemon.js +284 -0
- package/dist/embedder-daemon.js.map +1 -0
- package/dist/embedder-ipc.d.ts +27 -0
- package/dist/embedder-ipc.d.ts.map +1 -0
- package/dist/embedder-ipc.js +60 -0
- package/dist/embedder-ipc.js.map +1 -0
- package/dist/embedder-main.d.ts +2 -0
- package/dist/embedder-main.d.ts.map +1 -0
- package/dist/embedder-main.js +6 -0
- package/dist/embedder-main.js.map +1 -0
- package/dist/embedder.d.ts +41 -0
- package/dist/embedder.d.ts.map +1 -0
- package/dist/embedder.js +231 -0
- package/dist/embedder.js.map +1 -0
- package/dist/extraction-queue.d.ts +53 -0
- package/dist/extraction-queue.d.ts.map +1 -0
- package/dist/extraction-queue.js +418 -0
- package/dist/extraction-queue.js.map +1 -0
- package/dist/extraction-stats.d.ts +15 -0
- package/dist/extraction-stats.d.ts.map +1 -0
- package/dist/extraction-stats.js +89 -0
- package/dist/extraction-stats.js.map +1 -0
- package/dist/extractor-worker-main.d.ts +2 -0
- package/dist/extractor-worker-main.d.ts.map +1 -0
- package/dist/extractor-worker-main.js +70 -0
- package/dist/extractor-worker-main.js.map +1 -0
- package/dist/extractor-worker.d.ts +17 -0
- package/dist/extractor-worker.d.ts.map +1 -0
- package/dist/extractor-worker.js +164 -0
- package/dist/extractor-worker.js.map +1 -0
- package/dist/extractor.d.ts +36 -0
- package/dist/extractor.d.ts.map +1 -0
- package/dist/extractor.js +244 -0
- package/dist/extractor.js.map +1 -0
- package/dist/i18n.d.ts +995 -0
- package/dist/i18n.d.ts.map +1 -0
- package/dist/i18n.js +1024 -0
- package/dist/i18n.js.map +1 -0
- package/dist/memory.d.ts +62 -0
- package/dist/memory.d.ts.map +1 -0
- package/dist/memory.js +293 -0
- package/dist/memory.js.map +1 -0
- package/dist/model-bootstrap.d.ts +29 -0
- package/dist/model-bootstrap.d.ts.map +1 -0
- package/dist/model-bootstrap.js +235 -0
- package/dist/model-bootstrap.js.map +1 -0
- package/dist/proxy-main.d.ts +5 -0
- package/dist/proxy-main.d.ts.map +1 -0
- package/dist/proxy-main.js +10 -0
- package/dist/proxy-main.js.map +1 -0
- package/dist/proxy.d.ts +9 -0
- package/dist/proxy.d.ts.map +1 -0
- package/dist/proxy.js +309 -0
- package/dist/proxy.js.map +1 -0
- package/dist/run-runtime.d.ts +34 -0
- package/dist/run-runtime.d.ts.map +1 -0
- package/dist/run-runtime.js +170 -0
- package/dist/run-runtime.js.map +1 -0
- package/dist/runtime-context.d.ts +12 -0
- package/dist/runtime-context.d.ts.map +1 -0
- package/dist/runtime-context.js +39 -0
- package/dist/runtime-context.js.map +1 -0
- package/dist/text-chunking.d.ts +7 -0
- package/dist/text-chunking.d.ts.map +1 -0
- package/dist/text-chunking.js +50 -0
- package/dist/text-chunking.js.map +1 -0
- package/package.json +46 -0
package/dist/i18n.js
ADDED
|
@@ -0,0 +1,1024 @@
|
|
|
1
|
+
const SUPPORTED_UI_LANGUAGES = [
|
|
2
|
+
{ value: "en", key: "1", label: "English", aliases: ["1", "en", "english"] },
|
|
3
|
+
{ value: "zh-CN", key: "2", label: "简体中文", aliases: ["2", "zh-cn", "zh_hans", "zh", "simplified", "simplified chinese"] },
|
|
4
|
+
{ value: "zh-TW", key: "3", label: "繁體中文", aliases: ["3", "zh-tw", "zh_hant", "traditional", "traditional chinese"] },
|
|
5
|
+
{ value: "ja", key: "4", label: "日本語", aliases: ["4", "ja", "jp", "japanese"] },
|
|
6
|
+
{ value: "ko", key: "5", label: "한국어", aliases: ["5", "ko", "kr", "korean"] },
|
|
7
|
+
{ value: "fr", key: "6", label: "Français", aliases: ["6", "fr", "french", "francais"] },
|
|
8
|
+
{ value: "ru", key: "7", label: "Русский", aliases: ["7", "ru", "russian"] },
|
|
9
|
+
{ value: "de", key: "8", label: "Deutsch", aliases: ["8", "de", "german", "deutsch"] },
|
|
10
|
+
{ value: "es", key: "9", label: "Español", aliases: ["9", "es", "spanish", "espanol", "español"] },
|
|
11
|
+
{ value: "pt", key: "10", label: "Português", aliases: ["10", "pt", "portuguese", "portugues", "português", "pt-br", "pt-pt"] },
|
|
12
|
+
];
|
|
13
|
+
const MESSAGES = {
|
|
14
|
+
en: {
|
|
15
|
+
programDescription: "Melu - transparent AI memory proxy",
|
|
16
|
+
cmdInitDescription: "Initial setup: create directories, config, and the default memory file",
|
|
17
|
+
cmdRunDescription: "Run any agent with persistent memory",
|
|
18
|
+
cmdStopDescription: "Stop the background proxy service",
|
|
19
|
+
cmdListDescription: "List current memory entries",
|
|
20
|
+
cmdDeleteDescription: "Delete a memory entry by ID prefix",
|
|
21
|
+
cmdClearDescription: "Clear current memory entries (with confirmation)",
|
|
22
|
+
cmdExportDescription: "Export current memory to a .memory file",
|
|
23
|
+
cmdImportDescription: "Import memories from a .memory file",
|
|
24
|
+
cmdStatusDescription: "Show service status, memory count, and model info",
|
|
25
|
+
optMirrorDescription: "Model mirror source (huggingface | modelscope)",
|
|
26
|
+
optMemoryDescription: "Memory file",
|
|
27
|
+
optMemoryNameOrPathDescription: "Memory name or path",
|
|
28
|
+
optAllDescription: "Include inactive memories",
|
|
29
|
+
optYesDescription: "Skip confirmation",
|
|
30
|
+
optPortDescription: "Proxy port",
|
|
31
|
+
optOutputDescription: "Output file path",
|
|
32
|
+
argCommandDescription: "Command to execute",
|
|
33
|
+
initTitle: "Melu setup",
|
|
34
|
+
labelDirectory: "Directory",
|
|
35
|
+
labelConfig: "Config",
|
|
36
|
+
labelMemory: "Memory",
|
|
37
|
+
initComplete: "Setup complete!",
|
|
38
|
+
labelMirrorSource: "Mirror source",
|
|
39
|
+
embeddingModelReady: "Embedding model is ready.",
|
|
40
|
+
usageRunClaude: "Usage: melu run -- claude",
|
|
41
|
+
runProxy: "Proxy",
|
|
42
|
+
runMemory: "Memory",
|
|
43
|
+
memoryExtractionFailed: "[Melu] Memory extraction failed:",
|
|
44
|
+
proxyNotRunning: "Proxy service is not running",
|
|
45
|
+
proxyStopped: "Proxy service stopped (PID: {pid})",
|
|
46
|
+
proxyAlreadyGone: "Proxy service is no longer running",
|
|
47
|
+
memoryFileNotFound: "Memory file not found: {path}",
|
|
48
|
+
noMemories: "No memories yet",
|
|
49
|
+
memoriesTitle: "Memories ({count})",
|
|
50
|
+
tableType: "Type",
|
|
51
|
+
tableSubject: "Subject",
|
|
52
|
+
tableSummary: "Summary",
|
|
53
|
+
tableCreatedAt: "Created At",
|
|
54
|
+
tableStatus: "Status",
|
|
55
|
+
listShowHint: "Use \"melu show <id-prefix>\" to view full details of a memory.",
|
|
56
|
+
memoryNotFoundByPrefix: "No memory found with ID prefix '{id}'",
|
|
57
|
+
multipleMemoryMatches: "Multiple memories matched. Please provide a more specific ID.",
|
|
58
|
+
deletedMemory: "Deleted: {summary}",
|
|
59
|
+
memoryAlreadyEmpty: "Memory is already empty",
|
|
60
|
+
confirmClearMemories: "Clear {count} memories? This cannot be undone (y/N): ",
|
|
61
|
+
clearedMemories: "Cleared {count} memories",
|
|
62
|
+
exportedTo: "Exported to: {path}",
|
|
63
|
+
sourceFileNotFound: "File not found: {path}",
|
|
64
|
+
importedMemories: "Imported {count} memories",
|
|
65
|
+
statusRunning: "Proxy status: running (PID: {pid}, port: {port})",
|
|
66
|
+
statusStopped: "Proxy status: stopped",
|
|
67
|
+
statusMemoryFile: "Memory file: {path}",
|
|
68
|
+
statusActiveMemories: "Active memories: {count}",
|
|
69
|
+
statusEmbedding: "Embedding: {model}",
|
|
70
|
+
statusMirrorSource: "Mirror source: {label}",
|
|
71
|
+
statusModelFile: "Model file: {status}",
|
|
72
|
+
statusDownloaded: "downloaded",
|
|
73
|
+
statusNotDownloaded: "not downloaded",
|
|
74
|
+
notSet: "Not set",
|
|
75
|
+
portInUse: "Port {port} is already in use. Stop the conflicting process or choose a different port.",
|
|
76
|
+
proxyStartupTimeout: "Proxy service startup timed out",
|
|
77
|
+
extractingConversationMemories: "[Melu] Extracting memories from {count} conversations...",
|
|
78
|
+
singleExtractionFailed: "[Melu] Failed to extract one queued item:",
|
|
79
|
+
extractedNewMemories: "[Melu] Extracted {count} new memories this run",
|
|
80
|
+
noNewMemories: "[Melu] No new memories this run",
|
|
81
|
+
runSummaryTitle: "[Melu] Run summary ({runId})",
|
|
82
|
+
runSummaryProcessed: "[Melu] Processed: {count}",
|
|
83
|
+
runSummaryEffectiveNewMemories: "[Melu] Effective new memories: {count}",
|
|
84
|
+
runSummaryFailed: "[Melu] Failed: {count}",
|
|
85
|
+
runSummaryRemainingQueue: "[Melu] Remaining queue: {count}",
|
|
86
|
+
languagePromptTitle: "Select the display language for Melu:",
|
|
87
|
+
menuHint: "Use arrow keys to move, Enter to confirm.",
|
|
88
|
+
languagePromptInput: "Select a language:",
|
|
89
|
+
languagePromptRetry: "Please select a valid option.",
|
|
90
|
+
languageSet: "Display language: {language}",
|
|
91
|
+
mirrorPromptTitle: "Select the source for the GGUF embedding model:",
|
|
92
|
+
mirrorPromptInput: "Select a model source:",
|
|
93
|
+
mirrorPromptRetry: "Please select a valid option.",
|
|
94
|
+
mirrorHintHuggingFace: "Best for global network access",
|
|
95
|
+
mirrorHintModelScope: "Best for mainland China network access",
|
|
96
|
+
mirrorSelectionRequired: "A mirror source must be selected before model setup. Run `melu init --mirror huggingface` or `melu init --mirror modelscope`.",
|
|
97
|
+
embeddingDownload: "[Melu] Downloading embedding model: {file}",
|
|
98
|
+
labelSource: "[Melu] Source: {label}",
|
|
99
|
+
labelSavedTo: "[Melu] Saving to: {path}",
|
|
100
|
+
downloadProgressDownloadingTo: "Downloading to",
|
|
101
|
+
downloadProgressDownloadedTo: "Downloaded to",
|
|
102
|
+
modelAlreadyAvailable: "[Melu] Embedding model already found: {path}",
|
|
103
|
+
modelSkipDownload: "[Melu] Skipping download.",
|
|
104
|
+
runtimeBinaryUnavailable: "No prebuilt llama.cpp runtime is available on this platform. Melu does not auto-compile local native dependencies. Use Node 20+ on macOS, Linux, or Windows arm64/x64.",
|
|
105
|
+
memoryUpdated: "[Melu] Memory updated: '{summary}' replaced '{previous}'",
|
|
106
|
+
memoryNew: "[Melu] New memory: [{category}] {summary}",
|
|
107
|
+
embeddingFailed: "[Melu] Embedding failed:",
|
|
108
|
+
claudePExtracting: "[Melu:DEBUG] Extracting memory via claude -p",
|
|
109
|
+
claudePExitCode: "[Melu] claude -p exited with code {code}, stderr: {stderr}",
|
|
110
|
+
claudePStartFailed: "[Melu] Failed to start claude -p: {message}",
|
|
111
|
+
},
|
|
112
|
+
"zh-CN": {
|
|
113
|
+
programDescription: "Melu - 透明 AI 记忆代理",
|
|
114
|
+
cmdInitDescription: "首次初始化:创建目录、配置和默认记忆文件",
|
|
115
|
+
cmdRunDescription: "带记忆启动任意 Agent",
|
|
116
|
+
cmdStopDescription: "停止后台代理服务",
|
|
117
|
+
cmdListDescription: "列出当前记忆条目",
|
|
118
|
+
cmdDeleteDescription: "按 ID 前缀删除某条记忆",
|
|
119
|
+
cmdClearDescription: "清空当前记忆(需确认)",
|
|
120
|
+
cmdExportDescription: "导出当前记忆为 .memory 文件",
|
|
121
|
+
cmdImportDescription: "从 .memory 文件导入记忆",
|
|
122
|
+
cmdStatusDescription: "查看服务状态、记忆数量和模型信息",
|
|
123
|
+
optMirrorDescription: "模型镜像源 (huggingface | modelscope)",
|
|
124
|
+
optMemoryDescription: "记忆文件",
|
|
125
|
+
optMemoryNameOrPathDescription: "记忆名称或路径",
|
|
126
|
+
optAllDescription: "包含已失效的记忆",
|
|
127
|
+
optYesDescription: "跳过确认",
|
|
128
|
+
optPortDescription: "代理端口",
|
|
129
|
+
optOutputDescription: "输出文件路径",
|
|
130
|
+
argCommandDescription: "要执行的命令",
|
|
131
|
+
initTitle: "Melu 初始化",
|
|
132
|
+
labelDirectory: "目录",
|
|
133
|
+
labelConfig: "配置",
|
|
134
|
+
labelMemory: "记忆",
|
|
135
|
+
initComplete: "初始化完成!",
|
|
136
|
+
labelMirrorSource: "镜像源",
|
|
137
|
+
embeddingModelReady: "Embedding 模型已准备完成。",
|
|
138
|
+
usageRunClaude: "使用: melu run -- claude",
|
|
139
|
+
runProxy: "代理",
|
|
140
|
+
runMemory: "记忆",
|
|
141
|
+
memoryExtractionFailed: "[Melu] 记忆提取失败:",
|
|
142
|
+
proxyNotRunning: "代理服务未在运行",
|
|
143
|
+
proxyStopped: "代理服务已停止 (PID: {pid})",
|
|
144
|
+
proxyAlreadyGone: "代理服务已不存在",
|
|
145
|
+
memoryFileNotFound: "记忆文件不存在: {path}",
|
|
146
|
+
noMemories: "暂无记忆",
|
|
147
|
+
memoriesTitle: "记忆 ({count} 条)",
|
|
148
|
+
tableType: "类型",
|
|
149
|
+
tableSubject: "主题",
|
|
150
|
+
tableSummary: "摘要",
|
|
151
|
+
tableCreatedAt: "创建时间",
|
|
152
|
+
tableStatus: "状态",
|
|
153
|
+
listShowHint: "使用 \"melu show <ID前缀>\" 查看记忆详情。",
|
|
154
|
+
memoryNotFoundByPrefix: "未找到 ID 以 '{id}' 开头的记忆",
|
|
155
|
+
multipleMemoryMatches: "匹配到多条记忆,请提供更精确的 ID。",
|
|
156
|
+
deletedMemory: "已删除: {summary}",
|
|
157
|
+
memoryAlreadyEmpty: "记忆已经是空的",
|
|
158
|
+
confirmClearMemories: "确认清空 {count} 条记忆?此操作不可恢复 (y/N): ",
|
|
159
|
+
clearedMemories: "已清空 {count} 条记忆",
|
|
160
|
+
exportedTo: "已导出到: {path}",
|
|
161
|
+
sourceFileNotFound: "文件不存在: {path}",
|
|
162
|
+
importedMemories: "已导入 {count} 条记忆",
|
|
163
|
+
statusRunning: "代理状态: 运行中 (PID: {pid}, 端口: {port})",
|
|
164
|
+
statusStopped: "代理状态: 未运行",
|
|
165
|
+
statusMemoryFile: "记忆文件: {path}",
|
|
166
|
+
statusActiveMemories: "活跃记忆: {count} 条",
|
|
167
|
+
statusEmbedding: "Embedding: {model}",
|
|
168
|
+
statusMirrorSource: "镜像源: {label}",
|
|
169
|
+
statusModelFile: "模型文件: {status}",
|
|
170
|
+
statusDownloaded: "已下载",
|
|
171
|
+
statusNotDownloaded: "未下载",
|
|
172
|
+
notSet: "未设置",
|
|
173
|
+
portInUse: "端口 {port} 已被占用,请先关闭占用进程或换一个端口。",
|
|
174
|
+
proxyStartupTimeout: "代理服务启动超时",
|
|
175
|
+
extractingConversationMemories: "[Melu] 正在提取 {count} 条对话的记忆...",
|
|
176
|
+
singleExtractionFailed: "[Melu] 提取单条失败:",
|
|
177
|
+
extractedNewMemories: "[Melu] 本次提取 {count} 条新记忆",
|
|
178
|
+
noNewMemories: "[Melu] 本次无新记忆",
|
|
179
|
+
runSummaryTitle: "[Melu] 运行摘要 ({runId})",
|
|
180
|
+
runSummaryProcessed: "[Melu] 已处理: {count}",
|
|
181
|
+
runSummaryEffectiveNewMemories: "[Melu] 有效新记忆: {count}",
|
|
182
|
+
runSummaryFailed: "[Melu] 失败: {count}",
|
|
183
|
+
runSummaryRemainingQueue: "[Melu] 剩余队列: {count}",
|
|
184
|
+
languagePromptTitle: "请选择 Melu 的显示语言:",
|
|
185
|
+
menuHint: "使用方向键切换,按 Enter 确认。",
|
|
186
|
+
languagePromptInput: "请选择语言:",
|
|
187
|
+
languagePromptRetry: "请选择有效选项。",
|
|
188
|
+
languageSet: "显示语言: {language}",
|
|
189
|
+
mirrorPromptTitle: "请选择 GGUF embedding 模型的来源:",
|
|
190
|
+
mirrorPromptInput: "请选择模型来源:",
|
|
191
|
+
mirrorPromptRetry: "请选择有效选项。",
|
|
192
|
+
mirrorHintHuggingFace: "适合全球网络环境",
|
|
193
|
+
mirrorHintModelScope: "适合中国大陆网络环境",
|
|
194
|
+
mirrorSelectionRequired: "首次准备模型前需要先选择镜像源。请运行 `melu init --mirror huggingface` 或 `melu init --mirror modelscope`。",
|
|
195
|
+
embeddingDownload: "[Melu] 下载 embedding 模型: {file}",
|
|
196
|
+
labelSource: "[Melu] 来源: {label}",
|
|
197
|
+
labelSavedTo: "[Melu] 保存到: {path}",
|
|
198
|
+
downloadProgressDownloadingTo: "下载到",
|
|
199
|
+
downloadProgressDownloadedTo: "已下载到",
|
|
200
|
+
modelAlreadyAvailable: "[Melu] 已检测到 embedding 模型: {path}",
|
|
201
|
+
modelSkipDownload: "[Melu] 跳过下载。",
|
|
202
|
+
runtimeBinaryUnavailable: "当前平台没有可用的 llama.cpp 预编译运行时。Melu 默认不会在用户机器上自动编译本地依赖。请使用 Node 20+,并在 macOS、Linux 或 Windows 的 arm64/x64 环境运行。",
|
|
203
|
+
memoryUpdated: "[Melu] 记忆更新: '{summary}' 取代 '{previous}'",
|
|
204
|
+
memoryNew: "[Melu] 新记忆: [{category}] {summary}",
|
|
205
|
+
embeddingFailed: "[Melu] Embedding 失败:",
|
|
206
|
+
claudePExtracting: "[Melu:DEBUG] 通过 claude -p 提取记忆",
|
|
207
|
+
claudePExitCode: "[Melu] claude -p 退出码: {code}, stderr: {stderr}",
|
|
208
|
+
claudePStartFailed: "[Melu] claude -p 启动失败: {message}",
|
|
209
|
+
},
|
|
210
|
+
"zh-TW": {
|
|
211
|
+
programDescription: "Melu - 透明 AI 記憶代理",
|
|
212
|
+
cmdInitDescription: "首次初始化:建立目錄、設定與預設記憶檔案",
|
|
213
|
+
cmdRunDescription: "帶著記憶啟動任意 Agent",
|
|
214
|
+
cmdStopDescription: "停止背景代理服務",
|
|
215
|
+
cmdListDescription: "列出目前的記憶項目",
|
|
216
|
+
cmdDeleteDescription: "依 ID 前綴刪除記憶",
|
|
217
|
+
cmdClearDescription: "清空目前記憶(需確認)",
|
|
218
|
+
cmdExportDescription: "將目前記憶匯出為 .memory 檔案",
|
|
219
|
+
cmdImportDescription: "從 .memory 檔案匯入記憶",
|
|
220
|
+
cmdStatusDescription: "查看服務狀態、記憶數量與模型資訊",
|
|
221
|
+
optMirrorDescription: "模型鏡像來源 (huggingface | modelscope)",
|
|
222
|
+
optMemoryDescription: "記憶檔案",
|
|
223
|
+
optMemoryNameOrPathDescription: "記憶名稱或路徑",
|
|
224
|
+
optAllDescription: "包含已失效記憶",
|
|
225
|
+
optYesDescription: "跳過確認",
|
|
226
|
+
optPortDescription: "代理埠",
|
|
227
|
+
optOutputDescription: "輸出檔案路徑",
|
|
228
|
+
argCommandDescription: "要執行的命令",
|
|
229
|
+
initTitle: "Melu 初始化",
|
|
230
|
+
labelDirectory: "目錄",
|
|
231
|
+
labelConfig: "設定",
|
|
232
|
+
labelMemory: "記憶",
|
|
233
|
+
initComplete: "初始化完成!",
|
|
234
|
+
labelMirrorSource: "鏡像來源",
|
|
235
|
+
embeddingModelReady: "Embedding 模型已準備完成。",
|
|
236
|
+
usageRunClaude: "用法: melu run -- claude",
|
|
237
|
+
runProxy: "代理",
|
|
238
|
+
runMemory: "記憶",
|
|
239
|
+
memoryExtractionFailed: "[Melu] 記憶提取失敗:",
|
|
240
|
+
proxyNotRunning: "代理服務尚未運行",
|
|
241
|
+
proxyStopped: "代理服務已停止 (PID: {pid})",
|
|
242
|
+
proxyAlreadyGone: "代理服務已不存在",
|
|
243
|
+
memoryFileNotFound: "找不到記憶檔案: {path}",
|
|
244
|
+
noMemories: "目前沒有記憶",
|
|
245
|
+
memoriesTitle: "記憶({count} 條)",
|
|
246
|
+
tableType: "類型",
|
|
247
|
+
tableSubject: "主題",
|
|
248
|
+
tableSummary: "摘要",
|
|
249
|
+
tableCreatedAt: "建立時間",
|
|
250
|
+
tableStatus: "狀態",
|
|
251
|
+
listShowHint: "使用 \"melu show <ID前綴>\" 查看記憶詳情。",
|
|
252
|
+
memoryNotFoundByPrefix: "找不到 ID 以前綴 '{id}' 開頭的記憶",
|
|
253
|
+
multipleMemoryMatches: "找到多條相符記憶,請提供更精確的 ID。",
|
|
254
|
+
deletedMemory: "已刪除: {summary}",
|
|
255
|
+
memoryAlreadyEmpty: "記憶已經是空的",
|
|
256
|
+
confirmClearMemories: "確認清空 {count} 條記憶?此操作無法復原 (y/N): ",
|
|
257
|
+
clearedMemories: "已清空 {count} 條記憶",
|
|
258
|
+
exportedTo: "已匯出到: {path}",
|
|
259
|
+
sourceFileNotFound: "找不到檔案: {path}",
|
|
260
|
+
importedMemories: "已匯入 {count} 條記憶",
|
|
261
|
+
statusRunning: "代理狀態: 運行中 (PID: {pid}, 埠: {port})",
|
|
262
|
+
statusStopped: "代理狀態: 未運行",
|
|
263
|
+
statusMemoryFile: "記憶檔案: {path}",
|
|
264
|
+
statusActiveMemories: "有效記憶: {count} 條",
|
|
265
|
+
statusEmbedding: "Embedding: {model}",
|
|
266
|
+
statusMirrorSource: "鏡像來源: {label}",
|
|
267
|
+
statusModelFile: "模型檔案: {status}",
|
|
268
|
+
statusDownloaded: "已下載",
|
|
269
|
+
statusNotDownloaded: "未下載",
|
|
270
|
+
notSet: "未設定",
|
|
271
|
+
portInUse: "埠 {port} 已被占用,請先關閉占用程序或改用其他埠。",
|
|
272
|
+
proxyStartupTimeout: "代理服務啟動逾時",
|
|
273
|
+
extractingConversationMemories: "[Melu] 正在提取 {count} 條對話記憶...",
|
|
274
|
+
singleExtractionFailed: "[Melu] 單條提取失敗:",
|
|
275
|
+
extractedNewMemories: "[Melu] 本次提取了 {count} 條新記憶",
|
|
276
|
+
noNewMemories: "[Melu] 本次沒有新記憶",
|
|
277
|
+
runSummaryTitle: "[Melu] 運行摘要 ({runId})",
|
|
278
|
+
runSummaryProcessed: "[Melu] 已處理: {count}",
|
|
279
|
+
runSummaryEffectiveNewMemories: "[Melu] 有效新記憶: {count}",
|
|
280
|
+
runSummaryFailed: "[Melu] 失敗: {count}",
|
|
281
|
+
runSummaryRemainingQueue: "[Melu] 剩餘佇列: {count}",
|
|
282
|
+
languagePromptTitle: "請選擇 Melu 的顯示語言:",
|
|
283
|
+
menuHint: "使用方向鍵切換,按 Enter 確認。",
|
|
284
|
+
languagePromptInput: "請選擇語言:",
|
|
285
|
+
languagePromptRetry: "請選擇有效選項。",
|
|
286
|
+
languageSet: "顯示語言: {language}",
|
|
287
|
+
mirrorPromptTitle: "請選擇 GGUF embedding 模型來源:",
|
|
288
|
+
mirrorPromptInput: "請選擇模型來源:",
|
|
289
|
+
mirrorPromptRetry: "請選擇有效選項。",
|
|
290
|
+
mirrorHintHuggingFace: "適合全球網路環境",
|
|
291
|
+
mirrorHintModelScope: "適合中國大陸網路環境",
|
|
292
|
+
mirrorSelectionRequired: "首次準備模型前需要先選擇鏡像來源。請執行 `melu init --mirror huggingface` 或 `melu init --mirror modelscope`。",
|
|
293
|
+
embeddingDownload: "[Melu] 下載 embedding 模型: {file}",
|
|
294
|
+
labelSource: "[Melu] 來源: {label}",
|
|
295
|
+
labelSavedTo: "[Melu] 儲存到: {path}",
|
|
296
|
+
downloadProgressDownloadingTo: "下載到",
|
|
297
|
+
downloadProgressDownloadedTo: "已下載到",
|
|
298
|
+
modelAlreadyAvailable: "[Melu] 已偵測到 embedding 模型: {path}",
|
|
299
|
+
modelSkipDownload: "[Melu] 略過下載。",
|
|
300
|
+
runtimeBinaryUnavailable: "目前平台沒有可用的 llama.cpp 預編譯執行環境。Melu 不會自動在使用者機器上編譯本地原生依賴。請使用 Node 20+,並在 macOS、Linux 或 Windows 的 arm64/x64 環境運行。",
|
|
301
|
+
memoryUpdated: "[Melu] 記憶已更新: '{summary}' 取代 '{previous}'",
|
|
302
|
+
memoryNew: "[Melu] 新記憶: [{category}] {summary}",
|
|
303
|
+
embeddingFailed: "[Melu] Embedding 失敗:",
|
|
304
|
+
claudePExtracting: "[Melu:DEBUG] 透過 claude -p 提取記憶",
|
|
305
|
+
claudePExitCode: "[Melu] claude -p 結束碼: {code}, stderr: {stderr}",
|
|
306
|
+
claudePStartFailed: "[Melu] 無法啟動 claude -p: {message}",
|
|
307
|
+
},
|
|
308
|
+
ja: {
|
|
309
|
+
programDescription: "Melu - 透過的な AI メモリプロキシ",
|
|
310
|
+
cmdInitDescription: "初期設定: ディレクトリ、設定、既定メモリを作成",
|
|
311
|
+
cmdRunDescription: "永続メモリ付きで任意の Agent を起動",
|
|
312
|
+
cmdStopDescription: "バックグラウンドのプロキシサービスを停止",
|
|
313
|
+
cmdListDescription: "現在のメモリエントリを一覧表示",
|
|
314
|
+
cmdDeleteDescription: "ID プレフィックスでメモリを削除",
|
|
315
|
+
cmdClearDescription: "現在のメモリを消去(確認あり)",
|
|
316
|
+
cmdExportDescription: "現在のメモリを .memory ファイルとして書き出す",
|
|
317
|
+
cmdImportDescription: ".memory ファイルからメモリを読み込む",
|
|
318
|
+
cmdStatusDescription: "サービス状態、メモリ数、モデル情報を表示",
|
|
319
|
+
optMirrorDescription: "モデルのミラー元 (huggingface | modelscope)",
|
|
320
|
+
optMemoryDescription: "メモリファイル",
|
|
321
|
+
optMemoryNameOrPathDescription: "メモリ名またはパス",
|
|
322
|
+
optAllDescription: "無効なメモリも含める",
|
|
323
|
+
optYesDescription: "確認を省略",
|
|
324
|
+
optPortDescription: "プロキシポート",
|
|
325
|
+
optOutputDescription: "出力ファイルのパス",
|
|
326
|
+
argCommandDescription: "実行するコマンド",
|
|
327
|
+
initTitle: "Melu セットアップ",
|
|
328
|
+
labelDirectory: "ディレクトリ",
|
|
329
|
+
labelConfig: "設定",
|
|
330
|
+
labelMemory: "メモリ",
|
|
331
|
+
initComplete: "セットアップが完了しました。",
|
|
332
|
+
labelMirrorSource: "ミラー元",
|
|
333
|
+
embeddingModelReady: "Embedding モデルの準備ができました。",
|
|
334
|
+
usageRunClaude: "使い方: melu run -- claude",
|
|
335
|
+
runProxy: "プロキシ",
|
|
336
|
+
runMemory: "メモリ",
|
|
337
|
+
memoryExtractionFailed: "[Melu] メモリ抽出に失敗しました:",
|
|
338
|
+
proxyNotRunning: "プロキシサービスは実行されていません",
|
|
339
|
+
proxyStopped: "プロキシサービスを停止しました (PID: {pid})",
|
|
340
|
+
proxyAlreadyGone: "プロキシサービスはすでに存在しません",
|
|
341
|
+
memoryFileNotFound: "メモリファイルが見つかりません: {path}",
|
|
342
|
+
noMemories: "メモリはまだありません",
|
|
343
|
+
memoriesTitle: "メモリ ({count})",
|
|
344
|
+
tableType: "種類",
|
|
345
|
+
tableSubject: "件名",
|
|
346
|
+
tableSummary: "要約",
|
|
347
|
+
tableCreatedAt: "作成日時",
|
|
348
|
+
tableStatus: "状態",
|
|
349
|
+
listShowHint: "\"melu show <IDプレフィックス>\" でメモリの詳細を表示できます。",
|
|
350
|
+
memoryNotFoundByPrefix: "ID が '{id}' で始まるメモリは見つかりません",
|
|
351
|
+
multipleMemoryMatches: "複数のメモリが一致しました。より具体的な ID を指定してください。",
|
|
352
|
+
deletedMemory: "削除しました: {summary}",
|
|
353
|
+
memoryAlreadyEmpty: "メモリはすでに空です",
|
|
354
|
+
confirmClearMemories: "{count} 件のメモリを削除しますか?この操作は元に戻せません (y/N): ",
|
|
355
|
+
clearedMemories: "{count} 件のメモリを削除しました",
|
|
356
|
+
exportedTo: "書き出し先: {path}",
|
|
357
|
+
sourceFileNotFound: "ファイルが見つかりません: {path}",
|
|
358
|
+
importedMemories: "{count} 件のメモリを読み込みました",
|
|
359
|
+
statusRunning: "プロキシ状態: 実行中 (PID: {pid}, ポート: {port})",
|
|
360
|
+
statusStopped: "プロキシ状態: 停止中",
|
|
361
|
+
statusMemoryFile: "メモリファイル: {path}",
|
|
362
|
+
statusActiveMemories: "有効メモリ: {count}",
|
|
363
|
+
statusEmbedding: "Embedding: {model}",
|
|
364
|
+
statusMirrorSource: "ミラー元: {label}",
|
|
365
|
+
statusModelFile: "モデルファイル: {status}",
|
|
366
|
+
statusDownloaded: "ダウンロード済み",
|
|
367
|
+
statusNotDownloaded: "未ダウンロード",
|
|
368
|
+
notSet: "未設定",
|
|
369
|
+
portInUse: "ポート {port} はすでに使用されています。競合するプロセスを停止するか、別のポートを指定してください。",
|
|
370
|
+
proxyStartupTimeout: "プロキシサービスの起動がタイムアウトしました",
|
|
371
|
+
extractingConversationMemories: "[Melu] {count} 件の会話からメモリを抽出しています...",
|
|
372
|
+
singleExtractionFailed: "[Melu] 1 件の抽出に失敗しました:",
|
|
373
|
+
extractedNewMemories: "[Melu] 今回新たに {count} 件のメモリを抽出しました",
|
|
374
|
+
noNewMemories: "[Melu] 今回新しいメモリはありませんでした",
|
|
375
|
+
runSummaryTitle: "[Melu] 実行サマリー ({runId})",
|
|
376
|
+
runSummaryProcessed: "[Melu] 処理済み: {count}",
|
|
377
|
+
runSummaryEffectiveNewMemories: "[Melu] 有効な新メモリ: {count}",
|
|
378
|
+
runSummaryFailed: "[Melu] 失敗: {count}",
|
|
379
|
+
runSummaryRemainingQueue: "[Melu] 残りキュー: {count}",
|
|
380
|
+
languagePromptTitle: "Melu の表示言語を選択してください:",
|
|
381
|
+
menuHint: "矢印キーで移動し、Enter で確定します。",
|
|
382
|
+
languagePromptInput: "言語を選択してください:",
|
|
383
|
+
languagePromptRetry: "有効な選択肢を選んでください。",
|
|
384
|
+
languageSet: "表示言語: {language}",
|
|
385
|
+
mirrorPromptTitle: "GGUF embedding モデルの取得元を選択してください:",
|
|
386
|
+
mirrorPromptInput: "モデルの取得元を選択してください:",
|
|
387
|
+
mirrorPromptRetry: "有効な選択肢を選んでください。",
|
|
388
|
+
mirrorHintHuggingFace: "グローバルなネットワーク環境向け",
|
|
389
|
+
mirrorHintModelScope: "中国本土のネットワーク環境向け",
|
|
390
|
+
mirrorSelectionRequired: "モデル準備の前にミラー元の選択が必要です。`melu init --mirror huggingface` または `melu init --mirror modelscope` を実行してください。",
|
|
391
|
+
embeddingDownload: "[Melu] Embedding モデルをダウンロードしています: {file}",
|
|
392
|
+
labelSource: "[Melu] 取得元: {label}",
|
|
393
|
+
labelSavedTo: "[Melu] 保存先: {path}",
|
|
394
|
+
downloadProgressDownloadingTo: "ダウンロード先",
|
|
395
|
+
downloadProgressDownloadedTo: "ダウンロード済み",
|
|
396
|
+
modelAlreadyAvailable: "[Melu] 既存の embedding モデルを検出しました: {path}",
|
|
397
|
+
modelSkipDownload: "[Melu] ダウンロードをスキップします。",
|
|
398
|
+
runtimeBinaryUnavailable: "このプラットフォームでは利用可能な事前ビルド済み llama.cpp ランタイムがありません。Melu はローカルのネイティブ依存関係を自動コンパイルしません。Node 20+ を使用し、macOS / Linux / Windows の arm64/x64 環境で実行してください。",
|
|
399
|
+
memoryUpdated: "[Melu] メモリを更新しました: '{summary}' が '{previous}' を置き換えました",
|
|
400
|
+
memoryNew: "[Melu] 新しいメモリ: [{category}] {summary}",
|
|
401
|
+
embeddingFailed: "[Melu] Embedding に失敗しました:",
|
|
402
|
+
claudePExtracting: "[Melu:DEBUG] claude -p でメモリを抽出しています",
|
|
403
|
+
claudePExitCode: "[Melu] claude -p の終了コード: {code}, stderr: {stderr}",
|
|
404
|
+
claudePStartFailed: "[Melu] claude -p の起動に失敗しました: {message}",
|
|
405
|
+
},
|
|
406
|
+
ko: {
|
|
407
|
+
programDescription: "Melu - 투명한 AI 메모리 프록시",
|
|
408
|
+
cmdInitDescription: "초기 설정: 디렉터리, 설정, 기본 메모리 파일 생성",
|
|
409
|
+
cmdRunDescription: "지속 메모리와 함께 Agent 실행",
|
|
410
|
+
cmdStopDescription: "백그라운드 프록시 서비스 중지",
|
|
411
|
+
cmdListDescription: "현재 메모리 항목 표시",
|
|
412
|
+
cmdDeleteDescription: "ID 접두사로 메모리 삭제",
|
|
413
|
+
cmdClearDescription: "현재 메모리 비우기(확인 필요)",
|
|
414
|
+
cmdExportDescription: "현재 메모리를 .memory 파일로 내보내기",
|
|
415
|
+
cmdImportDescription: ".memory 파일에서 메모리 가져오기",
|
|
416
|
+
cmdStatusDescription: "서비스 상태, 메모리 수, 모델 정보 표시",
|
|
417
|
+
optMirrorDescription: "모델 미러 소스 (huggingface | modelscope)",
|
|
418
|
+
optMemoryDescription: "메모리 파일",
|
|
419
|
+
optMemoryNameOrPathDescription: "메모리 이름 또는 경로",
|
|
420
|
+
optAllDescription: "비활성 메모리 포함",
|
|
421
|
+
optYesDescription: "확인 건너뛰기",
|
|
422
|
+
optPortDescription: "프록시 포트",
|
|
423
|
+
optOutputDescription: "출력 파일 경로",
|
|
424
|
+
argCommandDescription: "실행할 명령",
|
|
425
|
+
initTitle: "Melu 설정",
|
|
426
|
+
labelDirectory: "디렉터리",
|
|
427
|
+
labelConfig: "설정",
|
|
428
|
+
labelMemory: "메모리",
|
|
429
|
+
initComplete: "설정이 완료되었습니다.",
|
|
430
|
+
labelMirrorSource: "미러 소스",
|
|
431
|
+
embeddingModelReady: "Embedding 모델이 준비되었습니다.",
|
|
432
|
+
usageRunClaude: "사용법: melu run -- claude",
|
|
433
|
+
runProxy: "프록시",
|
|
434
|
+
runMemory: "메모리",
|
|
435
|
+
memoryExtractionFailed: "[Melu] 메모리 추출 실패:",
|
|
436
|
+
proxyNotRunning: "프록시 서비스가 실행 중이 아닙니다",
|
|
437
|
+
proxyStopped: "프록시 서비스가 중지되었습니다 (PID: {pid})",
|
|
438
|
+
proxyAlreadyGone: "프록시 서비스가 이미 종료되었습니다",
|
|
439
|
+
memoryFileNotFound: "메모리 파일을 찾을 수 없습니다: {path}",
|
|
440
|
+
noMemories: "메모리가 없습니다",
|
|
441
|
+
memoriesTitle: "메모리 ({count})",
|
|
442
|
+
tableType: "유형",
|
|
443
|
+
tableSubject: "주제",
|
|
444
|
+
tableSummary: "요약",
|
|
445
|
+
tableCreatedAt: "생성 시간",
|
|
446
|
+
tableStatus: "상태",
|
|
447
|
+
listShowHint: "\"melu show <ID접두사>\" 로 메모리 세부 정보를 확인할 수 있습니다.",
|
|
448
|
+
memoryNotFoundByPrefix: "ID가 '{id}'로 시작하는 메모리를 찾을 수 없습니다",
|
|
449
|
+
multipleMemoryMatches: "여러 메모리가 일치합니다. 더 구체적인 ID를 입력하세요.",
|
|
450
|
+
deletedMemory: "삭제됨: {summary}",
|
|
451
|
+
memoryAlreadyEmpty: "메모리가 이미 비어 있습니다",
|
|
452
|
+
confirmClearMemories: "{count}개의 메모리를 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다 (y/N): ",
|
|
453
|
+
clearedMemories: "{count}개의 메모리를 삭제했습니다",
|
|
454
|
+
exportedTo: "내보낸 위치: {path}",
|
|
455
|
+
sourceFileNotFound: "파일을 찾을 수 없습니다: {path}",
|
|
456
|
+
importedMemories: "{count}개의 메모리를 가져왔습니다",
|
|
457
|
+
statusRunning: "프록시 상태: 실행 중 (PID: {pid}, 포트: {port})",
|
|
458
|
+
statusStopped: "프록시 상태: 중지됨",
|
|
459
|
+
statusMemoryFile: "메모리 파일: {path}",
|
|
460
|
+
statusActiveMemories: "활성 메모리: {count}",
|
|
461
|
+
statusEmbedding: "Embedding: {model}",
|
|
462
|
+
statusMirrorSource: "미러 소스: {label}",
|
|
463
|
+
statusModelFile: "모델 파일: {status}",
|
|
464
|
+
statusDownloaded: "다운로드됨",
|
|
465
|
+
statusNotDownloaded: "다운로드되지 않음",
|
|
466
|
+
notSet: "설정되지 않음",
|
|
467
|
+
portInUse: "포트 {port}가 이미 사용 중입니다. 충돌하는 프로세스를 종료하거나 다른 포트를 선택하세요.",
|
|
468
|
+
proxyStartupTimeout: "프록시 서비스 시작 시간이 초과되었습니다",
|
|
469
|
+
extractingConversationMemories: "[Melu] {count}개의 대화에서 메모리를 추출하는 중...",
|
|
470
|
+
singleExtractionFailed: "[Melu] 대기 항목 1개 추출 실패:",
|
|
471
|
+
extractedNewMemories: "[Melu] 이번 실행에서 {count}개의 새 메모리를 추출했습니다",
|
|
472
|
+
noNewMemories: "[Melu] 이번 실행에서는 새 메모리가 없습니다",
|
|
473
|
+
runSummaryTitle: "[Melu] 실행 요약 ({runId})",
|
|
474
|
+
runSummaryProcessed: "[Melu] 처리됨: {count}",
|
|
475
|
+
runSummaryEffectiveNewMemories: "[Melu] 유효한 새 메모리: {count}",
|
|
476
|
+
runSummaryFailed: "[Melu] 실패: {count}",
|
|
477
|
+
runSummaryRemainingQueue: "[Melu] 남은 큐: {count}",
|
|
478
|
+
languagePromptTitle: "Melu 표시 언어를 선택하세요:",
|
|
479
|
+
menuHint: "방향키로 이동하고 Enter로 선택하세요.",
|
|
480
|
+
languagePromptInput: "언어를 선택하세요:",
|
|
481
|
+
languagePromptRetry: "유효한 항목을 선택하세요.",
|
|
482
|
+
languageSet: "표시 언어: {language}",
|
|
483
|
+
mirrorPromptTitle: "GGUF embedding 모델의 소스를 선택하세요:",
|
|
484
|
+
mirrorPromptInput: "모델 소스를 선택하세요:",
|
|
485
|
+
mirrorPromptRetry: "유효한 항목을 선택하세요.",
|
|
486
|
+
mirrorHintHuggingFace: "전 세계 네트워크 환경에 적합",
|
|
487
|
+
mirrorHintModelScope: "중국 본토 네트워크 환경에 적합",
|
|
488
|
+
mirrorSelectionRequired: "모델 설정 전에 미러 소스를 선택해야 합니다. `melu init --mirror huggingface` 또는 `melu init --mirror modelscope`를 실행하세요.",
|
|
489
|
+
embeddingDownload: "[Melu] Embedding 모델 다운로드 중: {file}",
|
|
490
|
+
labelSource: "[Melu] 소스: {label}",
|
|
491
|
+
labelSavedTo: "[Melu] 저장 위치: {path}",
|
|
492
|
+
downloadProgressDownloadingTo: "다운로드 위치",
|
|
493
|
+
downloadProgressDownloadedTo: "다운로드 완료 위치",
|
|
494
|
+
modelAlreadyAvailable: "[Melu] 기존 embedding 모델을 찾았습니다: {path}",
|
|
495
|
+
modelSkipDownload: "[Melu] 다운로드를 건너뜁니다.",
|
|
496
|
+
runtimeBinaryUnavailable: "이 플랫폼에서는 사용할 수 있는 사전 빌드된 llama.cpp 런타임이 없습니다. Melu는 로컬 네이티브 의존성을 자동으로 컴파일하지 않습니다. Node 20+ 및 macOS / Linux / Windows arm64/x64 환경을 사용하세요.",
|
|
497
|
+
memoryUpdated: "[Melu] 메모리 업데이트: '{summary}'가 '{previous}'를 대체했습니다",
|
|
498
|
+
memoryNew: "[Melu] 새 메모리: [{category}] {summary}",
|
|
499
|
+
embeddingFailed: "[Melu] Embedding 실패:",
|
|
500
|
+
claudePExtracting: "[Melu:DEBUG] claude -p로 메모리를 추출하는 중",
|
|
501
|
+
claudePExitCode: "[Melu] claude -p 종료 코드: {code}, stderr: {stderr}",
|
|
502
|
+
claudePStartFailed: "[Melu] claude -p 시작 실패: {message}",
|
|
503
|
+
},
|
|
504
|
+
fr: {
|
|
505
|
+
programDescription: "Melu - proxy de mémoire IA transparent",
|
|
506
|
+
cmdInitDescription: "Configuration initiale : créer les dossiers, la config et la mémoire par défaut",
|
|
507
|
+
cmdRunDescription: "Exécuter un agent avec mémoire persistante",
|
|
508
|
+
cmdStopDescription: "Arrêter le service proxy en arrière-plan",
|
|
509
|
+
cmdListDescription: "Lister les entrées mémoire actuelles",
|
|
510
|
+
cmdDeleteDescription: "Supprimer une mémoire via son préfixe d'ID",
|
|
511
|
+
cmdClearDescription: "Vider la mémoire actuelle (avec confirmation)",
|
|
512
|
+
cmdExportDescription: "Exporter la mémoire actuelle vers un fichier .memory",
|
|
513
|
+
cmdImportDescription: "Importer des mémoires depuis un fichier .memory",
|
|
514
|
+
cmdStatusDescription: "Afficher l'état du service, le nombre de mémoires et les infos du modèle",
|
|
515
|
+
optMirrorDescription: "Source miroir du modèle (huggingface | modelscope)",
|
|
516
|
+
optMemoryDescription: "Fichier mémoire",
|
|
517
|
+
optMemoryNameOrPathDescription: "Nom ou chemin de la mémoire",
|
|
518
|
+
optAllDescription: "Inclure les mémoires inactives",
|
|
519
|
+
optYesDescription: "Ignorer la confirmation",
|
|
520
|
+
optPortDescription: "Port du proxy",
|
|
521
|
+
optOutputDescription: "Chemin du fichier de sortie",
|
|
522
|
+
argCommandDescription: "Commande à exécuter",
|
|
523
|
+
initTitle: "Configuration de Melu",
|
|
524
|
+
labelDirectory: "Répertoire",
|
|
525
|
+
labelConfig: "Config",
|
|
526
|
+
labelMemory: "Mémoire",
|
|
527
|
+
initComplete: "Configuration terminée.",
|
|
528
|
+
labelMirrorSource: "Source miroir",
|
|
529
|
+
embeddingModelReady: "Le modèle d'embedding est prêt.",
|
|
530
|
+
usageRunClaude: "Utilisation : melu run -- claude",
|
|
531
|
+
runProxy: "Proxy",
|
|
532
|
+
runMemory: "Mémoire",
|
|
533
|
+
memoryExtractionFailed: "[Melu] Échec de l'extraction de mémoire :",
|
|
534
|
+
proxyNotRunning: "Le service proxy n'est pas en cours d'exécution",
|
|
535
|
+
proxyStopped: "Service proxy arrêté (PID : {pid})",
|
|
536
|
+
proxyAlreadyGone: "Le service proxy n'existe plus",
|
|
537
|
+
memoryFileNotFound: "Fichier mémoire introuvable : {path}",
|
|
538
|
+
noMemories: "Aucune mémoire pour le moment",
|
|
539
|
+
memoriesTitle: "Mémoires ({count})",
|
|
540
|
+
tableType: "Type",
|
|
541
|
+
tableSubject: "Sujet",
|
|
542
|
+
tableSummary: "Résumé",
|
|
543
|
+
tableCreatedAt: "Créé le",
|
|
544
|
+
tableStatus: "État",
|
|
545
|
+
listShowHint: "Utilisez \"melu show <préfixe-ID>\" pour voir les détails d'une mémoire.",
|
|
546
|
+
memoryNotFoundByPrefix: "Aucune mémoire trouvée avec le préfixe d'ID '{id}'",
|
|
547
|
+
multipleMemoryMatches: "Plusieurs mémoires correspondent. Veuillez fournir un ID plus précis.",
|
|
548
|
+
deletedMemory: "Supprimé : {summary}",
|
|
549
|
+
memoryAlreadyEmpty: "La mémoire est déjà vide",
|
|
550
|
+
confirmClearMemories: "Supprimer {count} mémoires ? Cette action est irréversible (y/N) : ",
|
|
551
|
+
clearedMemories: "{count} mémoires supprimées",
|
|
552
|
+
exportedTo: "Exporté vers : {path}",
|
|
553
|
+
sourceFileNotFound: "Fichier introuvable : {path}",
|
|
554
|
+
importedMemories: "{count} mémoires importées",
|
|
555
|
+
statusRunning: "État du proxy : en cours (PID : {pid}, port : {port})",
|
|
556
|
+
statusStopped: "État du proxy : arrêté",
|
|
557
|
+
statusMemoryFile: "Fichier mémoire : {path}",
|
|
558
|
+
statusActiveMemories: "Mémoires actives : {count}",
|
|
559
|
+
statusEmbedding: "Embedding : {model}",
|
|
560
|
+
statusMirrorSource: "Source miroir : {label}",
|
|
561
|
+
statusModelFile: "Fichier modèle : {status}",
|
|
562
|
+
statusDownloaded: "téléchargé",
|
|
563
|
+
statusNotDownloaded: "non téléchargé",
|
|
564
|
+
notSet: "non défini",
|
|
565
|
+
portInUse: "Le port {port} est déjà utilisé. Arrêtez le processus en conflit ou choisissez un autre port.",
|
|
566
|
+
proxyStartupTimeout: "Délai de démarrage du service proxy dépassé",
|
|
567
|
+
extractingConversationMemories: "[Melu] Extraction des mémoires à partir de {count} conversations...",
|
|
568
|
+
singleExtractionFailed: "[Melu] Échec de l'extraction d'un élément en attente :",
|
|
569
|
+
extractedNewMemories: "[Melu] {count} nouvelles mémoires extraites lors de cette exécution",
|
|
570
|
+
noNewMemories: "[Melu] Aucune nouvelle mémoire lors de cette exécution",
|
|
571
|
+
runSummaryTitle: "[Melu] résumé d'exécution ({runId})",
|
|
572
|
+
runSummaryProcessed: "[Melu] traités : {count}",
|
|
573
|
+
runSummaryEffectiveNewMemories: "[Melu] nouvelles mémoires utiles : {count}",
|
|
574
|
+
runSummaryFailed: "[Melu] échecs : {count}",
|
|
575
|
+
runSummaryRemainingQueue: "[Melu] file restante : {count}",
|
|
576
|
+
languagePromptTitle: "Sélectionnez la langue d'affichage de Melu :",
|
|
577
|
+
menuHint: "Utilisez les flèches pour naviguer, puis Entrée pour confirmer.",
|
|
578
|
+
languagePromptInput: "Sélectionnez une langue :",
|
|
579
|
+
languagePromptRetry: "Veuillez sélectionner une option valide.",
|
|
580
|
+
languageSet: "Langue d'affichage : {language}",
|
|
581
|
+
mirrorPromptTitle: "Sélectionnez la source du modèle GGUF d'embedding :",
|
|
582
|
+
mirrorPromptInput: "Sélectionnez une source de modèle :",
|
|
583
|
+
mirrorPromptRetry: "Veuillez sélectionner une option valide.",
|
|
584
|
+
mirrorHintHuggingFace: "Recommandé pour un accès réseau mondial",
|
|
585
|
+
mirrorHintModelScope: "Recommandé pour le réseau de Chine continentale",
|
|
586
|
+
mirrorSelectionRequired: "Une source miroir doit être choisie avant la configuration du modèle. Exécutez `melu init --mirror huggingface` ou `melu init --mirror modelscope`.",
|
|
587
|
+
embeddingDownload: "[Melu] Téléchargement du modèle d'embedding : {file}",
|
|
588
|
+
labelSource: "[Melu] Source : {label}",
|
|
589
|
+
labelSavedTo: "[Melu] Enregistrement dans : {path}",
|
|
590
|
+
downloadProgressDownloadingTo: "Téléchargement vers",
|
|
591
|
+
downloadProgressDownloadedTo: "Téléchargé vers",
|
|
592
|
+
modelAlreadyAvailable: "[Melu] Modèle d'embedding déjà détecté : {path}",
|
|
593
|
+
modelSkipDownload: "[Melu] Téléchargement ignoré.",
|
|
594
|
+
runtimeBinaryUnavailable: "Aucun runtime llama.cpp précompilé n'est disponible sur cette plateforme. Melu ne compile pas automatiquement les dépendances natives locales. Utilisez Node 20+ sur macOS, Linux ou Windows arm64/x64.",
|
|
595
|
+
memoryUpdated: "[Melu] Mémoire mise à jour : '{summary}' a remplacé '{previous}'",
|
|
596
|
+
memoryNew: "[Melu] Nouvelle mémoire : [{category}] {summary}",
|
|
597
|
+
embeddingFailed: "[Melu] Échec de l'embedding :",
|
|
598
|
+
claudePExtracting: "[Melu:DEBUG] Extraction de mémoire via claude -p",
|
|
599
|
+
claudePExitCode: "[Melu] Code de sortie de claude -p : {code}, stderr : {stderr}",
|
|
600
|
+
claudePStartFailed: "[Melu] Impossible de démarrer claude -p : {message}",
|
|
601
|
+
},
|
|
602
|
+
ru: {
|
|
603
|
+
programDescription: "Melu - прозрачный прокси долговременной памяти ИИ",
|
|
604
|
+
cmdInitDescription: "Первичная настройка: создать каталоги, конфиг и файл памяти по умолчанию",
|
|
605
|
+
cmdRunDescription: "Запустить любой Agent с постоянной памятью",
|
|
606
|
+
cmdStopDescription: "Остановить фоновый прокси-сервис",
|
|
607
|
+
cmdListDescription: "Показать текущие записи памяти",
|
|
608
|
+
cmdDeleteDescription: "Удалить запись памяти по префиксу ID",
|
|
609
|
+
cmdClearDescription: "Очистить текущую память (с подтверждением)",
|
|
610
|
+
cmdExportDescription: "Экспортировать текущую память в файл .memory",
|
|
611
|
+
cmdImportDescription: "Импортировать память из файла .memory",
|
|
612
|
+
cmdStatusDescription: "Показать состояние сервиса, число записей памяти и сведения о модели",
|
|
613
|
+
optMirrorDescription: "Источник зеркала модели (huggingface | modelscope)",
|
|
614
|
+
optMemoryDescription: "Файл памяти",
|
|
615
|
+
optMemoryNameOrPathDescription: "Имя памяти или путь",
|
|
616
|
+
optAllDescription: "Включить неактивные записи памяти",
|
|
617
|
+
optYesDescription: "Пропустить подтверждение",
|
|
618
|
+
optPortDescription: "Порт прокси",
|
|
619
|
+
optOutputDescription: "Путь к выходному файлу",
|
|
620
|
+
argCommandDescription: "Команда для выполнения",
|
|
621
|
+
initTitle: "Настройка Melu",
|
|
622
|
+
labelDirectory: "Каталог",
|
|
623
|
+
labelConfig: "Конфиг",
|
|
624
|
+
labelMemory: "Память",
|
|
625
|
+
initComplete: "Настройка завершена.",
|
|
626
|
+
labelMirrorSource: "Источник зеркала",
|
|
627
|
+
embeddingModelReady: "Модель embedding готова.",
|
|
628
|
+
usageRunClaude: "Использование: melu run -- claude",
|
|
629
|
+
runProxy: "Прокси",
|
|
630
|
+
runMemory: "Память",
|
|
631
|
+
memoryExtractionFailed: "[Melu] Не удалось извлечь память:",
|
|
632
|
+
proxyNotRunning: "Прокси-сервис не запущен",
|
|
633
|
+
proxyStopped: "Прокси-сервис остановлен (PID: {pid})",
|
|
634
|
+
proxyAlreadyGone: "Прокси-сервис уже не существует",
|
|
635
|
+
memoryFileNotFound: "Файл памяти не найден: {path}",
|
|
636
|
+
noMemories: "Память пока пуста",
|
|
637
|
+
memoriesTitle: "Память ({count})",
|
|
638
|
+
tableType: "Тип",
|
|
639
|
+
tableSubject: "Тема",
|
|
640
|
+
tableSummary: "Сводка",
|
|
641
|
+
tableCreatedAt: "Создано",
|
|
642
|
+
tableStatus: "Статус",
|
|
643
|
+
listShowHint: "Используйте \"melu show <префикс-ID>\" для просмотра подробностей.",
|
|
644
|
+
memoryNotFoundByPrefix: "Запись памяти с префиксом ID '{id}' не найдена",
|
|
645
|
+
multipleMemoryMatches: "Найдено несколько совпадений. Укажите более точный ID.",
|
|
646
|
+
deletedMemory: "Удалено: {summary}",
|
|
647
|
+
memoryAlreadyEmpty: "Память уже пуста",
|
|
648
|
+
confirmClearMemories: "Очистить {count} записей памяти? Это действие нельзя отменить (y/N): ",
|
|
649
|
+
clearedMemories: "Очищено {count} записей памяти",
|
|
650
|
+
exportedTo: "Экспортировано в: {path}",
|
|
651
|
+
sourceFileNotFound: "Файл не найден: {path}",
|
|
652
|
+
importedMemories: "Импортировано {count} записей памяти",
|
|
653
|
+
statusRunning: "Статус прокси: запущен (PID: {pid}, порт: {port})",
|
|
654
|
+
statusStopped: "Статус прокси: остановлен",
|
|
655
|
+
statusMemoryFile: "Файл памяти: {path}",
|
|
656
|
+
statusActiveMemories: "Активных записей памяти: {count}",
|
|
657
|
+
statusEmbedding: "Embedding: {model}",
|
|
658
|
+
statusMirrorSource: "Источник зеркала: {label}",
|
|
659
|
+
statusModelFile: "Файл модели: {status}",
|
|
660
|
+
statusDownloaded: "загружен",
|
|
661
|
+
statusNotDownloaded: "не загружен",
|
|
662
|
+
notSet: "не задано",
|
|
663
|
+
portInUse: "Порт {port} уже занят. Остановите конфликтующий процесс или выберите другой порт.",
|
|
664
|
+
proxyStartupTimeout: "Истекло время запуска прокси-сервиса",
|
|
665
|
+
extractingConversationMemories: "[Melu] Извлечение памяти из {count} диалогов...",
|
|
666
|
+
singleExtractionFailed: "[Melu] Не удалось обработать один элемент очереди:",
|
|
667
|
+
extractedNewMemories: "[Melu] За этот запуск извлечено {count} новых записей памяти",
|
|
668
|
+
noNewMemories: "[Melu] В этом запуске новых записей памяти нет",
|
|
669
|
+
runSummaryTitle: "[Melu] сводка запуска ({runId})",
|
|
670
|
+
runSummaryProcessed: "[Melu] обработано: {count}",
|
|
671
|
+
runSummaryEffectiveNewMemories: "[Melu] полезных новых записей: {count}",
|
|
672
|
+
runSummaryFailed: "[Melu] ошибок: {count}",
|
|
673
|
+
runSummaryRemainingQueue: "[Melu] очередь осталась: {count}",
|
|
674
|
+
languagePromptTitle: "Выберите язык интерфейса Melu:",
|
|
675
|
+
menuHint: "Используйте стрелки для выбора и Enter для подтверждения.",
|
|
676
|
+
languagePromptInput: "Выберите язык:",
|
|
677
|
+
languagePromptRetry: "Выберите корректный вариант.",
|
|
678
|
+
languageSet: "Язык интерфейса: {language}",
|
|
679
|
+
mirrorPromptTitle: "Выберите источник GGUF embedding модели:",
|
|
680
|
+
mirrorPromptInput: "Выберите источник модели:",
|
|
681
|
+
mirrorPromptRetry: "Выберите корректный вариант.",
|
|
682
|
+
mirrorHintHuggingFace: "Подходит для глобального доступа к сети",
|
|
683
|
+
mirrorHintModelScope: "Подходит для сетевой среды материкового Китая",
|
|
684
|
+
mirrorSelectionRequired: "Перед настройкой модели нужно выбрать источник зеркала. Выполните `melu init --mirror huggingface` или `melu init --mirror modelscope`.",
|
|
685
|
+
embeddingDownload: "[Melu] Загрузка embedding модели: {file}",
|
|
686
|
+
labelSource: "[Melu] Источник: {label}",
|
|
687
|
+
labelSavedTo: "[Melu] Сохранение в: {path}",
|
|
688
|
+
downloadProgressDownloadingTo: "Загрузка в",
|
|
689
|
+
downloadProgressDownloadedTo: "Загружено в",
|
|
690
|
+
modelAlreadyAvailable: "[Melu] Embedding модель уже найдена: {path}",
|
|
691
|
+
modelSkipDownload: "[Melu] Загрузка пропущена.",
|
|
692
|
+
runtimeBinaryUnavailable: "Для этой платформы нет доступного предсобранного runtime llama.cpp. Melu не компилирует локальные нативные зависимости автоматически. Используйте Node 20+ на macOS, Linux или Windows arm64/x64.",
|
|
693
|
+
memoryUpdated: "[Melu] Память обновлена: '{summary}' заменила '{previous}'",
|
|
694
|
+
memoryNew: "[Melu] Новая память: [{category}] {summary}",
|
|
695
|
+
embeddingFailed: "[Melu] Ошибка embedding:",
|
|
696
|
+
claudePExtracting: "[Melu:DEBUG] Извлечение памяти через claude -p",
|
|
697
|
+
claudePExitCode: "[Melu] Код выхода claude -p: {code}, stderr: {stderr}",
|
|
698
|
+
claudePStartFailed: "[Melu] Не удалось запустить claude -p: {message}",
|
|
699
|
+
},
|
|
700
|
+
de: {
|
|
701
|
+
programDescription: "Melu - transparenter KI-Speicher-Proxy",
|
|
702
|
+
cmdInitDescription: "Ersteinrichtung: Verzeichnisse, Konfiguration und Standard-Speicherdatei erstellen",
|
|
703
|
+
cmdRunDescription: "Beliebigen Agent mit dauerhaftem Speicher ausführen",
|
|
704
|
+
cmdStopDescription: "Den Hintergrund-Proxy-Dienst beenden",
|
|
705
|
+
cmdListDescription: "Aktuelle Speichereinträge auflisten",
|
|
706
|
+
cmdDeleteDescription: "Einen Speichereintrag per ID-Präfix löschen",
|
|
707
|
+
cmdClearDescription: "Aktuellen Speicher leeren (mit Bestätigung)",
|
|
708
|
+
cmdExportDescription: "Aktuellen Speicher in eine .memory-Datei exportieren",
|
|
709
|
+
cmdImportDescription: "Speicher aus einer .memory-Datei importieren",
|
|
710
|
+
cmdStatusDescription: "Dienststatus, Anzahl der Erinnerungen und Modellinfos anzeigen",
|
|
711
|
+
optMirrorDescription: "Modell-Spiegelquelle (huggingface | modelscope)",
|
|
712
|
+
optMemoryDescription: "Speicherdatei",
|
|
713
|
+
optMemoryNameOrPathDescription: "Speichername oder Pfad",
|
|
714
|
+
optAllDescription: "Inaktive Erinnerungen einschließen",
|
|
715
|
+
optYesDescription: "Bestätigung überspringen",
|
|
716
|
+
optPortDescription: "Proxy-Port",
|
|
717
|
+
optOutputDescription: "Pfad der Ausgabedatei",
|
|
718
|
+
argCommandDescription: "Auszuführender Befehl",
|
|
719
|
+
initTitle: "Melu-Einrichtung",
|
|
720
|
+
labelDirectory: "Verzeichnis",
|
|
721
|
+
labelConfig: "Konfiguration",
|
|
722
|
+
labelMemory: "Speicher",
|
|
723
|
+
initComplete: "Einrichtung abgeschlossen!",
|
|
724
|
+
labelMirrorSource: "Spiegelquelle",
|
|
725
|
+
embeddingModelReady: "Das Embedding-Modell ist bereit.",
|
|
726
|
+
usageRunClaude: "Verwendung: melu run -- claude",
|
|
727
|
+
runProxy: "Proxy",
|
|
728
|
+
runMemory: "Speicher",
|
|
729
|
+
memoryExtractionFailed: "[Melu] Speicherauszug fehlgeschlagen:",
|
|
730
|
+
proxyNotRunning: "Der Proxy-Dienst läuft nicht",
|
|
731
|
+
proxyStopped: "Proxy-Dienst gestoppt (PID: {pid})",
|
|
732
|
+
proxyAlreadyGone: "Der Proxy-Dienst existiert nicht mehr",
|
|
733
|
+
memoryFileNotFound: "Speicherdatei nicht gefunden: {path}",
|
|
734
|
+
noMemories: "Noch keine Erinnerungen",
|
|
735
|
+
memoriesTitle: "Erinnerungen ({count})",
|
|
736
|
+
tableType: "Typ",
|
|
737
|
+
tableSubject: "Thema",
|
|
738
|
+
tableSummary: "Zusammenfassung",
|
|
739
|
+
tableCreatedAt: "Erstellt am",
|
|
740
|
+
tableStatus: "Status",
|
|
741
|
+
listShowHint: "Verwenden Sie \"melu show <ID-Präfix>\" für Details einer Erinnerung.",
|
|
742
|
+
memoryNotFoundByPrefix: "Keine Erinnerung mit ID-Präfix '{id}' gefunden",
|
|
743
|
+
multipleMemoryMatches: "Mehrere Erinnerungen gefunden. Bitte gib eine genauere ID an.",
|
|
744
|
+
deletedMemory: "Gelöscht: {summary}",
|
|
745
|
+
memoryAlreadyEmpty: "Der Speicher ist bereits leer",
|
|
746
|
+
confirmClearMemories: "{count} Erinnerungen löschen? Dieser Vorgang kann nicht rückgängig gemacht werden (y/N): ",
|
|
747
|
+
clearedMemories: "{count} Erinnerungen gelöscht",
|
|
748
|
+
exportedTo: "Exportiert nach: {path}",
|
|
749
|
+
sourceFileNotFound: "Datei nicht gefunden: {path}",
|
|
750
|
+
importedMemories: "{count} Erinnerungen importiert",
|
|
751
|
+
statusRunning: "Proxy-Status: läuft (PID: {pid}, Port: {port})",
|
|
752
|
+
statusStopped: "Proxy-Status: gestoppt",
|
|
753
|
+
statusMemoryFile: "Speicherdatei: {path}",
|
|
754
|
+
statusActiveMemories: "Aktive Erinnerungen: {count}",
|
|
755
|
+
statusEmbedding: "Embedding: {model}",
|
|
756
|
+
statusMirrorSource: "Spiegelquelle: {label}",
|
|
757
|
+
statusModelFile: "Modelldatei: {status}",
|
|
758
|
+
statusDownloaded: "heruntergeladen",
|
|
759
|
+
statusNotDownloaded: "nicht heruntergeladen",
|
|
760
|
+
notSet: "Nicht festgelegt",
|
|
761
|
+
portInUse: "Port {port} wird bereits verwendet. Beende den Konfliktprozess oder wähle einen anderen Port.",
|
|
762
|
+
proxyStartupTimeout: "Zeitüberschreitung beim Start des Proxy-Dienstes",
|
|
763
|
+
extractingConversationMemories: "[Melu] Extrahiere Erinnerungen aus {count} Unterhaltungen...",
|
|
764
|
+
singleExtractionFailed: "[Melu] Ein Eintrag aus der Warteschlange konnte nicht extrahiert werden:",
|
|
765
|
+
extractedNewMemories: "[Melu] Bei diesem Lauf wurden {count} neue Erinnerungen extrahiert",
|
|
766
|
+
noNewMemories: "[Melu] Bei diesem Lauf wurden keine neuen Erinnerungen extrahiert",
|
|
767
|
+
runSummaryTitle: "[Melu] Ausführungsübersicht ({runId})",
|
|
768
|
+
runSummaryProcessed: "[Melu] verarbeitet: {count}",
|
|
769
|
+
runSummaryEffectiveNewMemories: "[Melu] nützliche neue Erinnerungen: {count}",
|
|
770
|
+
runSummaryFailed: "[Melu] fehlgeschlagen: {count}",
|
|
771
|
+
runSummaryRemainingQueue: "[Melu] verbleibende Warteschlange: {count}",
|
|
772
|
+
languagePromptTitle: "Wähle die Anzeigesprache für Melu:",
|
|
773
|
+
menuHint: "Mit den Pfeiltasten navigieren, mit Enter bestätigen.",
|
|
774
|
+
languagePromptInput: "Sprache auswählen:",
|
|
775
|
+
languagePromptRetry: "Bitte eine gültige Option auswählen.",
|
|
776
|
+
languageSet: "Anzeigesprache: {language}",
|
|
777
|
+
mirrorPromptTitle: "Wähle die Quelle für das GGUF-Embedding-Modell:",
|
|
778
|
+
mirrorPromptInput: "Modellquelle auswählen:",
|
|
779
|
+
mirrorPromptRetry: "Bitte eine gültige Option auswählen.",
|
|
780
|
+
mirrorHintHuggingFace: "Empfohlen für globale Netzwerke",
|
|
781
|
+
mirrorHintModelScope: "Empfohlen für Netzwerke auf dem chinesischen Festland",
|
|
782
|
+
mirrorSelectionRequired: "Vor der Modelleinrichtung muss eine Spiegelquelle gewählt werden. Führe `melu init --mirror huggingface` oder `melu init --mirror modelscope` aus.",
|
|
783
|
+
embeddingDownload: "[Melu] Embedding-Modell wird heruntergeladen: {file}",
|
|
784
|
+
labelSource: "[Melu] Quelle: {label}",
|
|
785
|
+
labelSavedTo: "[Melu] Speichern nach: {path}",
|
|
786
|
+
downloadProgressDownloadingTo: "Herunterladen nach",
|
|
787
|
+
downloadProgressDownloadedTo: "Heruntergeladen nach",
|
|
788
|
+
modelAlreadyAvailable: "[Melu] Embedding-Modell bereits gefunden: {path}",
|
|
789
|
+
modelSkipDownload: "[Melu] Download wird übersprungen.",
|
|
790
|
+
runtimeBinaryUnavailable: "Für diese Plattform ist keine vorgebaute llama.cpp-Laufzeit verfügbar. Melu kompiliert lokale native Abhängigkeiten nicht automatisch. Verwende Node 20+ unter macOS, Linux oder Windows arm64/x64.",
|
|
791
|
+
memoryUpdated: "[Melu] Erinnerung aktualisiert: '{summary}' ersetzte '{previous}'",
|
|
792
|
+
memoryNew: "[Melu] Neue Erinnerung: [{category}] {summary}",
|
|
793
|
+
embeddingFailed: "[Melu] Embedding fehlgeschlagen:",
|
|
794
|
+
claudePExtracting: "[Melu:DEBUG] Extrahiere Erinnerung über claude -p",
|
|
795
|
+
claudePExitCode: "[Melu] claude -p wurde mit Code {code} beendet, stderr: {stderr}",
|
|
796
|
+
claudePStartFailed: "[Melu] Start von claude -p fehlgeschlagen: {message}",
|
|
797
|
+
},
|
|
798
|
+
es: {
|
|
799
|
+
programDescription: "Melu - proxy transparente de memoria de IA",
|
|
800
|
+
cmdInitDescription: "Configuración inicial: crear directorios, configuración y archivo de memoria predeterminado",
|
|
801
|
+
cmdRunDescription: "Ejecutar cualquier agent con memoria persistente",
|
|
802
|
+
cmdStopDescription: "Detener el servicio proxy en segundo plano",
|
|
803
|
+
cmdListDescription: "Listar las entradas de memoria actuales",
|
|
804
|
+
cmdDeleteDescription: "Eliminar una memoria por prefijo de ID",
|
|
805
|
+
cmdClearDescription: "Vaciar la memoria actual (con confirmación)",
|
|
806
|
+
cmdExportDescription: "Exportar la memoria actual a un archivo .memory",
|
|
807
|
+
cmdImportDescription: "Importar memorias desde un archivo .memory",
|
|
808
|
+
cmdStatusDescription: "Mostrar estado del servicio, cantidad de memorias e información del modelo",
|
|
809
|
+
optMirrorDescription: "Origen espejo del modelo (huggingface | modelscope)",
|
|
810
|
+
optMemoryDescription: "Archivo de memoria",
|
|
811
|
+
optMemoryNameOrPathDescription: "Nombre o ruta de la memoria",
|
|
812
|
+
optAllDescription: "Incluir memorias inactivas",
|
|
813
|
+
optYesDescription: "Omitir confirmación",
|
|
814
|
+
optPortDescription: "Puerto del proxy",
|
|
815
|
+
optOutputDescription: "Ruta del archivo de salida",
|
|
816
|
+
argCommandDescription: "Comando a ejecutar",
|
|
817
|
+
initTitle: "Configuración de Melu",
|
|
818
|
+
labelDirectory: "Directorio",
|
|
819
|
+
labelConfig: "Configuración",
|
|
820
|
+
labelMemory: "Memoria",
|
|
821
|
+
initComplete: "¡Configuración completada!",
|
|
822
|
+
labelMirrorSource: "Origen espejo",
|
|
823
|
+
embeddingModelReady: "El modelo de embedding está listo.",
|
|
824
|
+
usageRunClaude: "Uso: melu run -- claude",
|
|
825
|
+
runProxy: "Proxy",
|
|
826
|
+
runMemory: "Memoria",
|
|
827
|
+
memoryExtractionFailed: "[Melu] Falló la extracción de memoria:",
|
|
828
|
+
proxyNotRunning: "El servicio proxy no está en ejecución",
|
|
829
|
+
proxyStopped: "Servicio proxy detenido (PID: {pid})",
|
|
830
|
+
proxyAlreadyGone: "El servicio proxy ya no existe",
|
|
831
|
+
memoryFileNotFound: "Archivo de memoria no encontrado: {path}",
|
|
832
|
+
noMemories: "Aún no hay memorias",
|
|
833
|
+
memoriesTitle: "Memorias ({count})",
|
|
834
|
+
tableType: "Tipo",
|
|
835
|
+
tableSubject: "Tema",
|
|
836
|
+
tableSummary: "Resumen",
|
|
837
|
+
tableCreatedAt: "Creado el",
|
|
838
|
+
tableStatus: "Estado",
|
|
839
|
+
listShowHint: "Use \"melu show <prefijo-ID>\" para ver los detalles de una memoria.",
|
|
840
|
+
memoryNotFoundByPrefix: "No se encontró ninguna memoria con el prefijo de ID '{id}'",
|
|
841
|
+
multipleMemoryMatches: "Se encontraron varias memorias. Proporciona un ID más específico.",
|
|
842
|
+
deletedMemory: "Eliminado: {summary}",
|
|
843
|
+
memoryAlreadyEmpty: "La memoria ya está vacía",
|
|
844
|
+
confirmClearMemories: "¿Eliminar {count} memorias? Esta acción no se puede deshacer (y/N): ",
|
|
845
|
+
clearedMemories: "Se eliminaron {count} memorias",
|
|
846
|
+
exportedTo: "Exportado a: {path}",
|
|
847
|
+
sourceFileNotFound: "Archivo no encontrado: {path}",
|
|
848
|
+
importedMemories: "Se importaron {count} memorias",
|
|
849
|
+
statusRunning: "Estado del proxy: en ejecución (PID: {pid}, puerto: {port})",
|
|
850
|
+
statusStopped: "Estado del proxy: detenido",
|
|
851
|
+
statusMemoryFile: "Archivo de memoria: {path}",
|
|
852
|
+
statusActiveMemories: "Memorias activas: {count}",
|
|
853
|
+
statusEmbedding: "Embedding: {model}",
|
|
854
|
+
statusMirrorSource: "Origen espejo: {label}",
|
|
855
|
+
statusModelFile: "Archivo del modelo: {status}",
|
|
856
|
+
statusDownloaded: "descargado",
|
|
857
|
+
statusNotDownloaded: "no descargado",
|
|
858
|
+
notSet: "No establecido",
|
|
859
|
+
portInUse: "El puerto {port} ya está en uso. Detén el proceso en conflicto o elige otro puerto.",
|
|
860
|
+
proxyStartupTimeout: "Tiempo de espera agotado al iniciar el servicio proxy",
|
|
861
|
+
extractingConversationMemories: "[Melu] Extrayendo memorias de {count} conversaciones...",
|
|
862
|
+
singleExtractionFailed: "[Melu] No se pudo extraer un elemento en cola:",
|
|
863
|
+
extractedNewMemories: "[Melu] En esta ejecución se extrajeron {count} memorias nuevas",
|
|
864
|
+
noNewMemories: "[Melu] No se extrajeron memorias nuevas en esta ejecución",
|
|
865
|
+
runSummaryTitle: "[Melu] resumen de ejecución ({runId})",
|
|
866
|
+
runSummaryProcessed: "[Melu] procesadas: {count}",
|
|
867
|
+
runSummaryEffectiveNewMemories: "[Melu] nuevas memorias útiles: {count}",
|
|
868
|
+
runSummaryFailed: "[Melu] fallos: {count}",
|
|
869
|
+
runSummaryRemainingQueue: "[Melu] cola restante: {count}",
|
|
870
|
+
languagePromptTitle: "Selecciona el idioma de visualización de Melu:",
|
|
871
|
+
menuHint: "Usa las flechas para moverte y Enter para confirmar.",
|
|
872
|
+
languagePromptInput: "Selecciona un idioma:",
|
|
873
|
+
languagePromptRetry: "Selecciona una opción válida.",
|
|
874
|
+
languageSet: "Idioma de visualización: {language}",
|
|
875
|
+
mirrorPromptTitle: "Selecciona el origen del modelo GGUF de embedding:",
|
|
876
|
+
mirrorPromptInput: "Selecciona una fuente del modelo:",
|
|
877
|
+
mirrorPromptRetry: "Selecciona una opción válida.",
|
|
878
|
+
mirrorHintHuggingFace: "Recomendado para redes globales",
|
|
879
|
+
mirrorHintModelScope: "Recomendado para redes de China continental",
|
|
880
|
+
mirrorSelectionRequired: "Debes elegir un origen espejo antes de configurar el modelo. Ejecuta `melu init --mirror huggingface` o `melu init --mirror modelscope`.",
|
|
881
|
+
embeddingDownload: "[Melu] Descargando modelo de embedding: {file}",
|
|
882
|
+
labelSource: "[Melu] Origen: {label}",
|
|
883
|
+
labelSavedTo: "[Melu] Guardando en: {path}",
|
|
884
|
+
downloadProgressDownloadingTo: "Descargando en",
|
|
885
|
+
downloadProgressDownloadedTo: "Descargado en",
|
|
886
|
+
modelAlreadyAvailable: "[Melu] Modelo de embedding ya encontrado: {path}",
|
|
887
|
+
modelSkipDownload: "[Melu] Omitiendo descarga.",
|
|
888
|
+
runtimeBinaryUnavailable: "No hay un runtime precompilado de llama.cpp disponible para esta plataforma. Melu no compila automáticamente dependencias nativas locales. Usa Node 20+ en macOS, Linux o Windows arm64/x64.",
|
|
889
|
+
memoryUpdated: "[Melu] Memoria actualizada: '{summary}' reemplazó a '{previous}'",
|
|
890
|
+
memoryNew: "[Melu] Nueva memoria: [{category}] {summary}",
|
|
891
|
+
embeddingFailed: "[Melu] Falló el embedding:",
|
|
892
|
+
claudePExtracting: "[Melu:DEBUG] Extrayendo memoria mediante claude -p",
|
|
893
|
+
claudePExitCode: "[Melu] claude -p salió con código {code}, stderr: {stderr}",
|
|
894
|
+
claudePStartFailed: "[Melu] No se pudo iniciar claude -p: {message}",
|
|
895
|
+
},
|
|
896
|
+
pt: {
|
|
897
|
+
programDescription: "Melu - proxy transparente de memória de IA",
|
|
898
|
+
cmdInitDescription: "Configuração inicial: criar diretórios, configuração e arquivo de memória padrão",
|
|
899
|
+
cmdRunDescription: "Executar qualquer agent com memória persistente",
|
|
900
|
+
cmdStopDescription: "Parar o serviço de proxy em segundo plano",
|
|
901
|
+
cmdListDescription: "Listar as entradas de memória atuais",
|
|
902
|
+
cmdDeleteDescription: "Excluir uma memória pelo prefixo do ID",
|
|
903
|
+
cmdClearDescription: "Limpar a memória atual (com confirmação)",
|
|
904
|
+
cmdExportDescription: "Exportar a memória atual para um arquivo .memory",
|
|
905
|
+
cmdImportDescription: "Importar memórias de um arquivo .memory",
|
|
906
|
+
cmdStatusDescription: "Mostrar status do serviço, quantidade de memórias e informações do modelo",
|
|
907
|
+
optMirrorDescription: "Fonte espelho do modelo (huggingface | modelscope)",
|
|
908
|
+
optMemoryDescription: "Arquivo de memória",
|
|
909
|
+
optMemoryNameOrPathDescription: "Nome ou caminho da memória",
|
|
910
|
+
optAllDescription: "Incluir memórias inativas",
|
|
911
|
+
optYesDescription: "Pular confirmação",
|
|
912
|
+
optPortDescription: "Porta do proxy",
|
|
913
|
+
optOutputDescription: "Caminho do arquivo de saída",
|
|
914
|
+
argCommandDescription: "Comando a executar",
|
|
915
|
+
initTitle: "Configuração do Melu",
|
|
916
|
+
labelDirectory: "Diretório",
|
|
917
|
+
labelConfig: "Configuração",
|
|
918
|
+
labelMemory: "Memória",
|
|
919
|
+
initComplete: "Configuração concluída!",
|
|
920
|
+
labelMirrorSource: "Fonte espelho",
|
|
921
|
+
embeddingModelReady: "O modelo de embedding está pronto.",
|
|
922
|
+
usageRunClaude: "Uso: melu run -- claude",
|
|
923
|
+
runProxy: "Proxy",
|
|
924
|
+
runMemory: "Memória",
|
|
925
|
+
memoryExtractionFailed: "[Melu] Falha na extração de memória:",
|
|
926
|
+
proxyNotRunning: "O serviço de proxy não está em execução",
|
|
927
|
+
proxyStopped: "Serviço de proxy parado (PID: {pid})",
|
|
928
|
+
proxyAlreadyGone: "O serviço de proxy não existe mais",
|
|
929
|
+
memoryFileNotFound: "Arquivo de memória não encontrado: {path}",
|
|
930
|
+
noMemories: "Ainda não há memórias",
|
|
931
|
+
memoriesTitle: "Memórias ({count})",
|
|
932
|
+
tableType: "Tipo",
|
|
933
|
+
tableSubject: "Assunto",
|
|
934
|
+
tableSummary: "Resumo",
|
|
935
|
+
tableCreatedAt: "Criado em",
|
|
936
|
+
tableStatus: "Status",
|
|
937
|
+
listShowHint: "Use \"melu show <prefixo-ID>\" para ver os detalhes de uma memória.",
|
|
938
|
+
memoryNotFoundByPrefix: "Nenhuma memória encontrada com o prefixo de ID '{id}'",
|
|
939
|
+
multipleMemoryMatches: "Várias memórias corresponderam. Forneça um ID mais específico.",
|
|
940
|
+
deletedMemory: "Excluído: {summary}",
|
|
941
|
+
memoryAlreadyEmpty: "A memória já está vazia",
|
|
942
|
+
confirmClearMemories: "Excluir {count} memórias? Esta ação não pode ser desfeita (y/N): ",
|
|
943
|
+
clearedMemories: "{count} memórias excluídas",
|
|
944
|
+
exportedTo: "Exportado para: {path}",
|
|
945
|
+
sourceFileNotFound: "Arquivo não encontrado: {path}",
|
|
946
|
+
importedMemories: "{count} memórias importadas",
|
|
947
|
+
statusRunning: "Status do proxy: em execução (PID: {pid}, porta: {port})",
|
|
948
|
+
statusStopped: "Status do proxy: parado",
|
|
949
|
+
statusMemoryFile: "Arquivo de memória: {path}",
|
|
950
|
+
statusActiveMemories: "Memórias ativas: {count}",
|
|
951
|
+
statusEmbedding: "Embedding: {model}",
|
|
952
|
+
statusMirrorSource: "Fonte espelho: {label}",
|
|
953
|
+
statusModelFile: "Arquivo do modelo: {status}",
|
|
954
|
+
statusDownloaded: "baixado",
|
|
955
|
+
statusNotDownloaded: "não baixado",
|
|
956
|
+
notSet: "Não definido",
|
|
957
|
+
portInUse: "A porta {port} já está em uso. Encerre o processo em conflito ou escolha outra porta.",
|
|
958
|
+
proxyStartupTimeout: "Tempo limite ao iniciar o serviço de proxy",
|
|
959
|
+
extractingConversationMemories: "[Melu] Extraindo memórias de {count} conversas...",
|
|
960
|
+
singleExtractionFailed: "[Melu] Falha ao extrair um item da fila:",
|
|
961
|
+
extractedNewMemories: "[Melu] Nesta execução foram extraídas {count} novas memórias",
|
|
962
|
+
noNewMemories: "[Melu] Nenhuma nova memória foi extraída nesta execução",
|
|
963
|
+
runSummaryTitle: "[Melu] resumo da execução ({runId})",
|
|
964
|
+
runSummaryProcessed: "[Melu] processadas: {count}",
|
|
965
|
+
runSummaryEffectiveNewMemories: "[Melu] novas memórias úteis: {count}",
|
|
966
|
+
runSummaryFailed: "[Melu] falhas: {count}",
|
|
967
|
+
runSummaryRemainingQueue: "[Melu] fila restante: {count}",
|
|
968
|
+
languagePromptTitle: "Selecione o idioma de exibição do Melu:",
|
|
969
|
+
menuHint: "Use as setas para navegar e Enter para confirmar.",
|
|
970
|
+
languagePromptInput: "Selecione um idioma:",
|
|
971
|
+
languagePromptRetry: "Selecione uma opção válida.",
|
|
972
|
+
languageSet: "Idioma de exibição: {language}",
|
|
973
|
+
mirrorPromptTitle: "Selecione a fonte do modelo GGUF de embedding:",
|
|
974
|
+
mirrorPromptInput: "Selecione a fonte do modelo:",
|
|
975
|
+
mirrorPromptRetry: "Selecione uma opção válida.",
|
|
976
|
+
mirrorHintHuggingFace: "Recomendado para redes globais",
|
|
977
|
+
mirrorHintModelScope: "Recomendado para redes da China continental",
|
|
978
|
+
mirrorSelectionRequired: "Você precisa escolher uma fonte espelho antes de configurar o modelo. Execute `melu init --mirror huggingface` ou `melu init --mirror modelscope`.",
|
|
979
|
+
embeddingDownload: "[Melu] Baixando modelo de embedding: {file}",
|
|
980
|
+
labelSource: "[Melu] Fonte: {label}",
|
|
981
|
+
labelSavedTo: "[Melu] Salvando em: {path}",
|
|
982
|
+
downloadProgressDownloadingTo: "Baixando para",
|
|
983
|
+
downloadProgressDownloadedTo: "Baixado para",
|
|
984
|
+
modelAlreadyAvailable: "[Melu] Modelo de embedding já encontrado: {path}",
|
|
985
|
+
modelSkipDownload: "[Melu] Ignorando download.",
|
|
986
|
+
runtimeBinaryUnavailable: "Não há um runtime pré-compilado do llama.cpp disponível para esta plataforma. O Melu não compila automaticamente dependências nativas locais. Use Node 20+ no macOS, Linux ou Windows arm64/x64.",
|
|
987
|
+
memoryUpdated: "[Melu] Memória atualizada: '{summary}' substituiu '{previous}'",
|
|
988
|
+
memoryNew: "[Melu] Nova memória: [{category}] {summary}",
|
|
989
|
+
embeddingFailed: "[Melu] Falha no embedding:",
|
|
990
|
+
claudePExtracting: "[Melu:DEBUG] Extraindo memória via claude -p",
|
|
991
|
+
claudePExitCode: "[Melu] claude -p terminou com código {code}, stderr: {stderr}",
|
|
992
|
+
claudePStartFailed: "[Melu] Falha ao iniciar claude -p: {message}",
|
|
993
|
+
},
|
|
994
|
+
};
|
|
995
|
+
export function resolveUiLanguage(language) {
|
|
996
|
+
return language ?? "en";
|
|
997
|
+
}
|
|
998
|
+
export function getUiLanguageLabel(language) {
|
|
999
|
+
return SUPPORTED_UI_LANGUAGES.find((item) => item.value === language)?.label ?? "English";
|
|
1000
|
+
}
|
|
1001
|
+
export function t(language, key, params = {}) {
|
|
1002
|
+
const resolved = resolveUiLanguage(language);
|
|
1003
|
+
let template = MESSAGES[resolved][key] ?? MESSAGES.en[key];
|
|
1004
|
+
for (const [name, value] of Object.entries(params)) {
|
|
1005
|
+
template = template.replaceAll(`{${name}}`, String(value));
|
|
1006
|
+
}
|
|
1007
|
+
return template;
|
|
1008
|
+
}
|
|
1009
|
+
export function createI18n(language) {
|
|
1010
|
+
const resolved = resolveUiLanguage(language);
|
|
1011
|
+
return {
|
|
1012
|
+
language: resolved,
|
|
1013
|
+
t(key, params = {}) {
|
|
1014
|
+
return t(resolved, key, params);
|
|
1015
|
+
},
|
|
1016
|
+
};
|
|
1017
|
+
}
|
|
1018
|
+
export function getLocalizedMirrorLabel(mirror, _language) {
|
|
1019
|
+
if (mirror === "huggingface") {
|
|
1020
|
+
return "Hugging Face (Global)";
|
|
1021
|
+
}
|
|
1022
|
+
return "ModelScope (CN)";
|
|
1023
|
+
}
|
|
1024
|
+
//# sourceMappingURL=i18n.js.map
|