mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-12 00:45:55 +02:00
432 lines
16 KiB
JSON
432 lines
16 KiB
JSON
{
|
||
"page": {
|
||
"breadcrumb_title": "Issues",
|
||
"breadcrumb_workspace_fallback": "Workspace",
|
||
"empty_title": "No issues yet",
|
||
"empty_hint": "Create an issue to get started.",
|
||
"move_failed": "Failed to move issue"
|
||
},
|
||
"status": {
|
||
"backlog": "Backlog",
|
||
"todo": "Todo",
|
||
"in_progress": "In Progress",
|
||
"in_review": "In Review",
|
||
"done": "Done",
|
||
"blocked": "Blocked",
|
||
"cancelled": "Cancelled"
|
||
},
|
||
"priority": {
|
||
"urgent": "Urgent",
|
||
"high": "High",
|
||
"medium": "Medium",
|
||
"low": "Low",
|
||
"none": "No priority"
|
||
},
|
||
"scope": {
|
||
"all_label": "All",
|
||
"all_description": "All issues in this workspace",
|
||
"members_label": "Members",
|
||
"members_description": "Issues assigned to team members",
|
||
"agents_label": "Agents",
|
||
"agents_description": "Issues assigned to AI agents"
|
||
},
|
||
"filters": {
|
||
"tooltip": "Filter",
|
||
"placeholder": "Filter...",
|
||
"no_results": "No results",
|
||
"no_labels": "No labels yet",
|
||
"no_assignee": "No assignee",
|
||
"no_project": "No project",
|
||
"section_status": "Status",
|
||
"section_priority": "Priority",
|
||
"section_assignee": "Assignee",
|
||
"section_creator": "Creator",
|
||
"section_project": "Project",
|
||
"section_label": "Label",
|
||
"members_group": "Members",
|
||
"agents_group": "Agents",
|
||
"squads_group": "Squads",
|
||
"issue_count_one": "{{count}} issue",
|
||
"issue_count_other": "{{count}} issues",
|
||
"reset": "Reset all filters"
|
||
},
|
||
"display": {
|
||
"tooltip": "Display settings",
|
||
"grouping_section": "Grouping",
|
||
"ordering_section": "Ordering",
|
||
"card_properties_section": "Card properties",
|
||
"ascending_title": "Ascending",
|
||
"descending_title": "Descending",
|
||
"group_status": "Status",
|
||
"group_assignee": "Assignee",
|
||
"sort_manual": "Manual",
|
||
"sort_priority": "Priority",
|
||
"sort_start_date": "Start date",
|
||
"sort_due_date": "Due date",
|
||
"sort_created": "Created date",
|
||
"sort_title": "Title",
|
||
"card_priority": "Priority",
|
||
"card_description": "Description",
|
||
"card_assignee": "Assignee",
|
||
"card_start_date": "Start date",
|
||
"card_due_date": "Due date",
|
||
"card_project": "Project",
|
||
"card_labels": "Labels",
|
||
"card_child_progress": "Sub-issue progress"
|
||
},
|
||
"view": {
|
||
"tooltip_board": "Board view",
|
||
"tooltip_list": "List view",
|
||
"tooltip_gantt": "Gantt view",
|
||
"section": "View",
|
||
"board": "Board",
|
||
"list": "List",
|
||
"gantt": "Gantt"
|
||
},
|
||
"gantt": {
|
||
"header_issue": "Issue",
|
||
"zoom_day": "Day",
|
||
"zoom_week": "Week",
|
||
"zoom_month": "Month",
|
||
"show_completed": "Show completed",
|
||
"empty": "No scheduled issues yet — set a start or due date on any issue to see it on the timeline.",
|
||
"inverted_dates_warning": "Start date is after due date — bar shown from min to max."
|
||
},
|
||
"actor_issues": {
|
||
"scope": {
|
||
"assigned": {
|
||
"label": "Assigned",
|
||
"description": "Issues assigned to this member or agent"
|
||
},
|
||
"created": {
|
||
"label": "Created",
|
||
"description": "Issues created by this member or agent"
|
||
}
|
||
},
|
||
"empty": {
|
||
"assigned": {
|
||
"title": "No assigned issues",
|
||
"description": "Issues assigned here will appear in this view."
|
||
},
|
||
"created": {
|
||
"title": "No created issues",
|
||
"description": "Issues created here will appear in this view."
|
||
}
|
||
},
|
||
"search_placeholder": "Search issues...",
|
||
"search_empty": "No issues match your search."
|
||
},
|
||
"list": {
|
||
"empty_status": "No issues",
|
||
"add_issue_tooltip": "Add issue"
|
||
},
|
||
"board": {
|
||
"hidden_columns_label": "Hidden columns",
|
||
"hide_column": "Hide column",
|
||
"show_column": "Show column",
|
||
"add_issue_tooltip": "Add issue",
|
||
"empty_column": "No issues",
|
||
"empty_grouping": "No matching issues"
|
||
},
|
||
"detail": {
|
||
"not_found": "This issue does not exist or has been deleted in this workspace.",
|
||
"breadcrumb_project_unknown": "Unknown project",
|
||
"back_to_issues": "Back to Issues",
|
||
"title_placeholder": "Issue title",
|
||
"desc_placeholder": "Add description...",
|
||
"sub_issues_label": "Sub-issues",
|
||
"sub_issue_of": "Sub-issue of",
|
||
"add_sub_issues": "Add sub-issues",
|
||
"add_sub_issue_tooltip": "Add sub-issue",
|
||
"add_sub_issue_aria": "Add sub-issue",
|
||
"section_properties": "Properties",
|
||
"section_parent_issue": "Parent issue",
|
||
"section_pull_requests": "Pull requests",
|
||
"section_details": "Details",
|
||
"section_token_usage": "Token usage",
|
||
"pull_requests_loading": "Loading…",
|
||
"pull_requests_empty": "No linked pull requests yet. Reference this issue's identifier in a PR's branch name, title, or body to auto-link it.",
|
||
"pull_request_state_open": "Open",
|
||
"pull_request_state_draft": "Draft",
|
||
"pull_request_state_merged": "Merged",
|
||
"pull_request_state_closed": "Closed",
|
||
"pull_request_checks_passed": "Checks passed",
|
||
"pull_request_checks_failed": "Checks failed",
|
||
"pull_request_checks_pending": "Checks pending",
|
||
"pull_request_conflicts_clean": "No conflicts",
|
||
"pull_request_conflicts_dirty": "Conflicts",
|
||
"pull_request_card_status_closed": "Closed without merging",
|
||
"pull_request_card_status_merged": "Merged",
|
||
"pull_request_card_status_conflicts": "Has merge conflicts",
|
||
"pull_request_card_status_checks_failed": "Some checks failed",
|
||
"pull_request_card_status_checks_pending": "Some checks haven't completed yet",
|
||
"pull_request_card_status_checks_passed": "All checks passed",
|
||
"pull_request_card_status_ready": "Ready to merge",
|
||
"pull_request_card_status_unknown": "Checks haven't reported yet",
|
||
"pull_request_card_draft_prefix": "Draft · {{status}}",
|
||
"pull_request_card_files_count_one": "{{count}} file",
|
||
"pull_request_card_files_count_other": "{{count}} files",
|
||
"pull_request_card_show_more": "Show {{count}} more",
|
||
"pull_request_card_show_less": "Show less",
|
||
"prop_status": "Status",
|
||
"prop_priority": "Priority",
|
||
"prop_assignee": "Assignee",
|
||
"prop_start_date": "Start date",
|
||
"prop_due_date": "Due date",
|
||
"prop_project": "Project",
|
||
"prop_labels": "Labels",
|
||
"add_property_action": "Add property",
|
||
"prop_created_by": "Created by",
|
||
"prop_created": "Created",
|
||
"prop_updated": "Updated",
|
||
"prop_input": "Input",
|
||
"prop_output": "Output",
|
||
"prop_cache": "Cache",
|
||
"prop_cache_value": "{{read}} read / {{write}} write",
|
||
"prop_runs": "Runs",
|
||
"activity_section": "Activity",
|
||
"subscribe": "Subscribe",
|
||
"unsubscribe": "Unsubscribe",
|
||
"no_subscribers_results": "No results found",
|
||
"change_subscribers_placeholder": "Change subscribers...",
|
||
"members_group": "Members",
|
||
"agents_group": "Agents",
|
||
"mark_done_tooltip": "Mark as done",
|
||
"archive_tooltip": "Archive",
|
||
"pin_tooltip": "Pin to sidebar",
|
||
"unpin_tooltip": "Unpin from sidebar",
|
||
"sidebar_tooltip": "Toggle sidebar",
|
||
"cmdf_toast_title": "Find on page only covers what's visible",
|
||
"cmdf_toast_description": "The timeline is virtualized — ⌘F can't see off-screen comments. Full in-app search is coming.",
|
||
"update_failed": "Failed to update issue",
|
||
"link_copied": "Link copied",
|
||
"link_copy_failed": "Failed to copy link",
|
||
"workdir_path_copied": "Workdir path copied",
|
||
"workdir_path_copy_failed": "Failed to copy workdir path",
|
||
"workdir_path_unavailable": "No local workdir yet — issue has not been run by a local agent"
|
||
},
|
||
"timeline": {
|
||
"loading": "Loading..."
|
||
},
|
||
"activity": {
|
||
"created": "created this issue",
|
||
"self_assigned": "self-assigned this issue",
|
||
"assigned_to": "assigned to {{name}}",
|
||
"removed_assignee": "removed assignee",
|
||
"changed_assignee": "changed assignee",
|
||
"status_changed": "changed status from {{from}} to {{to}}",
|
||
"priority_changed": "changed priority from {{from}} to {{to}}",
|
||
"start_date_set": "set start date to {{date}}",
|
||
"start_date_removed": "removed start date",
|
||
"due_date_set": "set due date to {{date}}",
|
||
"due_date_removed": "removed due date",
|
||
"title_renamed": "renamed this issue from \"{{from}}\" to \"{{to}}\"",
|
||
"description_updated": "updated the description",
|
||
"task_completed_one": "completed the task",
|
||
"task_completed_other": "completed the task ({{count}} times)",
|
||
"task_failed_one": "task failed",
|
||
"task_failed_other": "task failed ({{count}} times)",
|
||
"squad_leader_evaluated": "evaluated the squad trigger",
|
||
"squad_leader_action": "evaluated and took action",
|
||
"squad_leader_action_reason": "evaluated and took action: {{reason}}",
|
||
"squad_leader_no_action": "evaluated: no action needed",
|
||
"squad_leader_no_action_reason": "evaluated: no action needed ({{reason}})",
|
||
"squad_leader_failed": "evaluation failed",
|
||
"squad_leader_failed_reason": "evaluation failed: {{reason}}",
|
||
"coalesced_badge": "×{{count}}",
|
||
"activity_count_one": "{{count}} activity",
|
||
"activity_count_other": "{{count}} activities"
|
||
},
|
||
"comment": {
|
||
"delete_title": "Delete comment",
|
||
"delete_desc": "This comment will be permanently deleted. This cannot be undone.",
|
||
"delete_desc_with_replies": "This comment and all its replies will be permanently deleted. This cannot be undone.",
|
||
"delete_action": "Delete",
|
||
"cancel_action": "Cancel",
|
||
"edit_placeholder": "Edit comment...",
|
||
"save_action": "Save",
|
||
"cancel_edit": "Cancel",
|
||
"copy_action": "Copy",
|
||
"copied_toast": "Copied",
|
||
"edit_action": "Edit",
|
||
"update_failed": "Failed to update comment",
|
||
"send_failed": "Failed to send comment",
|
||
"send_reply_failed": "Failed to send reply",
|
||
"delete_failed": "Failed to delete comment",
|
||
"reply_count_one": "{{count}} reply",
|
||
"reply_count_other": "{{count}} replies",
|
||
"leave_comment_placeholder": "Leave a comment...",
|
||
"send_tooltip": "Send",
|
||
"expand_tooltip": "Expand",
|
||
"collapse_tooltip": "Collapse",
|
||
"resolve": {
|
||
"resolve_action": "Resolve thread",
|
||
"unresolve_action": "Unresolve thread",
|
||
"collapse": "Collapse",
|
||
"bar_one": "{{count}} resolved comment from {{authors}}",
|
||
"bar_other": "{{count}} resolved comments from {{authors}}",
|
||
"bar_authors_more_one": "{{names}} and {{count}} other",
|
||
"bar_authors_more_other": "{{names}} and {{count}} others",
|
||
"resolve_failed": "Failed to resolve thread",
|
||
"unresolve_failed": "Failed to unresolve thread"
|
||
}
|
||
},
|
||
"reply": {
|
||
"placeholder": "Leave a reply...",
|
||
"expand_tooltip": "Expand",
|
||
"collapse_tooltip": "Collapse"
|
||
},
|
||
"agent_live": {
|
||
"is_working": "{{name}} is working",
|
||
"is_queued": "{{name}} is queued",
|
||
"queued_elapsed_prefix": "queued for {{elapsed}}",
|
||
"fallback_name": "Agent",
|
||
"tool_count_one": "{{count}} tool",
|
||
"tool_count_other": "{{count}} tools",
|
||
"transcript_button": "View transcript",
|
||
"stop_button": "Stop",
|
||
"stop_tooltip": "Stop agent",
|
||
"cancel_failed": "Failed to cancel task"
|
||
},
|
||
"execution_log": {
|
||
"section": "Execution log",
|
||
"show_past": "Show past runs ({{count}})",
|
||
"hide_past": "Hide past runs ({{count}})",
|
||
"cancel_task_tooltip": "Cancel task",
|
||
"cancel_task_aria": "Cancel task",
|
||
"retry_task_tooltip": "Retry task",
|
||
"retry_task_aria": "Retry task",
|
||
"retry_failed": "Failed to retry task",
|
||
"transcript_tooltip": "View transcript",
|
||
"cancel_failed": "Failed to cancel task",
|
||
"trigger_retry": "Retry",
|
||
"trigger_retry_attempt": "Retry #{{attempt}}",
|
||
"trigger_retry_attempt_prefix": "Retry #{{attempt}} · ",
|
||
"trigger_retry_prefix": "Retry · ",
|
||
"trigger_autopilot": "Autopilot run",
|
||
"trigger_comment": "Comment trigger",
|
||
"trigger_initial": "Initial run",
|
||
"status_queued": "Queued",
|
||
"status_dispatched": "Starting",
|
||
"status_running": "Working",
|
||
"status_completed": "Completed",
|
||
"status_failed": "Failed",
|
||
"status_cancelled": "Cancelled"
|
||
},
|
||
"terminate_dialog": {
|
||
"title": "Stop this task?",
|
||
"body": "The task will be cancelled and cannot be resumed.",
|
||
"running_note": " Running work may take a few seconds to fully halt.",
|
||
"keep": "Keep running",
|
||
"confirm": "Stop task"
|
||
},
|
||
"batch": {
|
||
"selected": "{{count}} selected",
|
||
"status": "Status",
|
||
"priority": "Priority",
|
||
"assignee": "Assignee",
|
||
"delete": "Delete",
|
||
"update_success_one": "Updated {{count}} issue",
|
||
"update_success_other": "Updated {{count}} issues",
|
||
"update_failed": "Failed to update issues",
|
||
"delete_success_one": "Deleted {{count}} issue",
|
||
"delete_success_other": "Deleted {{count}} issues",
|
||
"delete_failed": "Failed to delete issues",
|
||
"delete_dialog_title_one": "Delete {{count}} issue?",
|
||
"delete_dialog_title_other": "Delete {{count}} issues?",
|
||
"delete_dialog_desc_one": "This action cannot be undone. This will permanently delete the selected issue and all associated data.",
|
||
"delete_dialog_desc_other": "This action cannot be undone. This will permanently delete the selected issues and all associated data.",
|
||
"delete_dialog_warning": "Any workspace member can delete issues.",
|
||
"cancel": "Cancel"
|
||
},
|
||
"card": {
|
||
"update_failed": "Failed to update issue"
|
||
},
|
||
"actions": {
|
||
"status": "Status",
|
||
"priority": "Priority",
|
||
"assignee": "Assignee",
|
||
"start_date": "Start date",
|
||
"start_today": "Today",
|
||
"start_tomorrow": "Tomorrow",
|
||
"start_next_week": "Next week",
|
||
"start_clear": "Clear date",
|
||
"due_date": "Due date",
|
||
"due_today": "Today",
|
||
"due_tomorrow": "Tomorrow",
|
||
"due_next_week": "Next week",
|
||
"due_clear": "Clear date",
|
||
"unassigned": "Unassigned",
|
||
"pin_to_sidebar": "Pin to sidebar",
|
||
"unpin_from_sidebar": "Unpin from sidebar",
|
||
"copy_link": "Copy link",
|
||
"copy_workdir_path": "Copy local workdir path",
|
||
"more": "More",
|
||
"create_sub_issue": "Create sub-issue",
|
||
"set_parent_issue": "Set parent issue...",
|
||
"add_sub_issue": "Add sub-issue...",
|
||
"delete_issue": "Delete issue"
|
||
},
|
||
"pickers": {
|
||
"filter_options_aria": "Filter options",
|
||
"no_results": "No results",
|
||
"assignee": {
|
||
"trigger_unassigned": "Unassigned",
|
||
"search_placeholder": "Assign to...",
|
||
"members_group": "Members",
|
||
"agents_group": "Agents",
|
||
"squads_group": "Squads"
|
||
},
|
||
"start_date": {
|
||
"trigger_label": "Start date",
|
||
"clear_action": "Clear date"
|
||
},
|
||
"due_date": {
|
||
"trigger_label": "Due date",
|
||
"clear_action": "Clear date"
|
||
},
|
||
"label": {
|
||
"trigger_label": "Add label",
|
||
"search_placeholder": "Find or create a label…",
|
||
"manage_action": "Manage labels…",
|
||
"manage_dialog_title": "Manage labels",
|
||
"create_action": "Create",
|
||
"create_failed": "Failed to create label"
|
||
}
|
||
},
|
||
"labels_panel": {
|
||
"intro": "Create and manage labels to categorize issues across your workspace.",
|
||
"new_placeholder": "New label name…",
|
||
"new_aria": "New label name",
|
||
"add_action": "Add",
|
||
"loading": "Loading…",
|
||
"empty": "No labels yet.",
|
||
"name_required": "Label name is required.",
|
||
"color_label": "Color",
|
||
"pick_color_aria": "Pick a color",
|
||
"edit_aria": "Edit {{name}}",
|
||
"delete_aria": "Delete {{name}}",
|
||
"save_aria": "Save",
|
||
"cancel_aria": "Cancel",
|
||
"delete_dialog_title": "Delete label?",
|
||
"delete_dialog_desc_prefix": "The label ",
|
||
"delete_dialog_desc_suffix": " will be removed from all issues. This cannot be undone.",
|
||
"delete_dialog_cancel": "Cancel",
|
||
"delete_dialog_confirm": "Delete",
|
||
"create_failed": "Failed to create label",
|
||
"update_failed": "Failed to update label",
|
||
"delete_failed": "Failed to delete label"
|
||
},
|
||
"backlog_hint": {
|
||
"title": "Agent is paused in Backlog",
|
||
"description": "This issue is parked, so the assigned agent will wait. Move it to Todo when you want the agent to start.",
|
||
"row_backlog_label": "Backlog",
|
||
"row_backlog_hint": "keeps the agent paused",
|
||
"row_todo_label": "Todo",
|
||
"row_todo_hint": "starts the agent",
|
||
"dont_show_again": "Don't show this again",
|
||
"keep_in_backlog": "Keep in Backlog",
|
||
"move_to_todo": "Move to Todo"
|
||
}
|
||
}
|