51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
/* Tab Bar */
|
|
"tab.dashboard" = "Dashboard";
|
|
"tab.category" = "Category";
|
|
"tab.tasks" = "Tasks";
|
|
"tab.goals" = "Goals";
|
|
"tab.settings" = "Settings";
|
|
|
|
/* Task Tracker */
|
|
"task.empty" = "No tasks added yet";
|
|
"task.add" = "Add Task";
|
|
"task.name" = "Name";
|
|
"task.icon" = "Icon";
|
|
"task.type" = "Type";
|
|
"task.type.count" = "Count";
|
|
"task.type.time" = "Time";
|
|
"task.add.count" = "Add Count";
|
|
"task.delete" = "Delete";
|
|
"task.category" = "Category";
|
|
"task.category.none" = "None";
|
|
|
|
/* Buttons */
|
|
"button.cancel" = "Cancel";
|
|
"button.add" = "Add";
|
|
|
|
/* Category */
|
|
"category.empty" = "No categories yet";
|
|
"category.add" = "Add Category";
|
|
"category.name" = "Name";
|
|
"category.color" = "Color";
|
|
"category.delete" = "Delete";
|
|
"category.task.count" = "tasks";
|
|
|
|
/* Goals */
|
|
"goal.empty" = "No goals yet";
|
|
"goal.add" = "Add Goal";
|
|
"goal.chart.title" = "Goal Progress";
|
|
"goal.progress" = "Progress";
|
|
"goal.target" = "Target";
|
|
"goal.target.task" = "Task";
|
|
"goal.target.category" = "Category";
|
|
"goal.no.target" = "None";
|
|
"goal.condition" = "Condition";
|
|
"goal.condition.count" = "Count";
|
|
"goal.condition.time" = "Time";
|
|
"goal.frequency" = "Frequency";
|
|
"goal.frequency.daily" = "Daily";
|
|
"goal.frequency.weekly" = "Weekly";
|
|
"goal.frequency.monthly" = "Monthly";
|
|
"goal.threshold" = "Target Value";
|
|
"goal.delete" = "Delete";
|