49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"fields": {
|
|
"name": "Nombre",
|
|
"parent": "Padre",
|
|
"status": "Estátus",
|
|
"dateStart": "Fecha de Comienzo",
|
|
"dateEnd": "Fecha de vencimiento",
|
|
"dateStartDate": "Fecha de Inicio (todo el día)",
|
|
"dateEndDate": "Fecha de fin (todo el día)",
|
|
"priority": "Prioridad",
|
|
"description": "Descripción",
|
|
"isOverdue": "Atrasado",
|
|
"account": "Cuenta",
|
|
"dateCompleted": "Fecha de completado",
|
|
"attachments": "Adjuntos",
|
|
"reminders": "Recordatorios",
|
|
"contact": "Contacto"
|
|
},
|
|
"links": {
|
|
"attachments": "Adjuntos",
|
|
"account": "Cuenta",
|
|
"contact": "Contacto"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"Not Started": "Sin Empezar",
|
|
"Started": "Comenzada",
|
|
"Completed": "Completada",
|
|
"Canceled": "Cancelada",
|
|
"Deferred": "Diferida"
|
|
},
|
|
"priority": {
|
|
"Low": "Baja",
|
|
"High": "Alta",
|
|
"Urgent": "Urgente"
|
|
}
|
|
},
|
|
"labels": {
|
|
"Create Task": "Crear Tarea",
|
|
"Complete": "Completada"
|
|
},
|
|
"presetFilters": {
|
|
"actual": "Actuales",
|
|
"completed": "Completado",
|
|
"todays": "De Hoy",
|
|
"overdue": "Atrazadas",
|
|
"deferred": "Diferida"
|
|
}
|
|
} |