92 lines
2.4 KiB
JSON
92 lines
2.4 KiB
JSON
{
|
|
"common": {
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"delete": "Delete",
|
|
"edit": "Edit",
|
|
"create": "Create",
|
|
"submit": "Submit",
|
|
"close": "Close",
|
|
"back": "Back",
|
|
"next": "Next",
|
|
"loading": "Loading...",
|
|
"completed": "Completed",
|
|
"error": "Error",
|
|
"success": "Success",
|
|
"success": {
|
|
"taskCreated": "Task created successfully",
|
|
"taskUpdated": "Task updated successfully",
|
|
"taskDeleted": "Task deleted successfully",
|
|
"projectCreated": "Project created successfully"
|
|
},
|
|
"error": {
|
|
"projectCreationFailed": "Failed to create project"
|
|
}
|
|
},
|
|
"sidebar": {
|
|
"dashboard": "Dashboard",
|
|
"projects": "Projects",
|
|
"tasks": "Tasks",
|
|
"calendar": "Calendar",
|
|
"notes": "Notes",
|
|
"settings": "Settings"
|
|
},
|
|
"tasks": {
|
|
"today": "Today",
|
|
"backlog": "Backlog",
|
|
"inProgress": "In Progress",
|
|
"dueToday": "Due Today",
|
|
"stale": "Stale",
|
|
"suggested": "Suggested",
|
|
"noTasksAvailable": "No tasks available for today."
|
|
},
|
|
"profile": {
|
|
"settings": "Profile Settings",
|
|
"language": "Language",
|
|
"theme": "Theme",
|
|
"notifications": "Notifications",
|
|
"english": "English",
|
|
"spanish": "Spanish",
|
|
"greek": "Greek",
|
|
"japanese": "Japanese"
|
|
},
|
|
"modals": {
|
|
"confirmDelete": "Are you sure you want to delete?",
|
|
"taskCreation": "Create New Task",
|
|
"taskEdit": "Edit Task",
|
|
"noteCreation": "Create New Note",
|
|
"noteEdit": "Edit Note",
|
|
"deleteTask": {
|
|
"title": "Delete Task",
|
|
"confirmation": "Are you sure you want to delete this task?"
|
|
}
|
|
},
|
|
"forms": {
|
|
"title": "Title",
|
|
"description": "Description",
|
|
"dueDate": "Due Date",
|
|
"priority": "Priority",
|
|
"status": "Status",
|
|
"assignedTo": "Assigned To",
|
|
"category": "Category",
|
|
"tags": "Tags",
|
|
"required": "This field is required",
|
|
"optional": "Optional",
|
|
"task": {
|
|
"namePlaceholder": "Enter task name",
|
|
"projectSearchPlaceholder": "Search or create project",
|
|
"noMatchingProjects": "No matching projects",
|
|
"creatingProject": "Creating project...",
|
|
"createProject": "Create project",
|
|
"labels": {
|
|
"tags": "Tags",
|
|
"project": "Project",
|
|
"status": "Status",
|
|
"priority": "Priority",
|
|
"dueDate": "Due Date",
|
|
"note": "Note"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|