Files
git 6ff6813259 Introduce AutoMetabuilder core components and workflow packages:
- Implement core components: CLI argument parsing, environment loading, GitHub service creation, and logging configuration.
- Add support for OpenAI client setup and model resolution.
- Develop SDLC context loader from GitHub and repository files.
- Implement workflow context and engine builders.
- Introduce major workflow packages: `game_tick_loop` and `contextual_iterative_loop`.
- Update localization files with new package descriptions and labels.
- Streamline web navigation by loading items from a dedicated JSON file.
2026-01-10 11:21:55 +00:00

57 lines
2.9 KiB
JSON

{
"ui.workflow.title": "Constructor de flujo de trabajo",
"ui.workflow.subtitle": "Diseña el flujo de ejecución de tareas del bot",
"ui.workflow.card.title": "Tareas y pasos",
"ui.workflow.toggle_json": "Alternar JSON",
"ui.workflow.save": "Guardar flujo de trabajo",
"ui.workflow.empty": "Aún no hay nodos. Haz clic en \"Añadir nodo\" para crear tu primer nodo de flujo de trabajo.",
"ui.workflow.task_label": "Tarea {number}",
"ui.workflow.task_name_placeholder": "Nombre de la tarea",
"ui.workflow.type.standard": "Estándar",
"ui.workflow.type.loop": "Bucle",
"ui.workflow.max_label": "Máx.",
"ui.workflow.move_up": "Mover arriba",
"ui.workflow.move_down": "Mover abajo",
"ui.workflow.delete_task": "Eliminar tarea",
"ui.workflow.add_step": "Añadir paso",
"ui.workflow.add_task": "Añadir tarea",
"ui.workflow.select_action": "Selecciona una acción...",
"ui.workflow.step_type_placeholder": "Selecciona el tipo de acción...",
"ui.workflow.field.enable": "Habilitar",
"ui.workflow.remove_step": "Eliminar paso",
"ui.workflow.new_task": "Nueva tarea",
"ui.workflow.delete_task_confirm": "¿Eliminar esta tarea y todos sus pasos?",
"ui.workflow.untitled_task": "Tarea sin título",
"ui.workflow.add_node": "Añadir nodo",
"ui.workflow.node_label": "Nodo {number}",
"ui.workflow.node_id_label": "ID del nodo",
"ui.workflow.inputs_label": "Entradas",
"ui.workflow.outputs_label": "Salidas",
"ui.workflow.no_inputs": "Sin entradas",
"ui.workflow.no_outputs": "Sin salidas",
"ui.workflow.run_when_label": "Ejecutar cuando",
"ui.workflow.run_when_placeholder": "$flag_key",
"ui.workflow.loop_body_label": "Cuerpo del bucle",
"ui.workflow.add_loop_node": "Añadir nodo al bucle",
"ui.workflow.delete_node": "Eliminar nodo",
"ui.workflow.templates.title": "Plantillas de flujo de trabajo",
"ui.workflow.templates.select_label": "Plantilla",
"ui.workflow.templates.select_placeholder": "Selecciona una plantilla...",
"ui.workflow.templates.description_placeholder": "Elige una plantilla para ver lo que hace.",
"ui.workflow.templates.apply": "Aplicar plantilla",
"ui.workflow.templates.confirm_apply": "¿Reemplazar el flujo de trabajo actual con esta plantilla?",
"ui.workflow.templates.loaded": "Plantilla cargada.",
"ui.workflow.templates.error": "No se pueden cargar las plantillas.",
"ui.workflow.templates.error_load": "No se puede cargar la plantilla seleccionada.",
"ui.workflow.palette.title": "Paleta de nodos",
"ui.workflow.palette.search_label": "Buscar nodos",
"ui.workflow.palette.search_placeholder": "Buscar nodos o palabras clave...",
"ui.workflow.palette.loading": "Cargando nodos...",
"ui.workflow.palette.empty": "No hay nodos que coincidan.",
"ui.workflow.palette.group.core": "Núcleo",
"ui.workflow.palette.group.tools": "Herramientas",
"ui.workflow.palette.group.utils": "Utilidades",
"ui.workflow.palette.group.control": "Control",
"ui.workflow.palette.group.other": "Otros"
}