Files
johndoe6345789 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.7 KiB
JSON

{
"ui.workflow.title": "Workflow Builder",
"ui.workflow.subtitle": "Design the bot's task execution pipeline",
"ui.workflow.card.title": "Tasks & Steps",
"ui.workflow.toggle_json": "Toggle JSON",
"ui.workflow.save": "Save Workflow",
"ui.workflow.empty": "No nodes yet. Click \"Add Node\" to create your first workflow node.",
"ui.workflow.task_label": "Task {number}",
"ui.workflow.task_name_placeholder": "Task Name",
"ui.workflow.type.standard": "Standard",
"ui.workflow.type.loop": "Loop",
"ui.workflow.max_label": "Max",
"ui.workflow.move_up": "Move up",
"ui.workflow.move_down": "Move down",
"ui.workflow.delete_task": "Delete task",
"ui.workflow.add_step": "Add Step",
"ui.workflow.add_task": "Add Task",
"ui.workflow.select_action": "Select action...",
"ui.workflow.step_type_placeholder": "Select action type...",
"ui.workflow.field.enable": "Enable",
"ui.workflow.remove_step": "Remove step",
"ui.workflow.new_task": "New Task",
"ui.workflow.delete_task_confirm": "Remove this task and all its steps?",
"ui.workflow.untitled_task": "Untitled Task",
"ui.workflow.add_node": "Add Node",
"ui.workflow.node_label": "Node {number}",
"ui.workflow.node_id_label": "Node ID",
"ui.workflow.inputs_label": "Inputs",
"ui.workflow.outputs_label": "Outputs",
"ui.workflow.no_inputs": "No inputs",
"ui.workflow.no_outputs": "No outputs",
"ui.workflow.run_when_label": "Run when",
"ui.workflow.run_when_placeholder": "$flag_key",
"ui.workflow.loop_body_label": "Loop Body",
"ui.workflow.add_loop_node": "Add Node to Loop",
"ui.workflow.delete_node": "Delete node",
"ui.workflow.templates.title": "Workflow Templates",
"ui.workflow.templates.select_label": "Template",
"ui.workflow.templates.select_placeholder": "Select a template...",
"ui.workflow.templates.description_placeholder": "Choose a template to preview what it does.",
"ui.workflow.templates.apply": "Apply Template",
"ui.workflow.templates.confirm_apply": "Replace the current workflow with this template?",
"ui.workflow.templates.loaded": "Template loaded.",
"ui.workflow.templates.error": "Unable to load templates.",
"ui.workflow.templates.error_load": "Unable to load the selected template.",
"ui.workflow.palette.title": "Node Palette",
"ui.workflow.palette.search_label": "Find nodes",
"ui.workflow.palette.search_placeholder": "Search nodes or keywords...",
"ui.workflow.palette.loading": "Loading nodes...",
"ui.workflow.palette.empty": "No matching nodes.",
"ui.workflow.palette.group.core": "Core",
"ui.workflow.palette.group.tools": "Tools",
"ui.workflow.palette.group.utils": "Utilities",
"ui.workflow.palette.group.control": "Control",
"ui.workflow.palette.group.other": "Other"
}