@sanity/locale-nl-nl 1.1.5 → 1.1.6

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.
@@ -66,11 +66,9 @@ var comments = sanity.removeUndefinedLocaleResources({
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
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'
69
+ "inline-add-comment-button.disabled-overlap-title": "Opmerkingen kunnen niet overlappen",
71
70
  /** The text shown in the inline comment button */
72
- "inline-add-comment-button.title": void 0,
73
- // 'Add comment'
71
+ "inline-add-comment-button.title": "Voeg opmerking toe",
74
72
  /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
75
73
  "list-item.breadcrumb-button-go-to-field-aria-label": "Ga naar {{field}} veld",
76
74
  /** The button tooltip content for the add reaction button */
@@ -104,8 +102,7 @@ var comments = sanity.removeUndefinedLocaleResources({
104
102
  /** The text for retrying posting a comment */
105
103
  "list-item.layout-retry": "Opnieuw proberen",
106
104
  /** 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'
105
+ "list-item.missing-referenced-value-tooltip-content": "De becommentarieerde tekst is verwijderd",
109
106
  /** The aria label for the comments menu button to open the actions menu */
110
107
  "list-item.open-menu-aria-label": "Menu met opmerkingacties openen",
111
108
  /** 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 /* 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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"}
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': 'Opmerkingen kunnen niet overlappen',\n /** The text shown in the inline comment button */\n 'inline-add-comment-button.title': 'Voeg opmerking toe',\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': 'De becommentarieerde tekst is verwijderd',\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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"}
@@ -64,11 +64,9 @@ var comments = removeUndefinedLocaleResources({
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
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'
67
+ "inline-add-comment-button.disabled-overlap-title": "Opmerkingen kunnen niet overlappen",
69
68
  /** The text shown in the inline comment button */
70
- "inline-add-comment-button.title": void 0,
71
- // 'Add comment'
69
+ "inline-add-comment-button.title": "Voeg opmerking toe",
72
70
  /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
73
71
  "list-item.breadcrumb-button-go-to-field-aria-label": "Ga naar {{field}} veld",
74
72
  /** The button tooltip content for the add reaction button */
@@ -102,8 +100,7 @@ var comments = removeUndefinedLocaleResources({
102
100
  /** The text for retrying posting a comment */
103
101
  "list-item.layout-retry": "Opnieuw proberen",
104
102
  /** 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'
103
+ "list-item.missing-referenced-value-tooltip-content": "De becommentarieerde tekst is verwijderd",
107
104
  /** The aria label for the comments menu button to open the actions menu */
108
105
  "list-item.open-menu-aria-label": "Menu met opmerkingacties openen",
109
106
  /** 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 /* 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":"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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': 'Opmerkingen kunnen niet overlappen',\n /** The text shown in the inline comment button */\n 'inline-add-comment-button.title': 'Voeg opmerking toe',\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': 'De becommentarieerde tekst is verwijderd',\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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"}
@@ -4,180 +4,116 @@ var sanity = require('sanity');
4
4
 
5
5
  var tasks = sanity.removeUndefinedLocaleResources({
6
6
  /** The label for the create task action */
7
- "actions.create.text": void 0,
8
- // 'Create new task'
7
+ "actions.create.text": "Nieuwe taak aanmaken",
9
8
  /** The label for the open tasks panel action */
10
- "actions.open.text": void 0,
11
- // 'Tasks'
9
+ "actions.open.text": "Taken",
12
10
  /** The label for the button to create a new task */
13
- "buttons.create.text": void 0,
14
- // 'Create Task'
11
+ "buttons.create.text": "Taak aanmaken",
15
12
  /** The label for the button to discard changes */
16
- "buttons.discard.text": void 0,
17
- // 'Discard'
13
+ "buttons.discard.text": "Verwijderen",
18
14
  /** The label for the button to open the draft */
19
- "buttons.draft.text": void 0,
20
- // 'Draft'
15
+ "buttons.draft.text": "Concept",
21
16
  /** The label for the button to create a new task */
22
- "buttons.new.text": void 0,
23
- // 'New task'
17
+ "buttons.new.text": "Nieuwe taak",
24
18
  /** The label for the button that will navigate to the next task */
25
- "buttons.next.tooltip": void 0,
26
- // 'Go to next task'
19
+ "buttons.next.tooltip": "Ga naar volgende taak",
27
20
  /** The label for the button that will previous to the next task */
28
- "buttons.previous.tooltip": void 0,
29
- // 'Go to previous task'
21
+ "buttons.previous.tooltip": "Ga naar vorige taak",
30
22
  /** 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?'
23
+ "dialog.remove-task.body": "Weet u zeker dat u deze taak wilt verwijderen?",
33
24
  /** 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.'
25
+ "dialog.remove-task.body2": "Eenmaal verwijderd, kan het niet worden hersteld.",
36
26
  /** The label for the cancel button on the remove task dialog */
37
- "dialog.remove-task.buttons.cancel.text": void 0,
38
- // 'Cancel'
27
+ "dialog.remove-task.buttons.cancel.text": "Annuleren",
39
28
  /** The label for the confirmation button on the remove task dialog */
40
- "dialog.remove-task.buttons.confirm.text": void 0,
41
- // 'Remove'
29
+ "dialog.remove-task.buttons.confirm.text": "Verwijderen",
42
30
  /** The title for the remove task dialog */
43
- "dialog.remove-task.title": void 0,
44
- // 'Remove task'
31
+ "dialog.remove-task.title": "Taak verwijderen",
45
32
  /** 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'
33
+ "document.footer.open-tasks.placeholder_one": "Taak openen",
48
34
  /** 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'
35
+ "document.footer.open-tasks.placeholder_other": "Taken openen",
51
36
  /** 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'
37
+ "document.footer.open-tasks.text_one": "{{count}} openstaande taak",
54
38
  /** 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'
39
+ "document.footer.open-tasks.text_other": "{{count}} openstaande taken",
40
+ "empty-state.list.assigned.heading": "Je hebt nog geen taken toegewezen gekregen",
41
+ "empty-state.list.assigned.text": "Zodra je taken toegewezen krijgt, zullen ze hier verschijnen",
42
+ "empty-state.list.create-new": "Nieuwe taak aanmaken",
43
+ "empty-state.list.document.heading": "Dit document heeft nog geen taken",
44
+ "empty-state.list.document.text": "Zodra een document verbonden taken heeft, zullen ze hier getoond worden.",
45
+ "empty-state.list.subscribed.heading": "Je hebt je nog niet ingeschreven voor taken",
46
+ "empty-state.list.subscribed.text": "Wanneer je een taak aanmaakt, wijzigt of erop reageert, word je automatisch ingeschreven",
47
+ "empty-state.status.list.closed.assigned.heading": "Geen voltooide taken",
48
+ "empty-state.status.list.closed.assigned.text": "Uw taken gemarkeerd als voltooid zullen hier verschijnen",
49
+ "empty-state.status.list.closed.document.heading": "Geen voltooide taken",
50
+ "empty-state.status.list.closed.subscribed.heading": "Geen voltooide taken",
51
+ "empty-state.status.list.closed.subscribed.text": "Taken waarop u geabonneerd bent en gemarkeerd als voltooid zullen hier verschijnen",
52
+ "empty-state.status.list.open.assigned.heading": "Je bent helemaal bij",
53
+ "empty-state.status.list.open.assigned.text": "Nieuwe aan jou toegewezen taken zullen hier verschijnen",
54
+ "empty-state.status.list.open.document.heading": "Geen taken bij dit document",
55
+ "empty-state.status.list.open.subscribed.heading": "Geen geabonneerde taken",
56
+ "empty-state.status.list.open.subscribed.text": "Taken waarop u geabonneerd bent zullen hier verschijnen",
91
57
  /** 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'
58
+ "form.input.assignee.no-user-assigned.text": "Niet toegewezen",
94
59
  /** 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'
60
+ "form.input.assignee.search.no-users.text": "Geen gebruikers gevonden",
97
61
  /** Placeholder text used in the search box in the assignee input */
98
- "form.input.assignee.search.placeholder": void 0,
99
- // 'Select username'
62
+ "form.input.assignee.search.placeholder": "Selecteer gebruikersnaam",
100
63
  /** Text used in the assignee input when user is not authorized */
101
- "form.input.assignee.unauthorized.text": void 0,
102
- // 'Unauthorized'
64
+ "form.input.assignee.unauthorized.text": "Niet geautoriseerd",
103
65
  /** 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'
66
+ "form.input.assignee.user-not-found.text": "Gebruiker niet gevonden",
106
67
  /** The label used in the create more toggle */
107
- "form.input.create-more.text": void 0,
108
- // 'Create more'
68
+ "form.input.create-more.text": "Meer aanmaken",
109
69
  /** The label used in the date input to remove the current value */
110
- "form.input.date.buttons.remove.text": void 0,
111
- // 'Remove'
70
+ "form.input.date.buttons.remove.text": "Verwijderen",
112
71
  /** Placeholder text used in the description input */
113
- "form.input.description.placeholder": void 0,
114
- // 'Add description'
72
+ "form.input.description.placeholder": "Voeg beschrijving toe",
115
73
  /** 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'
74
+ "form.input.target.buttons.remove.text": "Verwijder doelinhoud",
118
75
  /** 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'
76
+ "form.input.target.error.schema-not-found": "Schema niet gevonden",
121
77
  /** The placeholder text used in the target input for the search component */
122
- "form.input.target.search.placeholder": void 0,
123
- // 'Select document'
78
+ "form.input.target.search.placeholder": "Selecteer document",
124
79
  /** The placeholder text for the title input */
125
- "form.input.title.placeholder": void 0,
126
- // 'Task title'
80
+ "form.input.title.placeholder": "Taak titel",
127
81
  /** 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'
82
+ "form.status.error.title-required": "Titel is vereist",
130
83
  /** The status message upon successful creation of a task */
131
- "form.status.success": void 0,
132
- // 'Task created'
84
+ "form.status.success": "Taak aangemaakt",
133
85
  /** The text displayed when no tasks are found */
134
- "list.empty.text": void 0,
135
- // 'No tasks'
86
+ "list.empty.text": "Geen taken",
136
87
  /** The label for the copy link menu item */
137
- "menuitem.copylink.text": void 0,
138
- // 'Copy link to task'
88
+ "menuitem.copylink.text": "Kopieer link naar taak",
139
89
  /** The label for the delete task menu item */
140
- "menuitem.delete.text": void 0,
141
- // 'Delete task'
90
+ "menuitem.delete.text": "Taak verwijderen",
142
91
  /** The label for the duplicate task menu item */
143
- "menuitem.duplicate.text": void 0,
144
- // 'Duplicate task'
92
+ "menuitem.duplicate.text": "Taak dupliceren",
145
93
  /** Fragment used to construct the first entry in the activity log */
146
- "panel.activity.created-fragment": void 0,
147
- // 'created this task'
94
+ "panel.activity.created-fragment": "heeft deze taak aangemaakt",
148
95
  /** The title of the activity section of the task */
149
- "panel.activity.title": void 0,
150
- // 'Activity'
96
+ "panel.activity.title": "Activiteit",
151
97
  /** The text used in the activity log when unable to find the user */
152
- "panel.activity.unknown-user": void 0,
153
- // 'Unknown user'
98
+ "panel.activity.unknown-user": "Onbekende gebruiker",
154
99
  /** The tooltip for the close button for the task panel */
155
- "panel.close.tooltip": void 0,
156
- // 'Close sidebar'
100
+ "panel.close.tooltip": "Zijbalk sluiten",
157
101
  /** The placeholder text for the comment text box */
158
- "panel.comment.placeholder": void 0,
159
- // 'Add a comment...'
102
+ "panel.comment.placeholder": "Voeg een opmerking toe...",
160
103
  /** The title used in the task panel when showing the create task form */
161
- "panel.create.title": void 0,
162
- // 'Create'
104
+ "panel.create.title": "Aanmaken",
163
105
  /** The title used in the drafts pulldown */
164
- "panel.drafts.title": void 0,
165
- // 'Drafts'
106
+ "panel.drafts.title": "Concepten",
166
107
  /** The tooltip for the task navigation component */
167
- "panel.navigation.tooltip": void 0,
168
- // 'Open tasks'
108
+ "panel.navigation.tooltip": "Taken openen",
169
109
  /** Title of the Tasks panel */
170
- "panel.title": void 0,
171
- // 'Tasks'
110
+ "panel.title": "Taken",
172
111
  /** Label for the Assigned Tab */
173
- "tab.assigned.label": void 0,
174
- // 'Assigned'
112
+ "tab.assigned.label": "Toegewezen",
175
113
  /** Label for the Active Document Tab */
176
- "tab.document.label": void 0,
177
- // 'Active Document'
114
+ "tab.document.label": "Actief Document",
178
115
  /** Label for the Subscribed Tab */
179
- "tab.subscribed.label": void 0
180
- // 'Subscribed'
116
+ "tab.subscribed.label": "Geabonneerd"
181
117
  });
182
118
 
183
119
  exports.default = tasks;
@@ -1 +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":"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"}
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': 'Nieuwe taak aanmaken',\n /** The label for the open tasks panel action */\n 'actions.open.text': 'Taken',\n\n /** The label for the button to create a new task */\n 'buttons.create.text': 'Taak aanmaken',\n /** The label for the button to discard changes */\n 'buttons.discard.text': 'Verwijderen',\n /** The label for the button to open the draft */\n 'buttons.draft.text': 'Concept',\n /** The label for the button to create a new task */\n 'buttons.new.text': 'Nieuwe taak',\n /** The label for the button that will navigate to the next task */\n 'buttons.next.tooltip': 'Ga naar volgende taak',\n /** The label for the button that will previous to the next task */\n 'buttons.previous.tooltip': 'Ga naar vorige taak',\n\n /** Text for the remove task dialog asking for confirmation of deletion */\n 'dialog.remove-task.body': 'Weet u zeker dat u deze taak wilt verwijderen?',\n /** Text for the remove task dialog clarifying that deletion is permanent */\n 'dialog.remove-task.body2': 'Eenmaal verwijderd, kan het niet worden hersteld.',\n /** The label for the cancel button on the remove task dialog */\n 'dialog.remove-task.buttons.cancel.text': 'Annuleren',\n /** The label for the confirmation button on the remove task dialog */\n 'dialog.remove-task.buttons.confirm.text': 'Verwijderen',\n /** The title for the remove task dialog */\n 'dialog.remove-task.title': 'Taak verwijderen',\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': 'Taak openen',\n /** The text used as a placeholder for the footer action in a document with multiple tasks */\n 'document.footer.open-tasks.placeholder_other': 'Taken openen',\n /** The label used in the button in the footer action in a document with a single task */\n 'document.footer.open-tasks.text_one': '{{count}} openstaande taak',\n /** The label used in the button in the footer action in a document with multiple tasks */\n 'document.footer.open-tasks.text_other': '{{count}} openstaande taken',\n\n 'empty-state.list.assigned.heading': 'Je hebt nog geen taken toegewezen gekregen',\n 'empty-state.list.assigned.text': 'Zodra je taken toegewezen krijgt, zullen ze hier verschijnen',\n 'empty-state.list.create-new': 'Nieuwe taak aanmaken',\n 'empty-state.list.document.heading': 'Dit document heeft nog geen taken',\n 'empty-state.list.document.text':\n 'Zodra een document verbonden taken heeft, zullen ze hier getoond worden.',\n 'empty-state.list.subscribed.heading': 'Je hebt je nog niet ingeschreven voor taken',\n 'empty-state.list.subscribed.text':\n 'Wanneer je een taak aanmaakt, wijzigt of erop reageert, word je automatisch ingeschreven',\n 'empty-state.status.list.closed.assigned.heading': 'Geen voltooide taken',\n 'empty-state.status.list.closed.assigned.text':\n 'Uw taken gemarkeerd als voltooid zullen hier verschijnen',\n 'empty-state.status.list.closed.document.heading': 'Geen voltooide taken',\n 'empty-state.status.list.closed.subscribed.heading': 'Geen voltooide taken',\n 'empty-state.status.list.closed.subscribed.text':\n 'Taken waarop u geabonneerd bent en gemarkeerd als voltooid zullen hier verschijnen',\n 'empty-state.status.list.open.assigned.heading': 'Je bent helemaal bij',\n 'empty-state.status.list.open.assigned.text':\n 'Nieuwe aan jou toegewezen taken zullen hier verschijnen',\n 'empty-state.status.list.open.document.heading': 'Geen taken bij dit document',\n 'empty-state.status.list.open.subscribed.heading': 'Geen geabonneerde taken',\n 'empty-state.status.list.open.subscribed.text':\n 'Taken waarop u geabonneerd bent zullen hier verschijnen',\n\n /** Text used in the assignee input when there is no user assigned */\n 'form.input.assignee.no-user-assigned.text': 'Niet toegewezen',\n /** Text used in the assignee input when searching and no users are found */\n 'form.input.assignee.search.no-users.text': 'Geen gebruikers gevonden',\n /** Placeholder text used in the search box in the assignee input */\n 'form.input.assignee.search.placeholder': 'Selecteer gebruikersnaam',\n /** Text used in the assignee input when user is not authorized */\n 'form.input.assignee.unauthorized.text': 'Niet geautoriseerd',\n /** Text used in the assignee input when user is not found */\n 'form.input.assignee.user-not-found.text': 'Gebruiker niet gevonden',\n /** The label used in the create more toggle */\n 'form.input.create-more.text': 'Meer aanmaken',\n /** The label used in the date input to remove the current value */\n 'form.input.date.buttons.remove.text': 'Verwijderen',\n /** Placeholder text used in the description input */\n 'form.input.description.placeholder': 'Voeg beschrijving toe',\n /** The label used in the target input to remove the current value */\n 'form.input.target.buttons.remove.text': 'Verwijder doelinhoud',\n /** The text used in the target input when encountering a schema error */\n 'form.input.target.error.schema-not-found': 'Schema niet gevonden',\n /** The placeholder text used in the target input for the search component */\n 'form.input.target.search.placeholder': 'Selecteer document',\n /** The placeholder text for the title input */\n 'form.input.title.placeholder': 'Taak titel',\n /** The status error message presented when the user does not supply a title */\n 'form.status.error.title-required': 'Titel is vereist',\n /** The status message upon successful creation of a task */\n 'form.status.success': 'Taak aangemaakt',\n\n /** The text displayed when no tasks are found */\n 'list.empty.text': 'Geen taken',\n\n /** The label for the copy link menu item */\n 'menuitem.copylink.text': 'Kopieer link naar taak',\n /** The label for the delete task menu item */\n 'menuitem.delete.text': 'Taak verwijderen',\n /** The label for the duplicate task menu item */\n 'menuitem.duplicate.text': 'Taak dupliceren',\n\n /** Fragment used to construct the first entry in the activity log */\n 'panel.activity.created-fragment': 'heeft deze taak aangemaakt',\n /** The title of the activity section of the task */\n 'panel.activity.title': 'Activiteit',\n /** The text used in the activity log when unable to find the user */\n 'panel.activity.unknown-user': 'Onbekende gebruiker',\n /** The tooltip for the close button for the task panel */\n 'panel.close.tooltip': 'Zijbalk sluiten',\n /** The placeholder text for the comment text box */\n 'panel.comment.placeholder': 'Voeg een opmerking toe...',\n /** The title used in the task panel when showing the create task form */\n 'panel.create.title': 'Aanmaken',\n /** The title used in the drafts pulldown */\n 'panel.drafts.title': 'Concepten',\n /** The tooltip for the task navigation component */\n 'panel.navigation.tooltip': 'Taken openen',\n /** Title of the Tasks panel */\n 'panel.title': 'Taken',\n\n /** Label for the Assigned Tab */\n 'tab.assigned.label': 'Toegewezen',\n /** Label for the Active Document Tab */\n 'tab.document.label': 'Actief Document',\n /** Label for the Subscribed Tab */\n 'tab.subscribed.label': 'Geabonneerd',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
@@ -2,180 +2,116 @@ import { removeUndefinedLocaleResources } from 'sanity';
2
2
 
3
3
  var tasks = removeUndefinedLocaleResources({
4
4
  /** The label for the create task action */
5
- "actions.create.text": void 0,
6
- // 'Create new task'
5
+ "actions.create.text": "Nieuwe taak aanmaken",
7
6
  /** The label for the open tasks panel action */
8
- "actions.open.text": void 0,
9
- // 'Tasks'
7
+ "actions.open.text": "Taken",
10
8
  /** The label for the button to create a new task */
11
- "buttons.create.text": void 0,
12
- // 'Create Task'
9
+ "buttons.create.text": "Taak aanmaken",
13
10
  /** The label for the button to discard changes */
14
- "buttons.discard.text": void 0,
15
- // 'Discard'
11
+ "buttons.discard.text": "Verwijderen",
16
12
  /** The label for the button to open the draft */
17
- "buttons.draft.text": void 0,
18
- // 'Draft'
13
+ "buttons.draft.text": "Concept",
19
14
  /** The label for the button to create a new task */
20
- "buttons.new.text": void 0,
21
- // 'New task'
15
+ "buttons.new.text": "Nieuwe taak",
22
16
  /** The label for the button that will navigate to the next task */
23
- "buttons.next.tooltip": void 0,
24
- // 'Go to next task'
17
+ "buttons.next.tooltip": "Ga naar volgende taak",
25
18
  /** The label for the button that will previous to the next task */
26
- "buttons.previous.tooltip": void 0,
27
- // 'Go to previous task'
19
+ "buttons.previous.tooltip": "Ga naar vorige taak",
28
20
  /** 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?'
21
+ "dialog.remove-task.body": "Weet u zeker dat u deze taak wilt verwijderen?",
31
22
  /** 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.'
23
+ "dialog.remove-task.body2": "Eenmaal verwijderd, kan het niet worden hersteld.",
34
24
  /** The label for the cancel button on the remove task dialog */
35
- "dialog.remove-task.buttons.cancel.text": void 0,
36
- // 'Cancel'
25
+ "dialog.remove-task.buttons.cancel.text": "Annuleren",
37
26
  /** The label for the confirmation button on the remove task dialog */
38
- "dialog.remove-task.buttons.confirm.text": void 0,
39
- // 'Remove'
27
+ "dialog.remove-task.buttons.confirm.text": "Verwijderen",
40
28
  /** The title for the remove task dialog */
41
- "dialog.remove-task.title": void 0,
42
- // 'Remove task'
29
+ "dialog.remove-task.title": "Taak verwijderen",
43
30
  /** 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'
31
+ "document.footer.open-tasks.placeholder_one": "Taak openen",
46
32
  /** 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'
33
+ "document.footer.open-tasks.placeholder_other": "Taken openen",
49
34
  /** 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'
35
+ "document.footer.open-tasks.text_one": "{{count}} openstaande taak",
52
36
  /** 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'
37
+ "document.footer.open-tasks.text_other": "{{count}} openstaande taken",
38
+ "empty-state.list.assigned.heading": "Je hebt nog geen taken toegewezen gekregen",
39
+ "empty-state.list.assigned.text": "Zodra je taken toegewezen krijgt, zullen ze hier verschijnen",
40
+ "empty-state.list.create-new": "Nieuwe taak aanmaken",
41
+ "empty-state.list.document.heading": "Dit document heeft nog geen taken",
42
+ "empty-state.list.document.text": "Zodra een document verbonden taken heeft, zullen ze hier getoond worden.",
43
+ "empty-state.list.subscribed.heading": "Je hebt je nog niet ingeschreven voor taken",
44
+ "empty-state.list.subscribed.text": "Wanneer je een taak aanmaakt, wijzigt of erop reageert, word je automatisch ingeschreven",
45
+ "empty-state.status.list.closed.assigned.heading": "Geen voltooide taken",
46
+ "empty-state.status.list.closed.assigned.text": "Uw taken gemarkeerd als voltooid zullen hier verschijnen",
47
+ "empty-state.status.list.closed.document.heading": "Geen voltooide taken",
48
+ "empty-state.status.list.closed.subscribed.heading": "Geen voltooide taken",
49
+ "empty-state.status.list.closed.subscribed.text": "Taken waarop u geabonneerd bent en gemarkeerd als voltooid zullen hier verschijnen",
50
+ "empty-state.status.list.open.assigned.heading": "Je bent helemaal bij",
51
+ "empty-state.status.list.open.assigned.text": "Nieuwe aan jou toegewezen taken zullen hier verschijnen",
52
+ "empty-state.status.list.open.document.heading": "Geen taken bij dit document",
53
+ "empty-state.status.list.open.subscribed.heading": "Geen geabonneerde taken",
54
+ "empty-state.status.list.open.subscribed.text": "Taken waarop u geabonneerd bent zullen hier verschijnen",
89
55
  /** 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'
56
+ "form.input.assignee.no-user-assigned.text": "Niet toegewezen",
92
57
  /** 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'
58
+ "form.input.assignee.search.no-users.text": "Geen gebruikers gevonden",
95
59
  /** Placeholder text used in the search box in the assignee input */
96
- "form.input.assignee.search.placeholder": void 0,
97
- // 'Select username'
60
+ "form.input.assignee.search.placeholder": "Selecteer gebruikersnaam",
98
61
  /** Text used in the assignee input when user is not authorized */
99
- "form.input.assignee.unauthorized.text": void 0,
100
- // 'Unauthorized'
62
+ "form.input.assignee.unauthorized.text": "Niet geautoriseerd",
101
63
  /** 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'
64
+ "form.input.assignee.user-not-found.text": "Gebruiker niet gevonden",
104
65
  /** The label used in the create more toggle */
105
- "form.input.create-more.text": void 0,
106
- // 'Create more'
66
+ "form.input.create-more.text": "Meer aanmaken",
107
67
  /** The label used in the date input to remove the current value */
108
- "form.input.date.buttons.remove.text": void 0,
109
- // 'Remove'
68
+ "form.input.date.buttons.remove.text": "Verwijderen",
110
69
  /** Placeholder text used in the description input */
111
- "form.input.description.placeholder": void 0,
112
- // 'Add description'
70
+ "form.input.description.placeholder": "Voeg beschrijving toe",
113
71
  /** 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'
72
+ "form.input.target.buttons.remove.text": "Verwijder doelinhoud",
116
73
  /** 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'
74
+ "form.input.target.error.schema-not-found": "Schema niet gevonden",
119
75
  /** The placeholder text used in the target input for the search component */
120
- "form.input.target.search.placeholder": void 0,
121
- // 'Select document'
76
+ "form.input.target.search.placeholder": "Selecteer document",
122
77
  /** The placeholder text for the title input */
123
- "form.input.title.placeholder": void 0,
124
- // 'Task title'
78
+ "form.input.title.placeholder": "Taak titel",
125
79
  /** 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'
80
+ "form.status.error.title-required": "Titel is vereist",
128
81
  /** The status message upon successful creation of a task */
129
- "form.status.success": void 0,
130
- // 'Task created'
82
+ "form.status.success": "Taak aangemaakt",
131
83
  /** The text displayed when no tasks are found */
132
- "list.empty.text": void 0,
133
- // 'No tasks'
84
+ "list.empty.text": "Geen taken",
134
85
  /** The label for the copy link menu item */
135
- "menuitem.copylink.text": void 0,
136
- // 'Copy link to task'
86
+ "menuitem.copylink.text": "Kopieer link naar taak",
137
87
  /** The label for the delete task menu item */
138
- "menuitem.delete.text": void 0,
139
- // 'Delete task'
88
+ "menuitem.delete.text": "Taak verwijderen",
140
89
  /** The label for the duplicate task menu item */
141
- "menuitem.duplicate.text": void 0,
142
- // 'Duplicate task'
90
+ "menuitem.duplicate.text": "Taak dupliceren",
143
91
  /** Fragment used to construct the first entry in the activity log */
144
- "panel.activity.created-fragment": void 0,
145
- // 'created this task'
92
+ "panel.activity.created-fragment": "heeft deze taak aangemaakt",
146
93
  /** The title of the activity section of the task */
147
- "panel.activity.title": void 0,
148
- // 'Activity'
94
+ "panel.activity.title": "Activiteit",
149
95
  /** The text used in the activity log when unable to find the user */
150
- "panel.activity.unknown-user": void 0,
151
- // 'Unknown user'
96
+ "panel.activity.unknown-user": "Onbekende gebruiker",
152
97
  /** The tooltip for the close button for the task panel */
153
- "panel.close.tooltip": void 0,
154
- // 'Close sidebar'
98
+ "panel.close.tooltip": "Zijbalk sluiten",
155
99
  /** The placeholder text for the comment text box */
156
- "panel.comment.placeholder": void 0,
157
- // 'Add a comment...'
100
+ "panel.comment.placeholder": "Voeg een opmerking toe...",
158
101
  /** The title used in the task panel when showing the create task form */
159
- "panel.create.title": void 0,
160
- // 'Create'
102
+ "panel.create.title": "Aanmaken",
161
103
  /** The title used in the drafts pulldown */
162
- "panel.drafts.title": void 0,
163
- // 'Drafts'
104
+ "panel.drafts.title": "Concepten",
164
105
  /** The tooltip for the task navigation component */
165
- "panel.navigation.tooltip": void 0,
166
- // 'Open tasks'
106
+ "panel.navigation.tooltip": "Taken openen",
167
107
  /** Title of the Tasks panel */
168
- "panel.title": void 0,
169
- // 'Tasks'
108
+ "panel.title": "Taken",
170
109
  /** Label for the Assigned Tab */
171
- "tab.assigned.label": void 0,
172
- // 'Assigned'
110
+ "tab.assigned.label": "Toegewezen",
173
111
  /** Label for the Active Document Tab */
174
- "tab.document.label": void 0,
175
- // 'Active Document'
112
+ "tab.document.label": "Actief Document",
176
113
  /** Label for the Subscribed Tab */
177
- "tab.subscribed.label": void 0
178
- // 'Subscribed'
114
+ "tab.subscribed.label": "Geabonneerd"
179
115
  });
180
116
 
181
117
  export { tasks as default };
@@ -1 +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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"}
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': 'Nieuwe taak aanmaken',\n /** The label for the open tasks panel action */\n 'actions.open.text': 'Taken',\n\n /** The label for the button to create a new task */\n 'buttons.create.text': 'Taak aanmaken',\n /** The label for the button to discard changes */\n 'buttons.discard.text': 'Verwijderen',\n /** The label for the button to open the draft */\n 'buttons.draft.text': 'Concept',\n /** The label for the button to create a new task */\n 'buttons.new.text': 'Nieuwe taak',\n /** The label for the button that will navigate to the next task */\n 'buttons.next.tooltip': 'Ga naar volgende taak',\n /** The label for the button that will previous to the next task */\n 'buttons.previous.tooltip': 'Ga naar vorige taak',\n\n /** Text for the remove task dialog asking for confirmation of deletion */\n 'dialog.remove-task.body': 'Weet u zeker dat u deze taak wilt verwijderen?',\n /** Text for the remove task dialog clarifying that deletion is permanent */\n 'dialog.remove-task.body2': 'Eenmaal verwijderd, kan het niet worden hersteld.',\n /** The label for the cancel button on the remove task dialog */\n 'dialog.remove-task.buttons.cancel.text': 'Annuleren',\n /** The label for the confirmation button on the remove task dialog */\n 'dialog.remove-task.buttons.confirm.text': 'Verwijderen',\n /** The title for the remove task dialog */\n 'dialog.remove-task.title': 'Taak verwijderen',\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': 'Taak openen',\n /** The text used as a placeholder for the footer action in a document with multiple tasks */\n 'document.footer.open-tasks.placeholder_other': 'Taken openen',\n /** The label used in the button in the footer action in a document with a single task */\n 'document.footer.open-tasks.text_one': '{{count}} openstaande taak',\n /** The label used in the button in the footer action in a document with multiple tasks */\n 'document.footer.open-tasks.text_other': '{{count}} openstaande taken',\n\n 'empty-state.list.assigned.heading': 'Je hebt nog geen taken toegewezen gekregen',\n 'empty-state.list.assigned.text': 'Zodra je taken toegewezen krijgt, zullen ze hier verschijnen',\n 'empty-state.list.create-new': 'Nieuwe taak aanmaken',\n 'empty-state.list.document.heading': 'Dit document heeft nog geen taken',\n 'empty-state.list.document.text':\n 'Zodra een document verbonden taken heeft, zullen ze hier getoond worden.',\n 'empty-state.list.subscribed.heading': 'Je hebt je nog niet ingeschreven voor taken',\n 'empty-state.list.subscribed.text':\n 'Wanneer je een taak aanmaakt, wijzigt of erop reageert, word je automatisch ingeschreven',\n 'empty-state.status.list.closed.assigned.heading': 'Geen voltooide taken',\n 'empty-state.status.list.closed.assigned.text':\n 'Uw taken gemarkeerd als voltooid zullen hier verschijnen',\n 'empty-state.status.list.closed.document.heading': 'Geen voltooide taken',\n 'empty-state.status.list.closed.subscribed.heading': 'Geen voltooide taken',\n 'empty-state.status.list.closed.subscribed.text':\n 'Taken waarop u geabonneerd bent en gemarkeerd als voltooid zullen hier verschijnen',\n 'empty-state.status.list.open.assigned.heading': 'Je bent helemaal bij',\n 'empty-state.status.list.open.assigned.text':\n 'Nieuwe aan jou toegewezen taken zullen hier verschijnen',\n 'empty-state.status.list.open.document.heading': 'Geen taken bij dit document',\n 'empty-state.status.list.open.subscribed.heading': 'Geen geabonneerde taken',\n 'empty-state.status.list.open.subscribed.text':\n 'Taken waarop u geabonneerd bent zullen hier verschijnen',\n\n /** Text used in the assignee input when there is no user assigned */\n 'form.input.assignee.no-user-assigned.text': 'Niet toegewezen',\n /** Text used in the assignee input when searching and no users are found */\n 'form.input.assignee.search.no-users.text': 'Geen gebruikers gevonden',\n /** Placeholder text used in the search box in the assignee input */\n 'form.input.assignee.search.placeholder': 'Selecteer gebruikersnaam',\n /** Text used in the assignee input when user is not authorized */\n 'form.input.assignee.unauthorized.text': 'Niet geautoriseerd',\n /** Text used in the assignee input when user is not found */\n 'form.input.assignee.user-not-found.text': 'Gebruiker niet gevonden',\n /** The label used in the create more toggle */\n 'form.input.create-more.text': 'Meer aanmaken',\n /** The label used in the date input to remove the current value */\n 'form.input.date.buttons.remove.text': 'Verwijderen',\n /** Placeholder text used in the description input */\n 'form.input.description.placeholder': 'Voeg beschrijving toe',\n /** The label used in the target input to remove the current value */\n 'form.input.target.buttons.remove.text': 'Verwijder doelinhoud',\n /** The text used in the target input when encountering a schema error */\n 'form.input.target.error.schema-not-found': 'Schema niet gevonden',\n /** The placeholder text used in the target input for the search component */\n 'form.input.target.search.placeholder': 'Selecteer document',\n /** The placeholder text for the title input */\n 'form.input.title.placeholder': 'Taak titel',\n /** The status error message presented when the user does not supply a title */\n 'form.status.error.title-required': 'Titel is vereist',\n /** The status message upon successful creation of a task */\n 'form.status.success': 'Taak aangemaakt',\n\n /** The text displayed when no tasks are found */\n 'list.empty.text': 'Geen taken',\n\n /** The label for the copy link menu item */\n 'menuitem.copylink.text': 'Kopieer link naar taak',\n /** The label for the delete task menu item */\n 'menuitem.delete.text': 'Taak verwijderen',\n /** The label for the duplicate task menu item */\n 'menuitem.duplicate.text': 'Taak dupliceren',\n\n /** Fragment used to construct the first entry in the activity log */\n 'panel.activity.created-fragment': 'heeft deze taak aangemaakt',\n /** The title of the activity section of the task */\n 'panel.activity.title': 'Activiteit',\n /** The text used in the activity log when unable to find the user */\n 'panel.activity.unknown-user': 'Onbekende gebruiker',\n /** The tooltip for the close button for the task panel */\n 'panel.close.tooltip': 'Zijbalk sluiten',\n /** The placeholder text for the comment text box */\n 'panel.comment.placeholder': 'Voeg een opmerking toe...',\n /** The title used in the task panel when showing the create task form */\n 'panel.create.title': 'Aanmaken',\n /** The title used in the drafts pulldown */\n 'panel.drafts.title': 'Concepten',\n /** The tooltip for the task navigation component */\n 'panel.navigation.tooltip': 'Taken openen',\n /** Title of the Tasks panel */\n 'panel.title': 'Taken',\n\n /** Label for the Assigned Tab */\n 'tab.assigned.label': 'Toegewezen',\n /** Label for the Active Document Tab */\n 'tab.document.label': 'Actief Document',\n /** Label for the Subscribed Tab */\n 'tab.subscribed.label': 'Geabonneerd',\n})\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/locale-nl-nl",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "private": false,
5
5
  "description": "Dutch / Nederlands locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/comments.ts CHANGED
@@ -78,9 +78,9 @@ export default removeUndefinedLocaleResources({
78
78
  'field-button.title': 'Opmerking toevoegen',
79
79
 
80
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'
81
+ 'inline-add-comment-button.disabled-overlap-title': 'Opmerkingen kunnen niet overlappen',
82
82
  /** The text shown in the inline comment button */
83
- 'inline-add-comment-button.title': undefined, // 'Add comment'
83
+ 'inline-add-comment-button.title': 'Voeg opmerking toe',
84
84
 
85
85
  /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
86
86
  'list-item.breadcrumb-button-go-to-field-aria-label': 'Ga naar {{field}} veld',
@@ -115,7 +115,7 @@ export default removeUndefinedLocaleResources({
115
115
  /** The text for retrying posting a comment */
116
116
  'list-item.layout-retry': 'Opnieuw proberen',
117
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'
118
+ 'list-item.missing-referenced-value-tooltip-content': 'De becommentarieerde tekst is verwijderd',
119
119
  /** The aria label for the comments menu button to open the actions menu */
120
120
  'list-item.open-menu-aria-label': 'Menu met opmerkingacties openen',
121
121
  /** The button text to re-open a resolved comment */
package/src/tasks.ts CHANGED
@@ -2,123 +2,129 @@ import {removeUndefinedLocaleResources} from 'sanity'
2
2
 
3
3
  export default removeUndefinedLocaleResources({
4
4
  /** The label for the create task action */
5
- 'actions.create.text': undefined, // 'Create new task'
5
+ 'actions.create.text': 'Nieuwe taak aanmaken',
6
6
  /** The label for the open tasks panel action */
7
- 'actions.open.text': undefined, // 'Tasks'
7
+ 'actions.open.text': 'Taken',
8
8
 
9
9
  /** The label for the button to create a new task */
10
- 'buttons.create.text': undefined, // 'Create Task'
10
+ 'buttons.create.text': 'Taak aanmaken',
11
11
  /** The label for the button to discard changes */
12
- 'buttons.discard.text': undefined, // 'Discard'
12
+ 'buttons.discard.text': 'Verwijderen',
13
13
  /** The label for the button to open the draft */
14
- 'buttons.draft.text': undefined, // 'Draft'
14
+ 'buttons.draft.text': 'Concept',
15
15
  /** The label for the button to create a new task */
16
- 'buttons.new.text': undefined, // 'New task'
16
+ 'buttons.new.text': 'Nieuwe taak',
17
17
  /** The label for the button that will navigate to the next task */
18
- 'buttons.next.tooltip': undefined, // 'Go to next task'
18
+ 'buttons.next.tooltip': 'Ga naar volgende taak',
19
19
  /** The label for the button that will previous to the next task */
20
- 'buttons.previous.tooltip': undefined, // 'Go to previous task'
20
+ 'buttons.previous.tooltip': 'Ga naar vorige taak',
21
21
 
22
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?'
23
+ 'dialog.remove-task.body': 'Weet u zeker dat u deze taak wilt verwijderen?',
24
24
  /** Text for the remove task dialog clarifying that deletion is permanent */
25
- 'dialog.remove-task.body2': undefined, // 'Once deleted, it cannot be restored.'
25
+ 'dialog.remove-task.body2': 'Eenmaal verwijderd, kan het niet worden hersteld.',
26
26
  /** The label for the cancel button on the remove task dialog */
27
- 'dialog.remove-task.buttons.cancel.text': undefined, // 'Cancel'
27
+ 'dialog.remove-task.buttons.cancel.text': 'Annuleren',
28
28
  /** The label for the confirmation button on the remove task dialog */
29
- 'dialog.remove-task.buttons.confirm.text': undefined, // 'Remove'
29
+ 'dialog.remove-task.buttons.confirm.text': 'Verwijderen',
30
30
  /** The title for the remove task dialog */
31
- 'dialog.remove-task.title': undefined, // 'Remove task'
31
+ 'dialog.remove-task.title': 'Taak verwijderen',
32
32
 
33
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'
34
+ 'document.footer.open-tasks.placeholder_one': 'Taak openen',
35
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'
36
+ 'document.footer.open-tasks.placeholder_other': 'Taken openen',
37
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'
38
+ 'document.footer.open-tasks.text_one': '{{count}} openstaande taak',
39
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'
40
+ 'document.footer.open-tasks.text_other': '{{count}} openstaande taken',
41
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'
42
+ 'empty-state.list.assigned.heading': 'Je hebt nog geen taken toegewezen gekregen',
43
+ 'empty-state.list.assigned.text': 'Zodra je taken toegewezen krijgt, zullen ze hier verschijnen',
44
+ 'empty-state.list.create-new': 'Nieuwe taak aanmaken',
45
+ 'empty-state.list.document.heading': 'Dit document heeft nog geen taken',
46
+ 'empty-state.list.document.text':
47
+ 'Zodra een document verbonden taken heeft, zullen ze hier getoond worden.',
48
+ 'empty-state.list.subscribed.heading': 'Je hebt je nog niet ingeschreven voor taken',
49
+ 'empty-state.list.subscribed.text':
50
+ 'Wanneer je een taak aanmaakt, wijzigt of erop reageert, word je automatisch ingeschreven',
51
+ 'empty-state.status.list.closed.assigned.heading': 'Geen voltooide taken',
52
+ 'empty-state.status.list.closed.assigned.text':
53
+ 'Uw taken gemarkeerd als voltooid zullen hier verschijnen',
54
+ 'empty-state.status.list.closed.document.heading': 'Geen voltooide taken',
55
+ 'empty-state.status.list.closed.subscribed.heading': 'Geen voltooide taken',
56
+ 'empty-state.status.list.closed.subscribed.text':
57
+ 'Taken waarop u geabonneerd bent en gemarkeerd als voltooid zullen hier verschijnen',
58
+ 'empty-state.status.list.open.assigned.heading': 'Je bent helemaal bij',
59
+ 'empty-state.status.list.open.assigned.text':
60
+ 'Nieuwe aan jou toegewezen taken zullen hier verschijnen',
61
+ 'empty-state.status.list.open.document.heading': 'Geen taken bij dit document',
62
+ 'empty-state.status.list.open.subscribed.heading': 'Geen geabonneerde taken',
63
+ 'empty-state.status.list.open.subscribed.text':
64
+ 'Taken waarop u geabonneerd bent zullen hier verschijnen',
59
65
 
60
66
  /** Text used in the assignee input when there is no user assigned */
61
- 'form.input.assignee.no-user-assigned.text': undefined, // 'Not assigned'
67
+ 'form.input.assignee.no-user-assigned.text': 'Niet toegewezen',
62
68
  /** 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'
69
+ 'form.input.assignee.search.no-users.text': 'Geen gebruikers gevonden',
64
70
  /** Placeholder text used in the search box in the assignee input */
65
- 'form.input.assignee.search.placeholder': undefined, // 'Select username'
71
+ 'form.input.assignee.search.placeholder': 'Selecteer gebruikersnaam',
66
72
  /** Text used in the assignee input when user is not authorized */
67
- 'form.input.assignee.unauthorized.text': undefined, // 'Unauthorized'
73
+ 'form.input.assignee.unauthorized.text': 'Niet geautoriseerd',
68
74
  /** Text used in the assignee input when user is not found */
69
- 'form.input.assignee.user-not-found.text': undefined, // 'User not found'
75
+ 'form.input.assignee.user-not-found.text': 'Gebruiker niet gevonden',
70
76
  /** The label used in the create more toggle */
71
- 'form.input.create-more.text': undefined, // 'Create more'
77
+ 'form.input.create-more.text': 'Meer aanmaken',
72
78
  /** The label used in the date input to remove the current value */
73
- 'form.input.date.buttons.remove.text': undefined, // 'Remove'
79
+ 'form.input.date.buttons.remove.text': 'Verwijderen',
74
80
  /** Placeholder text used in the description input */
75
- 'form.input.description.placeholder': undefined, // 'Add description'
81
+ 'form.input.description.placeholder': 'Voeg beschrijving toe',
76
82
  /** The label used in the target input to remove the current value */
77
- 'form.input.target.buttons.remove.text': undefined, // 'Remove target content'
83
+ 'form.input.target.buttons.remove.text': 'Verwijder doelinhoud',
78
84
  /** The text used in the target input when encountering a schema error */
79
- 'form.input.target.error.schema-not-found': undefined, // 'Schema not found'
85
+ 'form.input.target.error.schema-not-found': 'Schema niet gevonden',
80
86
  /** The placeholder text used in the target input for the search component */
81
- 'form.input.target.search.placeholder': undefined, // 'Select document'
87
+ 'form.input.target.search.placeholder': 'Selecteer document',
82
88
  /** The placeholder text for the title input */
83
- 'form.input.title.placeholder': undefined, // 'Task title'
89
+ 'form.input.title.placeholder': 'Taak titel',
84
90
  /** The status error message presented when the user does not supply a title */
85
- 'form.status.error.title-required': undefined, // 'Title is required'
91
+ 'form.status.error.title-required': 'Titel is vereist',
86
92
  /** The status message upon successful creation of a task */
87
- 'form.status.success': undefined, // 'Task created'
93
+ 'form.status.success': 'Taak aangemaakt',
88
94
 
89
95
  /** The text displayed when no tasks are found */
90
- 'list.empty.text': undefined, // 'No tasks'
96
+ 'list.empty.text': 'Geen taken',
91
97
 
92
98
  /** The label for the copy link menu item */
93
- 'menuitem.copylink.text': undefined, // 'Copy link to task'
99
+ 'menuitem.copylink.text': 'Kopieer link naar taak',
94
100
  /** The label for the delete task menu item */
95
- 'menuitem.delete.text': undefined, // 'Delete task'
101
+ 'menuitem.delete.text': 'Taak verwijderen',
96
102
  /** The label for the duplicate task menu item */
97
- 'menuitem.duplicate.text': undefined, // 'Duplicate task'
103
+ 'menuitem.duplicate.text': 'Taak dupliceren',
98
104
 
99
105
  /** Fragment used to construct the first entry in the activity log */
100
- 'panel.activity.created-fragment': undefined, // 'created this task'
106
+ 'panel.activity.created-fragment': 'heeft deze taak aangemaakt',
101
107
  /** The title of the activity section of the task */
102
- 'panel.activity.title': undefined, // 'Activity'
108
+ 'panel.activity.title': 'Activiteit',
103
109
  /** The text used in the activity log when unable to find the user */
104
- 'panel.activity.unknown-user': undefined, // 'Unknown user'
110
+ 'panel.activity.unknown-user': 'Onbekende gebruiker',
105
111
  /** The tooltip for the close button for the task panel */
106
- 'panel.close.tooltip': undefined, // 'Close sidebar'
112
+ 'panel.close.tooltip': 'Zijbalk sluiten',
107
113
  /** The placeholder text for the comment text box */
108
- 'panel.comment.placeholder': undefined, // 'Add a comment...'
114
+ 'panel.comment.placeholder': 'Voeg een opmerking toe...',
109
115
  /** The title used in the task panel when showing the create task form */
110
- 'panel.create.title': undefined, // 'Create'
116
+ 'panel.create.title': 'Aanmaken',
111
117
  /** The title used in the drafts pulldown */
112
- 'panel.drafts.title': undefined, // 'Drafts'
118
+ 'panel.drafts.title': 'Concepten',
113
119
  /** The tooltip for the task navigation component */
114
- 'panel.navigation.tooltip': undefined, // 'Open tasks'
120
+ 'panel.navigation.tooltip': 'Taken openen',
115
121
  /** Title of the Tasks panel */
116
- 'panel.title': undefined, // 'Tasks'
122
+ 'panel.title': 'Taken',
117
123
 
118
124
  /** Label for the Assigned Tab */
119
- 'tab.assigned.label': undefined, // 'Assigned'
125
+ 'tab.assigned.label': 'Toegewezen',
120
126
  /** Label for the Active Document Tab */
121
- 'tab.document.label': undefined, // 'Active Document'
127
+ 'tab.document.label': 'Actief Document',
122
128
  /** Label for the Subscribed Tab */
123
- 'tab.subscribed.label': undefined, // 'Subscribed'
129
+ 'tab.subscribed.label': 'Geabonneerd',
124
130
  })