refactor
This commit is contained in:
73
frontend/src/lib/i18n/locales/en/tasks.json
Normal file
73
frontend/src/lib/i18n/locales/en/tasks.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"management": "Task Management",
|
||||
"run_backup": "Run Backup",
|
||||
"recent": "Recent Tasks",
|
||||
"details_logs": "Task Details & Logs",
|
||||
"select_task": "Select a task to view logs and details",
|
||||
"loading": "Loading tasks...",
|
||||
"no_tasks": "No tasks found.",
|
||||
"started": "Started {time}",
|
||||
"logs_title": "Task Logs",
|
||||
"refresh": "Refresh",
|
||||
"no_logs": "No logs available.",
|
||||
"manual_backup": "Run Manual Backup",
|
||||
"target_env": "Target Environment",
|
||||
"select_env": "-- Select Environment --",
|
||||
"start_backup": "Start Backup",
|
||||
"backup_schedule": "Automatic Backup Schedule",
|
||||
"schedule_enabled": "Enabled",
|
||||
"cron_label": "Cron Expression",
|
||||
"cron_hint": "e.g., 0 0 * * * for daily at midnight",
|
||||
"footer_text": "Task continues running in background",
|
||||
"drawer": "Task drawer",
|
||||
"close_drawer": "Close drawer",
|
||||
"back_to_list": "Back to task list",
|
||||
"log_stream_failed": "Failed to connect to log stream after multiple attempts.",
|
||||
"mapping_resolved": "Mapping resolved, migration continuing...",
|
||||
"mapping_resolve_failed": "Failed to resolve mapping: {error}",
|
||||
"passwords_submitted": "Passwords submitted, resuming migration...",
|
||||
"resume_failed": "Failed to resume task: {error}",
|
||||
"task_label": "Task",
|
||||
"connecting": "Connecting...",
|
||||
"live": "Live",
|
||||
"completed": "Completed",
|
||||
"awaiting_mapping": "Awaiting Mapping",
|
||||
"awaiting_input": "Awaiting Input",
|
||||
"disconnected": "Disconnected",
|
||||
"details_parameters": "Task Details & Parameters",
|
||||
"started_label": "Started",
|
||||
"plugin": "Plugin",
|
||||
"parameters": "Parameters",
|
||||
"waiting_logs": "Waiting for new logs...",
|
||||
"result_select_task": "Select a task to view result.",
|
||||
"result_not_structured": "No structured result for this task.",
|
||||
"result_llm_validation": "LLM dashboard validation",
|
||||
"result_no_summary": "No summary",
|
||||
"issues": "Issues",
|
||||
"location": "Location",
|
||||
"backup_result": "Backup result",
|
||||
"total": "Total",
|
||||
"successful": "Successful",
|
||||
"failed": "Failed",
|
||||
"errors": "Errors",
|
||||
"migration_result": "Migration result",
|
||||
"selected": "Selected",
|
||||
"with_errors": "With errors",
|
||||
"migration_errors": "Migration errors",
|
||||
"clear_confirm": "Are you sure you want to clear tasks?",
|
||||
"fetch_task_details_failed": "Failed to fetch full task details:",
|
||||
"clear_tasks": "Clear Tasks",
|
||||
"clear_non_running": "Clear All Non-Running",
|
||||
"clear_failed": "Clear Failed",
|
||||
"clear_awaiting_input": "Clear Awaiting Input",
|
||||
"keys": "keys",
|
||||
"mappings": "Mappings",
|
||||
"summary_report": "Summary report",
|
||||
"observability_warnings": "Warning",
|
||||
"open_dashboard_target": "Open dashboard in {env}",
|
||||
"open_dashboard_target_fallback": "Open dashboard",
|
||||
"show_diff": "Show diff",
|
||||
"diff_preview": "Diff preview",
|
||||
"no_diff_available": "Diff is not available",
|
||||
"summary_link_unavailable": "Deep link or diff is unavailable for this task"
|
||||
}
|
||||
Reference in New Issue
Block a user