{"version":3,"file":"comments.cjs","sources":["../../src/comments.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n  /** The close comments button text */\n  'close-pane-button-text': 'Cerrar comentarios',\n\n  /** The aria label for the close comments button */\n  'close-pane-button-text-aria-label': 'Cerrar comentarios',\n\n  /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */\n  'compose.add-comment-input-placeholder': 'Añadir comentario a <strong>{{field}}</strong>',\n  /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments and the mode is upsell */\n  'compose.add-comment-input-placeholder-upsell': 'Actualiza para añadir comentario',\n  /** When composing a comment, the placeholder text shown when the input is empty */\n  'compose.create-comment-placeholder': 'Crear un nuevo comentario',\n  /** When composing a comment, the aria label for the button to mention a user */\n  'compose.mention-user-aria-label': 'Mencionar usuario',\n  /** When composing a comment, the tooltip text for the button to mention a user */\n  'compose.mention-user-tooltip': 'Mencionar usuario',\n  /** When composing a reply, the placeholder text shown when the input is empty */\n  'compose.reply-placeholder': 'Responder',\n  /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n  'compose.reply-placeholder-upsell': 'Actualizar para responder',\n  /** When composing a comment, the aria label for the button to send a comment */\n  'compose.send-comment-aria-label': 'Enviar comentario',\n  /** When composing a comment, the tooltip text for the button to send a comment */\n  'compose.send-comment-tooltip': 'Enviar comentario',\n\n  /** The inspector text when error copying link */\n  'copy-link-error-message': 'No se pudo copiar el enlace al portapapeles',\n\n  /** The delete dialog body for a comment */\n  'delete-comment.body': 'Una vez eliminado, un comentario no se puede recuperar.',\n  /** The delete dialog confirm button text for a comment */\n  'delete-comment.confirm': 'Eliminar comentario',\n  /** The delete dialog title for a comment */\n  'delete-comment.title': '¿Eliminar este comentario?',\n\n  /** The delete dialog error */\n  'delete-dialog.error':\n    'Se produjo un error al eliminar el comentario. Por favor, inténtalo de nuevo.',\n\n  /** The delete dialog body for a thread */\n  'delete-thread.body':\n    'Este comentario y sus respuestas serán eliminados, y una vez eliminados no se pueden recuperar.',\n  /** The delete dialog conform button text for a thread */\n  'delete-thread.confirm': 'Eliminar hilo',\n  /** The delete dialog title for a thread */\n  'delete-thread.title': '¿Eliminar este hilo de comentarios?',\n\n  /** The button text for confirming discard */\n  'discard.button-confirm': 'Descartar',\n  /** The header for discard comment dialog */\n  'discard.header': '¿Descartar comentario?',\n  /** The text for discard comment dialog */\n  'discard.text': '¿Quieres descartar el comentario?',\n\n  /** Sharing feedback on the comments feature: The link title */\n  'feature-feedback.link': 'Comparte tu opinión',\n  /** Sharing feedback on the comments feature: The form title  */\n  'feature-feedback.title': 'Ayuda a mejorar ',\n\n  /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n  'feature-name': 'Comentarios',\n\n  /** Aria label for button above fields to add a comment, when the field currently do not have any comments */\n  'field-button.aria-label-add': 'Agregar comentario',\n  /** Aria label for button above fields that opens the comments for this field, when there are existing comments */\n  'field-button.aria-label-open': 'Abrir comentarios',\n  /** Text shown in popover when hovering the button above fields that opens the comments panel, when there is a single comment present */\n  'field-button.content_one': 'Ver comentario',\n  /** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */\n  'field-button.content_other': 'Ver comentarios',\n  /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */\n  'field-button.title': 'Agregar comentario',\n\n  /* The text shown in the inline comment button when the button is disabled due to overlap */\n  'inline-add-comment-button.disabled-overlap-title': 'Los comentarios no pueden solaparse',\n  /** The text shown in the inline comment button */\n  'inline-add-comment-button.title': 'Añadir comentario',\n\n  /** The title of the error card shown in the comments inspector */\n  'inspector-error.title': 'Algo salió mal al cargar los comentarios',\n\n  /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */\n  'list-item.breadcrumb-button-go-to-field-aria-label': 'Ir al campo {{field}}',\n  /** The button tooltip content for the add reaction button */\n  'list-item.context-menu-add-reaction': 'Agregar reacción',\n  /** The button tooltip aria label for adding a reaction */\n  'list-item.context-menu-add-reaction-aria-label': 'Agregar reacción',\n  /** The button tooltip content for the add reaction button and mode is upsell */\n  'list-item.context-menu-add-reaction-upsell': 'Actualiza para agregar reacción',\n  /** The action menu item for copying a comment link */\n  'list-item.copy-link': 'Copiar enlace al comentario',\n  /** The action menu item for deleting a comment */\n  'list-item.delete-comment': 'Eliminar comentario',\n  /** The action menu item for editing a comment */\n  'list-item.edit-comment': 'Editar comentario',\n  /** The action menu item for editing a comment and the mode is upsell */\n  'list-item.edit-comment-upsell': 'Actualiza para editar comentario',\n  /** Aria label for the button that takes you to the field, which wraps a thread/comment */\n  'list-item.go-to-field-button.aria-label': 'Ir al campo',\n  /**\n   * The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.\n   * Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:\n   * eg \"on Home\", \"on Coffee Machine | Products\", \"on Pricing – Sanity\"\n   */\n  'list-item.layout-context': 'en <IntentLink>{{title}}</IntentLink>',\n  /** The marker to indicate that a comment has been edited in brackets */\n  'list-item.layout-edited': 'editado',\n  /** The error text when sending a comment has failed */\n  'list-item.layout-failed-sent': 'Error al enviar.',\n  /** The loading message when posting a comment is in progress */\n  'list-item.layout-posting': 'Publicando...',\n  /** The text for retrying posting a comment */\n  'list-item.layout-retry': 'Reintentar',\n  /** The text shown when the value a comment references has been deleted */\n  'list-item.missing-referenced-value-tooltip-content': 'El texto comentado ha sido eliminado',\n  /** The aria label for the comments menu button to open the actions menu */\n  'list-item.open-menu-aria-label': 'Abrir menú de acciones de comentarios',\n  /** The button text to re-open a resolved comment  */\n  'list-item.re-open-resolved': 'Reabrir',\n  /** The button aria label to re-open a comment that is resolved */\n  'list-item.re-open-resolved-aria-label': 'Reabrir',\n  /** The button aria label to mark a comment as resolved */\n  'list-item.resolved-tooltip-aria-label': 'Marcar comentario como resuelto',\n  /** The button text to mark a comment as resolved */\n  'list-item.resolved-tooltip-content': 'Marcar como resuelto',\n\n  /** The empty state text for open comments */\n  'list-status.empty-state-open-text':\n    'Los comentarios abiertos en este documento se mostrarán aquí.',\n  /** The empty state title for open comments */\n  'list-status.empty-state-open-title': 'Aún no hay comentarios abiertos',\n  /** The empty state text for resolved comments */\n  'list-status.empty-state-resolved-text':\n    'Los comentarios resueltos en este documento se mostrarán aquí.',\n  /** The empty state title for resolved comments */\n  'list-status.empty-state-resolved-title': 'Aún no hay comentarios resueltos',\n  /** The list status message for error */\n  'list-status.error': 'Algo salió mal',\n  /** The list status message for loading status */\n  'list-status.loading': 'Cargando comentarios',\n\n  /** Text shown when no users can be found to mention */\n  'mentions.no-users-found': 'No se encontraron usuarios',\n  /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n  'mentions.unauthorized-user': 'No autorizado',\n  /** Aria label for the command list for users to mention */\n  'mentions.user-list-aria-label': 'Lista de usuarios para mencionar',\n\n  /** The comments onboarding popover text */\n  'onboarding.body':\n    'Puedes añadir comentarios a cualquier campo en un documento. Aparecerán aquí, agrupados por campo.',\n  /** The comments onboarding dismiss text */\n  'onboarding.dismiss': 'Entendido',\n  /** The comments onboarding popover header text */\n  'onboarding.header': 'Los campos del documento ahora tienen comentarios',\n\n  /** Tooltip for the button to add a reaction to a comment */\n  'reactions.add-reaction-tooltip': 'Añadir reacción',\n  /** Aria label for the individual reactions you can choose from when reacting to a comment */\n  'reactions.react-with-aria-label': 'Reaccionar con {{reactionName}}',\n  /** When a users' name cannot be resolved, fall back to this name */\n  'reactions.user-list.unknown-user-fallback-name': 'Usuario desconocido',\n  /**\n   * When showing list of users who have reacted, replaces your own name with \"you\", eg\n   * \"Donna, you, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n   * is used when you are the first to react, eg \"You, Donna and Tyler reacted with 👍\".\n   * Use `{{name}}` if you want to instead use the current users' actual name.\n   */\n  'reactions.user-list.you': 'tú',\n  /**\n   * When showing list of users who have reacted, replaces your own name with \"You\", eg\n   * \"You, Donna, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n   * is used when you are not the first to react, eg \"Donna, you, James and Tyler reacted with 👍\".\n   * Use `{{name}}` if you want to instead use the current users' actual name.\n   */\n  'reactions.user-list.you_leading': 'Tú',\n  /**\n   * The text shown for the tooltip that appears when hovering over the reaction count, eg\n   * \"Donna, James, and Tyler Reacted with 👍\". Three components are available for use:\n   * - `<UserList/>` - the list of names of users who have reacted, using the locales list format\n   * - `<Text>` - should be wrapped around the text describing the action (\"reacted with\")\n   * - `<ReactionName/>` - the name of the reaction emoji, eg \":heavy_plus_sign:\"\n   */\n  'reactions.users-reacted-with-reaction':\n    '<UserList/> <Text>han reaccionado con</Text> <ReactionName/>',\n\n  /** Status filter: The short title describing filtering on open (non-resolved) comments */\n  'status-filter.status-open': 'Abiertos',\n  /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n  'status-filter.status-open-full': 'Comentarios abiertos',\n  /** Status filter: The short title describing filtering on resolved comments */\n  'status-filter.status-resolved': 'Resueltos',\n  /** Status filter: The full text for describing filtering on resolved comments */\n  'status-filter.status-resolved-full': 'Comentarios resueltos',\n  /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n  'status-filter.status-resolved-full-upsell': 'Actualiza para ver comentarios resueltos',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,WAAeA,sCAA+B;AAAA;AAAA,EAE5C,0BAA0B;AAAA;AAAA,EAG1B,qCAAqC;AAAA;AAAA,EAGrC,yCAAyC;AAAA;AAAA,EAEzC,gDAAgD;AAAA;AAAA,EAEhD,sCAAsC;AAAA;AAAA,EAEtC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,6BAA6B;AAAA;AAAA,EAE7B,oCAAoC;AAAA;AAAA,EAEpC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAGhC,2BAA2B;AAAA;AAAA,EAG3B,uBAAuB;AAAA;AAAA,EAEvB,0BAA0B;AAAA;AAAA,EAE1B,wBAAwB;AAAA;AAAA,EAGxB,uBACE;AAAA;AAAA,EAGF,sBACE;AAAA;AAAA,EAEF,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAGvB,0BAA0B;AAAA;AAAA,EAE1B,kBAAkB;AAAA;AAAA,EAElB,gBAAgB;AAAA;AAAA,EAGhB,yBAAyB;AAAA;AAAA,EAEzB,0BAA0B;AAAA;AAAA,EAG1B,gBAAgB;AAAA;AAAA,EAGhB,+BAA+B;AAAA;AAAA,EAE/B,gCAAgC;AAAA;AAAA,EAEhC,4BAA4B;AAAA;AAAA,EAE5B,8BAA8B;AAAA;AAAA,EAE9B,sBAAsB;AAAA;AAAA,EAGtB,oDAAoD;AAAA;AAAA,EAEpD,mCAAmC;AAAA;AAAA,EAGnC,yBAAyB;AAAA;AAAA,EAGzB,sDAAsD;AAAA;AAAA,EAEtD,uCAAuC;AAAA;AAAA,EAEvC,kDAAkD;AAAA;AAAA,EAElD,8CAA8C;AAAA;AAAA,EAE9C,uBAAuB;AAAA;AAAA,EAEvB,4BAA4B;AAAA;AAAA,EAE5B,0BAA0B;AAAA;AAAA,EAE1B,iCAAiC;AAAA;AAAA,EAEjC,2CAA2C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAM3C,4BAA4B;AAAA;AAAA,EAE5B,2BAA2B;AAAA;AAAA,EAE3B,gCAAgC;AAAA;AAAA,EAEhC,4BAA4B;AAAA;AAAA,EAE5B,0BAA0B;AAAA;AAAA,EAE1B,sDAAsD;AAAA;AAAA,EAEtD,kCAAkC;AAAA;AAAA,EAElC,8BAA8B;AAAA;AAAA,EAE9B,yCAAyC;AAAA;AAAA,EAEzC,yCAAyC;AAAA;AAAA,EAEzC,sCAAsC;AAAA;AAAA,EAGtC,qCACE;AAAA;AAAA,EAEF,sCAAsC;AAAA;AAAA,EAEtC,yCACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAGvB,2BAA2B;AAAA;AAAA,EAE3B,8BAA8B;AAAA;AAAA,EAE9B,iCAAiC;AAAA;AAAA,EAGjC,mBACE;AAAA;AAAA,EAEF,sBAAsB;AAAA;AAAA,EAEtB,qBAAqB;AAAA;AAAA,EAGrB,kCAAkC;AAAA;AAAA,EAElC,mCAAmC;AAAA;AAAA,EAEnC,kDAAkD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOlD,2BAA2B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAO3B,mCAAmC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQnC,yCACE;AAAA;AAAA,EAGF,6BAA6B;AAAA;AAAA,EAE7B,kCAAkC;AAAA;AAAA,EAElC,iCAAiC;AAAA;AAAA,EAEjC,sCAAsC;AAAA;AAAA,EAEtC,6CAA6C;AAC/C,CAAC;;"}