-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
25 lines (25 loc) · 914 Bytes
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"displayName": "TaskFlowz",
"description": "Task management extension",
"viewName": "TaskFlows",
"focusTaskFlows": "Focus TaskFlows",
"addTask": "Add Task",
"addSubTask": "Add Subtask",
"addTaskLabel": "Add task...",
"addTaskPlaceholder": "Task name",
"addTaskPrompt": "Enter the name of the new task",
"editTask": "Edit Task",
"editTaskPlaceholder": "New task name",
"editTaskPrompt": "Edit task name",
"deleteTask": "Delete Task",
"deleteTaskPrompt": "Are you sure you want to delete this task?",
"deleteConfirm": "Delete",
"deleteCancel": "Cancel",
"toggleTaskCompletion": "Toggle task completion",
"toggleAllCollapsed": "Toggle all tasks",
"editTaskTitle": "Edit task",
"editTaskInputPrompt": "Enter new task name",
"newTaskTitle": "New task",
"newSubTaskTitle": "New subtask",
"taskCompletedLabel": "(Completed)"
}