You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/i18n/locales/en/common.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@
47
47
"create_mcp_json": "Failed to create or open .roo/mcp.json: {{error}}",
48
48
"hmr_not_running": "Local development server is not running, HMR will not work. Please run 'npm run dev' before launching the extension to enable HMR.",
49
49
"retrieve_current_mode": "Error: failed to retrieve current mode from state.",
50
+
"summarization_failed": "Failed to summarize conversation context.",
50
51
"failed_delete_repo": "Failed to delete associated shadow repository or branch: {{error}}",
51
52
"failed_remove_directory": "Failed to remove task directory: {{error}}",
52
53
"custom_storage_path_unusable": "Custom storage path \"{{path}}\" is unusable, will use default path",
@@ -67,7 +68,9 @@
67
68
"mcp_server_not_found": "Server \"{{serverName}}\" not found in configuration",
0 commit comments