@sanity/locale-nl-nl 1.1.31 → 1.1.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Sanity.io
3
+ Copyright (c) 2026 Sanity.io
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -64,6 +64,8 @@ var sanity = require("sanity"), comments = sanity.removeUndefinedLocaleResources
64
64
  "inline-add-comment-button.disabled-overlap-title": "Opmerkingen kunnen niet overlappen",
65
65
  /** The text shown in the inline comment button */
66
66
  "inline-add-comment-button.title": "Voeg opmerking toe",
67
+ /** The title of the error card shown in the comments inspector */
68
+ "inspector-error.title": "Er is iets misgegaan bij het laden van de reacties",
67
69
  /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
68
70
  "list-item.breadcrumb-button-go-to-field-aria-label": "Ga naar {{field}} veld",
69
71
  /** The button tooltip content for the add reaction button */
@@ -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 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":";gCAEA,WAAeA,sCAA+B;AAAA;AAAA,EAE5C,0BAA0B;AAAA;AAAA,EAG1B,qCAAqC;AAAA;AAAA,EAGrC,yCAAyC;AAAA;AAAA,EAEzC,gDAAgD;AAAA;AAAA,EAEhD,sCAAsC;AAAA;AAAA,EAEtC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,6BAA6B;AAAA;AAAA,EAE7B,oCAAoC;AAAA;AAAA,EAEpC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAGhC,2BAA2B;AAAA;AAAA,EAG3B,uBAAuB;AAAA;AAAA,EAEvB,0BAA0B;AAAA;AAAA,EAE1B,wBAAwB;AAAA;AAAA,EAGxB,uBACE;AAAA;AAAA,EAGF,sBACE;AAAA;AAAA,EAEF,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAGvB,0BAA0B;AAAA;AAAA,EAE1B,kBAAkB;AAAA;AAAA,EAElB,gBAAgB;AAAA;AAAA,EAGhB,yBAAyB;AAAA;AAAA,EAEzB,0BAA0B;AAAA;AAAA,EAG1B,gBAAgB;AAAA;AAAA,EAGhB,+BAA+B;AAAA;AAAA,EAE/B,gCAAgC;AAAA;AAAA,EAEhC,4BAA4B;AAAA;AAAA,EAE5B,8BAA8B;AAAA;AAAA,EAE9B,sBAAsB;AAAA;AAAA,EAGtB,oDAAoD;AAAA;AAAA,EAEpD,mCAAmC;AAAA;AAAA,EAGnC,sDAAsD;AAAA;AAAA,EAEtD,uCAAuC;AAAA;AAAA,EAEvC,kDAAkD;AAAA;AAAA,EAElD,8CAA8C;AAAA;AAAA,EAE9C,uBAAuB;AAAA;AAAA,EAEvB,4BAA4B;AAAA;AAAA,EAE5B,0BAA0B;AAAA;AAAA,EAE1B,iCAAiC;AAAA;AAAA,EAEjC,2CAA2C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAM3C,4BAA4B;AAAA;AAAA,EAE5B,2BAA2B;AAAA;AAAA,EAE3B,gCAAgC;AAAA;AAAA,EAEhC,4BAA4B;AAAA;AAAA,EAE5B,0BAA0B;AAAA;AAAA,EAE1B,sDAAsD;AAAA;AAAA,EAEtD,kCAAkC;AAAA;AAAA,EAElC,8BAA8B;AAAA;AAAA,EAE9B,yCAAyC;AAAA;AAAA,EAEzC,yCAAyC;AAAA;AAAA,EAEzC,sCAAsC;AAAA;AAAA,EAGtC,qCACE;AAAA;AAAA,EAEF,sCAAsC;AAAA;AAAA,EAEtC,yCACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAGvB,2BAA2B;AAAA;AAAA,EAE3B,8BAA8B;AAAA;AAAA,EAE9B,iCAAiC;AAAA;AAAA,EAGjC,mBACE;AAAA;AAAA,EAEF,sBAAsB;AAAA;AAAA,EAEtB,qBAAqB;AAAA;AAAA,EAGrB,kCAAkC;AAAA;AAAA,EAElC,mCAAmC;AAAA;AAAA,EAEnC,kDAAkD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOlD,2BAA2B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAO3B,mCAAmC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQnC,yCACE;AAAA;AAAA,EAGF,6BAA6B;AAAA;AAAA,EAE7B,kCAAkC;AAAA;AAAA,EAElC,iCAAiC;AAAA;AAAA,EAEjC,sCAAsC;AAAA;AAAA,EAEtC,6CAA6C;AAC/C,CAAC;;"}
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 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 /** The title of the error card shown in the comments inspector */\n 'inspector-error.title': 'Er is iets misgegaan bij het laden van de reacties',\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":";gCAEA,WAAeA,sCAA+B;AAAA;AAAA,EAE5C,0BAA0B;AAAA;AAAA,EAG1B,qCAAqC;AAAA;AAAA,EAGrC,yCAAyC;AAAA;AAAA,EAEzC,gDAAgD;AAAA;AAAA,EAEhD,sCAAsC;AAAA;AAAA,EAEtC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,6BAA6B;AAAA;AAAA,EAE7B,oCAAoC;AAAA;AAAA,EAEpC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAGhC,2BAA2B;AAAA;AAAA,EAG3B,uBAAuB;AAAA;AAAA,EAEvB,0BAA0B;AAAA;AAAA,EAE1B,wBAAwB;AAAA;AAAA,EAGxB,uBACE;AAAA;AAAA,EAGF,sBACE;AAAA;AAAA,EAEF,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAGvB,0BAA0B;AAAA;AAAA,EAE1B,kBAAkB;AAAA;AAAA,EAElB,gBAAgB;AAAA;AAAA,EAGhB,yBAAyB;AAAA;AAAA,EAEzB,0BAA0B;AAAA;AAAA,EAG1B,gBAAgB;AAAA;AAAA,EAGhB,+BAA+B;AAAA;AAAA,EAE/B,gCAAgC;AAAA;AAAA,EAEhC,4BAA4B;AAAA;AAAA,EAE5B,8BAA8B;AAAA;AAAA,EAE9B,sBAAsB;AAAA;AAAA,EAGtB,oDAAoD;AAAA;AAAA,EAEpD,mCAAmC;AAAA;AAAA,EAGnC,yBAAyB;AAAA;AAAA,EAGzB,sDAAsD;AAAA;AAAA,EAEtD,uCAAuC;AAAA;AAAA,EAEvC,kDAAkD;AAAA;AAAA,EAElD,8CAA8C;AAAA;AAAA,EAE9C,uBAAuB;AAAA;AAAA,EAEvB,4BAA4B;AAAA;AAAA,EAE5B,0BAA0B;AAAA;AAAA,EAE1B,iCAAiC;AAAA;AAAA,EAEjC,2CAA2C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAM3C,4BAA4B;AAAA;AAAA,EAE5B,2BAA2B;AAAA;AAAA,EAE3B,gCAAgC;AAAA;AAAA,EAEhC,4BAA4B;AAAA;AAAA,EAE5B,0BAA0B;AAAA;AAAA,EAE1B,sDAAsD;AAAA;AAAA,EAEtD,kCAAkC;AAAA;AAAA,EAElC,8BAA8B;AAAA;AAAA,EAE9B,yCAAyC;AAAA;AAAA,EAEzC,yCAAyC;AAAA;AAAA,EAEzC,sCAAsC;AAAA;AAAA,EAGtC,qCACE;AAAA;AAAA,EAEF,sCAAsC;AAAA;AAAA,EAEtC,yCACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAGvB,2BAA2B;AAAA;AAAA,EAE3B,8BAA8B;AAAA;AAAA,EAE9B,iCAAiC;AAAA;AAAA,EAGjC,mBACE;AAAA;AAAA,EAEF,sBAAsB;AAAA;AAAA,EAEtB,qBAAqB;AAAA;AAAA,EAGrB,kCAAkC;AAAA;AAAA,EAElC,mCAAmC;AAAA;AAAA,EAEnC,kDAAkD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOlD,2BAA2B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAO3B,mCAAmC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQnC,yCACE;AAAA;AAAA,EAGF,6BAA6B;AAAA;AAAA,EAE7B,kCAAkC;AAAA;AAAA,EAElC,iCAAiC;AAAA;AAAA,EAEjC,sCAAsC;AAAA;AAAA,EAEtC,6CAA6C;AAC/C,CAAC;;"}
@@ -14,6 +14,10 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
14
14
  "action.disabled-by-canvas.tooltip": "Sommige documentacties zijn uitgeschakeld voor documenten die gekoppeld zijn aan Canvas",
15
15
  /** Message prompting the user to confirm discarding changes */
16
16
  "action.discard-changes.confirm-dialog.confirm-discard-changes": "Weet u zeker dat u alle wijzigingen wilt verwijderen sinds de laatste publicatie?",
17
+ /** Message prompting the user to confirm discarding changes */
18
+ "action.discard-changes.confirm-dialog.confirm-discard-changes-draft": "Weet u zeker dat u alle wijzigingen wilt verwijderen en dit conceptdocument wilt verwijderen?",
19
+ /**Header for the confirm discard dialog */
20
+ "action.discard-changes.confirm-dialog.header.text": "Wijzigingen verwijderen?",
17
21
  /** Tooltip when action is disabled because the document has no unpublished changes */
18
22
  "action.discard-changes.disabled.no-change": "Dit document heeft geen ongepubliceerde wijzigingen",
19
23
  /** Tooltip when action is disabled because the document is not published */
@@ -144,6 +148,10 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
144
148
  "banners.release.navigate-to-edit-description-multiple_one": "Dit document maakt deel uit van de <VersionBadge/> release en {{count}} meer release.",
145
149
  /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
146
150
  "banners.release.navigate-to-edit-description-multiple_other": "Dit document maakt deel uit van de <VersionBadge/> release en {{count}} meer releases",
151
+ /** The text for the banner that appears when a document is not part of any release
152
+ * @deprecated – no longer in use
153
+ * */
154
+ "banners.release.navigate-to-edit-description-none": "Dit document maakt deel uit van geen enkele release",
147
155
  /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
148
156
  "banners.release.navigate-to-edit-description-single": "Dit document maakt deel uit van de <VersionBadge/> release",
149
157
  /** The text for the banner that appears when a document is not in the current global release */
@@ -168,6 +176,14 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
168
176
  "buttons.action-menu-button.aria-label": "Documentacties openen",
169
177
  /** The action menu button tooltip */
170
178
  "buttons.action-menu-button.tooltip": "Documentacties",
179
+ /** The aria-label for the collapse pane button on the document panel header */
180
+ "buttons.focus-pane-button.aria-label.collapse": "Verlaat focusmodus (toon navigatie)",
181
+ /** The aria-label for the focus pane button on the document panel header */
182
+ "buttons.focus-pane-button.aria-label.focus": "Ga naar focusmodus (verberg navigatie)",
183
+ /** The tooltip for the collapse pane button on the document panel header */
184
+ "buttons.focus-pane-button.tooltip.collapse": "Verlaat focusmodus",
185
+ /** The tooltip for the focus pane button on the document panel header */
186
+ "buttons.focus-pane-button.tooltip.focus": "Ga naar focusmodus",
171
187
  /** The aria-label for the split pane button on the document panel header */
172
188
  "buttons.split-pane-button.aria-label": "Deelvenster rechts splitsen",
173
189
  /** The tool tip for the split pane button on the document panel header */
@@ -178,6 +194,12 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
178
194
  "buttons.split-pane-close-group-button.title": "Sluit paneelgroep",
179
195
  /** The text for the canvas linked banner action button */
180
196
  "canvas.banner.edit-in-canvas-action": "Bewerk in Canvas",
197
+ /** The text for the canvas linked banner when the document in editable mode*/
198
+ "canvas.banner.editable.linked-text": "Dit document kan bewerkt worden in Canvas.",
199
+ /** The description for the canvas linked banner popover in editable mode*/
200
+ "canvas.banner.editable.popover-description": "Canvas stelt je in staat vrij te schrijven, waarna je de inhoud in Studio kunt bijwerken zonder handmatig veld voor veld te kopi\xEBren.",
201
+ /** The heading for the canvas linked banner popover in editable mode*/
202
+ "canvas.banner.editable.popover-heading": "Vrij schrijven",
181
203
  /** The text for the canvas linked banner when the document is a draft */
182
204
  "canvas.banner.linked-text.draft": "Dit conceptdocument is gekoppeld aan Canvas",
183
205
  /** The text for the canvas linked banner when the document is a live document */
@@ -1 +1 @@
1
- {"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': 'Document URL kopiëren',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operatie niet klaar',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': 'Dit document bestaat nog niet of is al verwijderd',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Verwijderen',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Verwijderen…',\n /** Tooltip when action is disabled because the document is linked to Canvas */\n 'action.disabled-by-canvas.tooltip':\n 'Sommige documentacties zijn uitgeschakeld voor documenten die gekoppeld zijn aan Canvas',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Weet u zeker dat u alle wijzigingen wilt verwijderen sinds de laatste publicatie?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change':\n 'Dit document heeft geen ongepubliceerde wijzigingen',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Dit document is niet gepubliceerd',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operatie niet klaar',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Wijzigingen verwijderen',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operatie niet klaar',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Dit document bestaat nog niet dus er is niets om te dupliceren',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Dupliceren',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Dupliceren…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Al gepubliceerd',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Gepubliceerd {{timeSincePublished}} geleden',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operatie niet klaar',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Publiceren',\n /** Label for the \"Publish\" document action */\n 'action.publish.label': 'Publiceren',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Publiceren',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n 'Kan niet publiceren omdat Live Edit is ingeschakeld voor dit documenttype',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Live Edit is ingeschakeld voor dit inhoudstype en publiceren gebeurt automatisch terwijl u wijzigingen maakt',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'Geen ongepubliceerde wijzigingen',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Gepubliceerd',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Publiceren…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Er zijn validatiefouten die opgelost moeten worden voordat dit document kan worden gepubliceerd',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Wachten op het afronden van taken voordat er gepubliceerd wordt',\n /** Message prompting the user to confirm that they want to restore to an earlier revision*/\n 'action.restore.confirm.message': 'Weet u zeker dat u dit document wilt herstellen?',\n /** Fallback tooltip for when user is looking at the initial revision */\n 'action.restore.disabled.cannot-restore-initial':\n 'U kunt niet herstellen naar de initiële versie',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Herstellen',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Herstel naar deze versie',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Dit document is niet gepubliceerd',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operatie niet klaar',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Depubliceren',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n 'Dit document heeft live bewerken ingeschakeld en kan niet worden gedepubliceerd',\n\n /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */\n 'banners.archived-release.description':\n 'U bekijkt een alleen-lezen document dat werd gearchiveerd als onderdeel van <VersionBadge>{{title}}</VersionBadge>. Het kan niet bewerkt worden',\n /** Description for the archived scheduled draft banner, rendered when viewing the history of a cardinality one release document */\n 'banners.archived-scheduled-draft.description': 'Dit geplande concept is gearchiveerd',\n /** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */\n 'banners.choose-new-document-destination.cannot-create-draft-document':\n 'Kan geen conceptdocument maken.',\n /** The explanation displayed when a user attempts to create a new published document, but the schema type doesn't support live-editing */\n 'banners.choose-new-document-destination.cannot-create-published-document':\n 'Kan geen gepubliceerd document maken.',\n /** The prompt displayed when a user must select a different perspective in order to create a document */\n 'banners.choose-new-document-destination.choose-destination':\n 'Kies een bestemming voor dit document:',\n /** The explanation displayed when a user attempts to create a new document in a release, but the selected release is inactive */\n 'banners.choose-new-document-destination.release-inactive':\n 'De <VersionBadge>{{title}}</VersionBadge> release is niet actief.',\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Herstel meest recente versie',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Dit document is verwijderd.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Dit documenttype is verouderd.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Concept verwijderen',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Publiceer om door te gaan met bewerken',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n 'Het type <strong>{{schemaType}}</strong> heeft <code>liveEdit</code> ingeschakeld, maar er bestaat een conceptversie van dit document. Publiceer of verwijder het concept om door te gaan met het live bewerken ervan.',\n /** The label for the \"compare draft\" action */\n 'banners.obsolete-draft.actions.compare-draft.text': 'Vergelijk concept',\n /** The label for the \"discard draft\" action */\n 'banners.obsolete-draft.actions.discard-draft.text': 'Verwerp concept',\n /** The label for the \"publish draft\" action */\n 'banners.obsolete-draft.actions.publish-draft.text': 'Publiceer concept',\n /** The warning displayed when editing a document that has an obsolete draft because the draft model is not switched on */\n 'banners.obsolete-draft.draft-model-inactive.text':\n 'De werkruimte heeft geen concepten ingeschakeld, maar er bestaat een conceptversie van dit document.',\n /** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'Uw rol <Roles/> heeft geen toestemming om dit document te creëren.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Uw rollen <Roles/> hebben geen toestemming om dit document te creëren.',\n /** The text for the permission check banner if the user only has one role, and it does not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'Uw rol <Roles/> heeft geen toestemming om dit document bij te werken.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Uw rollen <Roles/> hebben geen toestemming om dit document bij te werken.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': 'Aanvraag verzonden',\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': 'Vraag om te bewerken',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */\n 'banners.published-release.description':\n 'U bekijkt een alleen-lezen document dat werd gepubliceerd als onderdeel van <VersionBadge>{{title}}</VersionBadge>. Het kan niet bewerkt worden',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Referentie herladen',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n 'Deze referentie is gewijzigd sinds u deze geopend heeft.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Referentie sluiten',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n 'Deze referentie is verwijderd sinds u deze geopend heeft.',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.add-to-release': 'Toevoegen aan release',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.open-to-edit': 'Release openen om te bewerken',\n /** Toast description in case an error occurs when adding a document to a release */\n 'banners.release.error.description':\n 'Er is een fout opgetreden bij het toevoegen van het document aan de release: {{message}}',\n /** Toast title in case an error occurs when adding a document to a release */\n 'banners.release.error.title': 'Fout bij het toevoegen van document aan release',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description': 'Het document bestaat alleen in de',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_one': 'release',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_other': 'releases',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_one':\n 'Dit document maakt deel uit van de <VersionBadge/> release en {{count}} meer release.',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_other':\n 'Dit document maakt deel uit van de <VersionBadge/> release en {{count}} meer releases',\n /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-single':\n 'Dit document maakt deel uit van de <VersionBadge/> release',\n /** The text for the banner that appears when a document is not in the current global release */\n 'banners.release.not-in-release': 'Niet in de <VersionBadge>{{title}}</VersionBadge> release.',\n /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.description':\n 'Even geduld terwijl het document wordt toegevoegd aan de release. Dit zou niet langer dan een paar seconden moeten duren.',\n /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.title': 'Document wordt toegevoegd aan release…',\n /** The text for the revision not found banner */\n 'banners.revision-not-found.description':\n 'We konden de geselecteerde documentrevisie niet vinden, selecteer een andere invoer uit de geschiedenislijst.',\n /** The text content for the scheduled draft override banner */\n 'banners.scheduled-draft-override-banner.text':\n 'Er bestaat een gepland concept voor dit document. Als u nu wijzigingen publiceert, worden deze overschreven wanneer het schema wordt uitgevoerd.',\n /** The text content for the unpublished document banner when is part of a release */\n 'banners.unpublished-release-banner.text':\n 'Dit document zal niet gepubliceerd worden als onderdeel van de <VersionBadge>{{title}}</VersionBadge> release',\n /** The text content for the unpublished document banner letting the user know that the current published version is being shown */\n 'banners.unpublished-release-banner.text-with-published':\n 'Toont de huidige <strong>gepubliceerde</strong> versie:',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Nieuw {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Naamloos',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Documentacties openen',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Documentacties',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Deelvenster rechts splitsen',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Deelvenster rechts splitsen',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Sluit deelvenster',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Sluit paneelgroep',\n\n /** The text for the canvas linked banner action button */\n 'canvas.banner.edit-in-canvas-action': 'Bewerk in Canvas',\n /** The text for the canvas linked banner when the document is a draft */\n 'canvas.banner.linked-text.draft': 'Dit conceptdocument is gekoppeld aan Canvas',\n /** The text for the canvas linked banner when the document is a live document */\n 'canvas.banner.linked-text.published': 'Dit live document is gekoppeld aan Canvas',\n /** The text for the canvas linked banner when the document is a version document */\n 'canvas.banner.linked-text.version': 'Dit versiedocument is gekoppeld aan Canvas',\n /** The text for the canvas linked banner popover button */\n 'canvas.banner.popover-button-text': 'Meer leren',\n /** The description for the canvas linked banner popover */\n 'canvas.banner.popover-description':\n 'Canvas stelt je in staat om in een vrij vormgegeven editor te schrijven die automatisch terugkaart naar de Studio als gestructureerde inhoud - terwijl je typt.',\n /** The heading for the canvas linked banner popover */\n 'canvas.banner.popover-heading': 'Idee eerst schrijven',\n\n /** The description for the changes banner */\n 'changes.banner.description':\n 'Toont de geschiedenis voor de <strong>{{perspective}}</strong> versie van dit document.',\n /** The tooltip for the changes banner */\n 'changes.banner.tooltip':\n 'Deze weergave toont de wijzigingen die zijn opgetreden in een specifieke versie van dit document. Selecteer een andere versie om de wijzigingen te zien',\n /** The label used in the changes inspector for the from selector */\n 'changes.from.label': 'Van',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': 'Historie',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': 'Wijzigingen beoordelen',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': 'Naar',\n\n /** The error message shown when the specified document comparison mode is not supported */\n 'compare-version.error.invalidModeParam':\n '\"{{input}}\" is geen ondersteunde documentvergelijkingsmodus.',\n /** The error message shown when the next document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidNextDocumentParam': 'De volgende documentparameter is ongeldig.',\n /** The error message shown when the document comparison URL could not be parsed */\n 'compare-version.error.invalidParams.title': 'Niet in staat om documenten te vergelijken',\n /** The error message shown when the previous document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidPreviousDocumentParam': 'De vorige documentparameter is ongeldig.',\n\n /** The text for the tooltip when the \"Compare versions\" action for a document is disabled */\n 'compare-versions.menu-item.disabled-reason':\n 'Er zijn geen andere versies van dit document om te vergelijken.',\n /** The text for the \"Compare versions\" action for a document */\n 'compare-versions.menu-item.title': 'Versies vergelijken',\n /** The string used to label draft documents */\n 'compare-versions.status.draft': 'Concept',\n /** The string used to label published documents */\n 'compare-versions.status.published': 'Gepubliceerd',\n /** The title used when comparing versions of a document */\n 'compare-versions.title': 'Versies vergelijken',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Annuleren',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 document',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} documenten',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Niet beschikbare dataset',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Niet beschikbare datasets',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} in een andere dataset',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} in {{count}} datasets',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Kopieer ID naar klembord',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'Document-ID',\n /** The toast title when the copy button has been clicked but copying failed */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed':\n 'Kopiëren van document ID mislukt',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'Project-ID',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Toch verwijderen',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Toch ontpubliceren',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Nu verwijderen',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Nu ontpubliceren',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Weet u zeker dat u “<DocumentTitle/>” wilt verwijderen?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Weet u zeker dat u “<DocumentTitle/>” wilt ontpubliceren?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text':\n 'Er is een fout opgetreden bij het laden van verwijzende documenten.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Opnieuw proberen',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Fout',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Document verwijderen?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Document ontpubliceren?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Op zoek naar verwijzende documenten…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 andere referentie niet getoond',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} andere referenties niet getoond',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n 'We kunnen geen metadata voor deze referenties weergeven vanwege een ontbrekend toegangstoken voor de gerelateerde datasets.',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Voorbeeld niet beschikbaar',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Als u dit document verwijdert, kunnen documenten die ernaar verwijzen er niet langer toegang toe hebben.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Als u dit document niet publiceert, kunnen documenten die ernaar verwijzen er niet langer toegang toe hebben.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 document verwijst naar “<DocumentTitle/>”',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} documenten verwijzen naar “<DocumentTitle/>”',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Het is mogelijk dat u “<DocumentTitle/>” niet kunt verwijderen omdat de volgende documenten ernaar verwijzen:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Het is mogelijk dat u “<DocumentTitle/>” niet kunt ontpubliceren omdat de volgende documenten ernaar verwijzen:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Annuleren',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Bevestigen',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Inhoud',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Fout: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Zonder titel',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': 'Onbekend schema type: {{schemaType}}',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Sluiten',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspecteren <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Geen waarde',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspecteren',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Zoeken',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Geanalyseerd',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'Ruwe JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Dit formulier is verborgen',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Zonder titel',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Document laden…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Wacht alstublieft terwijl het document wordt gesynchroniseerd. Dit gebeurt meestal direct nadat het document is gepubliceerd en zou niet meer dan een paar seconden moeten duren',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Document synchroniseren…',\n\n /** The description for the document favorite action */\n 'document.favorites.add-to-favorites': 'Toevoegen aan favorieten',\n /** The description for the document unfavorite action */\n 'document.favorites.remove-from-favorites': 'Verwijderen uit favorieten',\n\n /** The description for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.description':\n 'We kunnen de wijzigingen voor dit document niet laden, waarschijnlijk vanwege het geschiedenisbehoudbeleid van uw abonnement, dit toont u hoe de <strong>{{version}}</strong> versie zich verhoudt tot de <strong>gepubliceerde</strong> versie.',\n /** The title for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.title': 'Vergelijken met gepubliceerd',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */\n 'events.inspect.release': 'Inspecteer <VersionBadge>{{releaseTitle}}</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/\n 'events.open.draft': 'Open <VersionBadge>concept</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/\n 'events.open.release': 'Open <VersionBadge>{{releaseTitle}}</VersionBadge> release',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Laden…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Acties',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Lay-out',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Sorteren',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Compacte weergave',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Gedetailleerde weergave',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Sorteren op Aangemaakt',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Sorteren op Laatst bewerkt',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Leer hoe u een documenttype kunt toevoegen →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Definieer alstublieft ten minste één documenttype in uw schema.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'Geen documenttypes',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Terug',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Toon menu',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Creëren',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Nieuw document maken',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Onvoldoende rechten',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Bewerkt <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Geen ongepubliceerde wijzigingen',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Document: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n 'Geen schema gevonden voor type <Code>{{documentType}}</Code>',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Gepubliceerd <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'Geen ongepubliceerde wijzigingen',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Fout: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Nieuw {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Naamloos',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.retrying': 'Opnieuw proberen…',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Fout: <Code>{{error}}</Code>',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text.dev': 'Fout: <Code>{{error}}</Code>',\n /** The error text on the document list pane if the browser appears to be offlline */\n 'panes.document-list-pane.error.text.offline': 'De internetverbinding lijkt offline te zijn.',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Kon lijstitems niet ophalen',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.will-retry-automatically_one': 'Opnieuw proberen…',\n 'panes.document-list-pane.error.will-retry-automatically_other':\n 'Opnieuw proberen… (#{{count}}).',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Er worden maximaal {{limit}} documenten weergegeven',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': 'Geen documenten van dit type',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'Geen resultaten gevonden',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': 'Geen overeenkomende documenten',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.reconnecting': 'Proberen te verbinden…',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Lijst doorzoeken',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Lijst doorzoeken',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Details',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error':\n 'Er is een fout opgetreden tijdens {{context}}',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'Er is een fout opgetreden bij het proberen te verwijderen van dit document. Dit betekent meestal dat er andere documenten zijn die ernaar verwijzen.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'Er is een fout opgetreden bij het proberen te annuleren van de publicatie van dit document. Dit betekent meestal dat er andere documenten zijn die ernaar verwijzen.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success':\n 'Succesvol {{context}} uitgevoerd op document',\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n 'Document URL gekopieerd naar klembord',\n /** */\n 'panes.document-operation-results.operation-success_createVersion':\n '<Strong>{{title}}</Strong> is toegevoegd aan de release',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete':\n 'Het document is succesvol verwijderd',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'Alle wijzigingen sinds de laatste publicatie zijn nu verworpen. De verworpen conceptversie kan nog steeds worden hersteld uit de geschiedenis',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate':\n 'Het document is succesvol gedupliceerd',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': 'Het document is gepubliceerd',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> is hersteld',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n 'De publicatie van het document is ongedaan gemaakt. Er is een concept gemaakt van de laatste gepubliceerde versie.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Naamloos',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Document laden…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'Het documenttype is niet gedefinieerd, en een document met de <Code>{{id}}</Code> identificatie kon niet worden gevonden.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'Het document is niet gevonden',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'Dit document heeft het schema type <Code>{{documentType}}</Code>, dat niet is gedefinieerd als een type in het lokale content studio schema.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Onbekend documenttype: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n 'Dit document bestaat niet, en er is geen schema type voor gespecificeerd.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Laden…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Nog steeds aan het laden…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Structuur item mist de vereiste <Code>type</Code> eigenschap.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Onbekend paneeltype',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Structuur item van type <Code>{{type}}</Code> is geen bekende entiteit.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Voorbeeld openen',\n\n /** The text for the confirm button in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.confirm-button.text': 'Aanvraag versturen',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n 'Uw verzoek zal worden verzonden naar de projectbeheerder(s). Als u wilt, kunt u ook een notitie toevoegen',\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': 'Vraag om bewerktoegang',\n /** The text describing the note input for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.description.text':\n 'Als u wilt, kunt u een notitie toevoegen',\n /** The placeholder for the note input in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.placeholder.text': 'Voeg notitie toe...',\n /** The error/warning text in the request permission dialog when the user's request has been declined */\n 'request-permission-dialog.warning.denied.text':\n 'Uw verzoek om toegang tot dit project is afgewezen.',\n /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */\n 'request-permission-dialog.warning.limit-reached.text':\n 'U heeft de limiet bereikt voor rolverzoeken voor alle projecten. Wacht even voordat u meer verzoeken indient of neem contact op met een beheerder voor hulp.',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Opgeslagen',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Opslaan...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Laatst gepubliceerd {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Laatst gepubliceerd <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Laatst bijgewerkt {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip': 'Laatst bijgewerkt <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Wijzigingen beoordelen',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Opgeslagen!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Opslaan...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Wijzigingen opgeslagen',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Wijzigingen bekijken',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Bekijk documentatie',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Fout',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Er is een fout opgetreden bij het lezen van de structuur',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Opnieuw laden',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Structuurpad',\n\n /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': 'Actiemenu openen',\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': 'Acties',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': 'Inklappen',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': 'Uitklappen',\n /** The text for the published event menu tooltip when the release is not found */\n 'timeline-item.not-found-release.tooltip': 'Release met id \"{{releaseId}}\" niet gevonden',\n\n /** The text for the \"Inline changes\" action, which is used to toggle the visibility of content diffs inside inputs */\n 'toggle-inline-changes.menu-item.title': 'Wijzigingen inline weergeven',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
1
+ {"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': 'Document URL kopiëren',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operatie niet klaar',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': 'Dit document bestaat nog niet of is al verwijderd',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Verwijderen',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Verwijderen…',\n /** Tooltip when action is disabled because the document is linked to Canvas */\n 'action.disabled-by-canvas.tooltip':\n 'Sommige documentacties zijn uitgeschakeld voor documenten die gekoppeld zijn aan Canvas',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Weet u zeker dat u alle wijzigingen wilt verwijderen sinds de laatste publicatie?',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes-draft':\n 'Weet u zeker dat u alle wijzigingen wilt verwijderen en dit conceptdocument wilt verwijderen?',\n /**Header for the confirm discard dialog */\n 'action.discard-changes.confirm-dialog.header.text': 'Wijzigingen verwijderen?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change':\n 'Dit document heeft geen ongepubliceerde wijzigingen',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Dit document is niet gepubliceerd',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operatie niet klaar',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Wijzigingen verwijderen',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operatie niet klaar',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Dit document bestaat nog niet dus er is niets om te dupliceren',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Dupliceren',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Dupliceren…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Al gepubliceerd',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Gepubliceerd {{timeSincePublished}} geleden',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operatie niet klaar',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Publiceren',\n /** Label for the \"Publish\" document action */\n 'action.publish.label': 'Publiceren',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Publiceren',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n 'Kan niet publiceren omdat Live Edit is ingeschakeld voor dit documenttype',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Live Edit is ingeschakeld voor dit inhoudstype en publiceren gebeurt automatisch terwijl u wijzigingen maakt',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'Geen ongepubliceerde wijzigingen',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Gepubliceerd',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Publiceren…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Er zijn validatiefouten die opgelost moeten worden voordat dit document kan worden gepubliceerd',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Wachten op het afronden van taken voordat er gepubliceerd wordt',\n /** Message prompting the user to confirm that they want to restore to an earlier revision*/\n 'action.restore.confirm.message': 'Weet u zeker dat u dit document wilt herstellen?',\n /** Fallback tooltip for when user is looking at the initial revision */\n 'action.restore.disabled.cannot-restore-initial':\n 'U kunt niet herstellen naar de initiële versie',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Herstellen',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Herstel naar deze versie',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Dit document is niet gepubliceerd',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operatie niet klaar',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Depubliceren',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n 'Dit document heeft live bewerken ingeschakeld en kan niet worden gedepubliceerd',\n\n /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */\n 'banners.archived-release.description':\n 'U bekijkt een alleen-lezen document dat werd gearchiveerd als onderdeel van <VersionBadge>{{title}}</VersionBadge>. Het kan niet bewerkt worden',\n /** Description for the archived scheduled draft banner, rendered when viewing the history of a cardinality one release document */\n 'banners.archived-scheduled-draft.description': 'Dit geplande concept is gearchiveerd',\n /** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */\n 'banners.choose-new-document-destination.cannot-create-draft-document':\n 'Kan geen conceptdocument maken.',\n /** The explanation displayed when a user attempts to create a new published document, but the schema type doesn't support live-editing */\n 'banners.choose-new-document-destination.cannot-create-published-document':\n 'Kan geen gepubliceerd document maken.',\n /** The prompt displayed when a user must select a different perspective in order to create a document */\n 'banners.choose-new-document-destination.choose-destination':\n 'Kies een bestemming voor dit document:',\n /** The explanation displayed when a user attempts to create a new document in a release, but the selected release is inactive */\n 'banners.choose-new-document-destination.release-inactive':\n 'De <VersionBadge>{{title}}</VersionBadge> release is niet actief.',\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Herstel meest recente versie',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Dit document is verwijderd.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Dit documenttype is verouderd.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Concept verwijderen',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Publiceer om door te gaan met bewerken',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n 'Het type <strong>{{schemaType}}</strong> heeft <code>liveEdit</code> ingeschakeld, maar er bestaat een conceptversie van dit document. Publiceer of verwijder het concept om door te gaan met het live bewerken ervan.',\n /** The label for the \"compare draft\" action */\n 'banners.obsolete-draft.actions.compare-draft.text': 'Vergelijk concept',\n /** The label for the \"discard draft\" action */\n 'banners.obsolete-draft.actions.discard-draft.text': 'Verwerp concept',\n /** The label for the \"publish draft\" action */\n 'banners.obsolete-draft.actions.publish-draft.text': 'Publiceer concept',\n /** The warning displayed when editing a document that has an obsolete draft because the draft model is not switched on */\n 'banners.obsolete-draft.draft-model-inactive.text':\n 'De werkruimte heeft geen concepten ingeschakeld, maar er bestaat een conceptversie van dit document.',\n /** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'Uw rol <Roles/> heeft geen toestemming om dit document te creëren.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Uw rollen <Roles/> hebben geen toestemming om dit document te creëren.',\n /** The text for the permission check banner if the user only has one role, and it does not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'Uw rol <Roles/> heeft geen toestemming om dit document bij te werken.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Uw rollen <Roles/> hebben geen toestemming om dit document bij te werken.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': 'Aanvraag verzonden',\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': 'Vraag om te bewerken',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */\n 'banners.published-release.description':\n 'U bekijkt een alleen-lezen document dat werd gepubliceerd als onderdeel van <VersionBadge>{{title}}</VersionBadge>. Het kan niet bewerkt worden',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Referentie herladen',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n 'Deze referentie is gewijzigd sinds u deze geopend heeft.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Referentie sluiten',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n 'Deze referentie is verwijderd sinds u deze geopend heeft.',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.add-to-release': 'Toevoegen aan release',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.open-to-edit': 'Release openen om te bewerken',\n /** Toast description in case an error occurs when adding a document to a release */\n 'banners.release.error.description':\n 'Er is een fout opgetreden bij het toevoegen van het document aan de release: {{message}}',\n /** Toast title in case an error occurs when adding a document to a release */\n 'banners.release.error.title': 'Fout bij het toevoegen van document aan release',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description': 'Het document bestaat alleen in de',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_one': 'release',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_other': 'releases',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_one':\n 'Dit document maakt deel uit van de <VersionBadge/> release en {{count}} meer release.',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_other':\n 'Dit document maakt deel uit van de <VersionBadge/> release en {{count}} meer releases',\n /** The text for the banner that appears when a document is not part of any release\n * @deprecated – no longer in use\n * */\n 'banners.release.navigate-to-edit-description-none':\n 'Dit document maakt deel uit van geen enkele release',\n /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-single':\n 'Dit document maakt deel uit van de <VersionBadge/> release',\n /** The text for the banner that appears when a document is not in the current global release */\n 'banners.release.not-in-release': 'Niet in de <VersionBadge>{{title}}</VersionBadge> release.',\n /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.description':\n 'Even geduld terwijl het document wordt toegevoegd aan de release. Dit zou niet langer dan een paar seconden moeten duren.',\n /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.title': 'Document wordt toegevoegd aan release…',\n /** The text for the revision not found banner */\n 'banners.revision-not-found.description':\n 'We konden de geselecteerde documentrevisie niet vinden, selecteer een andere invoer uit de geschiedenislijst.',\n /** The text content for the scheduled draft override banner */\n 'banners.scheduled-draft-override-banner.text':\n 'Er bestaat een gepland concept voor dit document. Als u nu wijzigingen publiceert, worden deze overschreven wanneer het schema wordt uitgevoerd.',\n /** The text content for the unpublished document banner when is part of a release */\n 'banners.unpublished-release-banner.text':\n 'Dit document zal niet gepubliceerd worden als onderdeel van de <VersionBadge>{{title}}</VersionBadge> release',\n /** The text content for the unpublished document banner letting the user know that the current published version is being shown */\n 'banners.unpublished-release-banner.text-with-published':\n 'Toont de huidige <strong>gepubliceerde</strong> versie:',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Nieuw {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Naamloos',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Documentacties openen',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Documentacties',\n /** The aria-label for the collapse pane button on the document panel header */\n 'buttons.focus-pane-button.aria-label.collapse': 'Verlaat focusmodus (toon navigatie)',\n /** The aria-label for the focus pane button on the document panel header */\n 'buttons.focus-pane-button.aria-label.focus': 'Ga naar focusmodus (verberg navigatie)',\n /** The tooltip for the collapse pane button on the document panel header */\n 'buttons.focus-pane-button.tooltip.collapse': 'Verlaat focusmodus',\n /** The tooltip for the focus pane button on the document panel header */\n 'buttons.focus-pane-button.tooltip.focus': 'Ga naar focusmodus',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Deelvenster rechts splitsen',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Deelvenster rechts splitsen',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Sluit deelvenster',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Sluit paneelgroep',\n\n /** The text for the canvas linked banner action button */\n 'canvas.banner.edit-in-canvas-action': 'Bewerk in Canvas',\n /** The text for the canvas linked banner when the document in editable mode*/\n 'canvas.banner.editable.linked-text': 'Dit document kan bewerkt worden in Canvas.',\n /** The description for the canvas linked banner popover in editable mode*/\n 'canvas.banner.editable.popover-description':\n 'Canvas stelt je in staat vrij te schrijven, waarna je de inhoud in Studio kunt bijwerken zonder handmatig veld voor veld te kopiëren.',\n /** The heading for the canvas linked banner popover in editable mode*/\n 'canvas.banner.editable.popover-heading': 'Vrij schrijven',\n /** The text for the canvas linked banner when the document is a draft */\n 'canvas.banner.linked-text.draft': 'Dit conceptdocument is gekoppeld aan Canvas',\n /** The text for the canvas linked banner when the document is a live document */\n 'canvas.banner.linked-text.published': 'Dit live document is gekoppeld aan Canvas',\n /** The text for the canvas linked banner when the document is a version document */\n 'canvas.banner.linked-text.version': 'Dit versiedocument is gekoppeld aan Canvas',\n /** The text for the canvas linked banner popover button */\n 'canvas.banner.popover-button-text': 'Meer leren',\n /** The description for the canvas linked banner popover */\n 'canvas.banner.popover-description':\n 'Canvas stelt je in staat om in een vrij vormgegeven editor te schrijven die automatisch terugkaart naar de Studio als gestructureerde inhoud - terwijl je typt.',\n /** The heading for the canvas linked banner popover */\n 'canvas.banner.popover-heading': 'Idee eerst schrijven',\n\n /** The description for the changes banner */\n 'changes.banner.description':\n 'Toont de geschiedenis voor de <strong>{{perspective}}</strong> versie van dit document.',\n /** The tooltip for the changes banner */\n 'changes.banner.tooltip':\n 'Deze weergave toont de wijzigingen die zijn opgetreden in een specifieke versie van dit document. Selecteer een andere versie om de wijzigingen te zien',\n /** The label used in the changes inspector for the from selector */\n 'changes.from.label': 'Van',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': 'Historie',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': 'Wijzigingen beoordelen',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': 'Naar',\n\n /** The error message shown when the specified document comparison mode is not supported */\n 'compare-version.error.invalidModeParam':\n '\"{{input}}\" is geen ondersteunde documentvergelijkingsmodus.',\n /** The error message shown when the next document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidNextDocumentParam': 'De volgende documentparameter is ongeldig.',\n /** The error message shown when the document comparison URL could not be parsed */\n 'compare-version.error.invalidParams.title': 'Niet in staat om documenten te vergelijken',\n /** The error message shown when the previous document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidPreviousDocumentParam': 'De vorige documentparameter is ongeldig.',\n\n /** The text for the tooltip when the \"Compare versions\" action for a document is disabled */\n 'compare-versions.menu-item.disabled-reason':\n 'Er zijn geen andere versies van dit document om te vergelijken.',\n /** The text for the \"Compare versions\" action for a document */\n 'compare-versions.menu-item.title': 'Versies vergelijken',\n /** The string used to label draft documents */\n 'compare-versions.status.draft': 'Concept',\n /** The string used to label published documents */\n 'compare-versions.status.published': 'Gepubliceerd',\n /** The title used when comparing versions of a document */\n 'compare-versions.title': 'Versies vergelijken',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Annuleren',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 document',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} documenten',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Niet beschikbare dataset',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Niet beschikbare datasets',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} in een andere dataset',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} in {{count}} datasets',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Kopieer ID naar klembord',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'Document-ID',\n /** The toast title when the copy button has been clicked but copying failed */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed':\n 'Kopiëren van document ID mislukt',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'Project-ID',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Toch verwijderen',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Toch ontpubliceren',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Nu verwijderen',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Nu ontpubliceren',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Weet u zeker dat u “<DocumentTitle/>” wilt verwijderen?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Weet u zeker dat u “<DocumentTitle/>” wilt ontpubliceren?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text':\n 'Er is een fout opgetreden bij het laden van verwijzende documenten.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Opnieuw proberen',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Fout',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Document verwijderen?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Document ontpubliceren?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Op zoek naar verwijzende documenten…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 andere referentie niet getoond',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} andere referenties niet getoond',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n 'We kunnen geen metadata voor deze referenties weergeven vanwege een ontbrekend toegangstoken voor de gerelateerde datasets.',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Voorbeeld niet beschikbaar',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Als u dit document verwijdert, kunnen documenten die ernaar verwijzen er niet langer toegang toe hebben.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Als u dit document niet publiceert, kunnen documenten die ernaar verwijzen er niet langer toegang toe hebben.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 document verwijst naar “<DocumentTitle/>”',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} documenten verwijzen naar “<DocumentTitle/>”',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Het is mogelijk dat u “<DocumentTitle/>” niet kunt verwijderen omdat de volgende documenten ernaar verwijzen:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Het is mogelijk dat u “<DocumentTitle/>” niet kunt ontpubliceren omdat de volgende documenten ernaar verwijzen:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Annuleren',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Bevestigen',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Inhoud',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Fout: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Zonder titel',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': 'Onbekend schema type: {{schemaType}}',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Sluiten',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspecteren <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Geen waarde',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspecteren',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Zoeken',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Geanalyseerd',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'Ruwe JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Dit formulier is verborgen',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Zonder titel',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Document laden…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Wacht alstublieft terwijl het document wordt gesynchroniseerd. Dit gebeurt meestal direct nadat het document is gepubliceerd en zou niet meer dan een paar seconden moeten duren',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Document synchroniseren…',\n\n /** The description for the document favorite action */\n 'document.favorites.add-to-favorites': 'Toevoegen aan favorieten',\n /** The description for the document unfavorite action */\n 'document.favorites.remove-from-favorites': 'Verwijderen uit favorieten',\n\n /** The description for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.description':\n 'We kunnen de wijzigingen voor dit document niet laden, waarschijnlijk vanwege het geschiedenisbehoudbeleid van uw abonnement, dit toont u hoe de <strong>{{version}}</strong> versie zich verhoudt tot de <strong>gepubliceerde</strong> versie.',\n /** The title for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.title': 'Vergelijken met gepubliceerd',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */\n 'events.inspect.release': 'Inspecteer <VersionBadge>{{releaseTitle}}</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/\n 'events.open.draft': 'Open <VersionBadge>concept</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/\n 'events.open.release': 'Open <VersionBadge>{{releaseTitle}}</VersionBadge> release',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Laden…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Acties',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Lay-out',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Sorteren',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Compacte weergave',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Gedetailleerde weergave',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Sorteren op Aangemaakt',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Sorteren op Laatst bewerkt',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Leer hoe u een documenttype kunt toevoegen →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Definieer alstublieft ten minste één documenttype in uw schema.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'Geen documenttypes',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Terug',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Toon menu',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Creëren',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Nieuw document maken',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Onvoldoende rechten',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Bewerkt <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Geen ongepubliceerde wijzigingen',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Document: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n 'Geen schema gevonden voor type <Code>{{documentType}}</Code>',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Gepubliceerd <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'Geen ongepubliceerde wijzigingen',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Fout: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Nieuw {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Naamloos',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.retrying': 'Opnieuw proberen…',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Fout: <Code>{{error}}</Code>',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text.dev': 'Fout: <Code>{{error}}</Code>',\n /** The error text on the document list pane if the browser appears to be offlline */\n 'panes.document-list-pane.error.text.offline': 'De internetverbinding lijkt offline te zijn.',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Kon lijstitems niet ophalen',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.will-retry-automatically_one': 'Opnieuw proberen…',\n 'panes.document-list-pane.error.will-retry-automatically_other':\n 'Opnieuw proberen… (#{{count}}).',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Er worden maximaal {{limit}} documenten weergegeven',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': 'Geen documenten van dit type',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'Geen resultaten gevonden',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': 'Geen overeenkomende documenten',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.reconnecting': 'Proberen te verbinden…',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Lijst doorzoeken',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Lijst doorzoeken',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Details',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error':\n 'Er is een fout opgetreden tijdens {{context}}',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'Er is een fout opgetreden bij het proberen te verwijderen van dit document. Dit betekent meestal dat er andere documenten zijn die ernaar verwijzen.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'Er is een fout opgetreden bij het proberen te annuleren van de publicatie van dit document. Dit betekent meestal dat er andere documenten zijn die ernaar verwijzen.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success':\n 'Succesvol {{context}} uitgevoerd op document',\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n 'Document URL gekopieerd naar klembord',\n /** */\n 'panes.document-operation-results.operation-success_createVersion':\n '<Strong>{{title}}</Strong> is toegevoegd aan de release',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete':\n 'Het document is succesvol verwijderd',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'Alle wijzigingen sinds de laatste publicatie zijn nu verworpen. De verworpen conceptversie kan nog steeds worden hersteld uit de geschiedenis',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate':\n 'Het document is succesvol gedupliceerd',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': 'Het document is gepubliceerd',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> is hersteld',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n 'De publicatie van het document is ongedaan gemaakt. Er is een concept gemaakt van de laatste gepubliceerde versie.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Naamloos',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Document laden…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'Het documenttype is niet gedefinieerd, en een document met de <Code>{{id}}</Code> identificatie kon niet worden gevonden.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'Het document is niet gevonden',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'Dit document heeft het schema type <Code>{{documentType}}</Code>, dat niet is gedefinieerd als een type in het lokale content studio schema.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Onbekend documenttype: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n 'Dit document bestaat niet, en er is geen schema type voor gespecificeerd.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Laden…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Nog steeds aan het laden…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Structuur item mist de vereiste <Code>type</Code> eigenschap.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Onbekend paneeltype',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Structuur item van type <Code>{{type}}</Code> is geen bekende entiteit.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Voorbeeld openen',\n\n /** The text for the confirm button in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.confirm-button.text': 'Aanvraag versturen',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n 'Uw verzoek zal worden verzonden naar de projectbeheerder(s). Als u wilt, kunt u ook een notitie toevoegen',\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': 'Vraag om bewerktoegang',\n /** The text describing the note input for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.description.text':\n 'Als u wilt, kunt u een notitie toevoegen',\n /** The placeholder for the note input in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.placeholder.text': 'Voeg notitie toe...',\n /** The error/warning text in the request permission dialog when the user's request has been declined */\n 'request-permission-dialog.warning.denied.text':\n 'Uw verzoek om toegang tot dit project is afgewezen.',\n /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */\n 'request-permission-dialog.warning.limit-reached.text':\n 'U heeft de limiet bereikt voor rolverzoeken voor alle projecten. Wacht even voordat u meer verzoeken indient of neem contact op met een beheerder voor hulp.',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Opgeslagen',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Opslaan...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Laatst gepubliceerd {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Laatst gepubliceerd <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Laatst bijgewerkt {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip': 'Laatst bijgewerkt <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Wijzigingen beoordelen',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Opgeslagen!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Opslaan...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Wijzigingen opgeslagen',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Wijzigingen bekijken',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Bekijk documentatie',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Fout',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Er is een fout opgetreden bij het lezen van de structuur',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Opnieuw laden',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Structuurpad',\n\n /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': 'Actiemenu openen',\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': 'Acties',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': 'Inklappen',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': 'Uitklappen',\n /** The text for the published event menu tooltip when the release is not found */\n 'timeline-item.not-found-release.tooltip': 'Release met id \"{{releaseId}}\" niet gevonden',\n\n /** The text for the \"Inline changes\" action, which is used to toggle the visibility of content diffs inside inputs */\n 'toggle-inline-changes.menu-item.title': 'Wijzigingen inline weergeven',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
@@ -417,6 +417,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
417
417
  "document-status.date": "{{date}}",
418
418
  /** Label to show in the document footer indicating the last edited date of the document */
419
419
  "document-status.edited": "Bewerkt {{date}}",
420
+ /** Label to show in the document footer status line when a document was last published */
421
+ "document-status.last-published": "Laatst gepubliceerd",
420
422
  /** Label to show in the document footer indicating the document is not published*/
421
423
  "document-status.not-published": "Niet gepubliceerd",
422
424
  /** Label to show in the document footer indicating the published date of the document */
@@ -1206,10 +1208,18 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1206
1208
  "release.dialog.create.confirm": "Release aanmaken",
1207
1209
  /** Title for creating releases dialog */
1208
1210
  "release.dialog.create.title": "Nieuwe release",
1209
- /** Body text for the dialog confirming deletion of a scheduled draft */
1210
- "release.dialog.delete-schedule-draft.body": "Weet u zeker dat u dit geplande concept wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.",
1211
+ /** Body text when deleting scheduled draft and draft is already up to date */
1212
+ "release.dialog.delete-schedule-draft.body-already-current": "Dit geplande concept verwijderen? Uw concept is al up-to-date.",
1213
+ /** Body text when deleting scheduled draft and changes will be saved to draft */
1214
+ "release.dialog.delete-schedule-draft.body-will-save-to-draft": "Dit geplande concept verwijderen? Uw wijzigingen worden opgeslagen in het concept.",
1215
+ /** Body text when deleting scheduled draft with checkbox shown for user choice */
1216
+ "release.dialog.delete-schedule-draft.body-with-choice": "Dit geplande concept verwijderen?",
1211
1217
  /** Confirm button text for deleting a scheduled draft */
1212
1218
  "release.dialog.delete-schedule-draft.confirm": "Ja, schema verwijderen",
1219
+ /** Checkbox label for copying scheduled draft to draft before deletion */
1220
+ "release.dialog.delete-schedule-draft.copy-checkbox": "Bewaar mijn geplande wijzigingen door ze naar het concept te kopi\xEBren (aanbevolen)",
1221
+ /** Explanation text shown when scheduled draft has different changes than current draft */
1222
+ "release.dialog.delete-schedule-draft.different-changes-explanation": "Uw geplande concept heeft andere wijzigingen dan uw huidige concept.",
1213
1223
  /** Header for the dialog confirming deletion of a scheduled draft */
1214
1224
  "release.dialog.delete-schedule-draft.header": "Gepland concept verwijderen",
1215
1225
  /** Body text for change schedule dialog */
@@ -1250,9 +1260,13 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1250
1260
  "release.schedule-dialog.publish-date-in-past-warning": "Plan voor een toekomstige tijd en datum.",
1251
1261
  /** Label for date picker when scheduling a release */
1252
1262
  "release.schedule-dialog.select-publish-date-label": "Publiceren op",
1253
- /** The toast description that will be shown when the user has a release perspective which is now archived */
1263
+ /** The toast description that will be shown when the user has a release perspective which is now archived
1264
+ * @deprecated – no longer needed
1265
+ * */
1254
1266
  "release.toast.archived-release.description": "Deze release is losgemaakt",
1255
- /** The toast title that will be shown when the user has a release perspective which is now archived */
1267
+ /** The toast title that will be shown when the user has a release perspective which is now archived
1268
+ * @deprecated – no longer needed
1269
+ * */
1256
1270
  "release.toast.archived-release.title": "De '{{title}}' release is gearchiveerd",
1257
1271
  /** The toast title that will be shown the creating a release fails */
1258
1272
  "release.toast.create-release-error.title": "Aanmaken van release mislukt",
@@ -1260,20 +1274,30 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1260
1274
  "release.toast.delete-schedule-draft.error": "Het is niet gelukt om het geplande conceptdocument <strong>{{title}}</strong> te verwijderen: {{error}}",
1261
1275
  /** Success toast for deleting a scheduled draft */
1262
1276
  "release.toast.delete-schedule-draft.success": "Het geplande conceptdocument <strong>{{title}}</strong> is verwijderd.",
1263
- /** The toast title that will be shown when the user has a release perspective which is now deleted */
1277
+ /** The toast title that will be shown when the user has a release perspective which is now deleted
1278
+ * @deprecated – no longer needed
1279
+ * */
1264
1280
  "release.toast.not-found-release.title": "De release '{{title}}' kon niet worden gevonden",
1265
1281
  /** Error toast for running a scheduled publish immediately */
1266
1282
  "release.toast.publish-scheduled-draft.error": "Het is niet gelukt om het geplande conceptdocument <strong>{{title}}</strong> onmiddellijk te publiceren: {{error}}",
1267
1283
  /** Success toast for running a scheduled publish immediately */
1268
1284
  "release.toast.publish-scheduled-draft.success": "Het geplande conceptdocument <strong>{{title}}</strong> is gepubliceerd.",
1269
- /** The toast description that will be shown when the user has a release perspective which is now published */
1285
+ /** The toast description that will be shown when the user has a release perspective which is now published
1286
+ * @deprecated – no longer needed
1287
+ **/
1270
1288
  "release.toast.published-release.description": "Deze release is losgemaakt",
1271
- /** The toast title that will be shown when the user has a release perspective which is now deleted */
1289
+ /** The toast title that will be shown when the user has a release perspective which is now deleted
1290
+ * @deprecated – no longer needed
1291
+ **/
1272
1292
  "release.toast.published-release.title": "De '{{title}}' release is gepubliceerd",
1273
1293
  /** Error toast for rescheduling a draft */
1274
1294
  "release.toast.reschedule-scheduled-draft.error": "Het is niet gelukt om het geplande conceptdocument <strong>{{title}}</strong> opnieuw te plannen: {{error}}",
1275
1295
  /** Success toast for rescheduling a draft */
1276
1296
  "release.toast.reschedule-scheduled-draft.success": "Het geplande conceptdocument <strong>{{title}}</strong> is opnieuw gepland.",
1297
+ /** The toast title that will be shown when the user has a scheduled draft perspective which is now published
1298
+ * @deprecated – no longer needed
1299
+ * */
1300
+ "release.toast.scheduled-draft-published.title": "Het geplande conceptdocument is gepubliceerd",
1277
1301
  /** Label for when a version of a document has already been added to the release */
1278
1302
  "release.tooltip.already-added": "Een versie van dit document is al toegevoegd",
1279
1303
  /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
@@ -1286,6 +1310,12 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1286
1310
  "release.type.undecided": "Onbeslist",
1287
1311
  /** Tooltip for the dropdown to show all versions of document */
1288
1312
  "release.version-list.tooltip": "Bekijk alle documentversies",
1313
+ /** Button text for contacting support in the releases misconfiguration dialog */
1314
+ "releases.upsell.misconfiguration.contact-support": "Contact Ondersteuning",
1315
+ /** Header for the releases misconfiguration dialog */
1316
+ "releases.upsell.misconfiguration.header": "Configuratieprobleem met content releases",
1317
+ /** Message shown in the releases misconfiguration dialog */
1318
+ "releases.upsell.misconfiguration.message": "Content releases zijn ingeschakeld voor uw project, maar er lijkt een configuratieprobleem te zijn met uw release limieten. Neem contact op met de ondersteuning om uw content releases correct te configureren.",
1289
1319
  /** Confirm button text for the schedule publish dialog */
1290
1320
  "schedule-publish-dialog.confirm": "Plannen",
1291
1321
  /** Description for the schedule publish dialog */