70 lines
2.7 KiB
JSON
70 lines
2.7 KiB
JSON
{
|
|
"manifest.name": "Todos",
|
|
"manifest.description": "Global and workspace todo tracking with due and reminder metadata.",
|
|
"contributions.views.verstak.todo.view.title": "Todos",
|
|
"contributions.sidebarItems.verstak.todo.sidebar.title": "Todos",
|
|
"contributions.workspaceItems.verstak.todo.workspace.title": "Todos",
|
|
"ui.title": "Todos",
|
|
"ui.workspaceTitle": "Todos · {workspace}",
|
|
"ui.allStatuses": "All statuses",
|
|
"ui.status.open": "Open",
|
|
"ui.status.done": "Done",
|
|
"ui.status.cancelled": "Cancelled",
|
|
"ui.sort.due": "Sort by due date",
|
|
"ui.sort.reminder": "Sort by reminder",
|
|
"ui.sort.updated": "Sort by updated",
|
|
"ui.search": "Search todos",
|
|
"ui.add": "Add Todo",
|
|
"ui.allWorkspaces": "All workspaces",
|
|
"ui.unassigned": "Unassigned",
|
|
"ui.saveError": "Could not save todos: {error}",
|
|
"ui.loadError": "Could not load todos: {error}",
|
|
"ui.notificationError": "Could not schedule reminders: {error}",
|
|
"ui.notificationTitle": "Todo reminder",
|
|
"ui.notificationBody": "{title}",
|
|
"ui.titlePlaceholder": "Todo title",
|
|
"ui.descriptionPlaceholder": "Optional description",
|
|
"ui.priority.low": "Low",
|
|
"ui.priority.normal": "Normal",
|
|
"ui.priority.high": "High",
|
|
"ui.titleRequired": "Title is required",
|
|
"ui.updated": "Todo updated",
|
|
"ui.added": "Todo added",
|
|
"ui.field.title": "Title",
|
|
"ui.field.description": "Description",
|
|
"ui.field.priority": "Priority",
|
|
"ui.field.due": "Due date",
|
|
"ui.field.reminder": "Reminder",
|
|
"ui.field.reminderDate": "Reminder date",
|
|
"ui.field.reminderTime": "Reminder time",
|
|
"ui.reminderTimePlaceholder": "14:30",
|
|
"ui.reminderTimeInvalid": "Enter a valid reminder time (HH:MM)",
|
|
"ui.reminderDateRequired": "Choose a reminder date before setting its time",
|
|
"ui.field.workspace": "Workspace",
|
|
"ui.workspaceValue": "Workspace: {workspace}",
|
|
"ui.edit": "Edit Todo",
|
|
"ui.cancel": "Cancel",
|
|
"ui.saveChanges": "Save changes",
|
|
"ui.markedDone": "Todo marked done",
|
|
"ui.cancelled": "Todo cancelled",
|
|
"ui.reopened": "Todo reopened",
|
|
"ui.deleted": "Todo deleted",
|
|
"ui.priorityValue": "{priority} priority",
|
|
"ui.overduePrefix": "Overdue · ",
|
|
"ui.dueSoonPrefix": "Due soon · ",
|
|
"ui.dueValue": "{prefix}Due {date}",
|
|
"ui.reminderDueValue": "Reminder due {date}",
|
|
"ui.reminderValue": "Reminder {date}",
|
|
"ui.reminderDateValue": "Reminder date {date}",
|
|
"ui.noMatches": "No todos match the current filters.",
|
|
"ui.empty": "No todos yet.",
|
|
"ui.openWorkspace": "Open workspace",
|
|
"ui.reopen": "Reopen",
|
|
"ui.createJournal": "Create Journal Entry",
|
|
"ui.editAction": "Edit",
|
|
"ui.delete": "Delete",
|
|
"ui.untitled": "Untitled todo",
|
|
"ui.count": "{count} todo(s)",
|
|
"ui.filteredCount": "{visible} of {count} todos"
|
|
}
|