- Added new translations for "Import task", "Refresh project", "Save as template", and "Invite" in Albanian, German, English, Spanish, and Portuguese. - Refactored `ProjectViewHeader` component to optimize rendering with memoization and improved state management. - Enhanced task creation and subscription handling with better performance and error management. - Improved dropdown and button actions for a more intuitive user experience.
17 lines
556 B
JSON
17 lines
556 B
JSON
{
|
|
"importTasks": "Import tasks",
|
|
"importTask": "Import task",
|
|
"createTask": "Create task",
|
|
"settings": "Settings",
|
|
"subscribe": "Subscribe",
|
|
"unsubscribe": "Unsubscribe",
|
|
"deleteProject": "Delete project",
|
|
"startDate": "Start date",
|
|
"endDate": "End date",
|
|
"projectSettings": "Project settings",
|
|
"projectSummary": "Project summary",
|
|
"receiveProjectSummary": "Receive a project summary every evening.",
|
|
"refreshProject": "Refresh project",
|
|
"saveAsTemplate": "Save as template",
|
|
"invite": "Invite"
|
|
} |