{"version":3,"file":"tasks.cjs","sources":["../../src/tasks.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n  /** The label for the create task action */\n  'actions.create.text': 'Crear nueva tarea',\n  /** The label for the open tasks panel action */\n  'actions.open.text': 'Tareas',\n\n  /** The label for the button to create a new task */\n  'buttons.create.text': 'Crear tarea',\n  /** The label for the button to discard changes */\n  'buttons.discard.text': 'Descartar',\n  /** The label for the button to open the draft */\n  'buttons.draft.text': 'Borrador',\n  /** The label for the button to create a new task */\n  'buttons.new.text': 'Nueva tarea',\n  /** The text for tooltip in the create a new task button when mode is upsell */\n  'buttons.new.upsell-tooltip': 'Actualice para crear tareas',\n  /** The label for the button that will navigate to the next task */\n  'buttons.next.tooltip': 'Ir a la siguiente tarea',\n  /** The label for the button that will previous to the next task */\n  'buttons.previous.tooltip': 'Ir a la tarea anterior',\n\n  /** Text for the remove task dialog asking for confirmation of deletion */\n  'dialog.remove-task.body': '¿Estás seguro de que quieres eliminar esta tarea?',\n  /** The label for the cancel button on the remove task dialog */\n  'dialog.remove-task.buttons.cancel.text': 'Cancelar',\n  /** The label for the confirmation button on the remove task dialog */\n  'dialog.remove-task.buttons.confirm.text': 'Eliminar',\n  /** The title for the remove task dialog */\n  'dialog.remove-task.title': 'Eliminar tarea',\n\n  /** The text used as a placeholder for the footer action in a document with a single task */\n  'document.footer.open-tasks.placeholder_one': 'Abrir tarea',\n  /** The text used as a placeholder for the footer action in a document with multiple tasks */\n  'document.footer.open-tasks.placeholder_other': 'Abrir tareas',\n  /** The label used in the button in the footer action in a document with a single task */\n  'document.footer.open-tasks.text_one': '{{count}} tarea pendiente',\n  /** The label used in the button in the footer action in a document with multiple tasks */\n  'document.footer.open-tasks.text_other': '{{count}} tareas pendientes',\n\n  /** The heading in the tasks sidebar, in the assigned tab, when the user hasn't been assigned to any task*/\n  'empty-state.list.assigned.heading': 'No se te han asignado tareas',\n  /** The text in the tasks sidebar, in the assigned tab, when the user hasn't been assigned to any task*/\n  'empty-state.list.assigned.text': 'Una vez que se te asignen tareas, aparecerán aquí',\n  /** The text in the tasks sidebar button any of the empty states is rendered*/\n  'empty-state.list.create-new': 'Crear nueva tarea',\n  /** The heading in the tasks sidebar, in the document tab, when the document doesn't have any task*/\n  'empty-state.list.document.heading': 'Este documento aún no tiene tareas',\n  /** The text in the tasks sidebar, in the document tab, when the document doesn't have any task*/\n  'empty-state.list.document.text':\n    'Una vez que un documento tenga tareas conectadas, se mostrarán aquí.',\n  /** The heading in the tasks sidebar, when viewing the document tab, but there is not an active document*/\n  'empty-state.list.no-active-document.heading': 'Abra un documento para ver su tarea',\n  /** The text in the tasks sidebar, when viewing the document tab, but there is not an active document*/\n  'empty-state.list.no-active-document.text':\n    'Las tareas en su documento activo se mostrarán aquí.',\n  /** The heading in the tasks sidebar, in the subscriber tab, when the user is not subscribed to any task*/\n  'empty-state.list.subscribed.heading': 'No estás suscrito a ninguna tarea',\n  /** The text in the tasks sidebar, in the subscriber tab, when the user is not subscribed to any task*/\n  'empty-state.list.subscribed.text':\n    'Cuando crees, modifiques o comentes en una tarea, te suscribirás automáticamente',\n  /** The heading in the tasks sidebar, in the assigned tab, under the closed details, when it's empty.*/\n  'empty-state.status.list.closed.assigned.heading': 'No hay tareas completadas',\n  /** The text in the tasks sidebar, in the assigned tab, under the closed details, when it's empty.*/\n  'empty-state.status.list.closed.assigned.text': 'Tus tareas marcadas como hechas aparecerán aquí',\n  /** The heading in the tasks sidebar, in the document tab, under the closed details, when it's empty.*/\n  'empty-state.status.list.closed.document.heading': 'No hay tareas completadas',\n  /** The heading in the tasks sidebar, in the subscribed tab, under the closed details, when it's empty.*/\n  'empty-state.status.list.closed.subscribed.heading': 'No hay tareas completadas',\n  /** The text in the tasks sidebar, in the subscribed tab, under the closed details, when it's empty.*/\n  'empty-state.status.list.closed.subscribed.text':\n    'Las tareas a las que te suscribes marcadas como hechas aparecerán aquí',\n  /** The heading in the tasks sidebar, in the assigned tab, under the open details, when it's empty.*/\n  'empty-state.status.list.open.assigned.heading': 'Estás al día',\n  /** The text in the tasks sidebar, in the assigned tab, under the open details, when it's empty.*/\n  'empty-state.status.list.open.assigned.text': 'Las nuevas tareas asignadas a ti aparecerán aquí',\n  /** The heading in the tasks sidebar, in the document tab, under the open details, when it's empty.*/\n  'empty-state.status.list.open.document.heading': 'No hay tareas en este documento',\n  /** The heading in the tasks sidebar, in the subscribed tab, under the open details, when it's empty.*/\n  'empty-state.status.list.open.subscribed.heading': 'No hay tareas suscritas',\n  /** The text in the tasks sidebar, in the subscribed tab, under the open details, when it's empty.*/\n  'empty-state.status.list.open.subscribed.text':\n    'Las tareas a las que te suscribes aparecerán aquí',\n\n  /** Text used in the assignee input when there is no user assigned */\n  'form.input.assignee.no-user-assigned.text': 'No asignado',\n  /** Text used in the assignee input tooltip when there is no user assigned */\n  'form.input.assignee.no-user-assigned.tooltip': 'Establecer asignado',\n  /** Text used in the assignee input when searching and no users are found */\n  'form.input.assignee.search.no-users.text': 'No se encontraron usuarios',\n  /** Placeholder text used in the search box in the assignee input */\n  'form.input.assignee.search.placeholder': 'Seleccionar nombre de usuario',\n  /** Text used in the assignee input when user is not authorized */\n  'form.input.assignee.unauthorized.text': 'No autorizado',\n  /** Text used in the assignee input tooltip when there is no user assigned */\n  'form.input.assignee.user-assigned.tooltip': 'Cambiar asignado',\n  /** Text used in the assignee input when user is not found */\n  'form.input.assignee.user-not-found.text': 'Usuario no encontrado',\n  /** The label used in the create more toggle */\n  'form.input.create-more.text': 'Crear más',\n  /** The label used in the date input button tooltip when it's empty */\n  'form.input.date.buttons.empty.tooltip': 'Establecer fecha de vencimiento',\n  /** The label used in the date input to remove the current value */\n  'form.input.date.buttons.remove.text': 'Eliminar',\n  /** The label used in the date input button tooltip when it has value */\n  'form.input.date.buttons.tooltip': 'Cambiar fecha de vencimiento',\n  /** Placeholder text used in the description input */\n  'form.input.description.placeholder': 'Añadir descripción',\n  /**  Text used in the tooltip in the status change button  */\n  'form.input.status.button.tooltip': 'Cambiar estado',\n  /** The label used in the target input to remove the current value */\n  'form.input.target.buttons.remove.text': 'Eliminar contenido objetivo',\n  /** The text used in the target input when encountering a schema error */\n  'form.input.target.error.schema-not-found': 'Esquema no encontrado',\n  /** The placeholder text used in the target input for the search component */\n  'form.input.target.search.placeholder': 'Seleccionar documento',\n  /** The placeholder text for the title input */\n  'form.input.title.placeholder': 'Título de la tarea',\n  /** The status error message presented when the user does not supply a title */\n  'form.status.error.title-required': 'El título es obligatorio',\n  /** The status message upon successful creation of a task */\n  'form.status.success': 'Tarea creada',\n\n  /** The text displayed when no tasks are found */\n  'list.empty.text': 'No hay tareas',\n  /** The text displayed at the bottom of the tasks list inviting users provide feedback */\n  'list.feedback.text': 'Ayúdenos a mejorar, <Link>comparta sus comentarios sobre Tareas</Link> ',\n\n  /** The label for the copy link menu item */\n  'menuitem.copylink.text': 'Copiar enlace a la tarea',\n  /** The label for the delete task menu item */\n  'menuitem.delete.text': 'Eliminar tarea',\n  /** The label for the duplicate task menu item */\n  'menuitem.duplicate.text': 'Duplicar tarea',\n  /** The text for the duplicate task menu item tooltip when mode is upsell */\n  'menuitem.duplicate.upsell-tooltip': 'Actualice para duplicar tareas',\n\n  /** Fragment used to construct the first entry in the activity log */\n  'panel.activity.created-fragment': 'creó esta tarea',\n  /** The title of the activity section of the task */\n  'panel.activity.title': 'Actividad',\n  /** The text used in the activity log when unable to find the user */\n  'panel.activity.unknown-user': 'Usuario desconocido',\n  /** The tooltip for the close button for the task panel */\n  'panel.close.tooltip': 'Cerrar barra lateral',\n  /** The placeholder text for the comment text box */\n  'panel.comment.placeholder': 'Añadir un comentario...',\n  /** The placeholder text for the comment text box when mode is upsell */\n  'panel.comment.placeholder.upsell': 'Actualice para comentar en tareas',\n  /** The title used in the task panel when showing the create task form */\n  'panel.create.title': 'Crear',\n  /** The title used in the drafts pulldown */\n  'panel.drafts.title': 'Borradores',\n  /** The tooltip for the task navigation component */\n  'panel.navigation.tooltip': 'Abrir tareas',\n  /** Title of the Tasks panel   */\n  'panel.title': 'Tareas',\n\n  /** Label for the Assigned Tab */\n  'tab.assigned.label': 'Asignado',\n  /** Label for the Active Document Tab */\n  'tab.document.label': 'Documento activo',\n  /** Label for the Subscribed Tab */\n  'tab.subscribed.label': 'Suscrito',\n\n  /** Tooltip for the tasks navbar icon */\n  'toolbar.tooltip': 'Tareas',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,QAAeA,sCAA+B;AAAA;AAAA,EAE5C,uBAAuB;AAAA;AAAA,EAEvB,qBAAqB;AAAA;AAAA,EAGrB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,8BAA8B;AAAA;AAAA,EAE9B,wBAAwB;AAAA;AAAA,EAExB,4BAA4B;AAAA;AAAA,EAG5B,2BAA2B;AAAA;AAAA,EAE3B,0CAA0C;AAAA;AAAA,EAE1C,2CAA2C;AAAA;AAAA,EAE3C,4BAA4B;AAAA;AAAA,EAG5B,8CAA8C;AAAA;AAAA,EAE9C,gDAAgD;AAAA;AAAA,EAEhD,uCAAuC;AAAA;AAAA,EAEvC,yCAAyC;AAAA;AAAA,EAGzC,qCAAqC;AAAA;AAAA,EAErC,kCAAkC;AAAA;AAAA,EAElC,+BAA+B;AAAA;AAAA,EAE/B,qCAAqC;AAAA;AAAA,EAErC,kCACE;AAAA;AAAA,EAEF,+CAA+C;AAAA;AAAA,EAE/C,4CACE;AAAA;AAAA,EAEF,uCAAuC;AAAA;AAAA,EAEvC,oCACE;AAAA;AAAA,EAEF,mDAAmD;AAAA;AAAA,EAEnD,gDAAgD;AAAA;AAAA,EAEhD,mDAAmD;AAAA;AAAA,EAEnD,qDAAqD;AAAA;AAAA,EAErD,kDACE;AAAA;AAAA,EAEF,iDAAiD;AAAA;AAAA,EAEjD,8CAA8C;AAAA;AAAA,EAE9C,iDAAiD;AAAA;AAAA,EAEjD,mDAAmD;AAAA;AAAA,EAEnD,gDACE;AAAA;AAAA,EAGF,6CAA6C;AAAA;AAAA,EAE7C,gDAAgD;AAAA;AAAA,EAEhD,4CAA4C;AAAA;AAAA,EAE5C,0CAA0C;AAAA;AAAA,EAE1C,yCAAyC;AAAA;AAAA,EAEzC,6CAA6C;AAAA;AAAA,EAE7C,2CAA2C;AAAA;AAAA,EAE3C,+BAA+B;AAAA;AAAA,EAE/B,yCAAyC;AAAA;AAAA,EAEzC,uCAAuC;AAAA;AAAA,EAEvC,mCAAmC;AAAA;AAAA,EAEnC,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA,EAEpC,yCAAyC;AAAA;AAAA,EAEzC,4CAA4C;AAAA;AAAA,EAE5C,wCAAwC;AAAA;AAAA,EAExC,gCAAgC;AAAA;AAAA,EAEhC,oCAAoC;AAAA;AAAA,EAEpC,uBAAuB;AAAA;AAAA,EAGvB,mBAAmB;AAAA;AAAA,EAEnB,sBAAsB;AAAA;AAAA,EAGtB,0BAA0B;AAAA;AAAA,EAE1B,wBAAwB;AAAA;AAAA,EAExB,2BAA2B;AAAA;AAAA,EAE3B,qCAAqC;AAAA;AAAA,EAGrC,mCAAmC;AAAA;AAAA,EAEnC,wBAAwB;AAAA;AAAA,EAExB,+BAA+B;AAAA;AAAA,EAE/B,uBAAuB;AAAA;AAAA,EAEvB,6BAA6B;AAAA;AAAA,EAE7B,oCAAoC;AAAA;AAAA,EAEpC,sBAAsB;AAAA;AAAA,EAEtB,sBAAsB;AAAA;AAAA,EAEtB,4BAA4B;AAAA;AAAA,EAE5B,eAAe;AAAA;AAAA,EAGf,sBAAsB;AAAA;AAAA,EAEtB,sBAAsB;AAAA;AAAA,EAEtB,wBAAwB;AAAA;AAAA,EAGxB,mBAAmB;AACrB,CAAC;;"}