mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 23:25:51 +00:00
* Removed unused I18N strings from `defaultTasks.json` file (locales\en) * Removed unused I18N `defaultTasks.json` strings from all the other languages
19 lines
871 B
JSON
Executable file
19 lines
871 B
JSON
Executable file
{
|
|
"defaultHabit1Text": "Productive Work (Click the pencil to edit)",
|
|
"defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)",
|
|
"defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)",
|
|
"defaultHabit4Text": "Add a task to Habitica",
|
|
"defaultHabit4Notes": "Either a Habit, a Daily, or a To-Do",
|
|
"defaultTodo1Text": "Join Habitica (Check me off!)",
|
|
"defaultTodoNotes": "You can either complete this To-Do, edit it, or remove it.",
|
|
"defaultReward1Text": "15 minute break",
|
|
"defaultReward2Text": "Reward yourself",
|
|
"defaultReward2Notes": "Watch TV, play a game, eat a treat, it's up to you!",
|
|
"defaultTag1": "Work",
|
|
"defaultTag2": "Exercise",
|
|
"defaultTag3": "Health + Wellness",
|
|
"defaultTag4": "School",
|
|
"defaultTag5": "Teams",
|
|
"defaultTag6": "Chores",
|
|
"defaultTag7": "Creativity"
|
|
}
|