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: code_puppy/i18n/locales/en-US.json
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -349,5 +349,24 @@
349
349
"model_menu.browser.unsupported_provider": "Cannot add model from {provider}: {reason}",
350
350
"model_menu.browser.no_tool_call_warning": "⚠️ {model} does NOT support tool calling!\n This model won't be able to edit files, run commands, or use any tools.\n It will be very limited for coding tasks.",
Copy file name to clipboardExpand all lines: code_puppy/i18n/locales/es.json
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -227,5 +227,24 @@
227
227
"model_menu.browser.exited": "✓ Se salió del navegador de modelos",
228
228
"model_menu.browser.unsupported_provider": "No se puede agregar un modelo desde {provider}: {reason}",
229
229
"model_menu.browser.no_tool_call_warning": "⚠️ {model} NO admite la llamada a herramientas.\n Este modelo no podrá editar archivos, ejecutar comandos ni usar ninguna herramienta.\n Será muy limitado para tareas de programación.",
230
-
"model_menu.browser.add_cancelled": "Adición de modelo cancelada."
230
+
"model_menu.browser.add_cancelled": "Adición de modelo cancelada.",
231
+
"agent_manager.discovery.module_load_failed": "Advertencia: No se pudo cargar el módulo de agente {modname}: {error}",
232
+
"agent_manager.discovery.agent_load_failed": "Advertencia: No se pudo cargar el agente {agent}: {error}",
233
+
"agent_manager.discovery.subpackage_load_failed": "Advertencia: No se pudo cargar el subpaquete de agentes {subpackage}: {error}",
234
+
"agent_manager.discovery.json_shadowed": "Se omitió el agente JSON '{agent_name}': el agente Python incorporado con el mismo nombre tiene prioridad.",
235
+
"agent_manager.discovery.json_discovery_failed": "Advertencia: No se pudieron descubrir los agentes JSON: {error}",
236
+
"agent_manager.discovery.plugin_load_failed": "Advertencia: No se pudieron cargar los agentes de complementos: {error}",
237
+
"agent_manager.clone.source_not_found": "No se encontró el agente '{agent_name}' para clonarlo.",
238
+
"agent_manager.clone.build_failed": "No se pudo crear el clon de '{agent_name}': {error}",
239
+
"agent_manager.clone.target_exists": "El destino del clon '{clone_name}' ya existe.",
240
+
"agent_manager.clone.success": "Se clonó '{agent_name}' como '{clone_name}'.",
241
+
"agent_manager.clone.write_failed": "No se pudo escribir el archivo del clon '{clone_path}': {error}",
242
+
"agent_manager.delete.not_clone": "El agente '{agent_name}' no es un clon.",
243
+
"agent_manager.delete.active_agent": "No se puede eliminar el agente activo. Cambia de agente primero.",
244
+
"agent_manager.delete.not_found": "No se encontró el clon '{agent_name}'.",
245
+
"agent_manager.delete.not_json": "El clon '{agent_name}' no es un agente JSON.",
246
+
"agent_manager.delete.file_not_found": "El archivo del clon '{agent_name}' no existe.",
247
+
"agent_manager.delete.non_user": "Se rechazó eliminar el clon de usuario externo '{agent_name}'.",
248
+
"agent_manager.delete.success": "Se eliminó el clon '{agent_name}'.",
249
+
"agent_manager.delete.failed": "No se pudo eliminar el clon '{agent_name}': {error}"
Copy file name to clipboardExpand all lines: code_puppy/i18n/locales/fr-CA.json
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -227,5 +227,24 @@
227
227
"model_menu.browser.exited": "✓ Navigateur de modèles fermé",
228
228
"model_menu.browser.unsupported_provider": "Impossible d'ajouter un modèle depuis {provider} : {reason}",
229
229
"model_menu.browser.no_tool_call_warning": "⚠️ {model} ne prend PAS en charge l'appel d'outils.\n Ce modèle ne pourra pas modifier des fichiers, exécuter des commandes ou utiliser d'outils.\n Il sera très limité pour les tâches de programmation.",
230
-
"model_menu.browser.add_cancelled": "Ajout de modèle annulé."
230
+
"model_menu.browser.add_cancelled": "Ajout de modèle annulé.",
231
+
"agent_manager.discovery.module_load_failed": "Avertissement : impossible de charger le module d’agent {modname} : {error}",
232
+
"agent_manager.discovery.agent_load_failed": "Avertissement : impossible de charger l’agent {agent} : {error}",
233
+
"agent_manager.discovery.subpackage_load_failed": "Avertissement : impossible de charger le sous-paquet d’agents {subpackage} : {error}",
234
+
"agent_manager.discovery.json_shadowed": "Agent JSON '{agent_name}' ignoré : l’agent Python intégré portant le même nom a priorité.",
235
+
"agent_manager.discovery.json_discovery_failed": "Avertissement : impossible de découvrir les agents JSON : {error}",
236
+
"agent_manager.discovery.plugin_load_failed": "Avertissement : impossible de charger les agents des modules d’extension : {error}",
237
+
"agent_manager.clone.source_not_found": "Agent '{agent_name}' introuvable pour le clonage.",
238
+
"agent_manager.clone.build_failed": "Impossible de créer le clone de '{agent_name}' : {error}",
239
+
"agent_manager.clone.target_exists": "La cible du clone '{clone_name}' existe déjà.",
240
+
"agent_manager.clone.success": "'{agent_name}' cloné vers '{clone_name}'.",
241
+
"agent_manager.clone.write_failed": "Impossible d’écrire le fichier du clone '{clone_path}' : {error}",
242
+
"agent_manager.delete.not_clone": "L’agent '{agent_name}' n’est pas un clone.",
243
+
"agent_manager.delete.active_agent": "Impossible de supprimer l’agent actif. Changez d’agent d’abord.",
0 commit comments