- 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
624 B
JSON
17 lines
624 B
JSON
{
|
|
"importTasks": "Importar tareas",
|
|
"importTask": "Importar tarea",
|
|
"createTask": "Crear tarea",
|
|
"settings": "Ajustes",
|
|
"subscribe": "Suscribirse",
|
|
"unsubscribe": "Cancelar suscripción",
|
|
"deleteProject": "Eliminar proyecto",
|
|
"startDate": "Fecha de inicio",
|
|
"endDate": "Fecha de finalización",
|
|
"projectSettings": "Ajustes del proyecto",
|
|
"projectSummary": "Resumen del proyecto",
|
|
"receiveProjectSummary": "Recibir un resumen del proyecto todas las noches.",
|
|
"refreshProject": "Actualizar proyecto",
|
|
"saveAsTemplate": "Guardar como plantilla",
|
|
"invite": "Invitar"
|
|
} |