Manual-mode reordering now uses declarative drag-and-drop (ui.dragSource / ui.dropZone, plugin_api 5) instead of the two-click grip; also folds in the 0.0.8 crash-loop fix (strike() gated on utf8.len) and an onExit autosave flush. Translation keys nested for the validator. Co-authored-by: nightwatch75 <nightwatch75@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"clear_done_confirm": "Delete all done entries?",
|
|
"clear_done_no": "Cancel",
|
|
"clear_done_yes": "Delete",
|
|
"empty": "No tasks yet — add one with +",
|
|
"placeholder": "New task…",
|
|
"prio_important": "Important",
|
|
"prio_low": "Low",
|
|
"prio_medium": "Medium",
|
|
"save_failed": "Failed to save the task list",
|
|
"settings": {
|
|
"glyph": {
|
|
"description": "The glyph shown for the To Do widget on the bar.",
|
|
"label": "Bar glyph"
|
|
},
|
|
"todo_folder": {
|
|
"description": "Folder holding the task list (todo.json). Defaults to ~/Documents/Todo.",
|
|
"label": "To Do folder"
|
|
}
|
|
},
|
|
"sort_manual": "Manual",
|
|
"sort_priority": "Priority",
|
|
"tip_add": "Add a task",
|
|
"tip_clear_done": "Delete all done tasks",
|
|
"tip_close": "Close",
|
|
"tip_commit": "Save (Enter)",
|
|
"tip_delete": "Delete task",
|
|
"tip_done": "Mark as done",
|
|
"tip_edit": "Edit",
|
|
"tip_grip": "Drag to reorder",
|
|
"tip_sort": "Switch ordering mode",
|
|
"tip_undone": "Mark as to do",
|
|
"title": "To Do",
|
|
"tooltip": "To Do — {count} to do"
|
|
}
|