@goffy-ai/coding-helper 0.0.6

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.
@@ -0,0 +1,221 @@
1
+ {
2
+ "cli": {
3
+ "title": "Coding Tool Helper (chelper)",
4
+ "usage": "Usage: chelper <command> [options]",
5
+ "commands": "Commands:",
6
+ "examples": "Examples:",
7
+ "error_unknown": "Unknown command: {{command}}",
8
+ "error_general": "Error:"
9
+ },
10
+ "commands": {
11
+ "help": "Show help information",
12
+ "version": "Show version information",
13
+ "init": "Run interactive initialization wizard",
14
+ "lang": "Language management",
15
+ "auth": "API key management",
16
+ "doctor": "Health check",
17
+ "enter": "Configuration management",
18
+ "tool": "Tool management"
19
+ },
20
+ "lang": {
21
+ "current": "Current language",
22
+ "show_usage": "chelper lang show - Show current language",
23
+ "set_usage": "chelper lang set <en_US> - Set language",
24
+ "changed": "Language changed from {{from}} to {{to}}",
25
+ "invalid": "Unsupported language: {{lang}}",
26
+ "available": "Available languages"
27
+ },
28
+ "auth": {
29
+ "set_usage": "chelper auth <service> <token> - Set API key",
30
+ "service_prompt": "Select service type",
31
+ "token_prompt": "Enter API key",
32
+ "token_required": "API key cannot be empty",
33
+ "saved": "API key saved",
34
+ "revoke_confirm": "Are you sure you want to revoke the API key?",
35
+ "revoked": "API key revoked",
36
+ "not_revoked": "Revoke operation cancelled",
37
+ "get_api_key_hint": "To obtain API Key, please visit: {{url}}",
38
+ "reload_usage": "chelper auth reload <tool> - Reload plan configuration to the tool",
39
+ "reloading": "Reloading Goffy configuration to {{tool}}...",
40
+ "reloaded": "Goffy configuration reloaded to {{tool}} successfully",
41
+ "reload_failed": "Failed to reload Goffy configuration",
42
+ "reload_missing_config": "Missing plan or API key configuration. Please run 'chelper auth' first.",
43
+ "reload_tool_not_supported": "Tool '{{tool}}' is not supported for reload",
44
+ "service_not_supported": "Service '{{service}}' is not supported, support goffy_coding and goffy_coding."
45
+ },
46
+ "wizard": {
47
+ "banner_subtitle": "Manage Your Claude Code and Other Coding Tools",
48
+ "welcome": "Welcome to Coding Tool Helper!",
49
+ "privacy_note": "We value your privacy. All configurations are stored locally only.",
50
+ "select_language": "Select interface language",
51
+ "select_plan": "Select Plan",
52
+ "plan_global": "Goffy Coding Plan",
53
+ "plan_china": "Goffy Coding Plan",
54
+ "input_api_key": "Enter API key",
55
+ "input_your_api_key": "Please input your API key here, Enter to confirm:",
56
+ "update_api_key": "Update API key",
57
+ "api_key_required": "API key cannot be empty",
58
+ "select_tool": "Select coding tool to configure",
59
+ "tool_not_installed": "{{tool}} is not installed",
60
+ "install_tool_confirm": "Install now?",
61
+ "installing_tool": "Installing tool...",
62
+ "tool_installed": "Tool installed successfully",
63
+ "install_failed": "Installation failed",
64
+ "install_skipped": "Installation skipped. You can install manually later.",
65
+ "menu_title": "Management Menu",
66
+ "select_action": "Select action",
67
+ "action_load_gff": "Apply Configuration - (Apply the Goffy Coding Plan you set up to {{tool}})",
68
+ "action_unload_gff": "Unload Configuration - (Remove Goffy configuration from {{tool}})",
69
+ "action_mcp_config": "MCP Configuration",
70
+ "action_view_config": "Current Configuration",
71
+ "action_back": "Back",
72
+ "action_exit": "Exit",
73
+ "goodbye": "Goodbye!",
74
+ "loading_gff_config": "Loading Goffy configuration...",
75
+ "gff_config_loaded": "Goffy configuration loaded successfully, you can now use {{tool}} for coding, or configure MCP services to enhance capabilities.",
76
+ "gff_config_failed": "Failed to load Goffy configuration",
77
+ "confirm_unload_gff": "Are you sure you want to unload Goffy configuration from {{tool}}?",
78
+ "unloading_gff_config": "Unloading Goffy configuration...",
79
+ "gff_config_unloaded": "Goffy configuration unloaded successfully",
80
+ "gff_config_unload_failed": "Failed to unload Goffy configuration",
81
+ "tool_not_supported": "This operation is not supported for this tool",
82
+ "missing_config": "Missing required configuration (plan or API key)",
83
+ "mcp_menu_title": "MCP Service Management",
84
+ "no_preset_mcp_installed": "No Plan Built-in MCP services installed yet",
85
+ "action_install_all_mcp": "Install All Plan Built-in MCP Services",
86
+ "install_all_mcp_confirm": "Are you sure you want to install all plan Built-in MCP services? This will install the following services:",
87
+ "installing_all_mcp": "Batch installing plan Built-in MCP services...",
88
+ "all_mcp_installed": "All plan Built-in MCP services installed successfully",
89
+ "all_mcp_install_failed": "Some plan Built-in MCP services failed to install",
90
+ "builtin_mcp_services": "Plan Built-in MCP Services",
91
+ "other_mcp_services": "Other MCP Services",
92
+ "other_mcp": "Other",
93
+ "other_mcp_info": "This is a non-builtin MCP service",
94
+ "confirm_uninstall_other_mcp": "Are you sure you want to remove this MCP service?",
95
+ "select_mcp": "Select MCP service",
96
+ "installed": "Installed",
97
+ "not_installed": "Not installed",
98
+ "mcp_protocol": "Protocol",
99
+ "mcp_type": "Type",
100
+ "mcp_plan_type": "Plan",
101
+ "mcp_description": "Description",
102
+ "mcp_status": "Status",
103
+ "action_install": "Install",
104
+ "action_uninstall": "Uninstall",
105
+ "installing_mcp": "Installing MCP service...",
106
+ "mcp_installed": "MCP service installed successfully",
107
+ "mcp_install_failed": "Failed to install MCP service",
108
+ "uninstalling_mcp": "Uninstalling MCP service...",
109
+ "mcp_uninstalled": "MCP service uninstalled successfully",
110
+ "mcp_uninstall_failed": "Failed to uninstall MCP service",
111
+ "current_config": "Current Configuration",
112
+ "config_language": "Interface Language",
113
+ "config_plan": "Coding Plan",
114
+ "config_api_key": "API Key",
115
+ "config_title": "Configuration",
116
+ "not_set": "Not set",
117
+ "press_enter": "Press Enter to continue",
118
+ "main_menu_title": "Main Menu",
119
+ "current_config_status": "Current Configuration Status:",
120
+ "api_key_set": "Set",
121
+ "api_key_get_hint": "To obtain API Key, please visit: {{url}}",
122
+ "menu_config_language": "Interface language",
123
+ "menu_select_plan": "Coding Plan",
124
+ "menu_config_api_key": "API Key",
125
+ "menu_config_tool": "Coding Tool",
126
+ "menu_exit": "Exit",
127
+ "select_operation": "Select operation:",
128
+ "goodbye_message": "Goodbye!",
129
+ "nav_return": "Return",
130
+ "nav_exit": "Exit",
131
+ "current_active": "Current",
132
+ "operation_hint": "Operation Hint",
133
+ "hint_navigate": "↑↓ Navigate",
134
+ "hint_confirm": "Enter Confirm",
135
+ "detected_config_title": "Claude Code Current Configuration",
136
+ "chelper_config_title": "Chelper Configuration",
137
+ "claude_code_config_title": "Claude Code Current Global Configuration",
138
+ "config_synced": "Configuration synchronized",
139
+ "config_out_of_sync": "Configuration out of sync, refresh recommended",
140
+ "config_not_loaded": "{{tool}} configuration not loaded yet",
141
+ "action_refresh_gff": "Configuration Refresh - (Update {{tool}}'s Goffy configuration)",
142
+ "global_config_warning": "⚠️ Warning: You are modifying the {{tool}} global configuration. Changes will affect all workspaces",
143
+ "global_label": "GLOBAL",
144
+ "set_success": "Set successfully",
145
+ "start_tool": "Start {{tool}} - (Recommendation: open a new terminal in your workspace and run {{shell}} to start it)",
146
+ "starting_tool": "Starting...",
147
+ "factory_droid_login_hint": "Attention:you need to sign in to your Factory Droid account inside the Factory Droid client before using it.",
148
+ "validating_api_key": "Validating API Key...",
149
+ "api_key_valid": "API Key is valid",
150
+ "api_key_invalid": "API Key is invalid or expired",
151
+ "api_key_network_error": "Network error, please check your connection"
152
+ },
153
+ "doctor": {
154
+ "checking": "Running health check...",
155
+ "check_path": "Checking PATH environment variable",
156
+ "check_api_key_network": "Checking API Key & Network",
157
+ "check_api_key": "Checking API key",
158
+ "check_tools": "Checking installed tools",
159
+ "check_gff_plan": "Checking Goffy configuration",
160
+ "all_good": "All checks passed!",
161
+ "tool_installed": "Installed",
162
+ "tool_not_found": "Tool not found: {{tool}}",
163
+ "network_error": "Network connection failed",
164
+ "api_key_invalid": "API Key is invalid or expired",
165
+ "api_key_network_ok": "API Key & Network verified",
166
+ "api_key_missing": "API key not configured",
167
+ "claude_code_installed": "Claude Code is installed",
168
+ "claude_code_not_installed": "Claude Code is not installed. Please install it from https://claude.ai/download",
169
+ "gff_plan_configured": "Goffy configured: {{plan}}",
170
+ "gff_plan_not_configured": "Goffy not configured. Run 'chelper init' to configure.",
171
+ "suggestions": "Suggestions",
172
+ "check_git_env": "Check Git environment",
173
+ "git_not_installed": "Git is not installed. Please install Git from https://git-scm.com/downloads"
174
+ },
175
+ "messages": {
176
+ "initializing": "Initializing...",
177
+ "args": "Args:",
178
+ "first_run": "First run detected. Starting initialization wizard...",
179
+ "config_saved": "Configuration saved"
180
+ },
181
+ "install": {
182
+ "permission_detected": "Permission issue detected, attempting to resolve...",
183
+ "trying_solution": "Trying solution {{num}}: {{desc}}...",
184
+ "permission_fixed": "Permission issue resolved!",
185
+ "auto_fix_failed": "Auto-fix failed.",
186
+ "windows_solutions": "Windows users, please try one of the following solutions:",
187
+ "windows_solution_1_title": "Solution 1 (Recommended): Run as Administrator",
188
+ "windows_solution_1_step1": "1. Right-click Command Prompt or PowerShell",
189
+ "windows_solution_1_step2": "2. Select \"Run as administrator\"",
190
+ "windows_solution_1_step3": "3. Re-run the installation command",
191
+ "windows_solution_2_title": "Solution 2: Use user-level installation (no admin required)",
192
+ "windows_solution_2_command": "Run in command line:",
193
+ "unix_solutions": "Please manually try one of the following solutions:",
194
+ "unix_solution_1_title": "Solution 1: Install with sudo",
195
+ "unix_solution_1_desc": "Run the following command in terminal (requires admin password):",
196
+ "unix_solution_2_title": "Solution 2 (Recommended): Use nvm to manage Node.js",
197
+ "unix_solution_2_desc": "Using nvm avoids permission issues and is recommended by npm official",
198
+ "path_warning": "Please add the following path to your PATH environment variable:",
199
+ "path_add_method": "How to add:",
200
+ "all_solutions_failed": "All auto-fix solutions failed.",
201
+ "using_sudo": "Installing with sudo privileges",
202
+ "using_user_install": "Using user-level installation (no sudo required)",
203
+ "using_force": "Retrying with --force flag",
204
+ "npm_docs_link": "npm Official Documentation",
205
+ "what_next": "What would you like to do next?",
206
+ "installed_continue": "✅ I've completed the installation, continue",
207
+ "cancel_install": "❌ Cancel installation",
208
+ "user_cancelled": "User cancelled the installation",
209
+ "still_not_installed": "{{tool}} still does not appear to be installed",
210
+ "install_failed_detail": "Installation failed with error:",
211
+ "skip_install_confirm": "Skip the installation and install manually?",
212
+ "skip_install_yes": "Skip, I will install manually",
213
+ "skip_install_no": "Go back",
214
+ "retry_check": "Would you like to check the installation status again?",
215
+ "verified_success": "{{tool}} installation verified successfully!",
216
+ "manual_action_detected": "The installer maybe requires additional manual steps (see output above)",
217
+ "confirm_manual_action_done": "Have you completed the required manual steps?",
218
+ "complete_manual_action_hint": "Please complete the required steps shown above, then re-run the installation",
219
+ "factory_irm_install_tip": "It may be due to your environment not supporting the irm installation command. It is recommended that you execute the above command in a PowerShell window to install it yourself, or refer to the official website for installation https://docs.factory.ai/cli/getting-started/quickstart \n After self-installation, you need to create a new command line window and rerun the wizard"
220
+ }
221
+ }
@@ -0,0 +1,221 @@
1
+ {
2
+ "cli": {
3
+ "title": "Coding Tool Helper (chelper)",
4
+ "usage": "Uso: chelper <comando> [opciones]",
5
+ "commands": "Comandos:",
6
+ "examples": "Ejemplos:",
7
+ "error_unknown": "Comando desconocido: {{command}}",
8
+ "error_general": "Error:"
9
+ },
10
+ "commands": {
11
+ "help": "Mostrar información de ayuda",
12
+ "version": "Mostrar información de versión",
13
+ "init": "Ejecutar asistente de inicialización interactivo",
14
+ "lang": "Gestión de idiomas",
15
+ "auth": "Gestión de claves API",
16
+ "doctor": "Verificación de salud",
17
+ "enter": "Gestión de configuración",
18
+ "tool": "Gestión de herramientas"
19
+ },
20
+ "lang": {
21
+ "current": "Idioma actual",
22
+ "show_usage": "chelper lang show - Mostrar idioma actual",
23
+ "set_usage": "chelper lang set <en_US> - Establecer idioma",
24
+ "changed": "Idioma cambiado de {{from}} a {{to}}",
25
+ "invalid": "Idioma no compatible: {{lang}}",
26
+ "available": "Idiomas disponibles"
27
+ },
28
+ "auth": {
29
+ "set_usage": "chelper auth <servicio> <token> - Establecer clave API",
30
+ "service_prompt": "Seleccionar tipo de servicio",
31
+ "token_prompt": "Introducir clave API",
32
+ "token_required": "La clave API no puede estar vacía",
33
+ "saved": "Clave API guardada",
34
+ "revoke_confirm": "¿Está seguro de que desea revocar la clave API?",
35
+ "revoked": "Clave API revocada",
36
+ "not_revoked": "Revocación cancelada",
37
+ "get_api_key_hint": "Para obtener una clave API, visite: {{url}}",
38
+ "reload_usage": "chelper auth reload <herramienta> - Recargar configuración de Goffy en la herramienta",
39
+ "reloading": "Recargando configuración de Goffy en {{tool}}...",
40
+ "reloaded": "Configuración de Goffy recargada exitosamente en {{tool}}",
41
+ "reload_failed": "Error al recargar la configuración de Goffy",
42
+ "reload_missing_config": "Falta la configuración del plan o clave API. Ejecute primero 'chelper auth'.",
43
+ "reload_tool_not_supported": "La herramienta '{{tool}}' no es compatible para recargar",
44
+ "service_not_supported": "El servicio '{{service}}' no es compatible, se admiten goffy_coding y goffy_coding."
45
+ },
46
+ "wizard": {
47
+ "banner_subtitle": "Gestione sus herramientas de Claude Code y otras herramientas de código",
48
+ "welcome": "¡Bienvenido a Coding Tool Helper!",
49
+ "privacy_note": "Valoramos su privacidad. Todas las configuraciones se almacenan solo localmente.",
50
+ "select_language": "Seleccione el idioma de la interfaz",
51
+ "select_plan": "Seleccionar Plan",
52
+ "plan_global": "Plan de Coding Goffy",
53
+ "plan_china": "Plan de Coding Goffy",
54
+ "input_api_key": "Introducir clave API",
55
+ "input_your_api_key": "Por favor ingrese su clave API aquí, presione Enter para confirmar:",
56
+ "update_api_key": "Actualizar clave API",
57
+ "api_key_required": "La clave API no puede estar vacía",
58
+ "select_tool": "Seleccionar herramienta de código para configurar",
59
+ "tool_not_installed": "{{tool}} no está instalado",
60
+ "install_tool_confirm": "¿Instalar ahora?",
61
+ "installing_tool": "Instalando herramienta...",
62
+ "tool_installed": "Herramienta instalada exitosamente",
63
+ "install_failed": "Instalación fallida",
64
+ "install_skipped": "Instalación omitida. Puede instalarla manualmente más tarde.",
65
+ "menu_title": "Menú de Gestión",
66
+ "select_action": "Seleccionar acción",
67
+ "action_load_gff": "Aplicar Configuración - (Aplicar el Plan de Coding Goffy que configuró a {{tool}})",
68
+ "action_unload_gff": "Descargar Configuración - (Eliminar configuración de Goffy de {{tool}})",
69
+ "action_mcp_config": "Configuración MCP",
70
+ "action_view_config": "Configuración Actual",
71
+ "action_back": "Atrás",
72
+ "action_exit": "Salir",
73
+ "goodbye": "¡Adiós!",
74
+ "loading_gff_config": "Cargando configuración de Goffy...",
75
+ "gff_config_loaded": "Configuración de Goffy cargada exitosamente, ahora puede usar {{tool}} para programar o configurar servicios MCP para mejorar las capacidades.",
76
+ "gff_config_failed": "Error al cargar la configuración de Goffy",
77
+ "confirm_unload_gff": "¿Está seguro de que desea descargar la configuración de Goffy de {{tool}}?",
78
+ "unloading_gff_config": "Descargando configuración de Goffy...",
79
+ "gff_config_unloaded": "Configuración de Goffy descargada exitosamente",
80
+ "gff_config_unload_failed": "Error al descargar la configuración de Goffy",
81
+ "tool_not_supported": "Esta operación no es compatible con esta herramienta",
82
+ "missing_config": "Falta la configuración requerida (plan o clave API)",
83
+ "mcp_menu_title": "Gestión de Servicios MCP",
84
+ "no_preset_mcp_installed": "Aún no hay servicios MCP integrados del Plan instalados",
85
+ "action_install_all_mcp": "Instalar Todos los Servicios MCP Integrados del Plan",
86
+ "install_all_mcp_confirm": "¿Está seguro de que desea instalar todos los servicios MCP integrados del Plan? Esto instalará los siguientes servicios:",
87
+ "installing_all_mcp": "Instalando por lotes los servicios MCP integrados del Plan...",
88
+ "all_mcp_installed": "Todos los servicios MCP integrados del Plan instalados exitosamente",
89
+ "all_mcp_install_failed": "Algunos servicios MCP integrados del Plan fallaron al instalarse",
90
+ "builtin_mcp_services": "Servicios MCP Integrados del Plan",
91
+ "other_mcp_services": "Otros Servicios MCP",
92
+ "other_mcp": "Otros",
93
+ "other_mcp_info": "Este es un servicio MCP no integrado",
94
+ "confirm_uninstall_other_mcp": "¿Está seguro de que desea eliminar este servicio MCP?",
95
+ "select_mcp": "Seleccionar servicio MCP",
96
+ "installed": "Instalado",
97
+ "not_installed": "No instalado",
98
+ "mcp_protocol": "Protocolo",
99
+ "mcp_type": "Tipo",
100
+ "mcp_plan_type": "Plan",
101
+ "mcp_description": "Descripción",
102
+ "mcp_status": "Estado",
103
+ "action_install": "Instalar",
104
+ "action_uninstall": "Desinstalar",
105
+ "installing_mcp": "Instalando servicio MCP...",
106
+ "mcp_installed": "Servicio MCP instalado exitosamente",
107
+ "mcp_install_failed": "Error al instalar el servicio MCP",
108
+ "uninstalling_mcp": "Desinstalando servicio MCP...",
109
+ "mcp_uninstalled": "Servicio MCP desinstalado exitosamente",
110
+ "mcp_uninstall_failed": "Error al desinstalar el servicio MCP",
111
+ "current_config": "Configuración Actual",
112
+ "config_language": "Idioma de la Interfaz",
113
+ "config_plan": "Plan de Coding",
114
+ "config_api_key": "Clave API",
115
+ "config_title": "Configuración",
116
+ "not_set": "No establecido",
117
+ "press_enter": "Presione Enter para continuar",
118
+ "main_menu_title": "Menú Principal",
119
+ "current_config_status": "Estado de Configuración Actual:",
120
+ "api_key_set": "Establecido",
121
+ "api_key_get_hint": "Para obtener una clave API, visite: {{url}}",
122
+ "menu_config_language": "Idioma de la interfaz",
123
+ "menu_select_plan": "Plan de Coding",
124
+ "menu_config_api_key": "Clave API",
125
+ "menu_config_tool": "Herramienta de Código",
126
+ "menu_exit": "Salir",
127
+ "select_operation": "Seleccione operación:",
128
+ "goodbye_message": "¡Adiós!",
129
+ "nav_return": "Volver",
130
+ "nav_exit": "Salir",
131
+ "current_active": "Actual",
132
+ "operation_hint": "Sugerencia de Operación",
133
+ "hint_navigate": "↑↓ Navegar",
134
+ "hint_confirm": "Enter Confirmar",
135
+ "detected_config_title": "Configuración Actual de Claude Code",
136
+ "chelper_config_title": "Configuración de Chelper",
137
+ "claude_code_config_title": "Configuración Global Actual de Claude Code",
138
+ "config_synced": "Configuración sincronizada",
139
+ "config_out_of_sync": "Configuración no sincronizada, se recomienda actualizar",
140
+ "config_not_loaded": "Configuración de {{tool}} aún no cargada",
141
+ "action_refresh_gff": "Actualización de Configuración - (Actualizar la configuración de Goffy de {{tool}})",
142
+ "global_config_warning": "⚠️ Advertencia: Está modificando la configuración global de {{tool}}. Los cambios afectarán a todos los espacios de trabajo",
143
+ "global_label": "GLOBAL",
144
+ "set_success": "Establecido exitosamente",
145
+ "start_tool": "Iniciar {{tool}} - (Recomendación: abra una nueva terminal en su espacio de trabajo y ejecute {{shell}} para iniciarlo)",
146
+ "starting_tool": "Iniciando...",
147
+ "factory_droid_login_hint": "Atención: debe iniciar sesión en su cuenta de Factory Droid dentro del cliente de Factory Droid antes de usarlo.",
148
+ "validating_api_key": "Validando clave API...",
149
+ "api_key_valid": "La clave API es válida",
150
+ "api_key_invalid": "La clave API no es válida o ha caducado",
151
+ "api_key_network_error": "Error de red, por favor verifique su conexión"
152
+ },
153
+ "doctor": {
154
+ "checking": "Ejecutando verificación de salud...",
155
+ "check_path": "Verificando variable de entorno PATH",
156
+ "check_api_key_network": "Verificando Clave API y Red",
157
+ "check_api_key": "Verificando clave API",
158
+ "check_tools": "Verificando herramientas instaladas",
159
+ "check_gff_plan": "Verificando configuración de Goffy",
160
+ "all_good": "¡Todas las verificaciones pasaron!",
161
+ "tool_installed": "Instalado",
162
+ "tool_not_found": "Herramienta no encontrada: {{tool}}",
163
+ "network_error": "Conexión de red fallida",
164
+ "api_key_invalid": "La clave API no es válida o ha caducado",
165
+ "api_key_network_ok": "Clave API y Red verificadas",
166
+ "api_key_missing": "Clave API no configurada",
167
+ "claude_code_installed": "Claude Code está instalado",
168
+ "claude_code_not_installed": "Claude Code no está instalado. Por favor instálelo desde https://claude.ai/download",
169
+ "gff_plan_configured": "Goffy configurado: {{plan}}",
170
+ "gff_plan_not_configured": "Goffy no configurado. Ejecute 'chelper init' para configurar.",
171
+ "suggestions": "Sugerencias",
172
+ "check_git_env": "Verificar entorno de Git",
173
+ "git_not_installed": "Git no está instalado. Por favor instale Git desde https://git-scm.com/downloads"
174
+ },
175
+ "messages": {
176
+ "initializing": "Inicializando...",
177
+ "args": "Argumentos:",
178
+ "first_run": "Primera ejecución detectada. Iniciando asistente de inicialización...",
179
+ "config_saved": "Configuración guardada"
180
+ },
181
+ "install": {
182
+ "permission_detected": "Problema de permisos detectado, intentando resolver...",
183
+ "trying_solution": "Intentando solución {{num}}: {{desc}}...",
184
+ "permission_fixed": "¡Problema de permisos resuelto!",
185
+ "auto_fix_failed": "La reparación automática falló.",
186
+ "windows_solutions": "Usuarios de Windows, pruebe una de las siguientes soluciones:",
187
+ "windows_solution_1_title": "Solución 1 (Recomendado): Ejecutar como Administrador",
188
+ "windows_solution_1_step1": "1. Haga clic derecho en Símbolo del Sistema o PowerShell",
189
+ "windows_solution_1_step2": "2. Seleccione \"Ejecutar como administrador\"",
190
+ "windows_solution_1_step3": "3. Vuelva a ejecutar el comando de instalación",
191
+ "windows_solution_2_title": "Solución 2: Usar instalación a nivel de usuario (no requiere administrador)",
192
+ "windows_solution_2_command": "Ejecutar en línea de comandos:",
193
+ "unix_solutions": "Por favor intente manualmente una de las siguientes soluciones:",
194
+ "unix_solution_1_title": "Solución 1: Instalar con sudo",
195
+ "unix_solution_1_desc": "Ejecute el siguiente comando en la terminal (requiere contraseña de administrador):",
196
+ "unix_solution_2_title": "Solución 2 (Recomendado): Usar nvm para gestionar Node.js",
197
+ "unix_solution_2_desc": "Usar nvm evita problemas de permisos y es recomendado oficialmente por npm",
198
+ "path_warning": "Por favor agregue la siguiente ruta a su variable de entorno PATH:",
199
+ "path_add_method": "Cómo agregar:",
200
+ "all_solutions_failed": "Todas las soluciones automáticas fallaron.",
201
+ "using_sudo": "Instalando con privilegios de sudo",
202
+ "using_user_install": "Usando instalación a nivel de usuario (no requiere sudo)",
203
+ "using_force": "Reintentando con el flag --force",
204
+ "npm_docs_link": "Documentación Oficial de npm",
205
+ "what_next": "¿Qué le gustaría hacer a continuación?",
206
+ "installed_continue": "✅ He completado la instalación, continuar",
207
+ "cancel_install": "❌ Cancelar instalación",
208
+ "user_cancelled": "Usuario canceló la instalación",
209
+ "still_not_installed": "{{tool}} aún no parece estar instalado",
210
+ "install_failed_detail": "Instalación fallida con error:",
211
+ "skip_install_confirm": "¿Omitir la instalación e instalar manualmente?",
212
+ "skip_install_yes": "Omitir, lo instalaré manualmente",
213
+ "skip_install_no": "Volver",
214
+ "retry_check": "¿Le gustaría verificar el estado de instalación nuevamente?",
215
+ "verified_success": "¡Instalación de {{tool}} verificada exitosamente!",
216
+ "manual_action_detected": "El instalador puede requerir pasos manuales adicionales (ver salida arriba)",
217
+ "confirm_manual_action_done": "¿Ha completado los pasos manuales requeridos?",
218
+ "complete_manual_action_hint": "Por favor complete los pasos requeridos que se muestran arriba, luego vuelva a ejecutar la instalación",
219
+ "factory_irm_install_tip": "Puede deberse a que su entorno no admite el comando de instalación irm. Se recomienda que ejecute el comando anterior en una ventana de PowerShell para instalarlo usted mismo, o consulte el sitio web oficial para la instalación https://docs.factory.ai/cli/getting-started/quickstart \n Después de la autoinstalación, debe crear una nueva ventana de línea de comandos y volver a ejecutar el asistente"
220
+ }
221
+ }