ci(i18n): first pull, only automatic a-z re-ordering

This commit is contained in:
Lemmy
2026-07-18 01:36:29 -04:00
parent cd74418265
commit 1e23c02e0b
24 changed files with 881 additions and 671 deletions
+24 -18
View File
@@ -1,30 +1,36 @@
{
"title": "To Do",
"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…",
"tooltip": "To Do — {count} to do",
"save_failed": "Failed to save the task list",
"prio_important": "Important",
"prio_low": "Low",
"prio_medium": "Medium",
"prio_important": "Important",
"sort_priority": "Priority",
"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",
"clear_done_confirm": "Delete all done entries?",
"clear_done_yes": "Delete",
"clear_done_no": "Cancel",
"tip_sort": "Switch ordering mode",
"tip_clear_done": "Delete all done tasks",
"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": "Reorder — click to pick this row up",
"tip_grip_drop": "Click another grip to drop here, or this one to cancel",
"tip_commit": "Save (Enter)",
"tip_done": "Mark as done",
"tip_sort": "Switch ordering mode",
"tip_undone": "Mark as to do",
"tip_edit": "Edit",
"tip_delete": "Delete task",
"settings.todo_folder.label": "To Do folder",
"settings.todo_folder.description": "Folder holding the task list (todo.json). Defaults to ~/Documents/Todo.",
"settings.glyph.label": "Bar glyph",
"settings.glyph.description": "The glyph shown for the To Do widget on the bar."
"title": "To Do",
"tooltip": "To Do — {count} to do"
}