@sanity/locale-nl-nl 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Sanity.io
3
+ Copyright (c) 2024 Sanity.io
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -65,6 +65,12 @@ var comments = sanity.removeUndefinedLocaleResources({
65
65
  "field-button.content_other": "Bekijk opmerkingen",
66
66
  /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */
67
67
  "field-button.title": "Opmerking toevoegen",
68
+ /* The text shown in the inline comment button when the button is disabled due to overlap */
69
+ "inline-add-comment-button.disabled-overlap-title": void 0,
70
+ // 'Comments cannot overlap'
71
+ /** The text shown in the inline comment button */
72
+ "inline-add-comment-button.title": void 0,
73
+ // 'Add comment'
68
74
  /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
69
75
  "list-item.breadcrumb-button-go-to-field-aria-label": "Ga naar {{field}} veld",
70
76
  /** The button tooltip content for the add reaction button */
@@ -97,6 +103,9 @@ var comments = sanity.removeUndefinedLocaleResources({
97
103
  "list-item.layout-posting": "Plaatsen...",
98
104
  /** The text for retrying posting a comment */
99
105
  "list-item.layout-retry": "Opnieuw proberen",
106
+ /** The text shown when the value a comment references has been deleted */
107
+ "list-item.missing-referenced-value-tooltip-content": void 0,
108
+ // 'The commented text has been deleted'
100
109
  /** The aria label for the comments menu button to open the actions menu */
101
110
  "list-item.open-menu-aria-label": "Menu met opmerkingacties openen",
102
111
  /** The button text to re-open a resolved comment */
@@ -1 +1 @@
1
- {"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': 'Opmerkingen sluiten',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Opmerkingen sluiten',\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': 'Voeg opmerking toe aan <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': 'Upgrade om opmerkingen toe te voegen',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Nieuwe opmerking toevoegen',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Vermeld gebruiker',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Vermeld gebruiker',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Antwoorden',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Upgrade om te antwoorden',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Verstuur opmerking',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Verstuur opmerking',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Kan link niet naar klembord kopiëren',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Link gekopieerd naar klembord',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Na het verwijderen kan een opmerking niet worden hersteld.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Verwijder opmerking',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Deze opmerking verwijderen?',\n\n /** The delete dialog error */\n 'delete-dialog.error':\n 'Er is een fout opgetreden bij het verwijderen van de opmerking. Probeer het opnieuw.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Deze opmerking en de antwoorden worden verwijderd. Eenmaal verwijderd kunnen ze niet worden hersteld.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Verwijder draad',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Deze opmerkingendraad verwijderen?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Verwerpen',\n /** The header for discard comment dialog */\n 'discard.header': 'Opmerking verwerpen?',\n /** The text for discard comment dialog */\n 'discard.text': 'Wilt u de opmerking verwerpen?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Deel uw feedback',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Help verbeteren ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Opmerkingen',\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': 'Opmerking toevoegen',\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': 'Opmerking openen',\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': 'Bekijk opmerking',\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': 'Bekijk opmerkingen',\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': 'Opmerking toevoegen',\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': 'Ga naar {{field}} veld',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Reactie toevoegen',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Reactie toevoegen',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Upgrade om reactie toe te voegen',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Link naar opmerking kopiëren',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Opmerking verwijderen',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Opmerking bewerken',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Upgrade om opmerking te bewerken',\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': 'Ga naar veld',\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': 'op <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'bewerkt',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Verzenden mislukt.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Plaatsen...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Opnieuw proberen',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Menu met opmerkingacties openen',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Opnieuw openen',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Opnieuw openen',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Opmerking als opgelost markeren',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Als opgelost markeren',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text':\n 'Openstaande opmerkingen op dit document worden hier getoond.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Nog geen openstaande opmerkingen',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text':\n 'Opgeloste opmerkingen over dit document worden hier getoond.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Nog geen opgeloste opmerkingen',\n /** The list status message for error */\n 'list-status.error': 'Er is iets misgegaan',\n /** The list status message for loading status */\n 'list-status.loading': 'Opmerkingen laden',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Geen gebruikers gevonden',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Niet geautoriseerd',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Lijst van gebruikers om te vermelden',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'Je kunt opmerkingen toevoegen aan elk veld in een document. Ze verschijnen hier, gegroepeerd per veld.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Begrepen',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Documentvelden hebben nu opmerkingen',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Reactie toevoegen',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Reageer met {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Onbekende gebruiker',\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': 'jij',\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': 'Jij',\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>hebben gereageerd met</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Open',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Open opmerkingen',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Opgelost',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Opgeloste opmerkingen',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Upgrade om opgeloste opmerkingen te zien',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
1
+ {"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': 'Opmerkingen sluiten',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Opmerkingen sluiten',\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': 'Voeg opmerking toe aan <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': 'Upgrade om opmerkingen toe te voegen',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Nieuwe opmerking toevoegen',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Vermeld gebruiker',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Vermeld gebruiker',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Antwoorden',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Upgrade om te antwoorden',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Verstuur opmerking',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Verstuur opmerking',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Kan link niet naar klembord kopiëren',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Link gekopieerd naar klembord',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Na het verwijderen kan een opmerking niet worden hersteld.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Verwijder opmerking',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Deze opmerking verwijderen?',\n\n /** The delete dialog error */\n 'delete-dialog.error':\n 'Er is een fout opgetreden bij het verwijderen van de opmerking. Probeer het opnieuw.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Deze opmerking en de antwoorden worden verwijderd. Eenmaal verwijderd kunnen ze niet worden hersteld.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Verwijder draad',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Deze opmerkingendraad verwijderen?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Verwerpen',\n /** The header for discard comment dialog */\n 'discard.header': 'Opmerking verwerpen?',\n /** The text for discard comment dialog */\n 'discard.text': 'Wilt u de opmerking verwerpen?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Deel uw feedback',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Help verbeteren ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Opmerkingen',\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': 'Opmerking toevoegen',\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': 'Opmerking openen',\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': 'Bekijk opmerking',\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': 'Bekijk opmerkingen',\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': 'Opmerking toevoegen',\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': undefined, // 'Comments cannot overlap'\n /** The text shown in the inline comment button */\n 'inline-add-comment-button.title': undefined, // 'Add comment'\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': 'Ga naar {{field}} veld',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Reactie toevoegen',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Reactie toevoegen',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Upgrade om reactie toe te voegen',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Link naar opmerking kopiëren',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Opmerking verwijderen',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Opmerking bewerken',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Upgrade om opmerking te bewerken',\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': 'Ga naar veld',\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': 'op <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'bewerkt',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Verzenden mislukt.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Plaatsen...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Opnieuw proberen',\n /** The text shown when the value a comment references has been deleted */\n 'list-item.missing-referenced-value-tooltip-content': undefined, // 'The commented text has been deleted'\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Menu met opmerkingacties openen',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Opnieuw openen',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Opnieuw openen',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Opmerking als opgelost markeren',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Als opgelost markeren',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text':\n 'Openstaande opmerkingen op dit document worden hier getoond.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Nog geen openstaande opmerkingen',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text':\n 'Opgeloste opmerkingen over dit document worden hier getoond.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Nog geen opgeloste opmerkingen',\n /** The list status message for error */\n 'list-status.error': 'Er is iets misgegaan',\n /** The list status message for loading status */\n 'list-status.loading': 'Opmerkingen laden',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Geen gebruikers gevonden',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Niet geautoriseerd',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Lijst van gebruikers om te vermelden',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'Je kunt opmerkingen toevoegen aan elk veld in een document. Ze verschijnen hier, gegroepeerd per veld.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Begrepen',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Documentvelden hebben nu opmerkingen',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Reactie toevoegen',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Reageer met {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Onbekende gebruiker',\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': 'jij',\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': 'Jij',\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>hebben gereageerd met</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Open',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Open opmerkingen',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Opgelost',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Opgeloste opmerkingen',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Upgrade om opgeloste opmerkingen te zien',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
@@ -63,6 +63,12 @@ var comments = removeUndefinedLocaleResources({
63
63
  "field-button.content_other": "Bekijk opmerkingen",
64
64
  /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */
65
65
  "field-button.title": "Opmerking toevoegen",
66
+ /* The text shown in the inline comment button when the button is disabled due to overlap */
67
+ "inline-add-comment-button.disabled-overlap-title": void 0,
68
+ // 'Comments cannot overlap'
69
+ /** The text shown in the inline comment button */
70
+ "inline-add-comment-button.title": void 0,
71
+ // 'Add comment'
66
72
  /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
67
73
  "list-item.breadcrumb-button-go-to-field-aria-label": "Ga naar {{field}} veld",
68
74
  /** The button tooltip content for the add reaction button */
@@ -95,6 +101,9 @@ var comments = removeUndefinedLocaleResources({
95
101
  "list-item.layout-posting": "Plaatsen...",
96
102
  /** The text for retrying posting a comment */
97
103
  "list-item.layout-retry": "Opnieuw proberen",
104
+ /** The text shown when the value a comment references has been deleted */
105
+ "list-item.missing-referenced-value-tooltip-content": void 0,
106
+ // 'The commented text has been deleted'
98
107
  /** The aria label for the comments menu button to open the actions menu */
99
108
  "list-item.open-menu-aria-label": "Menu met opmerkingacties openen",
100
109
  /** The button text to re-open a resolved comment */
@@ -1 +1 @@
1
- {"version":3,"file":"comments.js","sources":["../../src/comments.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The close comments button text */\n 'close-pane-button-text': 'Opmerkingen sluiten',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Opmerkingen sluiten',\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': 'Voeg opmerking toe aan <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': 'Upgrade om opmerkingen toe te voegen',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Nieuwe opmerking toevoegen',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Vermeld gebruiker',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Vermeld gebruiker',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Antwoorden',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Upgrade om te antwoorden',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Verstuur opmerking',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Verstuur opmerking',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Kan link niet naar klembord kopiëren',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Link gekopieerd naar klembord',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Na het verwijderen kan een opmerking niet worden hersteld.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Verwijder opmerking',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Deze opmerking verwijderen?',\n\n /** The delete dialog error */\n 'delete-dialog.error':\n 'Er is een fout opgetreden bij het verwijderen van de opmerking. Probeer het opnieuw.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Deze opmerking en de antwoorden worden verwijderd. Eenmaal verwijderd kunnen ze niet worden hersteld.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Verwijder draad',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Deze opmerkingendraad verwijderen?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Verwerpen',\n /** The header for discard comment dialog */\n 'discard.header': 'Opmerking verwerpen?',\n /** The text for discard comment dialog */\n 'discard.text': 'Wilt u de opmerking verwerpen?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Deel uw feedback',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Help verbeteren ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Opmerkingen',\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': 'Opmerking toevoegen',\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': 'Opmerking openen',\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': 'Bekijk opmerking',\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': 'Bekijk opmerkingen',\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': 'Opmerking toevoegen',\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': 'Ga naar {{field}} veld',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Reactie toevoegen',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Reactie toevoegen',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Upgrade om reactie toe te voegen',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Link naar opmerking kopiëren',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Opmerking verwijderen',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Opmerking bewerken',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Upgrade om opmerking te bewerken',\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': 'Ga naar veld',\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': 'op <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'bewerkt',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Verzenden mislukt.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Plaatsen...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Opnieuw proberen',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Menu met opmerkingacties openen',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Opnieuw openen',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Opnieuw openen',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Opmerking als opgelost markeren',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Als opgelost markeren',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text':\n 'Openstaande opmerkingen op dit document worden hier getoond.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Nog geen openstaande opmerkingen',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text':\n 'Opgeloste opmerkingen over dit document worden hier getoond.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Nog geen opgeloste opmerkingen',\n /** The list status message for error */\n 'list-status.error': 'Er is iets misgegaan',\n /** The list status message for loading status */\n 'list-status.loading': 'Opmerkingen laden',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Geen gebruikers gevonden',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Niet geautoriseerd',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Lijst van gebruikers om te vermelden',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'Je kunt opmerkingen toevoegen aan elk veld in een document. Ze verschijnen hier, gegroepeerd per veld.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Begrepen',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Documentvelden hebben nu opmerkingen',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Reactie toevoegen',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Reageer met {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Onbekende gebruiker',\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': 'jij',\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': 'Jij',\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>hebben gereageerd met</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Open',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Open opmerkingen',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Opgelost',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Opgeloste opmerkingen',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Upgrade om opgeloste opmerkingen te zien',\n})\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"comments.js","sources":["../../src/comments.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The close comments button text */\n 'close-pane-button-text': 'Opmerkingen sluiten',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Opmerkingen sluiten',\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': 'Voeg opmerking toe aan <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': 'Upgrade om opmerkingen toe te voegen',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Nieuwe opmerking toevoegen',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Vermeld gebruiker',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Vermeld gebruiker',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Antwoorden',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Upgrade om te antwoorden',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Verstuur opmerking',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Verstuur opmerking',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Kan link niet naar klembord kopiëren',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Link gekopieerd naar klembord',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Na het verwijderen kan een opmerking niet worden hersteld.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Verwijder opmerking',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Deze opmerking verwijderen?',\n\n /** The delete dialog error */\n 'delete-dialog.error':\n 'Er is een fout opgetreden bij het verwijderen van de opmerking. Probeer het opnieuw.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Deze opmerking en de antwoorden worden verwijderd. Eenmaal verwijderd kunnen ze niet worden hersteld.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Verwijder draad',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Deze opmerkingendraad verwijderen?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Verwerpen',\n /** The header for discard comment dialog */\n 'discard.header': 'Opmerking verwerpen?',\n /** The text for discard comment dialog */\n 'discard.text': 'Wilt u de opmerking verwerpen?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Deel uw feedback',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Help verbeteren ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Opmerkingen',\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': 'Opmerking toevoegen',\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': 'Opmerking openen',\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': 'Bekijk opmerking',\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': 'Bekijk opmerkingen',\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': 'Opmerking toevoegen',\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': undefined, // 'Comments cannot overlap'\n /** The text shown in the inline comment button */\n 'inline-add-comment-button.title': undefined, // 'Add comment'\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': 'Ga naar {{field}} veld',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Reactie toevoegen',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Reactie toevoegen',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Upgrade om reactie toe te voegen',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Link naar opmerking kopiëren',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Opmerking verwijderen',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Opmerking bewerken',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Upgrade om opmerking te bewerken',\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': 'Ga naar veld',\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': 'op <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'bewerkt',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Verzenden mislukt.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Plaatsen...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Opnieuw proberen',\n /** The text shown when the value a comment references has been deleted */\n 'list-item.missing-referenced-value-tooltip-content': undefined, // 'The commented text has been deleted'\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Menu met opmerkingacties openen',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Opnieuw openen',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Opnieuw openen',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Opmerking als opgelost markeren',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Als opgelost markeren',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text':\n 'Openstaande opmerkingen op dit document worden hier getoond.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Nog geen openstaande opmerkingen',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text':\n 'Opgeloste opmerkingen over dit document worden hier getoond.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Nog geen opgeloste opmerkingen',\n /** The list status message for error */\n 'list-status.error': 'Er is iets misgegaan',\n /** The list status message for loading status */\n 'list-status.loading': 'Opmerkingen laden',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Geen gebruikers gevonden',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Niet geautoriseerd',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Lijst van gebruikers om te vermelden',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'Je kunt opmerkingen toevoegen aan elk veld in een document. Ze verschijnen hier, gegroepeerd per veld.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Begrepen',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Documentvelden hebben nu opmerkingen',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Reactie toevoegen',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Reageer met {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Onbekende gebruiker',\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': 'jij',\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': 'Jij',\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>hebben gereageerd met</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Open',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Open opmerkingen',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Opgelost',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Opgeloste opmerkingen',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Upgrade om opgeloste opmerkingen te zien',\n})\n"],"names":[],"mappings":";;AAEA,eAAe,8BAA+B,CAAA;AAAA;AAAA,EAE5C,wBAA0B,EAAA,qBAAA;AAAA;AAAA,EAG1B,mCAAqC,EAAA,qBAAA;AAAA;AAAA,EAGrC,uCAAyC,EAAA,mDAAA;AAAA;AAAA,EAEzC,8CAAgD,EAAA,sCAAA;AAAA;AAAA,EAEhD,oCAAsC,EAAA,4BAAA;AAAA;AAAA,EAEtC,iCAAmC,EAAA,mBAAA;AAAA;AAAA,EAEnC,8BAAgC,EAAA,mBAAA;AAAA;AAAA,EAEhC,2BAA6B,EAAA,YAAA;AAAA;AAAA,EAE7B,kCAAoC,EAAA,0BAAA;AAAA;AAAA,EAEpC,iCAAmC,EAAA,oBAAA;AAAA;AAAA,EAEnC,8BAAgC,EAAA,oBAAA;AAAA;AAAA,EAGhC,yBAA2B,EAAA,yCAAA;AAAA;AAAA,EAG3B,2BAA6B,EAAA,+BAAA;AAAA;AAAA,EAG7B,qBAAuB,EAAA,4DAAA;AAAA;AAAA,EAEvB,wBAA0B,EAAA,qBAAA;AAAA;AAAA,EAE1B,sBAAwB,EAAA,6BAAA;AAAA;AAAA,EAGxB,qBACE,EAAA,sFAAA;AAAA;AAAA,EAGF,oBACE,EAAA,uGAAA;AAAA;AAAA,EAEF,uBAAyB,EAAA,iBAAA;AAAA;AAAA,EAEzB,qBAAuB,EAAA,oCAAA;AAAA;AAAA,EAGvB,wBAA0B,EAAA,WAAA;AAAA;AAAA,EAE1B,gBAAkB,EAAA,sBAAA;AAAA;AAAA,EAElB,cAAgB,EAAA,gCAAA;AAAA;AAAA,EAGhB,uBAAyB,EAAA,kBAAA;AAAA;AAAA,EAEzB,wBAA0B,EAAA,kBAAA;AAAA;AAAA,EAG1B,cAAgB,EAAA,aAAA;AAAA;AAAA,EAGhB,6BAA+B,EAAA,qBAAA;AAAA;AAAA,EAE/B,8BAAgC,EAAA,kBAAA;AAAA;AAAA,EAEhC,0BAA4B,EAAA,kBAAA;AAAA;AAAA,EAE5B,4BAA8B,EAAA,oBAAA;AAAA;AAAA,EAE9B,oBAAsB,EAAA,qBAAA;AAAA;AAAA,EAGtB,kDAAoD,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEpD,iCAAmC,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAGnC,oDAAsD,EAAA,wBAAA;AAAA;AAAA,EAEtD,qCAAuC,EAAA,mBAAA;AAAA;AAAA,EAEvC,gDAAkD,EAAA,mBAAA;AAAA;AAAA,EAElD,4CAA8C,EAAA,kCAAA;AAAA;AAAA,EAE9C,qBAAuB,EAAA,iCAAA;AAAA;AAAA,EAEvB,0BAA4B,EAAA,uBAAA;AAAA;AAAA,EAE5B,wBAA0B,EAAA,oBAAA;AAAA;AAAA,EAE1B,+BAAiC,EAAA,kCAAA;AAAA;AAAA,EAEjC,yCAA2C,EAAA,cAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAM3C,0BAA4B,EAAA,uCAAA;AAAA;AAAA,EAE5B,yBAA2B,EAAA,SAAA;AAAA;AAAA,EAE3B,8BAAgC,EAAA,oBAAA;AAAA;AAAA,EAEhC,0BAA4B,EAAA,aAAA;AAAA;AAAA,EAE5B,wBAA0B,EAAA,kBAAA;AAAA;AAAA,EAE1B,oDAAsD,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEtD,gCAAkC,EAAA,iCAAA;AAAA;AAAA,EAElC,4BAA8B,EAAA,gBAAA;AAAA;AAAA,EAE9B,uCAAyC,EAAA,gBAAA;AAAA;AAAA,EAEzC,uCAAyC,EAAA,iCAAA;AAAA;AAAA,EAEzC,oCAAsC,EAAA,uBAAA;AAAA;AAAA,EAGtC,mCACE,EAAA,8DAAA;AAAA;AAAA,EAEF,oCAAsC,EAAA,kCAAA;AAAA;AAAA,EAEtC,uCACE,EAAA,8DAAA;AAAA;AAAA,EAEF,wCAA0C,EAAA,gCAAA;AAAA;AAAA,EAE1C,mBAAqB,EAAA,sBAAA;AAAA;AAAA,EAErB,qBAAuB,EAAA,mBAAA;AAAA;AAAA,EAGvB,yBAA2B,EAAA,0BAAA;AAAA;AAAA,EAE3B,4BAA8B,EAAA,oBAAA;AAAA;AAAA,EAE9B,+BAAiC,EAAA,sCAAA;AAAA;AAAA,EAGjC,iBACE,EAAA,wGAAA;AAAA;AAAA,EAEF,oBAAsB,EAAA,UAAA;AAAA;AAAA,EAEtB,mBAAqB,EAAA,sCAAA;AAAA;AAAA,EAGrB,gCAAkC,EAAA,mBAAA;AAAA;AAAA,EAElC,iCAAmC,EAAA,8BAAA;AAAA;AAAA,EAEnC,gDAAkD,EAAA,qBAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOlD,yBAA2B,EAAA,KAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAO3B,iCAAmC,EAAA,KAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQnC,uCACE,EAAA,gEAAA;AAAA;AAAA,EAGF,2BAA6B,EAAA,MAAA;AAAA;AAAA,EAE7B,gCAAkC,EAAA,kBAAA;AAAA;AAAA,EAElC,+BAAiC,EAAA,UAAA;AAAA;AAAA,EAEjC,oCAAsC,EAAA,uBAAA;AAAA;AAAA,EAEtC,2CAA6C,EAAA,0CAAA;AAC/C,CAAC,CAAA;;;;"}
@@ -0,0 +1,184 @@
1
+ 'use strict';
2
+
3
+ var sanity = require('sanity');
4
+
5
+ var tasks = sanity.removeUndefinedLocaleResources({
6
+ /** The label for the create task action */
7
+ "actions.create.text": void 0,
8
+ // 'Create new task'
9
+ /** The label for the open tasks panel action */
10
+ "actions.open.text": void 0,
11
+ // 'Tasks'
12
+ /** The label for the button to create a new task */
13
+ "buttons.create.text": void 0,
14
+ // 'Create Task'
15
+ /** The label for the button to discard changes */
16
+ "buttons.discard.text": void 0,
17
+ // 'Discard'
18
+ /** The label for the button to open the draft */
19
+ "buttons.draft.text": void 0,
20
+ // 'Draft'
21
+ /** The label for the button to create a new task */
22
+ "buttons.new.text": void 0,
23
+ // 'New task'
24
+ /** The label for the button that will navigate to the next task */
25
+ "buttons.next.tooltip": void 0,
26
+ // 'Go to next task'
27
+ /** The label for the button that will previous to the next task */
28
+ "buttons.previous.tooltip": void 0,
29
+ // 'Go to previous task'
30
+ /** Text for the remove task dialog asking for confirmation of deletion */
31
+ "dialog.remove-task.body": void 0,
32
+ // 'Are you sure you want to delete this task?'
33
+ /** Text for the remove task dialog clarifying that deletion is permanent */
34
+ "dialog.remove-task.body2": void 0,
35
+ // 'Once deleted, it cannot be restored.'
36
+ /** The label for the cancel button on the remove task dialog */
37
+ "dialog.remove-task.buttons.cancel.text": void 0,
38
+ // 'Cancel'
39
+ /** The label for the confirmation button on the remove task dialog */
40
+ "dialog.remove-task.buttons.confirm.text": void 0,
41
+ // 'Remove'
42
+ /** The title for the remove task dialog */
43
+ "dialog.remove-task.title": void 0,
44
+ // 'Remove task'
45
+ /** The text used as a placeholder for the footer action in a document with a single task */
46
+ "document.footer.open-tasks.placeholder_one": void 0,
47
+ // 'Open task'
48
+ /** The text used as a placeholder for the footer action in a document with multiple tasks */
49
+ "document.footer.open-tasks.placeholder_other": void 0,
50
+ // 'Open tasks'
51
+ /** The label used in the button in the footer action in a document with a single task */
52
+ "document.footer.open-tasks.text_one": void 0,
53
+ // '{{count}} open task'
54
+ /** The label used in the button in the footer action in a document with multiple tasks */
55
+ "document.footer.open-tasks.text_other": void 0,
56
+ // '{{count}} open tasks'
57
+ "empty-state.list.assigned.heading": void 0,
58
+ // 'You haven\'t been assigned any tasks'
59
+ "empty-state.list.assigned.text": void 0,
60
+ // 'Once you\'re assigned tasks they\'ll show up here'
61
+ "empty-state.list.create-new": void 0,
62
+ // 'Create new task'
63
+ "empty-state.list.document.heading": void 0,
64
+ // 'This document doesn\'t have any tasks yet'
65
+ "empty-state.list.document.text": void 0,
66
+ // 'Once a document has connected tasks, they will be shown here.'
67
+ "empty-state.list.subscribed.heading": void 0,
68
+ // 'You haven\'t subscribed to any tasks'
69
+ "empty-state.list.subscribed.text": void 0,
70
+ // 'When you create, modify, or comment on a task you will be subscribed automatically'
71
+ "empty-state.status.list.closed.assigned.heading": void 0,
72
+ // 'No completed tasks'
73
+ "empty-state.status.list.closed.assigned.text": void 0,
74
+ // 'Your tasks marked done will show up here'
75
+ "empty-state.status.list.closed.document.heading": void 0,
76
+ // 'No completed tasks'
77
+ "empty-state.status.list.closed.subscribed.heading": void 0,
78
+ // 'No completed tasks'
79
+ "empty-state.status.list.closed.subscribed.text": void 0,
80
+ // 'Tasks you subscribe to marked done will show up here'
81
+ "empty-state.status.list.open.assigned.heading": void 0,
82
+ // 'You\'re all caught up'
83
+ "empty-state.status.list.open.assigned.text": void 0,
84
+ // 'New tasks assigned to you will show up here'
85
+ "empty-state.status.list.open.document.heading": void 0,
86
+ // 'No tasks on this document'
87
+ "empty-state.status.list.open.subscribed.heading": void 0,
88
+ // 'No subscribed tasks'
89
+ "empty-state.status.list.open.subscribed.text": void 0,
90
+ // 'Tasks you subscribe to will show up here'
91
+ /** Text used in the assignee input when there is no user assigned */
92
+ "form.input.assignee.no-user-assigned.text": void 0,
93
+ // 'Not assigned'
94
+ /** Text used in the assignee input when searching and no users are found */
95
+ "form.input.assignee.search.no-users.text": void 0,
96
+ // 'No users found'
97
+ /** Placeholder text used in the search box in the assignee input */
98
+ "form.input.assignee.search.placeholder": void 0,
99
+ // 'Select username'
100
+ /** Text used in the assignee input when user is not authorized */
101
+ "form.input.assignee.unauthorized.text": void 0,
102
+ // 'Unauthorized'
103
+ /** Text used in the assignee input when user is not found */
104
+ "form.input.assignee.user-not-found.text": void 0,
105
+ // 'User not found'
106
+ /** The label used in the create more toggle */
107
+ "form.input.create-more.text": void 0,
108
+ // 'Create more'
109
+ /** The label used in the date input to remove the current value */
110
+ "form.input.date.buttons.remove.text": void 0,
111
+ // 'Remove'
112
+ /** Placeholder text used in the description input */
113
+ "form.input.description.placeholder": void 0,
114
+ // 'Add description'
115
+ /** The label used in the target input to remove the current value */
116
+ "form.input.target.buttons.remove.text": void 0,
117
+ // 'Remove target content'
118
+ /** The text used in the target input when encountering a schema error */
119
+ "form.input.target.error.schema-not-found": void 0,
120
+ // 'Schema not found'
121
+ /** The placeholder text used in the target input for the search component */
122
+ "form.input.target.search.placeholder": void 0,
123
+ // 'Select document'
124
+ /** The placeholder text for the title input */
125
+ "form.input.title.placeholder": void 0,
126
+ // 'Task title'
127
+ /** The status error message presented when the user does not supply a title */
128
+ "form.status.error.title-required": void 0,
129
+ // 'Title is required'
130
+ /** The status message upon successful creation of a task */
131
+ "form.status.success": void 0,
132
+ // 'Task created'
133
+ /** The text displayed when no tasks are found */
134
+ "list.empty.text": void 0,
135
+ // 'No tasks'
136
+ /** The label for the copy link menu item */
137
+ "menuitem.copylink.text": void 0,
138
+ // 'Copy link to task'
139
+ /** The label for the delete task menu item */
140
+ "menuitem.delete.text": void 0,
141
+ // 'Delete task'
142
+ /** The label for the duplicate task menu item */
143
+ "menuitem.duplicate.text": void 0,
144
+ // 'Duplicate task'
145
+ /** Fragment used to construct the first entry in the activity log */
146
+ "panel.activity.created-fragment": void 0,
147
+ // 'created this task'
148
+ /** The title of the activity section of the task */
149
+ "panel.activity.title": void 0,
150
+ // 'Activity'
151
+ /** The text used in the activity log when unable to find the user */
152
+ "panel.activity.unknown-user": void 0,
153
+ // 'Unknown user'
154
+ /** The tooltip for the close button for the task panel */
155
+ "panel.close.tooltip": void 0,
156
+ // 'Close sidebar'
157
+ /** The placeholder text for the comment text box */
158
+ "panel.comment.placeholder": void 0,
159
+ // 'Add a comment...'
160
+ /** The title used in the task panel when showing the create task form */
161
+ "panel.create.title": void 0,
162
+ // 'Create'
163
+ /** The title used in the drafts pulldown */
164
+ "panel.drafts.title": void 0,
165
+ // 'Drafts'
166
+ /** The tooltip for the task navigation component */
167
+ "panel.navigation.tooltip": void 0,
168
+ // 'Open tasks'
169
+ /** Title of the Tasks panel */
170
+ "panel.title": void 0,
171
+ // 'Tasks'
172
+ /** Label for the Assigned Tab */
173
+ "tab.assigned.label": void 0,
174
+ // 'Assigned'
175
+ /** Label for the Active Document Tab */
176
+ "tab.document.label": void 0,
177
+ // 'Active Document'
178
+ /** Label for the Subscribed Tab */
179
+ "tab.subscribed.label": void 0
180
+ // 'Subscribed'
181
+ });
182
+
183
+ exports.default = tasks;
184
+ //# sourceMappingURL=tasks.cjs.map
@@ -0,0 +1 @@
1
+ {"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': undefined, // 'Create new task'\n /** The label for the open tasks panel action */\n 'actions.open.text': undefined, // 'Tasks'\n\n /** The label for the button to create a new task */\n 'buttons.create.text': undefined, // 'Create Task'\n /** The label for the button to discard changes */\n 'buttons.discard.text': undefined, // 'Discard'\n /** The label for the button to open the draft */\n 'buttons.draft.text': undefined, // 'Draft'\n /** The label for the button to create a new task */\n 'buttons.new.text': undefined, // 'New task'\n /** The label for the button that will navigate to the next task */\n 'buttons.next.tooltip': undefined, // 'Go to next task'\n /** The label for the button that will previous to the next task */\n 'buttons.previous.tooltip': undefined, // 'Go to previous task'\n\n /** Text for the remove task dialog asking for confirmation of deletion */\n 'dialog.remove-task.body': undefined, // 'Are you sure you want to delete this task?'\n /** Text for the remove task dialog clarifying that deletion is permanent */\n 'dialog.remove-task.body2': undefined, // 'Once deleted, it cannot be restored.'\n /** The label for the cancel button on the remove task dialog */\n 'dialog.remove-task.buttons.cancel.text': undefined, // 'Cancel'\n /** The label for the confirmation button on the remove task dialog */\n 'dialog.remove-task.buttons.confirm.text': undefined, // 'Remove'\n /** The title for the remove task dialog */\n 'dialog.remove-task.title': undefined, // 'Remove task'\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': undefined, // 'Open task'\n /** The text used as a placeholder for the footer action in a document with multiple tasks */\n 'document.footer.open-tasks.placeholder_other': undefined, // 'Open tasks'\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': undefined, // '{{count}} open task'\n /** The label used in the button in the footer action in a document with multiple tasks */\n 'document.footer.open-tasks.text_other': undefined, // '{{count}} open tasks'\n\n 'empty-state.list.assigned.heading': undefined, // 'You haven\\'t been assigned any tasks'\n 'empty-state.list.assigned.text': undefined, // 'Once you\\'re assigned tasks they\\'ll show up here'\n 'empty-state.list.create-new': undefined, // 'Create new task'\n 'empty-state.list.document.heading': undefined, // 'This document doesn\\'t have any tasks yet'\n 'empty-state.list.document.text': undefined, // 'Once a document has connected tasks, they will be shown here.'\n 'empty-state.list.subscribed.heading': undefined, // 'You haven\\'t subscribed to any tasks'\n 'empty-state.list.subscribed.text': undefined, // 'When you create, modify, or comment on a task you will be subscribed automatically'\n 'empty-state.status.list.closed.assigned.heading': undefined, // 'No completed tasks'\n 'empty-state.status.list.closed.assigned.text': undefined, // 'Your tasks marked done will show up here'\n 'empty-state.status.list.closed.document.heading': undefined, // 'No completed tasks'\n 'empty-state.status.list.closed.subscribed.heading': undefined, // 'No completed tasks'\n 'empty-state.status.list.closed.subscribed.text': undefined, // 'Tasks you subscribe to marked done will show up here'\n 'empty-state.status.list.open.assigned.heading': undefined, // 'You\\'re all caught up'\n 'empty-state.status.list.open.assigned.text': undefined, // 'New tasks assigned to you will show up here'\n 'empty-state.status.list.open.document.heading': undefined, // 'No tasks on this document'\n 'empty-state.status.list.open.subscribed.heading': undefined, // 'No subscribed tasks'\n 'empty-state.status.list.open.subscribed.text': undefined, // 'Tasks you subscribe to will show up here'\n\n /** Text used in the assignee input when there is no user assigned */\n 'form.input.assignee.no-user-assigned.text': undefined, // 'Not assigned'\n /** Text used in the assignee input when searching and no users are found */\n 'form.input.assignee.search.no-users.text': undefined, // 'No users found'\n /** Placeholder text used in the search box in the assignee input */\n 'form.input.assignee.search.placeholder': undefined, // 'Select username'\n /** Text used in the assignee input when user is not authorized */\n 'form.input.assignee.unauthorized.text': undefined, // 'Unauthorized'\n /** Text used in the assignee input when user is not found */\n 'form.input.assignee.user-not-found.text': undefined, // 'User not found'\n /** The label used in the create more toggle */\n 'form.input.create-more.text': undefined, // 'Create more'\n /** The label used in the date input to remove the current value */\n 'form.input.date.buttons.remove.text': undefined, // 'Remove'\n /** Placeholder text used in the description input */\n 'form.input.description.placeholder': undefined, // 'Add description'\n /** The label used in the target input to remove the current value */\n 'form.input.target.buttons.remove.text': undefined, // 'Remove target content'\n /** The text used in the target input when encountering a schema error */\n 'form.input.target.error.schema-not-found': undefined, // 'Schema not found'\n /** The placeholder text used in the target input for the search component */\n 'form.input.target.search.placeholder': undefined, // 'Select document'\n /** The placeholder text for the title input */\n 'form.input.title.placeholder': undefined, // 'Task title'\n /** The status error message presented when the user does not supply a title */\n 'form.status.error.title-required': undefined, // 'Title is required'\n /** The status message upon successful creation of a task */\n 'form.status.success': undefined, // 'Task created'\n\n /** The text displayed when no tasks are found */\n 'list.empty.text': undefined, // 'No tasks'\n\n /** The label for the copy link menu item */\n 'menuitem.copylink.text': undefined, // 'Copy link to task'\n /** The label for the delete task menu item */\n 'menuitem.delete.text': undefined, // 'Delete task'\n /** The label for the duplicate task menu item */\n 'menuitem.duplicate.text': undefined, // 'Duplicate task'\n\n /** Fragment used to construct the first entry in the activity log */\n 'panel.activity.created-fragment': undefined, // 'created this task'\n /** The title of the activity section of the task */\n 'panel.activity.title': undefined, // 'Activity'\n /** The text used in the activity log when unable to find the user */\n 'panel.activity.unknown-user': undefined, // 'Unknown user'\n /** The tooltip for the close button for the task panel */\n 'panel.close.tooltip': undefined, // 'Close sidebar'\n /** The placeholder text for the comment text box */\n 'panel.comment.placeholder': undefined, // 'Add a comment...'\n /** The title used in the task panel when showing the create task form */\n 'panel.create.title': undefined, // 'Create'\n /** The title used in the drafts pulldown */\n 'panel.drafts.title': undefined, // 'Drafts'\n /** The tooltip for the task navigation component */\n 'panel.navigation.tooltip': undefined, // 'Open tasks'\n /** Title of the Tasks panel */\n 'panel.title': undefined, // 'Tasks'\n\n /** Label for the Assigned Tab */\n 'tab.assigned.label': undefined, // 'Assigned'\n /** Label for the Active Document Tab */\n 'tab.document.label': undefined, // 'Active Document'\n /** Label for the Subscribed Tab */\n 'tab.subscribed.label': undefined, // 'Subscribed'\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";;;;AAEA,YAAeA,qCAA+B,CAAA;AAAA;AAAA,EAE5C,qBAAuB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEvB,mBAAqB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAGrB,qBAAuB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEvB,sBAAwB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAExB,oBAAsB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEtB,kBAAoB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEpB,sBAAwB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAExB,0BAA4B,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAG5B,yBAA2B,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE3B,0BAA4B,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE5B,wCAA0C,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE1C,yCAA2C,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE3C,0BAA4B,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAG5B,4CAA8C,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE9C,8CAAgD,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEhD,qCAAuC,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEvC,uCAAyC,EAAA,KAAA,CAAA;AAAA;AAAA,EAEzC,mCAAqC,EAAA,KAAA,CAAA;AAAA;AAAA,EACrC,gCAAkC,EAAA,KAAA,CAAA;AAAA;AAAA,EAClC,6BAA+B,EAAA,KAAA,CAAA;AAAA;AAAA,EAC/B,mCAAqC,EAAA,KAAA,CAAA;AAAA;AAAA,EACrC,gCAAkC,EAAA,KAAA,CAAA;AAAA;AAAA,EAClC,qCAAuC,EAAA,KAAA,CAAA;AAAA;AAAA,EACvC,kCAAoC,EAAA,KAAA,CAAA;AAAA;AAAA,EACpC,iDAAmD,EAAA,KAAA,CAAA;AAAA;AAAA,EACnD,8CAAgD,EAAA,KAAA,CAAA;AAAA;AAAA,EAChD,iDAAmD,EAAA,KAAA,CAAA;AAAA;AAAA,EACnD,mDAAqD,EAAA,KAAA,CAAA;AAAA;AAAA,EACrD,gDAAkD,EAAA,KAAA,CAAA;AAAA;AAAA,EAClD,+CAAiD,EAAA,KAAA,CAAA;AAAA;AAAA,EACjD,4CAA8C,EAAA,KAAA,CAAA;AAAA;AAAA,EAC9C,+CAAiD,EAAA,KAAA,CAAA;AAAA;AAAA,EACjD,iDAAmD,EAAA,KAAA,CAAA;AAAA;AAAA,EACnD,8CAAgD,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAGhD,2CAA6C,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE7C,0CAA4C,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE5C,wCAA0C,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE1C,uCAAyC,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEzC,yCAA2C,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE3C,6BAA+B,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE/B,qCAAuC,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEvC,oCAAsC,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEtC,uCAAyC,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEzC,0CAA4C,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE5C,sCAAwC,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAExC,8BAAgC,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEhC,kCAAoC,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEpC,qBAAuB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAGvB,iBAAmB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAGnB,wBAA0B,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE1B,sBAAwB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAExB,yBAA2B,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAG3B,iCAAmC,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEnC,sBAAwB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAExB,6BAA+B,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE/B,qBAAuB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEvB,2BAA6B,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE7B,oBAAsB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEtB,oBAAsB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEtB,0BAA4B,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE5B,aAAe,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAGf,oBAAsB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEtB,oBAAsB,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEtB,sBAAwB,EAAA,KAAA,CAAA;AAAA;AAC1B,CAAC,CAAA;;;;"}
@@ -0,0 +1,182 @@
1
+ import { removeUndefinedLocaleResources } from 'sanity';
2
+
3
+ var tasks = removeUndefinedLocaleResources({
4
+ /** The label for the create task action */
5
+ "actions.create.text": void 0,
6
+ // 'Create new task'
7
+ /** The label for the open tasks panel action */
8
+ "actions.open.text": void 0,
9
+ // 'Tasks'
10
+ /** The label for the button to create a new task */
11
+ "buttons.create.text": void 0,
12
+ // 'Create Task'
13
+ /** The label for the button to discard changes */
14
+ "buttons.discard.text": void 0,
15
+ // 'Discard'
16
+ /** The label for the button to open the draft */
17
+ "buttons.draft.text": void 0,
18
+ // 'Draft'
19
+ /** The label for the button to create a new task */
20
+ "buttons.new.text": void 0,
21
+ // 'New task'
22
+ /** The label for the button that will navigate to the next task */
23
+ "buttons.next.tooltip": void 0,
24
+ // 'Go to next task'
25
+ /** The label for the button that will previous to the next task */
26
+ "buttons.previous.tooltip": void 0,
27
+ // 'Go to previous task'
28
+ /** Text for the remove task dialog asking for confirmation of deletion */
29
+ "dialog.remove-task.body": void 0,
30
+ // 'Are you sure you want to delete this task?'
31
+ /** Text for the remove task dialog clarifying that deletion is permanent */
32
+ "dialog.remove-task.body2": void 0,
33
+ // 'Once deleted, it cannot be restored.'
34
+ /** The label for the cancel button on the remove task dialog */
35
+ "dialog.remove-task.buttons.cancel.text": void 0,
36
+ // 'Cancel'
37
+ /** The label for the confirmation button on the remove task dialog */
38
+ "dialog.remove-task.buttons.confirm.text": void 0,
39
+ // 'Remove'
40
+ /** The title for the remove task dialog */
41
+ "dialog.remove-task.title": void 0,
42
+ // 'Remove task'
43
+ /** The text used as a placeholder for the footer action in a document with a single task */
44
+ "document.footer.open-tasks.placeholder_one": void 0,
45
+ // 'Open task'
46
+ /** The text used as a placeholder for the footer action in a document with multiple tasks */
47
+ "document.footer.open-tasks.placeholder_other": void 0,
48
+ // 'Open tasks'
49
+ /** The label used in the button in the footer action in a document with a single task */
50
+ "document.footer.open-tasks.text_one": void 0,
51
+ // '{{count}} open task'
52
+ /** The label used in the button in the footer action in a document with multiple tasks */
53
+ "document.footer.open-tasks.text_other": void 0,
54
+ // '{{count}} open tasks'
55
+ "empty-state.list.assigned.heading": void 0,
56
+ // 'You haven\'t been assigned any tasks'
57
+ "empty-state.list.assigned.text": void 0,
58
+ // 'Once you\'re assigned tasks they\'ll show up here'
59
+ "empty-state.list.create-new": void 0,
60
+ // 'Create new task'
61
+ "empty-state.list.document.heading": void 0,
62
+ // 'This document doesn\'t have any tasks yet'
63
+ "empty-state.list.document.text": void 0,
64
+ // 'Once a document has connected tasks, they will be shown here.'
65
+ "empty-state.list.subscribed.heading": void 0,
66
+ // 'You haven\'t subscribed to any tasks'
67
+ "empty-state.list.subscribed.text": void 0,
68
+ // 'When you create, modify, or comment on a task you will be subscribed automatically'
69
+ "empty-state.status.list.closed.assigned.heading": void 0,
70
+ // 'No completed tasks'
71
+ "empty-state.status.list.closed.assigned.text": void 0,
72
+ // 'Your tasks marked done will show up here'
73
+ "empty-state.status.list.closed.document.heading": void 0,
74
+ // 'No completed tasks'
75
+ "empty-state.status.list.closed.subscribed.heading": void 0,
76
+ // 'No completed tasks'
77
+ "empty-state.status.list.closed.subscribed.text": void 0,
78
+ // 'Tasks you subscribe to marked done will show up here'
79
+ "empty-state.status.list.open.assigned.heading": void 0,
80
+ // 'You\'re all caught up'
81
+ "empty-state.status.list.open.assigned.text": void 0,
82
+ // 'New tasks assigned to you will show up here'
83
+ "empty-state.status.list.open.document.heading": void 0,
84
+ // 'No tasks on this document'
85
+ "empty-state.status.list.open.subscribed.heading": void 0,
86
+ // 'No subscribed tasks'
87
+ "empty-state.status.list.open.subscribed.text": void 0,
88
+ // 'Tasks you subscribe to will show up here'
89
+ /** Text used in the assignee input when there is no user assigned */
90
+ "form.input.assignee.no-user-assigned.text": void 0,
91
+ // 'Not assigned'
92
+ /** Text used in the assignee input when searching and no users are found */
93
+ "form.input.assignee.search.no-users.text": void 0,
94
+ // 'No users found'
95
+ /** Placeholder text used in the search box in the assignee input */
96
+ "form.input.assignee.search.placeholder": void 0,
97
+ // 'Select username'
98
+ /** Text used in the assignee input when user is not authorized */
99
+ "form.input.assignee.unauthorized.text": void 0,
100
+ // 'Unauthorized'
101
+ /** Text used in the assignee input when user is not found */
102
+ "form.input.assignee.user-not-found.text": void 0,
103
+ // 'User not found'
104
+ /** The label used in the create more toggle */
105
+ "form.input.create-more.text": void 0,
106
+ // 'Create more'
107
+ /** The label used in the date input to remove the current value */
108
+ "form.input.date.buttons.remove.text": void 0,
109
+ // 'Remove'
110
+ /** Placeholder text used in the description input */
111
+ "form.input.description.placeholder": void 0,
112
+ // 'Add description'
113
+ /** The label used in the target input to remove the current value */
114
+ "form.input.target.buttons.remove.text": void 0,
115
+ // 'Remove target content'
116
+ /** The text used in the target input when encountering a schema error */
117
+ "form.input.target.error.schema-not-found": void 0,
118
+ // 'Schema not found'
119
+ /** The placeholder text used in the target input for the search component */
120
+ "form.input.target.search.placeholder": void 0,
121
+ // 'Select document'
122
+ /** The placeholder text for the title input */
123
+ "form.input.title.placeholder": void 0,
124
+ // 'Task title'
125
+ /** The status error message presented when the user does not supply a title */
126
+ "form.status.error.title-required": void 0,
127
+ // 'Title is required'
128
+ /** The status message upon successful creation of a task */
129
+ "form.status.success": void 0,
130
+ // 'Task created'
131
+ /** The text displayed when no tasks are found */
132
+ "list.empty.text": void 0,
133
+ // 'No tasks'
134
+ /** The label for the copy link menu item */
135
+ "menuitem.copylink.text": void 0,
136
+ // 'Copy link to task'
137
+ /** The label for the delete task menu item */
138
+ "menuitem.delete.text": void 0,
139
+ // 'Delete task'
140
+ /** The label for the duplicate task menu item */
141
+ "menuitem.duplicate.text": void 0,
142
+ // 'Duplicate task'
143
+ /** Fragment used to construct the first entry in the activity log */
144
+ "panel.activity.created-fragment": void 0,
145
+ // 'created this task'
146
+ /** The title of the activity section of the task */
147
+ "panel.activity.title": void 0,
148
+ // 'Activity'
149
+ /** The text used in the activity log when unable to find the user */
150
+ "panel.activity.unknown-user": void 0,
151
+ // 'Unknown user'
152
+ /** The tooltip for the close button for the task panel */
153
+ "panel.close.tooltip": void 0,
154
+ // 'Close sidebar'
155
+ /** The placeholder text for the comment text box */
156
+ "panel.comment.placeholder": void 0,
157
+ // 'Add a comment...'
158
+ /** The title used in the task panel when showing the create task form */
159
+ "panel.create.title": void 0,
160
+ // 'Create'
161
+ /** The title used in the drafts pulldown */
162
+ "panel.drafts.title": void 0,
163
+ // 'Drafts'
164
+ /** The tooltip for the task navigation component */
165
+ "panel.navigation.tooltip": void 0,
166
+ // 'Open tasks'
167
+ /** Title of the Tasks panel */
168
+ "panel.title": void 0,
169
+ // 'Tasks'
170
+ /** Label for the Assigned Tab */
171
+ "tab.assigned.label": void 0,
172
+ // 'Assigned'
173
+ /** Label for the Active Document Tab */
174
+ "tab.document.label": void 0,
175
+ // 'Active Document'
176
+ /** Label for the Subscribed Tab */
177
+ "tab.subscribed.label": void 0
178
+ // 'Subscribed'
179
+ });
180
+
181
+ export { tasks as default };
182
+ //# sourceMappingURL=tasks.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tasks.js","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': undefined, // 'Create new task'\n /** The label for the open tasks panel action */\n 'actions.open.text': undefined, // 'Tasks'\n\n /** The label for the button to create a new task */\n 'buttons.create.text': undefined, // 'Create Task'\n /** The label for the button to discard changes */\n 'buttons.discard.text': undefined, // 'Discard'\n /** The label for the button to open the draft */\n 'buttons.draft.text': undefined, // 'Draft'\n /** The label for the button to create a new task */\n 'buttons.new.text': undefined, // 'New task'\n /** The label for the button that will navigate to the next task */\n 'buttons.next.tooltip': undefined, // 'Go to next task'\n /** The label for the button that will previous to the next task */\n 'buttons.previous.tooltip': undefined, // 'Go to previous task'\n\n /** Text for the remove task dialog asking for confirmation of deletion */\n 'dialog.remove-task.body': undefined, // 'Are you sure you want to delete this task?'\n /** Text for the remove task dialog clarifying that deletion is permanent */\n 'dialog.remove-task.body2': undefined, // 'Once deleted, it cannot be restored.'\n /** The label for the cancel button on the remove task dialog */\n 'dialog.remove-task.buttons.cancel.text': undefined, // 'Cancel'\n /** The label for the confirmation button on the remove task dialog */\n 'dialog.remove-task.buttons.confirm.text': undefined, // 'Remove'\n /** The title for the remove task dialog */\n 'dialog.remove-task.title': undefined, // 'Remove task'\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': undefined, // 'Open task'\n /** The text used as a placeholder for the footer action in a document with multiple tasks */\n 'document.footer.open-tasks.placeholder_other': undefined, // 'Open tasks'\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': undefined, // '{{count}} open task'\n /** The label used in the button in the footer action in a document with multiple tasks */\n 'document.footer.open-tasks.text_other': undefined, // '{{count}} open tasks'\n\n 'empty-state.list.assigned.heading': undefined, // 'You haven\\'t been assigned any tasks'\n 'empty-state.list.assigned.text': undefined, // 'Once you\\'re assigned tasks they\\'ll show up here'\n 'empty-state.list.create-new': undefined, // 'Create new task'\n 'empty-state.list.document.heading': undefined, // 'This document doesn\\'t have any tasks yet'\n 'empty-state.list.document.text': undefined, // 'Once a document has connected tasks, they will be shown here.'\n 'empty-state.list.subscribed.heading': undefined, // 'You haven\\'t subscribed to any tasks'\n 'empty-state.list.subscribed.text': undefined, // 'When you create, modify, or comment on a task you will be subscribed automatically'\n 'empty-state.status.list.closed.assigned.heading': undefined, // 'No completed tasks'\n 'empty-state.status.list.closed.assigned.text': undefined, // 'Your tasks marked done will show up here'\n 'empty-state.status.list.closed.document.heading': undefined, // 'No completed tasks'\n 'empty-state.status.list.closed.subscribed.heading': undefined, // 'No completed tasks'\n 'empty-state.status.list.closed.subscribed.text': undefined, // 'Tasks you subscribe to marked done will show up here'\n 'empty-state.status.list.open.assigned.heading': undefined, // 'You\\'re all caught up'\n 'empty-state.status.list.open.assigned.text': undefined, // 'New tasks assigned to you will show up here'\n 'empty-state.status.list.open.document.heading': undefined, // 'No tasks on this document'\n 'empty-state.status.list.open.subscribed.heading': undefined, // 'No subscribed tasks'\n 'empty-state.status.list.open.subscribed.text': undefined, // 'Tasks you subscribe to will show up here'\n\n /** Text used in the assignee input when there is no user assigned */\n 'form.input.assignee.no-user-assigned.text': undefined, // 'Not assigned'\n /** Text used in the assignee input when searching and no users are found */\n 'form.input.assignee.search.no-users.text': undefined, // 'No users found'\n /** Placeholder text used in the search box in the assignee input */\n 'form.input.assignee.search.placeholder': undefined, // 'Select username'\n /** Text used in the assignee input when user is not authorized */\n 'form.input.assignee.unauthorized.text': undefined, // 'Unauthorized'\n /** Text used in the assignee input when user is not found */\n 'form.input.assignee.user-not-found.text': undefined, // 'User not found'\n /** The label used in the create more toggle */\n 'form.input.create-more.text': undefined, // 'Create more'\n /** The label used in the date input to remove the current value */\n 'form.input.date.buttons.remove.text': undefined, // 'Remove'\n /** Placeholder text used in the description input */\n 'form.input.description.placeholder': undefined, // 'Add description'\n /** The label used in the target input to remove the current value */\n 'form.input.target.buttons.remove.text': undefined, // 'Remove target content'\n /** The text used in the target input when encountering a schema error */\n 'form.input.target.error.schema-not-found': undefined, // 'Schema not found'\n /** The placeholder text used in the target input for the search component */\n 'form.input.target.search.placeholder': undefined, // 'Select document'\n /** The placeholder text for the title input */\n 'form.input.title.placeholder': undefined, // 'Task title'\n /** The status error message presented when the user does not supply a title */\n 'form.status.error.title-required': undefined, // 'Title is required'\n /** The status message upon successful creation of a task */\n 'form.status.success': undefined, // 'Task created'\n\n /** The text displayed when no tasks are found */\n 'list.empty.text': undefined, // 'No tasks'\n\n /** The label for the copy link menu item */\n 'menuitem.copylink.text': undefined, // 'Copy link to task'\n /** The label for the delete task menu item */\n 'menuitem.delete.text': undefined, // 'Delete task'\n /** The label for the duplicate task menu item */\n 'menuitem.duplicate.text': undefined, // 'Duplicate task'\n\n /** Fragment used to construct the first entry in the activity log */\n 'panel.activity.created-fragment': undefined, // 'created this task'\n /** The title of the activity section of the task */\n 'panel.activity.title': undefined, // 'Activity'\n /** The text used in the activity log when unable to find the user */\n 'panel.activity.unknown-user': undefined, // 'Unknown user'\n /** The tooltip for the close button for the task panel */\n 'panel.close.tooltip': undefined, // 'Close sidebar'\n /** The placeholder text for the comment text box */\n 'panel.comment.placeholder': undefined, // 'Add a comment...'\n /** The title used in the task panel when showing the create task form */\n 'panel.create.title': undefined, // 'Create'\n /** The title used in the drafts pulldown */\n 'panel.drafts.title': undefined, // 'Drafts'\n /** The tooltip for the task navigation component */\n 'panel.navigation.tooltip': undefined, // 'Open tasks'\n /** Title of the Tasks panel */\n 'panel.title': undefined, // 'Tasks'\n\n /** Label for the Assigned Tab */\n 'tab.assigned.label': undefined, // 'Assigned'\n /** Label for the Active Document Tab */\n 'tab.document.label': undefined, // 'Active Document'\n /** Label for the Subscribed Tab */\n 'tab.subscribed.label': undefined, // 'Subscribed'\n})\n"],"names":[],"mappings":"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"}
package/dist/index.cjs CHANGED
@@ -8,6 +8,10 @@ const locale = sanity.defineLocale({
8
8
  id: "nl-NL",
9
9
  title: "Nederlands",
10
10
  bundles: [
11
+ {
12
+ namespace: "comments",
13
+ resources: () => Promise.resolve().then(function () { return require('./_chunks/comments.cjs'); })
14
+ },
11
15
  {
12
16
  namespace: "structure",
13
17
  resources: () => Promise.resolve().then(function () { return require('./_chunks/structure.cjs'); })
@@ -17,12 +21,12 @@ const locale = sanity.defineLocale({
17
21
  resources: () => Promise.resolve().then(function () { return require('./_chunks/studio.cjs'); })
18
22
  },
19
23
  {
20
- namespace: "validation",
21
- resources: () => Promise.resolve().then(function () { return require('./_chunks/validation.cjs'); })
24
+ namespace: "tasks",
25
+ resources: () => Promise.resolve().then(function () { return require('./_chunks/tasks.cjs'); })
22
26
  },
23
27
  {
24
- namespace: "comments",
25
- resources: () => Promise.resolve().then(function () { return require('./_chunks/comments.cjs'); })
28
+ namespace: "validation",
29
+ resources: () => Promise.resolve().then(function () { return require('./_chunks/validation.cjs'); })
26
30
  },
27
31
  {
28
32
  namespace: "vision",
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'nl-NL',\n title: 'Nederlands',\n bundles: [\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\n weekend: [6, 7],\n },\n})\n\n/**\n * Nederlands / Dutch locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const nlNLLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-nl-nl',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":["defineLocale","definePlugin"],"mappings":";;;;;;AAEA,MAAM,SAASA,mBAAa,CAAA;AAAA,EAC1B,EAAI,EAAA,OAAA;AAAA,EACJ,KAAO,EAAA,YAAA;AAAA,EACP,OAAS,EAAA;AAAA,IACP;AAAA,MACE,SAAW,EAAA,WAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,yBAAa,KAAA;AAAA,KACvC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,sBAAU,KAAA;AAAA,KACpC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,YAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,0BAAc,KAAA;AAAA,KACxC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,UAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,wBAAY,KAAA;AAAA,KACtC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,sBAAU,KAAA;AAAA,KACpC;AAAA,GACF;AAAA,EACA,QAAU,EAAA;AAAA,IACR,QAAU,EAAA,CAAA;AAAA,IACV,WAAa,EAAA,CAAA;AAAA,IACb,OAAA,EAAS,CAAC,CAAA,EAAG,CAAC,CAAA;AAAA,GAChB;AACF,CAAC,CAAA,CAAA;AAOY,MAAA,UAAA,GAAaC,mBAGhB,CAAA,CAAC,MAAY,MAAA;AAAA,EACrB,IAAM,EAAA,sBAAA;AAAA,EACN,IAAM,EAAA;AAAA,IACJ,OAAA,EAAS,CAAC,MAAS,GAAA,EAAC,GAAG,MAAQ,EAAA,GAAG,MAAM,EAAA,GAAI,MAAM,CAAA;AAAA,GACpD;AACF,CAAE,CAAA;;;;"}
1
+ {"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'nl-NL',\n title: 'Nederlands',\n bundles: [\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\n weekend: [6, 7],\n },\n})\n\n/**\n * Nederlands / Dutch locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const nlNLLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-nl-nl',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":["defineLocale","definePlugin"],"mappings":";;;;;;AAEA,MAAM,SAASA,mBAAa,CAAA;AAAA,EAC1B,EAAI,EAAA,OAAA;AAAA,EACJ,KAAO,EAAA,YAAA;AAAA,EACP,OAAS,EAAA;AAAA,IACP;AAAA,MACE,SAAW,EAAA,UAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,wBAAY,KAAA;AAAA,KACtC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,WAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,yBAAa,KAAA;AAAA,KACvC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,sBAAU,KAAA;AAAA,KACpC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,OAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,qBAAS,KAAA;AAAA,KACnC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,YAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,0BAAc,KAAA;AAAA,KACxC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,oDAAO,sBAAU,KAAA;AAAA,KACpC;AAAA,GACF;AAAA,EACA,QAAU,EAAA;AAAA,IACR,QAAU,EAAA,CAAA;AAAA,IACV,WAAa,EAAA,CAAA;AAAA,IACb,OAAA,EAAS,CAAC,CAAA,EAAG,CAAC,CAAA;AAAA,GAChB;AACF,CAAC,CAAA,CAAA;AAOY,MAAA,UAAA,GAAaC,mBAGhB,CAAA,CAAC,MAAY,MAAA;AAAA,EACrB,IAAM,EAAA,sBAAA;AAAA,EACN,IAAM,EAAA;AAAA,IACJ,OAAA,EAAS,CAAC,MAAS,GAAA,EAAC,GAAG,MAAQ,EAAA,GAAG,MAAM,EAAA,GAAI,MAAM,CAAA;AAAA,GACpD;AACF,CAAE,CAAA;;;;"}
package/dist/index.js CHANGED
@@ -4,6 +4,10 @@ const locale = defineLocale({
4
4
  id: "nl-NL",
5
5
  title: "Nederlands",
6
6
  bundles: [
7
+ {
8
+ namespace: "comments",
9
+ resources: () => import('./_chunks/comments.js')
10
+ },
7
11
  {
8
12
  namespace: "structure",
9
13
  resources: () => import('./_chunks/structure.js')
@@ -13,12 +17,12 @@ const locale = defineLocale({
13
17
  resources: () => import('./_chunks/studio.js')
14
18
  },
15
19
  {
16
- namespace: "validation",
17
- resources: () => import('./_chunks/validation.js')
20
+ namespace: "tasks",
21
+ resources: () => import('./_chunks/tasks.js')
18
22
  },
19
23
  {
20
- namespace: "comments",
21
- resources: () => import('./_chunks/comments.js')
24
+ namespace: "validation",
25
+ resources: () => import('./_chunks/validation.js')
22
26
  },
23
27
  {
24
28
  namespace: "vision",
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'nl-NL',\n title: 'Nederlands',\n bundles: [\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\n weekend: [6, 7],\n },\n})\n\n/**\n * Nederlands / Dutch locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const nlNLLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-nl-nl',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":[],"mappings":";;AAEA,MAAM,SAAS,YAAa,CAAA;AAAA,EAC1B,EAAI,EAAA,OAAA;AAAA,EACJ,KAAO,EAAA,YAAA;AAAA,EACP,OAAS,EAAA;AAAA,IACP;AAAA,MACE,SAAW,EAAA,WAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,wBAAa,CAAA;AAAA,KACvC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,qBAAU,CAAA;AAAA,KACpC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,YAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,yBAAc,CAAA;AAAA,KACxC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,UAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,uBAAY,CAAA;AAAA,KACtC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,qBAAU,CAAA;AAAA,KACpC;AAAA,GACF;AAAA,EACA,QAAU,EAAA;AAAA,IACR,QAAU,EAAA,CAAA;AAAA,IACV,WAAa,EAAA,CAAA;AAAA,IACb,OAAA,EAAS,CAAC,CAAA,EAAG,CAAC,CAAA;AAAA,GAChB;AACF,CAAC,CAAA,CAAA;AAOY,MAAA,UAAA,GAAa,YAGhB,CAAA,CAAC,MAAY,MAAA;AAAA,EACrB,IAAM,EAAA,sBAAA;AAAA,EACN,IAAM,EAAA;AAAA,IACJ,OAAA,EAAS,CAAC,MAAS,GAAA,EAAC,GAAG,MAAQ,EAAA,GAAG,MAAM,EAAA,GAAI,MAAM,CAAA;AAAA,GACpD;AACF,CAAE,CAAA;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'nl-NL',\n title: 'Nederlands',\n bundles: [\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\n weekend: [6, 7],\n },\n})\n\n/**\n * Nederlands / Dutch locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const nlNLLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-nl-nl',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":[],"mappings":";;AAEA,MAAM,SAAS,YAAa,CAAA;AAAA,EAC1B,EAAI,EAAA,OAAA;AAAA,EACJ,KAAO,EAAA,YAAA;AAAA,EACP,OAAS,EAAA;AAAA,IACP;AAAA,MACE,SAAW,EAAA,UAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,uBAAY,CAAA;AAAA,KACtC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,WAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,wBAAa,CAAA;AAAA,KACvC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,qBAAU,CAAA;AAAA,KACpC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,OAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,oBAAS,CAAA;AAAA,KACnC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,YAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,yBAAc,CAAA;AAAA,KACxC;AAAA,IAEA;AAAA,MACE,SAAW,EAAA,QAAA;AAAA,MACX,SAAA,EAAW,MAAM,OAAO,qBAAU,CAAA;AAAA,KACpC;AAAA,GACF;AAAA,EACA,QAAU,EAAA;AAAA,IACR,QAAU,EAAA,CAAA;AAAA,IACV,WAAa,EAAA,CAAA;AAAA,IACb,OAAA,EAAS,CAAC,CAAA,EAAG,CAAC,CAAA;AAAA,GAChB;AACF,CAAC,CAAA,CAAA;AAOY,MAAA,UAAA,GAAa,YAGhB,CAAA,CAAC,MAAY,MAAA;AAAA,EACrB,IAAM,EAAA,sBAAA;AAAA,EACN,IAAM,EAAA;AAAA,IACJ,OAAA,EAAS,CAAC,MAAS,GAAA,EAAC,GAAG,MAAQ,EAAA,GAAG,MAAM,EAAA,GAAI,MAAM,CAAA;AAAA,GACpD;AACF,CAAE,CAAA;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/locale-nl-nl",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "private": false,
5
5
  "description": "Dutch / Nederlands locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/comments.ts CHANGED
@@ -77,6 +77,11 @@ export default removeUndefinedLocaleResources({
77
77
  /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */
78
78
  'field-button.title': 'Opmerking toevoegen',
79
79
 
80
+ /* The text shown in the inline comment button when the button is disabled due to overlap */
81
+ 'inline-add-comment-button.disabled-overlap-title': undefined, // 'Comments cannot overlap'
82
+ /** The text shown in the inline comment button */
83
+ 'inline-add-comment-button.title': undefined, // 'Add comment'
84
+
80
85
  /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
81
86
  'list-item.breadcrumb-button-go-to-field-aria-label': 'Ga naar {{field}} veld',
82
87
  /** The button tooltip content for the add reaction button */
@@ -109,6 +114,8 @@ export default removeUndefinedLocaleResources({
109
114
  'list-item.layout-posting': 'Plaatsen...',
110
115
  /** The text for retrying posting a comment */
111
116
  'list-item.layout-retry': 'Opnieuw proberen',
117
+ /** The text shown when the value a comment references has been deleted */
118
+ 'list-item.missing-referenced-value-tooltip-content': undefined, // 'The commented text has been deleted'
112
119
  /** The aria label for the comments menu button to open the actions menu */
113
120
  'list-item.open-menu-aria-label': 'Menu met opmerkingacties openen',
114
121
  /** The button text to re-open a resolved comment */
package/src/index.ts CHANGED
@@ -4,6 +4,11 @@ const locale = defineLocale({
4
4
  id: 'nl-NL',
5
5
  title: 'Nederlands',
6
6
  bundles: [
7
+ {
8
+ namespace: 'comments',
9
+ resources: () => import('./comments'),
10
+ },
11
+
7
12
  {
8
13
  namespace: 'structure',
9
14
  resources: () => import('./structure'),
@@ -15,13 +20,13 @@ const locale = defineLocale({
15
20
  },
16
21
 
17
22
  {
18
- namespace: 'validation',
19
- resources: () => import('./validation'),
23
+ namespace: 'tasks',
24
+ resources: () => import('./tasks'),
20
25
  },
21
26
 
22
27
  {
23
- namespace: 'comments',
24
- resources: () => import('./comments'),
28
+ namespace: 'validation',
29
+ resources: () => import('./validation'),
25
30
  },
26
31
 
27
32
  {
package/src/tasks.ts ADDED
@@ -0,0 +1,124 @@
1
+ import {removeUndefinedLocaleResources} from 'sanity'
2
+
3
+ export default removeUndefinedLocaleResources({
4
+ /** The label for the create task action */
5
+ 'actions.create.text': undefined, // 'Create new task'
6
+ /** The label for the open tasks panel action */
7
+ 'actions.open.text': undefined, // 'Tasks'
8
+
9
+ /** The label for the button to create a new task */
10
+ 'buttons.create.text': undefined, // 'Create Task'
11
+ /** The label for the button to discard changes */
12
+ 'buttons.discard.text': undefined, // 'Discard'
13
+ /** The label for the button to open the draft */
14
+ 'buttons.draft.text': undefined, // 'Draft'
15
+ /** The label for the button to create a new task */
16
+ 'buttons.new.text': undefined, // 'New task'
17
+ /** The label for the button that will navigate to the next task */
18
+ 'buttons.next.tooltip': undefined, // 'Go to next task'
19
+ /** The label for the button that will previous to the next task */
20
+ 'buttons.previous.tooltip': undefined, // 'Go to previous task'
21
+
22
+ /** Text for the remove task dialog asking for confirmation of deletion */
23
+ 'dialog.remove-task.body': undefined, // 'Are you sure you want to delete this task?'
24
+ /** Text for the remove task dialog clarifying that deletion is permanent */
25
+ 'dialog.remove-task.body2': undefined, // 'Once deleted, it cannot be restored.'
26
+ /** The label for the cancel button on the remove task dialog */
27
+ 'dialog.remove-task.buttons.cancel.text': undefined, // 'Cancel'
28
+ /** The label for the confirmation button on the remove task dialog */
29
+ 'dialog.remove-task.buttons.confirm.text': undefined, // 'Remove'
30
+ /** The title for the remove task dialog */
31
+ 'dialog.remove-task.title': undefined, // 'Remove task'
32
+
33
+ /** The text used as a placeholder for the footer action in a document with a single task */
34
+ 'document.footer.open-tasks.placeholder_one': undefined, // 'Open task'
35
+ /** The text used as a placeholder for the footer action in a document with multiple tasks */
36
+ 'document.footer.open-tasks.placeholder_other': undefined, // 'Open tasks'
37
+ /** The label used in the button in the footer action in a document with a single task */
38
+ 'document.footer.open-tasks.text_one': undefined, // '{{count}} open task'
39
+ /** The label used in the button in the footer action in a document with multiple tasks */
40
+ 'document.footer.open-tasks.text_other': undefined, // '{{count}} open tasks'
41
+
42
+ 'empty-state.list.assigned.heading': undefined, // 'You haven\'t been assigned any tasks'
43
+ 'empty-state.list.assigned.text': undefined, // 'Once you\'re assigned tasks they\'ll show up here'
44
+ 'empty-state.list.create-new': undefined, // 'Create new task'
45
+ 'empty-state.list.document.heading': undefined, // 'This document doesn\'t have any tasks yet'
46
+ 'empty-state.list.document.text': undefined, // 'Once a document has connected tasks, they will be shown here.'
47
+ 'empty-state.list.subscribed.heading': undefined, // 'You haven\'t subscribed to any tasks'
48
+ 'empty-state.list.subscribed.text': undefined, // 'When you create, modify, or comment on a task you will be subscribed automatically'
49
+ 'empty-state.status.list.closed.assigned.heading': undefined, // 'No completed tasks'
50
+ 'empty-state.status.list.closed.assigned.text': undefined, // 'Your tasks marked done will show up here'
51
+ 'empty-state.status.list.closed.document.heading': undefined, // 'No completed tasks'
52
+ 'empty-state.status.list.closed.subscribed.heading': undefined, // 'No completed tasks'
53
+ 'empty-state.status.list.closed.subscribed.text': undefined, // 'Tasks you subscribe to marked done will show up here'
54
+ 'empty-state.status.list.open.assigned.heading': undefined, // 'You\'re all caught up'
55
+ 'empty-state.status.list.open.assigned.text': undefined, // 'New tasks assigned to you will show up here'
56
+ 'empty-state.status.list.open.document.heading': undefined, // 'No tasks on this document'
57
+ 'empty-state.status.list.open.subscribed.heading': undefined, // 'No subscribed tasks'
58
+ 'empty-state.status.list.open.subscribed.text': undefined, // 'Tasks you subscribe to will show up here'
59
+
60
+ /** Text used in the assignee input when there is no user assigned */
61
+ 'form.input.assignee.no-user-assigned.text': undefined, // 'Not assigned'
62
+ /** Text used in the assignee input when searching and no users are found */
63
+ 'form.input.assignee.search.no-users.text': undefined, // 'No users found'
64
+ /** Placeholder text used in the search box in the assignee input */
65
+ 'form.input.assignee.search.placeholder': undefined, // 'Select username'
66
+ /** Text used in the assignee input when user is not authorized */
67
+ 'form.input.assignee.unauthorized.text': undefined, // 'Unauthorized'
68
+ /** Text used in the assignee input when user is not found */
69
+ 'form.input.assignee.user-not-found.text': undefined, // 'User not found'
70
+ /** The label used in the create more toggle */
71
+ 'form.input.create-more.text': undefined, // 'Create more'
72
+ /** The label used in the date input to remove the current value */
73
+ 'form.input.date.buttons.remove.text': undefined, // 'Remove'
74
+ /** Placeholder text used in the description input */
75
+ 'form.input.description.placeholder': undefined, // 'Add description'
76
+ /** The label used in the target input to remove the current value */
77
+ 'form.input.target.buttons.remove.text': undefined, // 'Remove target content'
78
+ /** The text used in the target input when encountering a schema error */
79
+ 'form.input.target.error.schema-not-found': undefined, // 'Schema not found'
80
+ /** The placeholder text used in the target input for the search component */
81
+ 'form.input.target.search.placeholder': undefined, // 'Select document'
82
+ /** The placeholder text for the title input */
83
+ 'form.input.title.placeholder': undefined, // 'Task title'
84
+ /** The status error message presented when the user does not supply a title */
85
+ 'form.status.error.title-required': undefined, // 'Title is required'
86
+ /** The status message upon successful creation of a task */
87
+ 'form.status.success': undefined, // 'Task created'
88
+
89
+ /** The text displayed when no tasks are found */
90
+ 'list.empty.text': undefined, // 'No tasks'
91
+
92
+ /** The label for the copy link menu item */
93
+ 'menuitem.copylink.text': undefined, // 'Copy link to task'
94
+ /** The label for the delete task menu item */
95
+ 'menuitem.delete.text': undefined, // 'Delete task'
96
+ /** The label for the duplicate task menu item */
97
+ 'menuitem.duplicate.text': undefined, // 'Duplicate task'
98
+
99
+ /** Fragment used to construct the first entry in the activity log */
100
+ 'panel.activity.created-fragment': undefined, // 'created this task'
101
+ /** The title of the activity section of the task */
102
+ 'panel.activity.title': undefined, // 'Activity'
103
+ /** The text used in the activity log when unable to find the user */
104
+ 'panel.activity.unknown-user': undefined, // 'Unknown user'
105
+ /** The tooltip for the close button for the task panel */
106
+ 'panel.close.tooltip': undefined, // 'Close sidebar'
107
+ /** The placeholder text for the comment text box */
108
+ 'panel.comment.placeholder': undefined, // 'Add a comment...'
109
+ /** The title used in the task panel when showing the create task form */
110
+ 'panel.create.title': undefined, // 'Create'
111
+ /** The title used in the drafts pulldown */
112
+ 'panel.drafts.title': undefined, // 'Drafts'
113
+ /** The tooltip for the task navigation component */
114
+ 'panel.navigation.tooltip': undefined, // 'Open tasks'
115
+ /** Title of the Tasks panel */
116
+ 'panel.title': undefined, // 'Tasks'
117
+
118
+ /** Label for the Assigned Tab */
119
+ 'tab.assigned.label': undefined, // 'Assigned'
120
+ /** Label for the Active Document Tab */
121
+ 'tab.document.label': undefined, // 'Active Document'
122
+ /** Label for the Subscribed Tab */
123
+ 'tab.subscribed.label': undefined, // 'Subscribed'
124
+ })