cc-viewer 1.0.8 → 1.0.9
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/README.md +5 -2
- package/dist/assets/index-DQK_3R38.js +513 -0
- package/dist/assets/index-q9WR6TTz.css +1 -0
- package/dist/index.html +2 -2
- package/i18n.js +7 -14
- package/interceptor.js +4 -19
- package/locales/i18n.json +1402 -0
- package/package.json +1 -1
- package/server.js +33 -20
- package/dist/assets/index-B9lsVJB8.css +0 -1
- package/dist/assets/index-Ck7EN__K.js +0 -513
- package/locales/ar.json +0 -68
- package/locales/da.json +0 -68
- package/locales/de.json +0 -68
- package/locales/en.json +0 -70
- package/locales/es.json +0 -68
- package/locales/fr.json +0 -68
- package/locales/it.json +0 -68
- package/locales/ja.json +0 -68
- package/locales/ko.json +0 -68
- package/locales/no.json +0 -68
- package/locales/pl.json +0 -68
- package/locales/pt-BR.json +0 -68
- package/locales/ru.json +0 -68
- package/locales/th.json +0 -68
- package/locales/tr.json +0 -68
- package/locales/uk.json +0 -68
- package/locales/zh-TW.json +0 -68
- package/locales/zh.json +0 -75
package/locales/ar.json
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"cli.alreadyWorking": "CC Viewer يعمل بالفعل",
|
|
3
|
-
"cli.inject.success": "تم تثبيت CC Viewer بنجاح",
|
|
4
|
-
"cli.inject.exists": "CC Viewer مثبت بالفعل، لا حاجة لأي إجراء",
|
|
5
|
-
"cli.inject.fail": "❌ فشل التثبيت: {error}",
|
|
6
|
-
"cli.inject.notFound": "❌ لم يتم العثور على Claude Code cli.js: {path}",
|
|
7
|
-
"cli.inject.notFoundHint": " يرجى التأكد من تثبيت @anthropic-ai/claude-code",
|
|
8
|
-
"cli.hook.exists": "hook الإصلاح التلقائي موجود بالفعل في {path}",
|
|
9
|
-
"cli.hook.fail": "⚠️ فشل كتابة shell hook: {error}",
|
|
10
|
-
"cli.usage.hint": "\nلإلغاء التثبيت، قم بتشغيل: ccv --uninstall",
|
|
11
|
-
"cli.usage.uninstallHint": "",
|
|
12
|
-
"cli.uninstall.cliCleaned": "✅ تم تنظيف cli.js",
|
|
13
|
-
"cli.uninstall.cliNotFound": "⚠️ لم يتم العثور على Claude Code cli.js، تم التخطي",
|
|
14
|
-
"cli.uninstall.cliFail": "❌ فشل تنظيف cli.js",
|
|
15
|
-
"cli.uninstall.hookRemoved": "✅ تم إزالة shell hook من {path}",
|
|
16
|
-
"cli.uninstall.hookClean": "✅ لا حاجة للتنظيف في {path}",
|
|
17
|
-
"cli.uninstall.hookFail": "❌ فشل تنظيف shell hook: {error}",
|
|
18
|
-
"cli.uninstall.done": "\n🗑️ تم إلغاء تثبيت CC Viewer بالكامل",
|
|
19
|
-
"server.started": "\nتم تشغيل CC Viewer: http://{host}:{port}\n",
|
|
20
|
-
"server.reuse": "\nCC Viewer يعمل بالفعل: http://{host}:{port}\n",
|
|
21
|
-
"server.portsBusy": "⚠️ المنافذ {start}-{end} كلها مشغولة، لم يتم تشغيل خدمة المراقبة",
|
|
22
|
-
"ui.requestList": "الطلبات",
|
|
23
|
-
"ui.totalRequests": "الإجمالي: {count}",
|
|
24
|
-
"ui.waitingRequests": "في انتظار الطلبات...",
|
|
25
|
-
"ui.importLocalLogs": "استيراد السجلات المحلية",
|
|
26
|
-
"ui.loadLocalJsonl": "اختيار ملف JSONL محلي",
|
|
27
|
-
"ui.fileTooLarge": "حجم الملف لا يمكن أن يتجاوز 200 ميجابايت",
|
|
28
|
-
"ui.saveLog": "تحميل السجل الحالي",
|
|
29
|
-
"ui.exportPrompts": "تصدير Prompt المستخدم",
|
|
30
|
-
"ui.exportPromptsTxt": "تصدير إلى ملف .txt محلي",
|
|
31
|
-
"ui.tokenStats": "إحصائيات Token",
|
|
32
|
-
"ui.liveMonitoring": "مباشر",
|
|
33
|
-
"ui.historyLog": "السجل: {file}",
|
|
34
|
-
"ui.chatMode": "وضع المحادثة",
|
|
35
|
-
"ui.rawMode": "العودة للوضع الخام",
|
|
36
|
-
"ui.cacheExpired": "منتهي الصلاحية",
|
|
37
|
-
"ui.cacheCountdown": "ينتهي cache{type} لـ MainAgent خلال: ",
|
|
38
|
-
"ui.minuteSecond": "{m}د{s}ث",
|
|
39
|
-
"ui.second": "{s}ث",
|
|
40
|
-
"ui.hitRate": "معدل الإصابة",
|
|
41
|
-
"ui.userPrompt": "Prompt المستخدم",
|
|
42
|
-
"ui.noPrompt": "لا توجد Prompt للمستخدم بعد",
|
|
43
|
-
"ui.unknownTime": "وقت غير معروف",
|
|
44
|
-
"ui.logCount": "{count} سجلات",
|
|
45
|
-
"ui.noLogs": "لا توجد ملفات سجلات",
|
|
46
|
-
"ui.toolReturn": "نتيجة الأداة",
|
|
47
|
-
"ui.toolReturnNamed": "نتيجة {name}",
|
|
48
|
-
"ui.lastResponse": "Last Response",
|
|
49
|
-
"ui.copySuccess": "تم النسخ",
|
|
50
|
-
"ui.noHeaders": "لا يوجد Headers",
|
|
51
|
-
"ui.noBody": "لا يوجد Body",
|
|
52
|
-
"ui.streamingResponse": "⚡ استجابة متدفقة — استخدم هذا الطلب بث SSE، لا يمكن التقاط محتوى الاستجابة بالكامل.",
|
|
53
|
-
"ui.responseNotCaptured": "لم يتم التقاط بيانات الاستجابة",
|
|
54
|
-
"ui.expand": "▶ توسيع",
|
|
55
|
-
"ui.collapse": "▼ طي",
|
|
56
|
-
"ui.noChat": "لا توجد بيانات محادثة MainAgent",
|
|
57
|
-
"ui.diffWithPrev": "الفرق مع الطلب السابق",
|
|
58
|
-
"ui.diffSessionChanged": "حجم نص الطلب انخفض، ربما بسبب /clear أو /compact أو تغيير الجلسة",
|
|
59
|
-
"cli.resume.prompt": "تم العثور على سجل حديث (خلال ساعة واحدة): {file}",
|
|
60
|
-
"cli.resume.continue": "متابعة",
|
|
61
|
-
"cli.resume.new": "جديد",
|
|
62
|
-
"ui.resume.title": "تم اكتشاف سجل حديث",
|
|
63
|
-
"ui.resume.message": "تم العثور على سجل حديث (خلال ساعة واحدة): {file}. هل تريد المتابعة؟",
|
|
64
|
-
"ui.resume.continue": "متابعة",
|
|
65
|
-
"ui.resume.new": "سجل جديد",
|
|
66
|
-
"ui.diffTooltip": "لتجنب قراءة النص الكامل الطويل، يتم عرض الأجزاء التزايدية فقط من MainAgent — عادةً فقط الرسائل الجديدة",
|
|
67
|
-
"ui.copy": "نسخ"
|
|
68
|
-
}
|
package/locales/da.json
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"cli.alreadyWorking": "CC Viewer fungerer allerede",
|
|
3
|
-
"cli.inject.success": "CC Viewer installeret",
|
|
4
|
-
"cli.inject.exists": "CC Viewer allerede installeret, ingen handling nødvendig",
|
|
5
|
-
"cli.inject.fail": "❌ Installation mislykkedes: {error}",
|
|
6
|
-
"cli.inject.notFound": "❌ Claude Code cli.js ikke fundet: {path}",
|
|
7
|
-
"cli.inject.notFoundHint": " Sørg for at @anthropic-ai/claude-code er installeret",
|
|
8
|
-
"cli.hook.exists": "Auto-reparations-hook findes allerede i {path}",
|
|
9
|
-
"cli.hook.fail": "⚠️ Kunne ikke skrive shell hook: {error}",
|
|
10
|
-
"cli.usage.hint": "\nFor at afinstallere, kør: ccv --uninstall",
|
|
11
|
-
"cli.usage.uninstallHint": "",
|
|
12
|
-
"cli.uninstall.cliCleaned": "✅ cli.js renset",
|
|
13
|
-
"cli.uninstall.cliNotFound": "⚠️ Claude Code cli.js ikke fundet, sprunget over",
|
|
14
|
-
"cli.uninstall.cliFail": "❌ Rensning af cli.js mislykkedes",
|
|
15
|
-
"cli.uninstall.hookRemoved": "✅ Shell hook fjernet fra {path}",
|
|
16
|
-
"cli.uninstall.hookClean": "✅ Ingen oprydning nødvendig i {path}",
|
|
17
|
-
"cli.uninstall.hookFail": "❌ Kunne ikke rense shell hook: {error}",
|
|
18
|
-
"cli.uninstall.done": "\n🗑️ CC Viewer fuldstændigt afinstalleret",
|
|
19
|
-
"server.started": "\nCC Viewer startet: http://{host}:{port}\n",
|
|
20
|
-
"server.reuse": "\nCC Viewer kører allerede: http://{host}:{port}\n",
|
|
21
|
-
"server.portsBusy": "⚠️ Porte {start}-{end} er alle i brug, overvågningstjeneste ikke startet",
|
|
22
|
-
"ui.requestList": "Forespørgsler",
|
|
23
|
-
"ui.totalRequests": "Total: {count}",
|
|
24
|
-
"ui.waitingRequests": "Venter på forespørgsler...",
|
|
25
|
-
"ui.importLocalLogs": "Importér lokale logs",
|
|
26
|
-
"ui.loadLocalJsonl": "Vælg lokal JSONL-fil",
|
|
27
|
-
"ui.fileTooLarge": "Filstørrelsen må ikke overstige 200MB",
|
|
28
|
-
"ui.saveLog": "Download nuværende log",
|
|
29
|
-
"ui.exportPrompts": "Eksportér bruger-prompts",
|
|
30
|
-
"ui.exportPromptsTxt": "Eksportér til lokal .txt",
|
|
31
|
-
"ui.tokenStats": "Token-statistik",
|
|
32
|
-
"ui.liveMonitoring": "Live",
|
|
33
|
-
"ui.historyLog": "Historik: {file}",
|
|
34
|
-
"ui.chatMode": "Chat-tilstand",
|
|
35
|
-
"ui.rawMode": "Tilbage til rå tilstand",
|
|
36
|
-
"ui.cacheExpired": "Udløbet",
|
|
37
|
-
"ui.cacheCountdown": "MainAgent cache{type} udløber om: ",
|
|
38
|
-
"ui.minuteSecond": "{m}m{s}s",
|
|
39
|
-
"ui.second": "{s}s",
|
|
40
|
-
"ui.hitRate": "Hitrate",
|
|
41
|
-
"ui.userPrompt": "Bruger-Prompt",
|
|
42
|
-
"ui.noPrompt": "Ingen bruger-prompts endnu",
|
|
43
|
-
"ui.unknownTime": "Ukendt tid",
|
|
44
|
-
"ui.logCount": "{count} logs",
|
|
45
|
-
"ui.noLogs": "Ingen logfiler",
|
|
46
|
-
"ui.toolReturn": "Værktøjsresultat",
|
|
47
|
-
"ui.toolReturnNamed": "{name}-resultat",
|
|
48
|
-
"ui.lastResponse": "Last Response",
|
|
49
|
-
"ui.copySuccess": "Kopieret",
|
|
50
|
-
"ui.noHeaders": "Ingen Headers",
|
|
51
|
-
"ui.noBody": "Ingen Body",
|
|
52
|
-
"ui.streamingResponse": "⚡ Streaming-svar — Denne forespørgsel brugte SSE-streaming, svarindholdet kunne ikke fuldt indfanges.",
|
|
53
|
-
"ui.responseNotCaptured": "Svardata ikke indfanget",
|
|
54
|
-
"ui.expand": "▶ Udvid",
|
|
55
|
-
"ui.collapse": "▼ Fold sammen",
|
|
56
|
-
"ui.noChat": "Ingen MainAgent samtaledata",
|
|
57
|
-
"ui.diffWithPrev": "Diff med forrige anmodning",
|
|
58
|
-
"ui.diffSessionChanged": "Anmodningens størrelse er reduceret, muligvis på grund af /clear, /compact eller sessionsændring",
|
|
59
|
-
"cli.resume.prompt": "Nylig log fundet (inden for 1 time): {file}",
|
|
60
|
-
"cli.resume.continue": "Fortsæt",
|
|
61
|
-
"cli.resume.new": "Ny",
|
|
62
|
-
"ui.resume.title": "Nylig log fundet",
|
|
63
|
-
"ui.resume.message": "Nylig log fundet (inden for 1 time): {file}. Fortsæt?",
|
|
64
|
-
"ui.resume.continue": "Fortsæt",
|
|
65
|
-
"ui.resume.new": "Ny log",
|
|
66
|
-
"ui.diffTooltip": "For at undgå at læse lange fuldtekster vises kun de inkrementelle dele af MainAgent — typisk kun nye beskeder",
|
|
67
|
-
"ui.copy": "Kopiér"
|
|
68
|
-
}
|
package/locales/de.json
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"cli.alreadyWorking": "CC Viewer funktioniert bereits",
|
|
3
|
-
"cli.inject.success": "CC Viewer erfolgreich installiert",
|
|
4
|
-
"cli.inject.exists": "CC Viewer bereits installiert, keine Aktion nötig",
|
|
5
|
-
"cli.inject.fail": "❌ Installation fehlgeschlagen: {error}",
|
|
6
|
-
"cli.inject.notFound": "❌ Claude Code cli.js nicht gefunden: {path}",
|
|
7
|
-
"cli.inject.notFoundHint": " Bitte stellen Sie sicher, dass @anthropic-ai/claude-code installiert ist",
|
|
8
|
-
"cli.hook.exists": "Auto-Reparatur-Hook existiert bereits in {path}",
|
|
9
|
-
"cli.hook.fail": "⚠️ Shell-Hook konnte nicht geschrieben werden: {error}",
|
|
10
|
-
"cli.usage.hint": "\nZum Deinstallieren: ccv --uninstall",
|
|
11
|
-
"cli.usage.uninstallHint": "",
|
|
12
|
-
"cli.uninstall.cliCleaned": "✅ cli.js bereinigt",
|
|
13
|
-
"cli.uninstall.cliNotFound": "⚠️ Claude Code cli.js nicht gefunden, übersprungen",
|
|
14
|
-
"cli.uninstall.cliFail": "❌ cli.js Bereinigung fehlgeschlagen",
|
|
15
|
-
"cli.uninstall.hookRemoved": "✅ Shell-Hook aus {path} entfernt",
|
|
16
|
-
"cli.uninstall.hookClean": "✅ Keine Bereinigung in {path} nötig",
|
|
17
|
-
"cli.uninstall.hookFail": "❌ Shell-Hook-Bereinigung fehlgeschlagen: {error}",
|
|
18
|
-
"cli.uninstall.done": "\n🗑️ CC Viewer vollständig deinstalliert",
|
|
19
|
-
"server.started": "\nCC Viewer gestartet: http://{host}:{port}\n",
|
|
20
|
-
"server.reuse": "\nCC Viewer läuft bereits: http://{host}:{port}\n",
|
|
21
|
-
"server.portsBusy": "⚠️ Ports {start}-{end} sind alle belegt, Überwachungsdienst nicht gestartet",
|
|
22
|
-
"ui.requestList": "Anfragen",
|
|
23
|
-
"ui.totalRequests": "Gesamt: {count}",
|
|
24
|
-
"ui.waitingRequests": "Warte auf Anfragen...",
|
|
25
|
-
"ui.importLocalLogs": "Lokale Logs importieren",
|
|
26
|
-
"ui.loadLocalJsonl": "Lokale JSONL-Datei auswählen",
|
|
27
|
-
"ui.fileTooLarge": "Dateigröße darf 200MB nicht überschreiten",
|
|
28
|
-
"ui.saveLog": "Aktuelles Log herunterladen",
|
|
29
|
-
"ui.exportPrompts": "Benutzer-Prompts exportieren",
|
|
30
|
-
"ui.exportPromptsTxt": "Als lokale .txt exportieren",
|
|
31
|
-
"ui.tokenStats": "Token-Statistik",
|
|
32
|
-
"ui.liveMonitoring": "Live",
|
|
33
|
-
"ui.historyLog": "Verlauf: {file}",
|
|
34
|
-
"ui.chatMode": "Chat-Modus",
|
|
35
|
-
"ui.rawMode": "Zurück zum Rohmodus",
|
|
36
|
-
"ui.cacheExpired": "Abgelaufen",
|
|
37
|
-
"ui.cacheCountdown": "MainAgent Cache{type} läuft ab in: ",
|
|
38
|
-
"ui.minuteSecond": "{m}m{s}s",
|
|
39
|
-
"ui.second": "{s}s",
|
|
40
|
-
"ui.hitRate": "Trefferquote",
|
|
41
|
-
"ui.userPrompt": "Benutzer-Prompt",
|
|
42
|
-
"ui.noPrompt": "Noch keine Benutzer-Prompts",
|
|
43
|
-
"ui.unknownTime": "Unbekannte Zeit",
|
|
44
|
-
"ui.logCount": "{count} Logs",
|
|
45
|
-
"ui.noLogs": "Keine Log-Dateien",
|
|
46
|
-
"ui.toolReturn": "Tool-Ergebnis",
|
|
47
|
-
"ui.toolReturnNamed": "{name}-Ergebnis",
|
|
48
|
-
"ui.lastResponse": "Last Response",
|
|
49
|
-
"ui.copySuccess": "Kopiert",
|
|
50
|
-
"ui.noHeaders": "Keine Headers",
|
|
51
|
-
"ui.noBody": "Kein Body",
|
|
52
|
-
"ui.streamingResponse": "⚡ Streaming-Antwort — Diese Anfrage nutzte SSE-Streaming, der Antwortinhalt konnte nicht vollständig erfasst werden.",
|
|
53
|
-
"ui.responseNotCaptured": "Antwortdaten nicht erfasst",
|
|
54
|
-
"ui.expand": "▶ Aufklappen",
|
|
55
|
-
"ui.collapse": "▼ Zuklappen",
|
|
56
|
-
"ui.noChat": "Keine MainAgent-Gesprächsdaten",
|
|
57
|
-
"ui.diffWithPrev": "Diff zur vorherigen Anfrage",
|
|
58
|
-
"ui.diffSessionChanged": "Anfragekörper wurde kleiner, möglicherweise durch /clear, /compact oder Sitzungswechsel",
|
|
59
|
-
"cli.resume.prompt": "Kürzliches Log gefunden (innerhalb 1 Stunde): {file}",
|
|
60
|
-
"cli.resume.continue": "Fortsetzen",
|
|
61
|
-
"cli.resume.new": "Neu",
|
|
62
|
-
"ui.resume.title": "Kürzliches Log erkannt",
|
|
63
|
-
"ui.resume.message": "Kürzliches Log gefunden (innerhalb 1 Stunde): {file}. Fortsetzen?",
|
|
64
|
-
"ui.resume.continue": "Fortsetzen",
|
|
65
|
-
"ui.resume.new": "Neues Log",
|
|
66
|
-
"ui.diffTooltip": "Um das Lesen langer Volltexte zu vermeiden, werden nur die inkrementellen Teile des MainAgent angezeigt — in der Regel nur neue Nachrichten",
|
|
67
|
-
"ui.copy": "Kopieren"
|
|
68
|
-
}
|
package/locales/en.json
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"cli.alreadyWorking": "CC Viewer is already working",
|
|
3
|
-
"cli.inject.success": "CC Viewer installed successfully",
|
|
4
|
-
"cli.inject.exists": "CC Viewer already installed, no action needed",
|
|
5
|
-
"cli.inject.fail": "❌ Installation failed: {error}",
|
|
6
|
-
"cli.inject.notFound": "❌ Claude Code cli.js not found: {path}",
|
|
7
|
-
"cli.inject.notFoundHint": " Please make sure @anthropic-ai/claude-code is installed",
|
|
8
|
-
"cli.hook.exists": "Auto-repair hook already exists in {path}",
|
|
9
|
-
"cli.hook.fail": "⚠️ Failed to write shell hook: {error}",
|
|
10
|
-
"cli.usage.hint": "\nTo uninstall, run: ccv --uninstall",
|
|
11
|
-
"cli.usage.uninstallHint": "",
|
|
12
|
-
"cli.uninstall.cliCleaned": "✅ cli.js cleaned",
|
|
13
|
-
"cli.uninstall.cliNotFound": "⚠️ Claude Code cli.js not found, skipped",
|
|
14
|
-
"cli.uninstall.cliFail": "❌ Failed to clean cli.js",
|
|
15
|
-
"cli.uninstall.hookRemoved": "✅ Shell hook removed from {path}",
|
|
16
|
-
"cli.uninstall.hookClean": "✅ No cleanup needed in {path}",
|
|
17
|
-
"cli.uninstall.hookFail": "❌ Failed to clean shell hook: {error}",
|
|
18
|
-
"cli.uninstall.done": "\n🗑️ CC Viewer fully uninstalled",
|
|
19
|
-
"server.started": "\nCC Viewer started: http://{host}:{port}\n",
|
|
20
|
-
"server.reuse": "\nCC Viewer already running: http://{host}:{port}\n",
|
|
21
|
-
"server.portsBusy": "⚠️ Ports {start}-{end} are all in use, monitoring service not started",
|
|
22
|
-
"ui.requestList": "Requests",
|
|
23
|
-
"ui.totalRequests": "Total: {count}",
|
|
24
|
-
"ui.waitingRequests": "Waiting for requests...",
|
|
25
|
-
"ui.importLocalLogs": "Import local logs",
|
|
26
|
-
"ui.loadLocalJsonl": "Load local JSONL file",
|
|
27
|
-
"ui.fileTooLarge": "File size cannot exceed 200MB",
|
|
28
|
-
"ui.saveLog": "Download current log",
|
|
29
|
-
"ui.exportPrompts": "Export user prompts",
|
|
30
|
-
"ui.exportPromptsTxt": "Export to local .txt",
|
|
31
|
-
"ui.tokenStats": "Token Stats",
|
|
32
|
-
"ui.liveMonitoring": "Live",
|
|
33
|
-
"ui.historyLog": "History: {file}",
|
|
34
|
-
"ui.chatMode": "Chat mode",
|
|
35
|
-
"ui.rawMode": "Back to Raw",
|
|
36
|
-
"ui.cacheExpired": "Expired",
|
|
37
|
-
"ui.cacheCountdown": "MainAgent cache{type} expires in: ",
|
|
38
|
-
"ui.minuteSecond": "{m}m{s}s",
|
|
39
|
-
"ui.second": "{s}s",
|
|
40
|
-
"ui.hitRate": "Hit rate",
|
|
41
|
-
"ui.userPrompt": "User Prompt",
|
|
42
|
-
"ui.noPrompt": "No user prompts yet",
|
|
43
|
-
"ui.unknownTime": "Unknown time",
|
|
44
|
-
"ui.logCount": "{count} logs",
|
|
45
|
-
"ui.noLogs": "No log files",
|
|
46
|
-
"ui.toolReturn": "Tool result",
|
|
47
|
-
"ui.toolReturnNamed": "{name} result",
|
|
48
|
-
"ui.lastResponse": "Last Response",
|
|
49
|
-
"ui.copySuccess": "Copied",
|
|
50
|
-
"ui.copy": "Copy",
|
|
51
|
-
"ui.noHeaders": "No Headers",
|
|
52
|
-
"ui.noBody": "No Body",
|
|
53
|
-
"ui.streamingResponse": "⚡ Streaming response — This request used SSE streaming, response content cannot be fully captured.",
|
|
54
|
-
"ui.responseNotCaptured": "Response not captured",
|
|
55
|
-
"ui.expand": "▶ Expand",
|
|
56
|
-
"ui.collapse": "▼ Collapse",
|
|
57
|
-
"ui.noChat": "No MainAgent conversation data",
|
|
58
|
-
"ui.diffWithPrev": "Diff with previous request",
|
|
59
|
-
"ui.diffSessionChanged": "Request body size decreased, possibly due to /clear, /compact, or session change",
|
|
60
|
-
"ui.diffTooltip": "To avoid reading lengthy full text, only the incremental parts of MainAgent are shown — typically just new messages",
|
|
61
|
-
|
|
62
|
-
"cli.resume.prompt": "Recent log found (within 1 hour): {file}",
|
|
63
|
-
"cli.resume.continue": "Continue",
|
|
64
|
-
"cli.resume.new": "New",
|
|
65
|
-
|
|
66
|
-
"ui.resume.title": "Recent Log Detected",
|
|
67
|
-
"ui.resume.message": "Recent log found (within 1 hour): {file}. Continue?",
|
|
68
|
-
"ui.resume.continue": "Continue",
|
|
69
|
-
"ui.resume.new": "Start New"
|
|
70
|
-
}
|
package/locales/es.json
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"cli.alreadyWorking": "CC Viewer ya está funcionando",
|
|
3
|
-
"cli.inject.success": "CC Viewer instalado correctamente",
|
|
4
|
-
"cli.inject.exists": "CC Viewer ya instalado, no se requiere acción",
|
|
5
|
-
"cli.inject.fail": "❌ Instalación fallida: {error}",
|
|
6
|
-
"cli.inject.notFound": "❌ Claude Code cli.js no encontrado: {path}",
|
|
7
|
-
"cli.inject.notFoundHint": " Asegúrese de que @anthropic-ai/claude-code esté instalado",
|
|
8
|
-
"cli.hook.exists": "Hook de auto-reparación ya existe en {path}",
|
|
9
|
-
"cli.hook.fail": "⚠️ Error al escribir el shell hook: {error}",
|
|
10
|
-
"cli.usage.hint": "\nPara desinstalar, ejecute: ccv --uninstall",
|
|
11
|
-
"cli.usage.uninstallHint": "",
|
|
12
|
-
"cli.uninstall.cliCleaned": "✅ cli.js limpiado",
|
|
13
|
-
"cli.uninstall.cliNotFound": "⚠️ Claude Code cli.js no encontrado, omitido",
|
|
14
|
-
"cli.uninstall.cliFail": "❌ Fallo al limpiar cli.js",
|
|
15
|
-
"cli.uninstall.hookRemoved": "✅ Shell hook eliminado de {path}",
|
|
16
|
-
"cli.uninstall.hookClean": "✅ No se necesita limpieza en {path}",
|
|
17
|
-
"cli.uninstall.hookFail": "❌ Error al limpiar el shell hook: {error}",
|
|
18
|
-
"cli.uninstall.done": "\n🗑️ CC Viewer desinstalado completamente",
|
|
19
|
-
"server.started": "\nCC Viewer iniciado: http://{host}:{port}\n",
|
|
20
|
-
"server.reuse": "\nCC Viewer ya en ejecución: http://{host}:{port}\n",
|
|
21
|
-
"server.portsBusy": "⚠️ Puertos {start}-{end} están todos en uso, servicio de monitoreo no iniciado",
|
|
22
|
-
"ui.requestList": "Solicitudes",
|
|
23
|
-
"ui.totalRequests": "Total: {count}",
|
|
24
|
-
"ui.waitingRequests": "Esperando solicitudes...",
|
|
25
|
-
"ui.importLocalLogs": "Importar logs locales",
|
|
26
|
-
"ui.loadLocalJsonl": "Seleccionar archivo JSONL local",
|
|
27
|
-
"ui.fileTooLarge": "El tamaño del archivo no puede superar 200MB",
|
|
28
|
-
"ui.saveLog": "Descargar log actual",
|
|
29
|
-
"ui.exportPrompts": "Exportar prompts de usuario",
|
|
30
|
-
"ui.exportPromptsTxt": "Exportar a .txt local",
|
|
31
|
-
"ui.tokenStats": "Estadísticas de Token",
|
|
32
|
-
"ui.liveMonitoring": "En vivo",
|
|
33
|
-
"ui.historyLog": "Historial: {file}",
|
|
34
|
-
"ui.chatMode": "Modo chat",
|
|
35
|
-
"ui.rawMode": "Volver al modo raw",
|
|
36
|
-
"ui.cacheExpired": "Expirado",
|
|
37
|
-
"ui.cacheCountdown": "Cache{type} de MainAgent expira en: ",
|
|
38
|
-
"ui.minuteSecond": "{m}m{s}s",
|
|
39
|
-
"ui.second": "{s}s",
|
|
40
|
-
"ui.hitRate": "Tasa de aciertos",
|
|
41
|
-
"ui.userPrompt": "Prompt de usuario",
|
|
42
|
-
"ui.noPrompt": "Sin prompts de usuario aún",
|
|
43
|
-
"ui.unknownTime": "Hora desconocida",
|
|
44
|
-
"ui.logCount": "{count} logs",
|
|
45
|
-
"ui.noLogs": "Sin archivos de log",
|
|
46
|
-
"ui.toolReturn": "Resultado de herramienta",
|
|
47
|
-
"ui.toolReturnNamed": "Resultado de {name}",
|
|
48
|
-
"ui.lastResponse": "Last Response",
|
|
49
|
-
"ui.copySuccess": "Copiado",
|
|
50
|
-
"ui.noHeaders": "Sin Headers",
|
|
51
|
-
"ui.noBody": "Sin Body",
|
|
52
|
-
"ui.streamingResponse": "⚡ Respuesta en streaming — Esta solicitud usó streaming SSE, el contenido de la respuesta no se pudo capturar completamente.",
|
|
53
|
-
"ui.responseNotCaptured": "Datos de respuesta no capturados",
|
|
54
|
-
"ui.expand": "▶ Expandir",
|
|
55
|
-
"ui.collapse": "▼ Contraer",
|
|
56
|
-
"ui.noChat": "Sin datos de conversación de MainAgent",
|
|
57
|
-
"ui.diffWithPrev": "Diferencia con la solicitud anterior",
|
|
58
|
-
"ui.diffSessionChanged": "El tamaño del cuerpo de la solicitud disminuyó, posiblemente debido a /clear, /compact o cambio de sesión",
|
|
59
|
-
"cli.resume.prompt": "Log reciente encontrado (dentro de 1 hora): {file}",
|
|
60
|
-
"cli.resume.continue": "Continuar",
|
|
61
|
-
"cli.resume.new": "Nuevo",
|
|
62
|
-
"ui.resume.title": "Log reciente detectado",
|
|
63
|
-
"ui.resume.message": "Log reciente encontrado (dentro de 1 hora): {file}. ¿Continuar?",
|
|
64
|
-
"ui.resume.continue": "Continuar",
|
|
65
|
-
"ui.resume.new": "Nuevo log",
|
|
66
|
-
"ui.diffTooltip": "Para evitar leer textos completos extensos, solo se muestran las partes incrementales del MainAgent — normalmente solo mensajes nuevos",
|
|
67
|
-
"ui.copy": "Copiar"
|
|
68
|
-
}
|
package/locales/fr.json
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"cli.alreadyWorking": "CC Viewer fonctionne déjà",
|
|
3
|
-
"cli.inject.success": "CC Viewer installé avec succès",
|
|
4
|
-
"cli.inject.exists": "CC Viewer déjà installé, aucune action nécessaire",
|
|
5
|
-
"cli.inject.fail": "❌ Échec de l'installation : {error}",
|
|
6
|
-
"cli.inject.notFound": "❌ Claude Code cli.js introuvable : {path}",
|
|
7
|
-
"cli.inject.notFoundHint": " Veuillez vérifier que @anthropic-ai/claude-code est installé",
|
|
8
|
-
"cli.hook.exists": "Hook de réparation auto déjà présent dans {path}",
|
|
9
|
-
"cli.hook.fail": "⚠️ Échec de l'écriture du shell hook : {error}",
|
|
10
|
-
"cli.usage.hint": "\nPour désinstaller, exécutez : ccv --uninstall",
|
|
11
|
-
"cli.usage.uninstallHint": "",
|
|
12
|
-
"cli.uninstall.cliCleaned": "✅ cli.js nettoyé",
|
|
13
|
-
"cli.uninstall.cliNotFound": "⚠️ Claude Code cli.js introuvable, ignoré",
|
|
14
|
-
"cli.uninstall.cliFail": "❌ Échec du nettoyage de cli.js",
|
|
15
|
-
"cli.uninstall.hookRemoved": "✅ Shell hook supprimé de {path}",
|
|
16
|
-
"cli.uninstall.hookClean": "✅ Aucun nettoyage nécessaire dans {path}",
|
|
17
|
-
"cli.uninstall.hookFail": "❌ Échec du nettoyage du shell hook : {error}",
|
|
18
|
-
"cli.uninstall.done": "\n🗑️ CC Viewer entièrement désinstallé",
|
|
19
|
-
"server.started": "\nCC Viewer démarré : http://{host}:{port}\n",
|
|
20
|
-
"server.reuse": "\nCC Viewer déjà en cours d'exécution : http://{host}:{port}\n",
|
|
21
|
-
"server.portsBusy": "⚠️ Ports {start}-{end} tous occupés, service de surveillance non démarré",
|
|
22
|
-
"ui.requestList": "Requêtes",
|
|
23
|
-
"ui.totalRequests": "Total : {count}",
|
|
24
|
-
"ui.waitingRequests": "En attente de requêtes...",
|
|
25
|
-
"ui.importLocalLogs": "Importer les logs locaux",
|
|
26
|
-
"ui.loadLocalJsonl": "Sélectionner un fichier JSONL local",
|
|
27
|
-
"ui.fileTooLarge": "La taille du fichier ne peut pas dépasser 200 Mo",
|
|
28
|
-
"ui.saveLog": "Télécharger le log actuel",
|
|
29
|
-
"ui.exportPrompts": "Exporter les prompts utilisateur",
|
|
30
|
-
"ui.exportPromptsTxt": "Exporter en .txt local",
|
|
31
|
-
"ui.tokenStats": "Statistiques Token",
|
|
32
|
-
"ui.liveMonitoring": "En direct",
|
|
33
|
-
"ui.historyLog": "Historique : {file}",
|
|
34
|
-
"ui.chatMode": "Mode conversation",
|
|
35
|
-
"ui.rawMode": "Retour au mode brut",
|
|
36
|
-
"ui.cacheExpired": "Expiré",
|
|
37
|
-
"ui.cacheCountdown": "Cache{type} MainAgent expire dans : ",
|
|
38
|
-
"ui.minuteSecond": "{m}m{s}s",
|
|
39
|
-
"ui.second": "{s}s",
|
|
40
|
-
"ui.hitRate": "Taux de succès",
|
|
41
|
-
"ui.userPrompt": "Prompt utilisateur",
|
|
42
|
-
"ui.noPrompt": "Aucun prompt utilisateur",
|
|
43
|
-
"ui.unknownTime": "Heure inconnue",
|
|
44
|
-
"ui.logCount": "{count} logs",
|
|
45
|
-
"ui.noLogs": "Aucun fichier de log",
|
|
46
|
-
"ui.toolReturn": "Résultat d'outil",
|
|
47
|
-
"ui.toolReturnNamed": "Résultat de {name}",
|
|
48
|
-
"ui.lastResponse": "Last Response",
|
|
49
|
-
"ui.copySuccess": "Copié",
|
|
50
|
-
"ui.noHeaders": "Pas de Headers",
|
|
51
|
-
"ui.noBody": "Pas de Body",
|
|
52
|
-
"ui.streamingResponse": "⚡ Réponse en streaming — Cette requête a utilisé le streaming SSE, le contenu de la réponse n'a pas pu être entièrement capturé.",
|
|
53
|
-
"ui.responseNotCaptured": "Données de réponse non capturées",
|
|
54
|
-
"ui.expand": "▶ Déplier",
|
|
55
|
-
"ui.collapse": "▼ Replier",
|
|
56
|
-
"ui.noChat": "Aucune donnée de conversation MainAgent",
|
|
57
|
-
"ui.diffWithPrev": "Diff avec la requête précédente",
|
|
58
|
-
"ui.diffSessionChanged": "La taille du corps de la requête a diminué, possiblement dû à /clear, /compact ou un changement de session",
|
|
59
|
-
"cli.resume.prompt": "Log récent trouvé (moins d'1 heure): {file}",
|
|
60
|
-
"cli.resume.continue": "Continuer",
|
|
61
|
-
"cli.resume.new": "Nouveau",
|
|
62
|
-
"ui.resume.title": "Log récent détecté",
|
|
63
|
-
"ui.resume.message": "Log récent trouvé (moins d'1 heure): {file}. Continuer ?",
|
|
64
|
-
"ui.resume.continue": "Continuer",
|
|
65
|
-
"ui.resume.new": "Nouveau log",
|
|
66
|
-
"ui.diffTooltip": "Pour éviter de lire de longs textes complets, seules les parties incrémentales du MainAgent sont affichées — généralement uniquement les nouveaux messages",
|
|
67
|
-
"ui.copy": "Copier"
|
|
68
|
-
}
|
package/locales/it.json
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"cli.alreadyWorking": "CC Viewer è già funzionante",
|
|
3
|
-
"cli.inject.success": "CC Viewer installato con successo",
|
|
4
|
-
"cli.inject.exists": "CC Viewer già installato, nessuna azione necessaria",
|
|
5
|
-
"cli.inject.fail": "❌ Installazione fallita: {error}",
|
|
6
|
-
"cli.inject.notFound": "❌ Claude Code cli.js non trovato: {path}",
|
|
7
|
-
"cli.inject.notFoundHint": " Assicurati che @anthropic-ai/claude-code sia installato",
|
|
8
|
-
"cli.hook.exists": "Hook di auto-riparazione già presente in {path}",
|
|
9
|
-
"cli.hook.fail": "⚠️ Impossibile scrivere il shell hook: {error}",
|
|
10
|
-
"cli.usage.hint": "\nPer disinstallare, esegui: ccv --uninstall",
|
|
11
|
-
"cli.usage.uninstallHint": "",
|
|
12
|
-
"cli.uninstall.cliCleaned": "✅ cli.js pulito",
|
|
13
|
-
"cli.uninstall.cliNotFound": "⚠️ Claude Code cli.js non trovato, saltato",
|
|
14
|
-
"cli.uninstall.cliFail": "❌ Pulizia cli.js fallita",
|
|
15
|
-
"cli.uninstall.hookRemoved": "✅ Shell hook rimosso da {path}",
|
|
16
|
-
"cli.uninstall.hookClean": "✅ Nessuna pulizia necessaria in {path}",
|
|
17
|
-
"cli.uninstall.hookFail": "❌ Pulizia shell hook fallita: {error}",
|
|
18
|
-
"cli.uninstall.done": "\n🗑️ CC Viewer completamente disinstallato",
|
|
19
|
-
"server.started": "\nCC Viewer avviato: http://{host}:{port}\n",
|
|
20
|
-
"server.reuse": "\nCC Viewer già in esecuzione: http://{host}:{port}\n",
|
|
21
|
-
"server.portsBusy": "⚠️ Porte {start}-{end} tutte in uso, servizio di monitoraggio non avviato",
|
|
22
|
-
"ui.requestList": "Richieste",
|
|
23
|
-
"ui.totalRequests": "Totale: {count}",
|
|
24
|
-
"ui.waitingRequests": "In attesa di richieste...",
|
|
25
|
-
"ui.importLocalLogs": "Importa log locali",
|
|
26
|
-
"ui.loadLocalJsonl": "Seleziona file JSONL locale",
|
|
27
|
-
"ui.fileTooLarge": "La dimensione del file non può superare 200MB",
|
|
28
|
-
"ui.saveLog": "Scarica log corrente",
|
|
29
|
-
"ui.exportPrompts": "Esporta prompt utente",
|
|
30
|
-
"ui.exportPromptsTxt": "Esporta in .txt locale",
|
|
31
|
-
"ui.tokenStats": "Statistiche Token",
|
|
32
|
-
"ui.liveMonitoring": "Live",
|
|
33
|
-
"ui.historyLog": "Cronologia: {file}",
|
|
34
|
-
"ui.chatMode": "Modalità chat",
|
|
35
|
-
"ui.rawMode": "Torna alla modalità raw",
|
|
36
|
-
"ui.cacheExpired": "Scaduto",
|
|
37
|
-
"ui.cacheCountdown": "Cache{type} MainAgent scade tra: ",
|
|
38
|
-
"ui.minuteSecond": "{m}m{s}s",
|
|
39
|
-
"ui.second": "{s}s",
|
|
40
|
-
"ui.hitRate": "Tasso di successo",
|
|
41
|
-
"ui.userPrompt": "Prompt utente",
|
|
42
|
-
"ui.noPrompt": "Nessun prompt utente",
|
|
43
|
-
"ui.unknownTime": "Ora sconosciuta",
|
|
44
|
-
"ui.logCount": "{count} log",
|
|
45
|
-
"ui.noLogs": "Nessun file di log",
|
|
46
|
-
"ui.toolReturn": "Risultato strumento",
|
|
47
|
-
"ui.toolReturnNamed": "Risultato di {name}",
|
|
48
|
-
"ui.lastResponse": "Last Response",
|
|
49
|
-
"ui.copySuccess": "Copiato",
|
|
50
|
-
"ui.noHeaders": "Nessun Header",
|
|
51
|
-
"ui.noBody": "Nessun Body",
|
|
52
|
-
"ui.streamingResponse": "⚡ Risposta in streaming — Questa richiesta ha utilizzato lo streaming SSE, il contenuto della risposta non può essere catturato completamente.",
|
|
53
|
-
"ui.responseNotCaptured": "Dati di risposta non catturati",
|
|
54
|
-
"ui.expand": "▶ Espandi",
|
|
55
|
-
"ui.collapse": "▼ Comprimi",
|
|
56
|
-
"ui.noChat": "Nessun dato di conversazione MainAgent",
|
|
57
|
-
"ui.diffWithPrev": "Diff con la richiesta precedente",
|
|
58
|
-
"ui.diffSessionChanged": "La dimensione del corpo della richiesta è diminuita, probabilmente a causa di /clear, /compact o cambio di sessione",
|
|
59
|
-
"cli.resume.prompt": "Log recente trovato (entro 1 ora): {file}",
|
|
60
|
-
"cli.resume.continue": "Continua",
|
|
61
|
-
"cli.resume.new": "Nuovo",
|
|
62
|
-
"ui.resume.title": "Log recente rilevato",
|
|
63
|
-
"ui.resume.message": "Log recente trovato (entro 1 ora): {file}. Continuare?",
|
|
64
|
-
"ui.resume.continue": "Continua",
|
|
65
|
-
"ui.resume.new": "Nuovo log",
|
|
66
|
-
"ui.diffTooltip": "Per evitare di leggere lunghi testi completi, vengono mostrate solo le parti incrementali del MainAgent — di solito solo nuovi messaggi",
|
|
67
|
-
"ui.copy": "Copia"
|
|
68
|
-
}
|
package/locales/ja.json
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"cli.alreadyWorking": "CC Viewer は既に動作しています",
|
|
3
|
-
"cli.inject.success": "CC Viewer インストール成功",
|
|
4
|
-
"cli.inject.exists": "CC Viewer は既にインストール済み、操作不要",
|
|
5
|
-
"cli.inject.fail": "❌ インストール失敗: {error}",
|
|
6
|
-
"cli.inject.notFound": "❌ Claude Code cli.js が見つかりません: {path}",
|
|
7
|
-
"cli.inject.notFoundHint": " @anthropic-ai/claude-code がインストールされていることを確認してください",
|
|
8
|
-
"cli.hook.exists": "自動修復 hook は既に {path} に存在します",
|
|
9
|
-
"cli.hook.fail": "⚠️ shell hook の書き込みに失敗: {error}",
|
|
10
|
-
"cli.usage.hint": "\nアンインストールするには: ccv --uninstall",
|
|
11
|
-
"cli.usage.uninstallHint": "",
|
|
12
|
-
"cli.uninstall.cliCleaned": "✅ cli.js をクリーンアップしました",
|
|
13
|
-
"cli.uninstall.cliNotFound": "⚠️ Claude Code cli.js が見つかりません、スキップ",
|
|
14
|
-
"cli.uninstall.cliFail": "❌ cli.js のクリーンアップに失敗",
|
|
15
|
-
"cli.uninstall.hookRemoved": "✅ shell hook を {path} から削除しました",
|
|
16
|
-
"cli.uninstall.hookClean": "✅ {path} のクリーンアップは不要です",
|
|
17
|
-
"cli.uninstall.hookFail": "❌ shell hook のクリーンアップに失敗: {error}",
|
|
18
|
-
"cli.uninstall.done": "\n🗑️ CC Viewer を完全にアンインストールしました",
|
|
19
|
-
"server.started": "\nCC Viewer 起動: http://{host}:{port}\n",
|
|
20
|
-
"server.reuse": "\nCC Viewer は既に実行中: http://{host}:{port}\n",
|
|
21
|
-
"server.portsBusy": "⚠️ ポート {start}-{end} はすべて使用中、監視サービスは起動されませんでした",
|
|
22
|
-
"ui.requestList": "リクエスト一覧",
|
|
23
|
-
"ui.totalRequests": "合計: {count}",
|
|
24
|
-
"ui.waitingRequests": "リクエスト待機中...",
|
|
25
|
-
"ui.importLocalLogs": "ローカルログをインポート",
|
|
26
|
-
"ui.loadLocalJsonl": "ローカルJSONLファイルを選択",
|
|
27
|
-
"ui.fileTooLarge": "ファイルサイズは200MBを超えることはできません",
|
|
28
|
-
"ui.saveLog": "現在のログをダウンロード",
|
|
29
|
-
"ui.exportPrompts": "ユーザー Prompt をエクスポート",
|
|
30
|
-
"ui.exportPromptsTxt": "ローカル .txt にエクスポート",
|
|
31
|
-
"ui.tokenStats": "Token 消費統計",
|
|
32
|
-
"ui.liveMonitoring": "リアルタイム監視中",
|
|
33
|
-
"ui.historyLog": "履歴: {file}",
|
|
34
|
-
"ui.chatMode": "チャットモード",
|
|
35
|
-
"ui.rawMode": "Raw モードに戻る",
|
|
36
|
-
"ui.cacheExpired": "期限切れ",
|
|
37
|
-
"ui.cacheCountdown": "MainAgent cache{type} 期限切れまで: ",
|
|
38
|
-
"ui.minuteSecond": "{m}分{s}秒",
|
|
39
|
-
"ui.second": "{s}秒",
|
|
40
|
-
"ui.hitRate": "ヒット率",
|
|
41
|
-
"ui.userPrompt": "ユーザー Prompt",
|
|
42
|
-
"ui.noPrompt": "ユーザー Prompt はまだありません",
|
|
43
|
-
"ui.unknownTime": "不明な時刻",
|
|
44
|
-
"ui.logCount": "{count} 件のログ",
|
|
45
|
-
"ui.noLogs": "ログファイルなし",
|
|
46
|
-
"ui.toolReturn": "ツール結果",
|
|
47
|
-
"ui.toolReturnNamed": "{name} 結果",
|
|
48
|
-
"ui.lastResponse": "Last Response",
|
|
49
|
-
"ui.copySuccess": "コピーしました",
|
|
50
|
-
"ui.noHeaders": "Headers なし",
|
|
51
|
-
"ui.noBody": "Body なし",
|
|
52
|
-
"ui.streamingResponse": "⚡ ストリーミングレスポンス — このリクエストは SSE ストリーミングを使用しており、レスポンス内容を完全にキャプチャできませんでした。",
|
|
53
|
-
"ui.responseNotCaptured": "レスポンスデータ未キャプチャ",
|
|
54
|
-
"ui.expand": "▶ 展開",
|
|
55
|
-
"ui.collapse": "▼ 折りたたむ",
|
|
56
|
-
"ui.noChat": "MainAgent の会話データがありません",
|
|
57
|
-
"ui.diffWithPrev": "前回リクエストとの差分",
|
|
58
|
-
"ui.diffSessionChanged": "リクエストボディのサイズが減少しました。/clear、/compact、またはセッション変更の可能性があります",
|
|
59
|
-
"cli.resume.prompt": "1時間以内のログを検出: {file}",
|
|
60
|
-
"cli.resume.continue": "続行",
|
|
61
|
-
"cli.resume.new": "新規",
|
|
62
|
-
"ui.resume.title": "最近のログを検出",
|
|
63
|
-
"ui.resume.message": "1時間以内のログを検出: {file}。続行しますか?",
|
|
64
|
-
"ui.resume.continue": "前回の続き",
|
|
65
|
-
"ui.resume.new": "新規ログ",
|
|
66
|
-
"ui.diffTooltip": "MainAgent の増分部分のみを簡略表示しています。長い全文を読む手間を省くため、通常は message の追加のみです",
|
|
67
|
-
"ui.copy": "コピー"
|
|
68
|
-
}
|
package/locales/ko.json
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"cli.alreadyWorking": "CC Viewer가 이미 작동 중입니다",
|
|
3
|
-
"cli.inject.success": "CC Viewer 설치 성공",
|
|
4
|
-
"cli.inject.exists": "CC Viewer 이미 설치됨, 추가 작업 불필요",
|
|
5
|
-
"cli.inject.fail": "❌ 설치 실패: {error}",
|
|
6
|
-
"cli.inject.notFound": "❌ Claude Code cli.js를 찾을 수 없음: {path}",
|
|
7
|
-
"cli.inject.notFoundHint": " @anthropic-ai/claude-code가 설치되어 있는지 확인하세요",
|
|
8
|
-
"cli.hook.exists": "자동 복구 hook이 이미 {path}에 존재함",
|
|
9
|
-
"cli.hook.fail": "⚠️ shell hook 작성 실패: {error}",
|
|
10
|
-
"cli.usage.hint": "\n제거하려면 실행: ccv --uninstall",
|
|
11
|
-
"cli.usage.uninstallHint": "",
|
|
12
|
-
"cli.uninstall.cliCleaned": "✅ cli.js 정리 완료",
|
|
13
|
-
"cli.uninstall.cliNotFound": "⚠️ Claude Code cli.js를 찾을 수 없음, 건너뜀",
|
|
14
|
-
"cli.uninstall.cliFail": "❌ cli.js 정리 실패",
|
|
15
|
-
"cli.uninstall.hookRemoved": "✅ shell hook이 {path}에서 제거됨",
|
|
16
|
-
"cli.uninstall.hookClean": "✅ {path}에서 정리할 항목 없음",
|
|
17
|
-
"cli.uninstall.hookFail": "❌ shell hook 정리 실패: {error}",
|
|
18
|
-
"cli.uninstall.done": "\n🗑️ CC Viewer 완전히 제거됨",
|
|
19
|
-
"server.started": "\nCC Viewer 시작됨: http://{host}:{port}\n",
|
|
20
|
-
"server.reuse": "\nCC Viewer 이미 실행 중: http://{host}:{port}\n",
|
|
21
|
-
"server.portsBusy": "⚠️ 포트 {start}-{end} 모두 사용 중, 모니터링 서비스 미시작",
|
|
22
|
-
"ui.requestList": "요청 목록",
|
|
23
|
-
"ui.totalRequests": "총 요청 수: {count}",
|
|
24
|
-
"ui.waitingRequests": "요청 대기 중...",
|
|
25
|
-
"ui.importLocalLogs": "로컬 로그 가져오기",
|
|
26
|
-
"ui.loadLocalJsonl": "로컬 JSONL 파일 선택",
|
|
27
|
-
"ui.fileTooLarge": "파일 크기는 200MB를 초과할 수 없습니다",
|
|
28
|
-
"ui.saveLog": "현재 로그 다운로드",
|
|
29
|
-
"ui.exportPrompts": "사용자 Prompt 내보내기",
|
|
30
|
-
"ui.exportPromptsTxt": "로컬 .txt로 내보내기",
|
|
31
|
-
"ui.tokenStats": "Token 소비 통계",
|
|
32
|
-
"ui.liveMonitoring": "실시간 모니터링",
|
|
33
|
-
"ui.historyLog": "기록: {file}",
|
|
34
|
-
"ui.chatMode": "대화 모드",
|
|
35
|
-
"ui.rawMode": "원문 모드로 돌아가기",
|
|
36
|
-
"ui.cacheExpired": "만료됨",
|
|
37
|
-
"ui.cacheCountdown": "MainAgent cache{type} 만료 카운트다운: ",
|
|
38
|
-
"ui.minuteSecond": "{m}분{s}초",
|
|
39
|
-
"ui.second": "{s}초",
|
|
40
|
-
"ui.hitRate": "적중률",
|
|
41
|
-
"ui.userPrompt": "사용자 Prompt",
|
|
42
|
-
"ui.noPrompt": "사용자 Prompt 없음",
|
|
43
|
-
"ui.unknownTime": "알 수 없는 시간",
|
|
44
|
-
"ui.logCount": "{count}개 로그",
|
|
45
|
-
"ui.noLogs": "로그 파일 없음",
|
|
46
|
-
"ui.toolReturn": "도구 결과",
|
|
47
|
-
"ui.toolReturnNamed": "{name} 결과",
|
|
48
|
-
"ui.lastResponse": "Last Response",
|
|
49
|
-
"ui.copySuccess": "복사됨",
|
|
50
|
-
"ui.noHeaders": "Headers 없음",
|
|
51
|
-
"ui.noBody": "Body 없음",
|
|
52
|
-
"ui.streamingResponse": "⚡ 스트리밍 응답 — 이 요청은 SSE 스트리밍을 사용하여 응답 내용을 완전히 캡처할 수 없습니다.",
|
|
53
|
-
"ui.responseNotCaptured": "응답 데이터 미캡처",
|
|
54
|
-
"ui.expand": "▶ 펼치기",
|
|
55
|
-
"ui.collapse": "▼ 접기",
|
|
56
|
-
"ui.noChat": "MainAgent 대화 데이터 없음",
|
|
57
|
-
"ui.diffWithPrev": "이전 요청과의 차이",
|
|
58
|
-
"ui.diffSessionChanged": "요청 본문 크기가 줄었습니다. /clear, /compact 또는 세션 변경이 있었을 수 있습니다",
|
|
59
|
-
"cli.resume.prompt": "1시간 이내 로그 감지: {file}",
|
|
60
|
-
"cli.resume.continue": "계속",
|
|
61
|
-
"cli.resume.new": "새로 시작",
|
|
62
|
-
"ui.resume.title": "최근 로그 감지됨",
|
|
63
|
-
"ui.resume.message": "1시간 이내 로그 감지: {file}. 계속하시겠습니까?",
|
|
64
|
-
"ui.resume.continue": "이어서 계속",
|
|
65
|
-
"ui.resume.new": "새 로그 시작",
|
|
66
|
-
"ui.diffTooltip": "긴 전체 텍스트를 읽지 않도록 MainAgent의 증분 부분만 간략히 표시합니다. 일반적으로 message 추가만 있습니다",
|
|
67
|
-
"ui.copy": "복사"
|
|
68
|
-
}
|