mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-14 17:41:22 +08:00
fix(clean): correct project-tech field references and add sync vs clean disambiguation
- Fix Step 4.3: project.features → project.development_index, project.statistics → project._metadata - Add project-guidelines.json learnings cleanup on session deletion - Add sync vs clean disambiguation table explaining write vs reclaim
This commit is contained in:
33
ccw/frontend/src/locales/en/native-session.json
Normal file
33
ccw/frontend/src/locales/en/native-session.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"title": "Native Session",
|
||||
"tokens": {
|
||||
"total": "Total tokens",
|
||||
"input": "Input tokens",
|
||||
"output": "Output tokens",
|
||||
"cached": "Cached tokens"
|
||||
},
|
||||
"turn": {
|
||||
"latest": "Latest",
|
||||
"thoughts": "Thoughts",
|
||||
"toolCalls": "Tool Calls"
|
||||
},
|
||||
"toolCall": {
|
||||
"input": "Input",
|
||||
"output": "Output"
|
||||
},
|
||||
"meta": {
|
||||
"startTime": "Start time",
|
||||
"workingDir": "Working directory",
|
||||
"projectHash": "Project hash",
|
||||
"turns": "turns"
|
||||
},
|
||||
"tokenSummary": "Total Tokens",
|
||||
"loading": "Loading session...",
|
||||
"error": "Failed to load session",
|
||||
"empty": "No session data available",
|
||||
"footer": {
|
||||
"copied": "Copied!",
|
||||
"copySessionId": "Copy Session ID",
|
||||
"exportJson": "Export JSON"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user