Files
multica/packages/views/locales/en/editor.json
Jiayuan Zhang 343ace89a7 feat(editor): MUL-3557 add one-click task-list toggle to bubble menu (#4538)
Add a dedicated checkbox/task-list toggle button to the editor bubble menu, between the List dropdown and Quote. It turns the current line(s) into a `- [ ]` task item or back to a paragraph in one tap, reusing the existing toggleTaskList() command and the same Toggle/Tooltip pattern as the neighboring controls. Adds bubble_menu.task_list locale keys for en/zh-Hans/ja/ko.

Co-authored-by: Lambda <lambda@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
2026-06-24 17:04:05 +02:00

90 lines
2.4 KiB
JSON

{
"bubble_menu": {
"bold": "Bold",
"italic": "Italic",
"strikethrough": "Strikethrough",
"code": "Code",
"highlight": "Highlight",
"link": "Link",
"list": "List",
"task_list": "Task list",
"quote": "Quote",
"url_aria_label": "URL",
"heading_dropdown": {
"text": "Text",
"normal_text": "Normal Text",
"heading_1": "Heading 1",
"heading_2": "Heading 2",
"heading_3": "Heading 3"
},
"list_dropdown": {
"bullet_list": "Bullet List",
"ordered_list": "Ordered List",
"task_list": "Task List"
},
"sub_issue": {
"tooltip": "Create sub-issue from selection",
"created": "Created {{identifier}}",
"create_failed": "Failed to create sub-issue"
}
},
"image": {
"view": "View image",
"download": "Download",
"copy_link": "Copy link",
"delete": "Delete",
"link_copied": "Link copied",
"copy_link_failed": "Failed to copy link"
},
"attachment": {
"download_failed": "Couldn't fetch a download link. Try again in a moment.",
"preview": "Preview",
"preview_loading": "Loading preview…",
"preview_failed": "Couldn't load preview",
"preview_too_large": "File is too large to preview. Please download.",
"preview_unsupported": "This file type can't be previewed.",
"close": "Close",
"open_in_new_tab": "Open in new tab",
"remove": "Remove attachment"
},
"link_hover": {
"copy_link": "Copy link",
"open_link": "Open link",
"link_copied": "Link copied",
"copy_failed": "Failed to copy"
},
"mention": {
"group_users": "Users",
"group_issues": "Issues",
"all_members": "All members",
"searching": "Searching...",
"no_results": "No results",
"group_current": "Current page",
"group_recent": "Recently viewed",
"group_search": "Search results"
},
"slash_command": {
"no_skills_configured": "No skills configured",
"no_results": "No matching skills",
"commands": {
"note": "Add a note — won't trigger any agents"
}
},
"code_block": {
"copy_code": "Copy code",
"show_preview": "Show preview",
"show_source": "Show source",
"fullscreen": "Fullscreen"
},
"file_card": {
"uploading": "Uploading {{filename}}"
},
"title_editor": {
"title_aria_label": "Title"
},
"mermaid": {
"render_error": "Unable to render Mermaid diagram.",
"rendering": "Rendering diagram…"
}
}