33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"welcome": "Welcome",
|
|
"hello_world": "Hello, World!",
|
|
"fetching_categories": "Fetching categories...",
|
|
"default_category_name": "Uncategorized",
|
|
"default_category_icon": "🤷♂️",
|
|
"error_fetching_categories": "Error fetching categories:",
|
|
"fetching_tasks": "Fetching tasks...",
|
|
"error_fetching_tasks": "Error fetching tasks:",
|
|
"app_name": "Taskeep!",
|
|
"your_tasks": "Your Tasks",
|
|
"no_tasks_available": "No tasks available.",
|
|
"add_task_to_get_started": "Add a task to get started!",
|
|
"tasks_fetched": "Tasks fetched:",
|
|
"error_refreshing_tasks": "Error refreshing tasks:",
|
|
"error_refreshing_categories": "Error refreshing categories:",
|
|
"focus_event": "Focus event triggered.",
|
|
"oops": "Oops!",
|
|
"screen_does_not_exist": "This screen does not exist.",
|
|
"go_to_home_screen": "Go to home screen!",
|
|
"your_categories": "Your Categories",
|
|
"add_new_category": "Add a new category",
|
|
"category_title_placeholder": "Category title *",
|
|
"add_new_task": "Add a new task",
|
|
"task_title_placeholder": "Task title *",
|
|
"cannot_delete_category": "Cannot delete category",
|
|
"category_has_tasks": "This category has tasks assigned to it. Please remove or reassign tasks before deleting the category.",
|
|
"ok": "OK",
|
|
"hello_tasks": "Hello, Tasks!",
|
|
"no_tasks_created": "No tasks created.",
|
|
"left": "left",
|
|
"overdue": "Overdue"
|
|
} |