@sanity/locale-nl-nl 1.1.21 → 1.1.22
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/dist/_chunks-cjs/canvas.cjs +83 -0
- package/dist/_chunks-cjs/canvas.cjs.map +1 -0
- package/dist/_chunks-cjs/create.cjs +0 -20
- package/dist/_chunks-cjs/create.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +33 -0
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +92 -7
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-es/canvas.js +85 -0
- package/dist/_chunks-es/canvas.js.map +1 -0
- package/dist/_chunks-es/create.js +0 -20
- package/dist/_chunks-es/create.js.map +1 -1
- package/dist/_chunks-es/structure.js +33 -0
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +92 -7
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/index.cjs +6 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/canvas.ts +59 -0
- package/src/create.ts +0 -27
- package/src/index.ts +5 -0
- package/src/structure.ts +24 -0
- package/src/studio.ts +64 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"studio.cjs","sources":["../../src/studio.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The text used in the tooltip shown in the dialog close button */\n 'announcement.dialog.close': 'Sluiten',\n /** Aria label to be used in the dialog close button */\n 'announcement.dialog.close-label': 'Dialoog sluiten',\n /**Text to be used in the tooltip in the button in the studio announcement card */\n 'announcement.floating-button.dismiss': 'Sluiten',\n /**Aria label to be used in the floating button in the studio announcement card, to dismiss the card */\n 'announcement.floating-button.dismiss-label': 'Aankondigingen negeren',\n /**Aria label to be used in the floating button in the studio announcement card */\n 'announcement.floating-button.open-label': 'Aankondigingen openen',\n\n /** Menu item for deleting the asset */\n 'asset-source.asset-list.menu.delete': 'Verwijderen',\n /** Menu item for showing where a particular asset is used */\n 'asset-source.asset-list.menu.show-usage': 'Gebruik tonen',\n /** Header in usage dialog for file assets */\n 'asset-source.asset-usage-dialog.header_file': 'Documenten die bestand gebruiken',\n /** Header in usage dialog for image assets */\n 'asset-source.asset-usage-dialog.header_image': 'Documenten die afbeelding gebruiken',\n /** Text shown in usage dialog when loading documents using the selected asset */\n 'asset-source.asset-usage-dialog.loading': 'Laden…',\n /** Text for cancel action in delete-asset dialog */\n 'asset-source.delete-dialog.action.cancel': 'Annuleren',\n /** Text for \"confirm delete\" action in delete-asset dialog */\n 'asset-source.delete-dialog.action.delete': 'Verwijderen',\n /** Dialog header for delete-asset dialog when deleting a file */\n 'asset-source.delete-dialog.header_file': 'Bestand verwijderen',\n /** Dialog header for delete-asset dialog when deleting an image */\n 'asset-source.delete-dialog.header_image': 'Afbeelding verwijderen',\n /** Text shown in delete dialog when loading documents using the selected asset */\n 'asset-source.delete-dialog.loading': 'Laden…',\n /** Message confirming to delete *named* file */\n 'asset-source.delete-dialog.usage-list.confirm-delete-file_named':\n 'U staat op het punt het bestand <strong>{{filename}}}</strong> en de bijbehorende metadata te verwijderen. Weet u het zeker?',\n /** Message confirming to delete *unnamed* file */\n 'asset-source.delete-dialog.usage-list.confirm-delete-file_unnamed':\n 'U staat op het punt het bestand en de bijbehorende metadata te verwijderen. Weet u het zeker?',\n /** Message confirming to delete *named* image */\n 'asset-source.delete-dialog.usage-list.confirm-delete-image_named':\n 'U staat op het punt de afbeelding <strong>{{filename}}</strong> en de bijbehorende metadata te verwijderen. Weet u het zeker?',\n /** Message confirming to delete *unnamed* image */\n 'asset-source.delete-dialog.usage-list.confirm-delete-image_unnamed':\n 'U staat op het punt de afbeelding en de bijbehorende metadata te verwijderen. Weet u het zeker?',\n /** Alt text showing on image preview in delete asset dialog */\n 'asset-source.delete-dialog.usage-list.image-preview-alt': 'Voorbeeld van afbeelding',\n /** Warning message showing when *named* file can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-file-is-in-use_named':\n '{{filename}} kan niet worden verwijderd omdat het in gebruik is. Om dit bestand te verwijderen, moet u eerst alle gebruik ervan verwijderen.',\n /** Warning message showing when *unnamed* file can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-file-is-in-use_unnamed':\n 'Dit bestand kan niet worden verwijderd omdat het in gebruik is. Om het te verwijderen, moet u eerst alle gebruik ervan verwijderen.',\n /** Warning message showing when *named* image can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-image-is-in-use_named':\n '{{filename}} kan niet worden verwijderd omdat het in gebruik is. Om deze afbeelding te verwijderen, moet u eerst alle gebruik ervan verwijderen.',\n /** Warning message showing when *unnamed* image can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-image-is-in-use_unnamed':\n 'Deze afbeelding kan niet worden verwijderd omdat het in gebruik is. Om het te verwijderen, moet u eerst alle gebruik ervan verwijderen.',\n /** Text shown when the list of assets only include a specific set of types */\n 'asset-source.dialog.accept-message':\n 'Alleen assets van geaccepteerde typen worden getoond: <strong>{{acceptTypes}}</strong>',\n /** Keys shared between both image asset source and file asset source */\n /** Select asset dialog title for files */\n 'asset-source.dialog.default-title_file': 'Selecteer bestand',\n /** Select asset dialog title for images */\n 'asset-source.dialog.default-title_image': 'Selecteer afbeelding',\n /** Select asset dialog load more items */\n 'asset-source.dialog.load-more': 'Meer laden',\n /** Text shown when selecting a file but there's no files to select from */\n 'asset-source.dialog.no-assets_file': 'Geen bestanden',\n /** Text shown when selecting an image but there's no images to select from */\n 'asset-source.dialog.no-assets_image': 'Geen afbeeldingen',\n 'asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file':\n 'Kan het momenteel geselecteerde bestand niet verwijderen',\n 'asset-source.file.asset-list.action.delete.text': 'Verwijderen',\n 'asset-source.file.asset-list.action.delete.title': 'Bestand verwijderen',\n 'asset-source.file.asset-list.action.select-file.title': 'Selecteer het bestand {{filename}}',\n 'asset-source.file.asset-list.action.show-usage.title': 'Gebruik tonen',\n 'asset-source.file.asset-list.delete-failed': 'Bestand kon niet worden verwijderd',\n 'asset-source.file.asset-list.delete-successful': 'Bestand is verwijderd',\n 'asset-source.file.asset-list.header.date-added': 'Datum toegevoegd',\n /** File asset source */\n 'asset-source.file.asset-list.header.filename': 'Bestandsnaam',\n 'asset-source.file.asset-list.header.size': 'Grootte',\n 'asset-source.file.asset-list.header.type': 'Type',\n /** Text displayed on button or menu invoking the file asset source */\n 'asset-source.file.title': 'Geüploade bestanden',\n 'asset-source.image.asset-list.delete-failed': 'Afbeelding kon niet worden verwijderd',\n /** Image asset source */\n 'asset-source.image.asset-list.delete-successful': 'Afbeelding is verwijderd',\n /** Text displayed on button or menu invoking the image asset source */\n 'asset-source.image.title': 'Geüploade afbeeldingen',\n 'asset-source.usage-list.documents-using-file_named_one':\n 'Eén document gebruikt bestand <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-file_named_other':\n '{{count}} documenten gebruiken bestand <code>{{filename}}</code>',\n /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *named* file **/\n 'asset-source.usage-list.documents-using-file_named_zero':\n 'Geen documenten gebruiken bestand <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-file_unnamed_one': 'Eén document gebruikt dit bestand',\n 'asset-source.usage-list.documents-using-file_unnamed_other':\n '{{count}} documenten gebruiken dit bestand',\n /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *unnamed* file **/\n 'asset-source.usage-list.documents-using-file_unnamed_zero':\n 'Geen documenten gebruiken dit bestand',\n 'asset-source.usage-list.documents-using-image_named_one':\n 'Eén document gebruikt afbeelding <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-image_named_other':\n '{{count}} documenten gebruiken afbeelding <code>{{filename}}</code>',\n /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *named* image **/\n 'asset-source.usage-list.documents-using-image_named_zero':\n 'Geen documenten gebruiken afbeelding <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-image_unnamed_one':\n 'Eén document gebruikt deze afbeelding',\n 'asset-source.usage-list.documents-using-image_unnamed_other':\n '{{count}} documenten gebruiken deze afbeelding',\n /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *unnamed* image **/\n 'asset-source.usage-list.documents-using-image_unnamed_zero':\n 'Geen documenten gebruiken deze afbeelding',\n\n /** Label when a release has been deleted by a different user */\n 'banners.deleted-bundle-banner.text': \"De release '<strong>{{title}}</strong>' is verwijderd.\",\n\n /** Action message for navigating to next month */\n 'calendar.action.go-to-next-month': 'Ga naar de volgende maand',\n /** Action message for navigating to next year */\n 'calendar.action.go-to-next-year': 'Ga naar het volgende jaar',\n /** Action message for navigating to previous month */\n 'calendar.action.go-to-previous-month': 'Ga naar de vorige maand',\n /** Action message for navigating to previous year */\n 'calendar.action.go-to-previous-year': 'Ga naar het vorige jaar',\n /* Label for navigating the calendar to \"today\", without _selecting_ today. Short form, eg `Today`, not `Go to today` */\n 'calendar.action.go-to-today': 'Vandaag',\n /* Accessibility label for navigating the calendar to \"today\", without _selecting_ today */\n 'calendar.action.go-to-today-aria-label': 'Ga naar vandaag',\n /* Label for navigating the calendar to \"tomorrow\", without _selecting_ tomorrow. Short form, eg `Tomorrow`, not `Go to tomorrow` */\n 'calendar.action.go-to-tomorrow': 'Morgen',\n /* Label for navigating the calendar to \"yesterday\", without _selecting_ yesterday. Short form, eg `Yesterday`, not `Go to yesterday` */\n 'calendar.action.go-to-yesterday': 'Gisteren',\n /** Label for switch that controls whether or not to include time in given timestamp */\n 'calendar.action.include-time-label': 'Tijd opnemen',\n /** Action message for selecting the hour */\n 'calendar.action.select-hour': 'Selecteer uur',\n /** Action message for selecting the minute */\n 'calendar.action.select-minute': 'Selecteer minuut',\n /** Action message for setting to the current time */\n 'calendar.action.set-to-current-time': 'Instellen op de huidige tijd',\n /** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */\n 'calendar.action.set-to-time-preset': '{{time}} op {{date, datetime}}',\n /** Aria label for button to open date picker */\n 'calendar.button.aria-label': 'Kalender openen',\n /** Tooltip content for button to open datetime input */\n 'calendar.button.tooltip-text': 'Selecteer datum',\n /** Error message displayed in calendar when entered date is not the correct format */\n 'calendar.error.must-be-in-format':\n 'Moet in het formaat <Emphasis>{{exampleDate}}</Emphasis> zijn',\n /** Month name for April */\n 'calendar.month-names.april': 'April',\n /** Month name for August */\n 'calendar.month-names.august': 'Augustus',\n /** Month name for December */\n 'calendar.month-names.december': 'December',\n /** Month name for February */\n 'calendar.month-names.february': 'Februari',\n /** Month name for January */\n 'calendar.month-names.january': 'Januari',\n /** Month name for July */\n 'calendar.month-names.july': 'Juli',\n /** Month name for June */\n 'calendar.month-names.june': 'Juni',\n /** Month name for March */\n 'calendar.month-names.march': 'Maart',\n /** Month name for May */\n 'calendar.month-names.may': 'Mei',\n /** Month name for November */\n 'calendar.month-names.november': 'November',\n /** Month name for October */\n 'calendar.month-names.october': 'Oktober',\n /** Month name for September */\n 'calendar.month-names.september': 'September',\n /** Short weekday name for Friday */\n 'calendar.weekday-names.short.friday': 'Vrij',\n /** Short weekday name for Monday */\n 'calendar.weekday-names.short.monday': 'Ma',\n /** Short weekday name for Saturdayday */\n 'calendar.weekday-names.short.saturday': 'Zat',\n /** Short weekday name for Sunday */\n 'calendar.weekday-names.short.sunday': 'Zon',\n /** Short weekday name for Thursday */\n 'calendar.weekday-names.short.thursday': 'Do',\n /** Short weekday name for Tuesday */\n 'calendar.weekday-names.short.tuesday': 'Di',\n /** Short weekday name for Wednesday */\n 'calendar.weekday-names.short.wednesday': 'Woe',\n\n /** Label for the close button label in Review Changes pane */\n 'changes.action.close-label': 'Review wijzigingen sluiten',\n /** Cancel label for revert button prompt action */\n 'changes.action.revert-all-cancel': 'Annuleren',\n /** Revert all confirm label for revert button action - used on prompt button + review changes pane */\n 'changes.action.revert-all-confirm': 'Alles terugdraaien',\n /** Prompt for confirming revert change (singular) label for field change action */\n 'changes.action.revert-changes-confirm-change_one': 'Wijziging terugdraaien',\n /** Revert for confirming revert (plural) label for field change action */\n 'changes.action.revert-changes-confirm-change_other': 'Wijzigingen terugdraaien',\n /** Prompt for reverting changes for a field change */\n 'changes.action.revert-changes-description':\n 'Weet u zeker dat u de wijzigingen wilt terugdraaien?',\n /** Prompt for reverting changes for a group change, eg multiple changes */\n 'changes.action.revert-changes-description_one':\n 'Weet u zeker dat u de wijziging wilt terugdraaien?',\n /** Label for when the action of the change was to set something that was previously empty, eg a field was given a value, an array item was added, an asset was selected or similar */\n 'changes.added-label': 'Toegevoegd',\n /** Array diff: An item was added in a given position (`{{position}}`) */\n 'changes.array.item-added-in-position': 'Toegevoegd op positie {{position}}',\n 'changes.array.item-moved_down_one': '1 positie omlaag verplaatst',\n 'changes.array.item-moved_down_other': '{{count}} posities omlaag verplaatst',\n /**\n * Array diff: An item was moved within the array.\n * Receives `{{count}}` representing number of positions it moved.\n * Context is the direction of the move, either `up` or `down`.\n */\n 'changes.array.item-moved_up_one': '1 positie omhoog verplaatst',\n 'changes.array.item-moved_up_other': '{{count}} posities omhoog verplaatst',\n /** Array diff: An item was removed from a given position (`{{position}}`) */\n 'changes.array.item-removed-from-position': 'Verwijderd van positie {{position}}',\n /** Accessibility label for the \"change bar\" shown when there are edits on a field-level */\n 'changes.change-bar.aria-label': 'Wijzigingen beoordelen',\n /** Label for when the action of the change was _not_ an add/remove, eg a text field changed value, an image was changed from one asset to another or similar */\n 'changes.changed-label': 'Veranderd',\n /** Label and text for tooltip that indicates the authors of the changes */\n 'changes.changes-by-author': 'Wijzigingen door',\n /** Additional text shown in development mode when a diff component crashes during rendering */\n 'changes.error-boundary.developer-info':\n 'Controleer de ontwikkelaarsconsole voor meer informatie',\n /** Text shown when a diff component crashes during rendering, triggering the error boundary */\n 'changes.error-boundary.title':\n 'Het weergeven van de wijzigingen in dit veld veroorzaakte een fout',\n /* Error description when changes could not be loaded */\n 'changes.error-description': 'We kunnen de wijzigingen voor dit document niet laden.',\n /** Error title when changes could not be loaded */\n 'changes.error-title': 'Er is iets fout gegaan',\n /** Error message shown when the value of a field is not the expected one */\n 'changes.error.incorrect-type-message':\n 'Waarde fout: Waarde is van type \"<code>{{actualType}}</code>\", verwacht \"<code>{{expectedType}}</code>\"',\n /** File diff: Fallback title for the meta info section when there is no original filename to use */\n 'changes.file.meta-info-fallback-title': 'Zonder titel',\n /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */\n 'changes.image.crop-changed': 'Uitsnede veranderd',\n /** Image diff: Text shown if the previous image asset was deleted (shouldn't theoretically happen) */\n 'changes.image.deleted': 'Afbeelding verwijderd',\n /** Image diff: Text shown if the image failed to be loaded when previewing it */\n 'changes.image.error-loading-image': 'Fout bij het laden van afbeelding',\n /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */\n 'changes.image.hotspot-changed': 'Hotspot veranderd',\n /** Image diff: Fallback title for the meta info section when there is no original filename to use */\n 'changes.image.meta-info-fallback-title': 'Zonder titel',\n /** Image diff: Text shown if no asset has been set for the field (but has metadata changes) */\n 'changes.image.no-asset-set': 'Geen afbeelding ingesteld',\n /** Image diff: Text shown when the from/to state has/had no image */\n 'changes.image.no-image-placeholder': '(geen afbeelding)',\n /** Label for the \"from\" value in the change inspector */\n 'changes.inspector.from-label': 'Van',\n /** Label for the \"meta\" (field path, action etc) information in the change inspector */\n 'changes.inspector.meta-label': 'Meta',\n /** Label for the \"to\" value in the change inspector */\n 'changes.inspector.to-label': 'Naar',\n /** Loading author of change in the differences tooltip in the review changes pane */\n 'changes.loading-author': 'Laden…',\n /** Loading changes in Review Changes Pane */\n 'changes.loading-changes': 'Wijzigingen laden…',\n /** No Changes description in the Review Changes pane */\n 'changes.no-changes-description':\n 'Bewerk het document of selecteer een oudere versie in de tijdlijn om een lijst van wijzigingen te zien verschijnen in dit paneel.',\n /** No Changes title in the Review Changes pane */\n 'changes.no-changes-title': 'Er zijn geen wijzigingen',\n /* Label for the tooltip that shows when an action is not selectable*/\n 'changes.not-selectable': 'Het is niet mogelijk om deze gebeurtenis te selecteren',\n /** Portable Text diff: An annotation was added */\n 'changes.portable-text.annotation_added': 'Annotatie toegevoegd',\n /** Portable Text diff: An annotation was changed */\n 'changes.portable-text.annotation_changed': 'Annotatie veranderd',\n /** Portable Text diff: An annotation was removed */\n 'changes.portable-text.annotation_removed': 'Annotatie verwijderd',\n /** Portable Text diff: An annotation was left unchanged */\n 'changes.portable-text.annotation_unchanged': 'Annotatie ongewijzigd',\n /** Portable Text diff: A block changed from one style to another (eg `normal` to `h1` or similar) */\n 'changes.portable-text.block-style-changed':\n 'Blokstijl veranderd van \"{{fromStyle}}\" naar \"{{toStyle}}\"',\n /** Portable Text diff: Change formatting of text (setting/unsetting marks, eg bold/italic etc) */\n 'changes.portable-text.changed-formatting': 'Opmaak gewijzigd',\n /** Portable Text diff: An empty inline object is part of a change */\n 'changes.portable-text.empty-inline-object': 'Leeg {{inlineObjectType}}',\n /** Portable Text diff: An empty object is the result of adding/removing an annotation */\n 'changes.portable-text.empty-object-annotation': 'Leeg {{annotationType}}',\n /** Portable Text diff: Added a block containing no text (eg empty block) */\n 'changes.portable-text.empty-text_added': 'Lege tekst toegevoegd',\n /** Portable Text diff: Changed a block that contained no text (eg empty block) */\n 'changes.portable-text.empty-text_changed': 'Lege tekst gewijzigd',\n /** Portable Text diff: Removed a block containing no text (eg empty block) */\n 'changes.portable-text.empty-text_removed': 'Lege tekst verwijderd',\n /** Portable Text diff: An inline object was added */\n 'changes.portable-text.inline-object_added': 'Inline object toegevoegd',\n /** Portable Text diff: An inline object was changed */\n 'changes.portable-text.inline-object_changed': 'Inline object gewijzigd',\n /** Portable Text diff: An inline object was removed */\n 'changes.portable-text.inline-object_removed': 'Inline object verwijderd',\n /** Portable Text diff: An inline object was left unchanged */\n 'changes.portable-text.inline-object_unchanged': 'Onveranderd inline object',\n /** Portable Text diff: Added a chunk of text */\n 'changes.portable-text.text_added': 'Tekst toegevoegd',\n /** Portable Text diff: Removed a chunk of text */\n 'changes.portable-text.text_removed': 'Tekst verwijderd',\n /** Portable Text diff: Annotation has an unknown schema type */\n 'changes.portable-text.unknown-annotation-schema-type': 'Onbekend schema type',\n /** Portable Text diff: Inline object has an unknown schema type */\n 'changes.portable-text.unknown-inline-object-schema-type': 'Onbekend schema type',\n /** Label for when the action of the change was a removal, eg a field was cleared, an array item was removed, an asset was deselected or similar */\n 'changes.removed-label': 'Verwijderd',\n /** Title for the Review Changes pane */\n 'changes.title': 'Wijzigingen beoordelen',\n /**The title that will be shown in the badge inside the events when the item is a draft */\n 'changes.versions.draft': 'Concept',\n\n /** --- Common components --- */\n /** Tooltip text for context menu buttons */\n 'common.context-menu-button.tooltip': 'Toon meer',\n /** Default text for dialog cancel button */\n 'common.dialog.cancel-button.text': 'Annuleren',\n /** Default text for dialog confirm button */\n 'common.dialog.confirm-button.text': 'Bevestigen',\n /** Default text in shared loader text / spinner lockup */\n 'common.loading': 'Laden',\n\n /** --- Configuration issues --- */\n /** Default label text on configuration issues button */\n 'configuration-issues.button.label': 'Configuratieproblemen',\n /** Tooltip displayed on configuration issues button */\n 'configuration-issues.button.tooltip': 'Configuratieproblemen gevonden',\n\n /** The fallback title for an ordering menu item if no localized titles are provided. */\n 'default-menu-item.fallback-title': 'Sorteer op {{title}}',\n\n /** Title for the default ordering/SortOrder if no orderings are provided and the caption field is found */\n 'default-orderings.caption': 'Sorteren op bijschrift',\n /** Title for the default ordering/SortOrder if no orderings are provided and the description field is found */\n 'default-orderings.description': 'Sorteren op beschrijving',\n /** Title for the default ordering/SortOrder if no orderings are provided and the header field is found */\n 'default-orderings.header': 'Sorteren op koptekst',\n /** Title for the default ordering/SortOrder if no orderings are provided and the heading field is found */\n 'default-orderings.heading': 'Sorteren op kop',\n /** Title for the default ordering/SortOrder if no orderings are provided and the label field is found */\n 'default-orderings.label': 'Sorteren op label',\n /** Title for the default ordering/SortOrder if no orderings are provided and the name field is found */\n 'default-orderings.name': 'Sorteren op naam',\n /** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */\n 'default-orderings.title': 'Sorteren op titel',\n\n /** Label to show in the document footer indicating the creation date of the document */\n 'document-status.created': 'Gemaakt op {{date}}',\n /** Label to show in the document status indicating the date of the status */\n 'document-status.date': '{{date}}',\n /** Label to show in the document footer indicating the last edited date of the document */\n 'document-status.edited': 'Bewerkt {{date}}',\n /** Label to show in the document footer indicating the document is not published*/\n 'document-status.not-published': 'Niet gepubliceerd',\n /** Label to show in the document footer indicating the published date of the document */\n 'document-status.published': 'Gepubliceerd {{date}}',\n /** Label to show in the document footer indicating the revision from date of the document */\n 'document-status.revision-from': 'Revisie van <em>{{date}}</em>',\n\n /** The value of the <code>_key</code> property must be a unique string. */\n 'form.error.duplicate-keys-alert.details.additional-description':\n 'De waarde van de <code>_key</code> eigenschap moet een unieke string zijn.',\n /** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */\n 'form.error.duplicate-keys-alert.details.description':\n 'Dit gebeurt meestal wanneer items worden gecreëerd met behulp van een API-client, en de <code>_key</code> eigenschap van elk element is gegenereerd op een niet-unieke manier.',\n /** Developer info */\n 'form.error.duplicate-keys-alert.details.title': 'Informatie voor ontwikkelaars',\n /** Generate unique keys */\n 'form.error.duplicate-keys-alert.generate-button.text': 'Genereer unieke sleutels',\n /** Several items in this list share the same identifier (key). Every item must have an unique identifier. */\n 'form.error.duplicate-keys-alert.summary':\n 'Verschillende items in deze lijst delen dezelfde identificator (sleutel). Elk item moet een unieke identificator hebben.',\n /** Non-unique keys */\n 'form.error.duplicate-keys-alert.title': 'Niet-unieke sleutels',\n /** Error text shown when a field with a given name cannot be found in the schema or is conditionally hidden but explicitly told to render */\n 'form.error.field-not-found':\n 'Veld \"{{fieldName}}\" niet gevonden onder leden – controleer of het is gedefinieerd in het schema en dat het niet conditioneel verborgen is.',\n /** Add missing keys */\n 'form.error.missing-keys-alert.add-button.text': 'Ontbrekende sleutels toevoegen',\n /** The value of the <code>_key</code> property must be a unique string. */\n 'form.error.missing-keys-alert.details.additional-description':\n 'De waarde van de <code>_key</code> eigenschap moet een unieke string zijn.',\n /** This usually happens when items are created using an API client, and the <code>_key</code> property has not been included. */\n 'form.error.missing-keys-alert.details.description':\n 'Dit gebeurt meestal wanneer items worden gemaakt met behulp van een API-client, en de <code>_key</code> eigenschap niet is opgenomen.',\n /** Developer info */\n 'form.error.missing-keys-alert.details.title': 'Informatie voor ontwikkelaars',\n /** Some items in the list are missing their keys. This must be fixed in order to edit the list. */\n 'form.error.missing-keys-alert.summary':\n 'Sommige items in de lijst missen hun sleutels. Dit moet worden opgelost om de lijst te kunnen bewerken.',\n /** Missing keys */\n 'form.error.missing-keys-alert.title': 'Ontbrekende sleutels',\n /** This usually happens when items are created using an API client, or when a custom input component has added invalid data to the list. */\n 'form.error.mixed-array-alert.details.description':\n 'Dit gebeurt meestal wanneer items worden gemaakt met behulp van een API-client, of wanneer een aangepast invoerelement ongeldige gegevens aan de lijst heeft toegevoegd.',\n /** Developer info */\n 'form.error.mixed-array-alert.details.title': 'Informatie voor ontwikkelaars',\n /** Remove non-object values */\n 'form.error.mixed-array-alert.remove-button.text': 'Verwijder niet-objectwaarden',\n /** Some items in this list are not objects. This must be fixed in order to edit the list. */\n 'form.error.mixed-array-alert.summary':\n 'Sommige items in deze lijst zijn geen objecten. Dit moet worden opgelost om de lijst te kunnen bewerken.',\n /** Invalid list values */\n 'form.error.mixed-array-alert.title': 'Ongeldige lijstwaarden',\n /** Error text shown when form is unable to find an array item at a given indexed path */\n 'form.error.no-array-item-at-index':\n 'Geen array-item op index <code>{{index}}</code> gevonden op pad <code>{{path}}</code>',\n /** Error text shown when form is unable to find an array item at a given keyed path */\n 'form.error.no-array-item-at-key':\n 'Geen array-item met `_key` <code>\"{{key}}\"</code> gevonden op pad <code>{{path}}</code>',\n /** The title above the error call stack output related to the crash */\n 'form.error.unhandled-runtime-error.call-stack.title': 'Call Stack:',\n /** The title above the error component stack provided by React's underlying ErrorBoundary component */\n 'form.error.unhandled-runtime-error.component-stack.title': 'Component Stack:',\n /** The error message for the unhandled error that crashed the Input component during render */\n 'form.error.unhandled-runtime-error.error-message': 'Fout: {{message}}',\n /** The title for the error card rendered inside a field in place of a crashing input */\n 'form.error.unhandled-runtime-error.title': 'Onafgehandelde Runtime Fout',\n /** Form field deprecated label */\n 'form.field.deprecated-label': 'verouderd',\n /** Fallback title shown above field if it has no defined title */\n 'form.field.untitled-field-label': 'Zonder titel',\n /** The title of the reconnecting toast */\n 'form.reconnecting.toast.title': 'Verbinding verbroken. Opnieuw verbinden…',\n /** Accessibility label for the icon that indicates the field has a validation error */\n 'form.validation.has-error-aria-label': 'Heeft een fout',\n /** Accessibility label for the icon that indicates the field has validation information */\n 'form.validation.has-info-aria-label': 'Heeft informatie',\n /** Accessibility label for the icon that indicates the field has a validation warning */\n 'form.validation.has-warning-aria-label': 'Heeft een waarschuwing',\n /** Text shown when summarizing validation information, when the field has one or more errors */\n 'form.validation.summary.errors-count_one': '{{count}} fout',\n 'form.validation.summary.errors-count_other': '{{count}} fouten',\n /** Text shown when summarizing validation information, when the field has one or more warnings */\n 'form.validation.summary.warnings-count_one': '{{count}} waarschuwing',\n 'form.validation.summary.warnings-count_other': '{{count}} waarschuwingen',\n\n /** Tooltip for free trial navbar button indicating remaining days */\n 'free-trial.tooltip.days-count_one': '{{count}} dag over in proefperiode',\n 'free-trial.tooltip.days-count_other': '{{count}} dagen over in proefperiode',\n /** Tooltip for free trial navbar button, once trial has ended */\n 'free-trial.tooltip.trial-finished': 'Upgrade uw project',\n\n /**\n * Label for \"contact sales\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.contact-sales': 'Contact opnemen met verkoop',\n /**\n * Label for \"help and support\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.help-and-support': 'Hulp en ondersteuning',\n /**\n * Label for \"join our community\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.join-our-community': 'Word lid van onze gemeenschap',\n /** Information for what the latest sanity version is */\n 'help-resources.latest-sanity-version': 'De nieuwste versie is {{latestVersion}}',\n /** Information for what studio version the current studio is running */\n 'help-resources.studio-version': 'Sanity Studio versie {{studioVersion}}',\n /** Title for help and resources menus */\n 'help-resources.title': 'Hulp en bronnen',\n\n /** Text for button to cancel an ongoing upload */\n 'input.files.common.cancel-upload': 'Annuleren',\n /** Text for file input button in upload placeholder */\n 'input.files.common.upload-placeholder.file-input-button.text': 'Uploaden',\n /** Uploading <FileName/> */\n 'input.files.common.upload-progress': 'Uploaden <FileName/>',\n /** The referenced document cannot be opened, because the URL failed to be resolved */\n 'input.reference.document-cannot-be-opened.failed-to-resolve-url':\n 'Dit document kan niet worden geopend (URL naar Studio kan niet worden opgelost)',\n\n /** Label for adding item after a specific array item */\n 'inputs.array.action.add-after': 'Voeg item toe na',\n /** Label for adding item before a specific array item */\n 'inputs.array.action.add-before': 'Voeg item toe voor',\n /** Label for adding array item action when the schema allows for only one schema type */\n 'inputs.array.action.add-item': 'Voeg item toe',\n /**\n * Label for adding one array item action when the schema allows for multiple schema types,\n * eg. will prompt the user to select a type once triggered\n */\n 'inputs.array.action.add-item-select-type': 'Voeg item toe...',\n /** Label for copying an array item */\n 'inputs.array.action.copy': 'Kopiëren',\n /** Array drag handle button tooltip */\n 'inputs.array.action.drag.tooltip': 'Slepen om te herschikken',\n /** Label for duplicating an array item */\n 'inputs.array.action.duplicate': 'Dupliceren',\n /** Label for editing the item of a specific type, eg \"Edit Person\" */\n 'inputs.array.action.edit': 'Bewerk {{itemTypeTitle}}',\n /** Label for removing an array item action */\n 'inputs.array.action.remove': 'Verwijderen',\n /** Label for removing action when an array item has an error */\n 'inputs.array.action.remove-invalid-item': 'Verwijderen',\n /** Label for viewing the item of a specific type, eg \"View Person\" */\n 'inputs.array.action.view': 'Bekijk {{itemTypeTitle}}',\n /** Error description for the array item tooltip that explains that the current item can still be moved or deleted but not edited since the schema definition is not found */\n 'inputs.array.error.can-delete-but-no-edit-description':\n 'U kunt dit item nog steeds verplaatsen of verwijderen, maar het kan niet worden bewerkt omdat de schema-definitie voor het type nergens te vinden is.',\n /** Error label for toast when array could not resolve the initial value */\n 'inputs.array.error.cannot-resolve-initial-value-title':\n 'Kan de initiële waarde voor type niet oplossen: {{schemaTypeTitle}}: {{errorMessage}}.',\n /** Error label for toast when trying to upload one array item of a type that cannot be converted to array */\n 'inputs.array.error.cannot-upload-unable-to-convert_one':\n 'Het volgende item kan niet worden geüpload omdat er geen bekende conversie is van contenttype naar array-item:',\n /** Error label for toast when trying to upload multiple array items of a type that cannot be converted to array */\n 'inputs.array.error.cannot-upload-unable-to-convert_other':\n 'De volgende items kunnen niet worden geüpload omdat er geen bekende conversie is van contenttypes naar array-item:',\n /** Error description for the array item tooltip that explains that the current type item is not valid for the list */\n 'inputs.array.error.current-schema-not-declare-description':\n 'Het huidige schema verklaart items van type <code>{{typeName}}</code> niet als geldig voor deze lijst. Dit kan betekenen dat het type is verwijderd als een geldig itemtype, of dat iemand anders het heeft toegevoegd aan hun eigen lokale schema dat nog niet is uitgerold.',\n /** Error description to show how the item is being represented in the json format */\n 'inputs.array.error.json-representation-description': 'JSON-representatie van dit item:',\n /** Error description for the array item tooltip that explains what the error means with more context */\n 'inputs.array.error.type-is-incompatible-prompt':\n 'Item van type <code>{{typeName}}</code> niet geldig voor deze lijst',\n /** Error title for when an item type within an array input is incompatible, used in the tooltip */\n 'inputs.array.error.type-is-incompatible-title': 'Waarom gebeurt dit?',\n /** Error label for unexpected errors in the Array Input */\n 'inputs.array.error.unexpected-error': 'Onverwachte fout: {{error}}',\n /** Label for the array insert menu all items filter */\n 'inputs.array.insert-menu.filter.all-items': 'Alles',\n /** Label for when the array insert menu search shows no items */\n 'inputs.array.insert-menu.search.no-results': 'Geen items gevonden',\n /** Placeholder for the array insert menu search field */\n 'inputs.array.insert-menu.search.placeholder': 'Zoeken',\n /** Tooltip for the array insert menu grid view toggle */\n 'inputs.array.insert-menu.toggle-grid-view.tooltip': 'Rasterweergave wisselen',\n /** Tooltip for the array insert menu list view toggle */\n 'inputs.array.insert-menu.toggle-list-view.tooltip': 'Lijstweergave wisselen',\n /** Label for when the array input doesn't have any items */\n 'inputs.array.no-items-label': 'Geen items',\n /** Label for read only array fields */\n 'inputs.array.read-only-label': 'Dit veld is alleen-lezen',\n /** Label for when the array input is resolving the initial value for the item */\n 'inputs.array.resolving-initial-value': 'Initiële waarde oplossen…',\n /** Tooltip content when boolean input is disabled */\n 'inputs.boolean.disabled': 'Uitgeschakeld',\n /** Warning label when selected datetime is in the past */\n 'inputs.dateTime.past-date-warning': 'Selecteer een datum in de toekomst.',\n /** Placeholder value for datetime input */\n 'inputs.datetime.placeholder': 'bijv. {{example}}',\n /** Acessibility label for button to open file options menu */\n 'inputs.file.actions-menu.file-options.aria-label': 'Bestandsopties menu openen',\n /** Browse */\n 'inputs.file.browse-button.text': 'Bladeren',\n /** Select file */\n 'inputs.file.dialog.title': 'Selecteer bestand',\n /** Unknown member kind: `{{kind}}` */\n 'inputs.file.error.unknown-member-kind': 'Onbekend lidtype: {{kind}}',\n /** The value of this field is not a valid file. Resetting this field will let you choose a new file. */\n 'inputs.file.invalid-file-warning.description':\n 'De waarde van dit veld is geen geldig bestand. Dit veld resetten laat u een nieuw bestand kiezen.',\n /** Reset value */\n 'inputs.file.invalid-file-warning.reset-button.text': 'Waarde resetten',\n /** Invalid file value */\n 'inputs.file.invalid-file-warning.title': 'Ongeldige bestandswaarde',\n /** Select */\n 'inputs.file.multi-browse-button.text': 'Selecteren',\n /** The upload could not be completed at this time. */\n 'inputs.file.upload-failed.description': 'De upload kon op dit moment niet worden voltooid.',\n /** Upload failed */\n 'inputs.file.upload-failed.title': 'Upload mislukt',\n /** Clear field */\n 'inputs.files.common.actions-menu.clear-field.label': 'Veld wissen',\n /** Copy URL */\n 'inputs.files.common.actions-menu.copy-url.label': 'URL kopiëren',\n /** Download */\n 'inputs.files.common.actions-menu.download.label': 'Downloaden',\n /** The URL is copied to the clipboard */\n 'inputs.files.common.actions-menu.notification.url-copied':\n 'De URL is naar het klembord gekopieerd',\n /** Replace */\n 'inputs.files.common.actions-menu.replace.label': 'Vervangen',\n /** Upload */\n 'inputs.files.common.actions-menu.upload.label': 'Uploaden',\n /** Drop to upload */\n 'inputs.files.common.drop-message.drop-to-upload': 'Loslaten om te uploaden',\n /** Drop to upload `{{count}}` file */\n 'inputs.files.common.drop-message.drop-to-upload-multi_one':\n 'Loslaten om {{count}} bestand te uploaden',\n /** Drop to upload `{{count}}` files */\n 'inputs.files.common.drop-message.drop-to-upload-multi_other':\n 'Loslaten om {{count}} bestanden te uploaden',\n /** Can't upload this file here */\n 'inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_one':\n 'Dit bestand kan hier niet geüpload worden',\n /** Can't upload any of these files here */\n 'inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_other':\n 'Geen van deze bestanden kan hier geüpload worden',\n /** `{{count}}` file can't be uploaded here */\n 'inputs.files.common.drop-message.drop-to-upload.rejected-file-message_one':\n '{{count}} bestand kan hier niet geüpload worden',\n /** `{{count}}` files can't be uploaded here */\n 'inputs.files.common.drop-message.drop-to-upload.rejected-file-message_other':\n '{{count}} bestanden kunnen hier niet geüpload worden',\n /** Cannot upload `{{count}}` files */\n 'inputs.files.common.placeholder.cannot-upload-some-files_one': 'Kan bestand niet uploaden',\n 'inputs.files.common.placeholder.cannot-upload-some-files_other':\n 'Kan {{count}} bestanden niet uploaden',\n /** Drag or paste type here */\n 'inputs.files.common.placeholder.drag-or-paste-to-upload_file': 'Sleep of plak bestand hier',\n /** Drag or paste image here */\n 'inputs.files.common.placeholder.drag-or-paste-to-upload_image': 'Sleep of plak afbeelding hier',\n /** Drop to upload file */\n 'inputs.files.common.placeholder.drop-to-upload_file': 'Laat vallen om bestand te uploaden',\n /** Drop to upload image */\n 'inputs.files.common.placeholder.drop-to-upload_image': 'Laat vallen om afbeelding te uploaden',\n /** Read only */\n 'inputs.files.common.placeholder.read-only': 'Alleen-lezen',\n /** Can't upload files here */\n 'inputs.files.common.placeholder.upload-not-supported': 'Kan hier geen bestanden uploaden',\n /** Clear upload */\n 'inputs.files.common.stale-upload-warning.clear': 'Upload wissen',\n /** An upload has made no progress for at least `{{staleThresholdMinutes}}` minutes and likely got interrupted. You can safely clear the incomplete upload and try uploading again. */\n 'inputs.files.common.stale-upload-warning.description':\n 'Een upload heeft ten minste {{staleThresholdMinutes}} minuten geen voortgang gemaakt en is waarschijnlijk onderbroken. U kunt de onvolledige upload veilig wissen en opnieuw proberen te uploaden.',\n /** Incomplete upload */\n 'inputs.files.common.stale-upload-warning.title': 'Onvolledige upload',\n /** Tooltip text for action to crop image */\n 'inputs.image.actions-menu.crop-image-tooltip': 'Afbeelding bijsnijden',\n /** Accessibility label for button to open image edit dialog */\n 'inputs.image.actions-menu.edit-details.aria-label':\n 'Dialoogvenster voor het bewerken van afbeeldingen openen',\n /** Accessibility label for button to open image options menu */\n 'inputs.image.actions-menu.options.aria-label': 'Menu met afbeeldingsopties openen',\n /** Select */\n 'inputs.image.browse-menu.text': 'Selecteren',\n /** Cannot upload this file here */\n 'inputs.image.drag-overlay.cannot-upload-here': 'Kan dit bestand hier niet uploaden',\n /** Drop image to upload */\n 'inputs.image.drag-overlay.drop-to-upload-image': 'Laat afbeelding vallen om te uploaden',\n /** This field is read only */\n 'inputs.image.drag-overlay.this-field-is-read-only': 'Dit veld is alleen-lezen',\n /** Unknown member kind: `{{kind}}` */\n 'inputs.image.error.unknown-member-kind': 'Onbekend lidtype: {{kind}}',\n /** Edit hotspot and crop */\n 'inputs.image.hotspot-dialog.title': 'Hotspot en uitsnede bewerken',\n /** The value of this field is not a valid image. Resetting this field will let you choose a new image. */\n 'inputs.image.invalid-image-warning.description':\n 'De waarde van dit veld is geen geldige afbeelding. Dit veld resetten zal u toestaan een nieuwe afbeelding te kiezen.',\n /** Reset value */\n 'inputs.image.invalid-image-warning.reset-button.text': 'Waarde resetten',\n /** Invalid image value */\n 'inputs.image.invalid-image-warning.title': 'Ongeldige afbeeldingswaarde',\n /** Preview of uploaded image */\n 'inputs.image.preview-uploaded-image': 'Voorbeeld van geüploade afbeelding',\n /** The upload could not be completed at this time. */\n 'inputs.image.upload-error.description': 'De upload kon op dit moment niet worden voltooid.',\n /** Upload failed */\n 'inputs.image.upload-error.title': 'Upload mislukt',\n /** Adjust the rectangle to crop image. Adjust the circle to specify the area that should always be visible. */\n 'inputs.imagetool.description':\n 'Pas het rechthoek aan om de afbeelding bij te snijden. Pas de cirkel aan om het gebied aan te geven dat altijd zichtbaar moet zijn.',\n /** Error: `{{errorMessage}}` */\n 'inputs.imagetool.load-error': 'Fout: {{errorMessage}}',\n /** Hotspot & Crop */\n 'inputs.imagetool.title': 'Hotspot & Crop',\n /** Warnings displayed to developers when using the crop/hotspot tool on vector images, notifying them that crops/hotspot are not respected when serving the image in vector format. For the crop/hotspot to apply, images must be served in a raster format such as JPG or PNG, by appending eg `fm=jpg` to the image url, or calling `format('jpg')` if using `@sanity/image-url` */\n 'inputs.imagetool.vector-warning.developer-info':\n \"De Asset Pipeline ondersteunt geen hotspot en crop voor vectorformaten. Om hotspot & crop te gebruiken, zet de afbeelding om naar een van de ondersteunde rasterformaten. Bijvoorbeeld: <code>fm=jpg</code> in combinatie met de <ImageUrlDocumentationLink>afbeeldings-URL</ImageUrlDocumentationLink> of gebruik <code>.format('png')</code> in combinatie met <ImageUrlPackageDocumentationLink>@sanity/image-url</ImageUrlPackageDocumentationLink>.\",\n /** See developer info */\n 'inputs.imagetool.vector-warning.expand-developer-info': 'Zie ontwikkelaarsinformatie',\n /** Gotcha: Serving vector images with hotspot and crop from the Sanity Image API */\n 'inputs.imagetool.vector-warning.title':\n 'Waarschuwing: Hotspot en crop worden mogelijk niet toegepast op deze afbeelding waar deze wordt gepresenteerd.',\n /** Convert to `{{targetType}}` */\n 'inputs.invalid-value.convert-button.text': 'Converteren naar <code>{{targetType}}</code>',\n /** The current value (<code>`{{actualType}}`</code>) */\n 'inputs.invalid-value.current-type': 'De huidige waarde (<code>{{actualType}}</code>)',\n /** The property value is stored as a value type that does not match the expected type. */\n 'inputs.invalid-value.description':\n 'De eigenschapswaarde is opgeslagen als een waarde type dat niet overeenkomt met het verwachte type.',\n /** The value of this property must be of type <code>`{{validType}}`</code> according to the schema. */\n 'inputs.invalid-value.details.description':\n 'De waarde van deze eigenschap moet van het type <code>{{validType}}</code> zijn volgens het schema.',\n /** Only the following types are valid here according to schema: */\n 'inputs.invalid-value.details.multi-type-description':\n 'Alleen de volgende typen zijn hier geldig volgens schema:',\n /** Mismatching value types typically occur when the schema has recently been changed. */\n 'inputs.invalid-value.details.possible-reason':\n 'Niet-overeenkomende waarde typen komen typisch voor wanneer het schema recentelijk is veranderd.',\n /** Developer info */\n 'inputs.invalid-value.details.title': 'Informatie voor ontwikkelaars',\n /** -- Invalid Value Input -- */\n /** Reset value */\n 'inputs.invalid-value.reset-button.text': 'Waarde resetten',\n /** Invalid property value */\n 'inputs.invalid-value.title': 'Ongeldige eigenschapswaarde',\n /** Title for the \"All fields\" field group */\n 'inputs.object.field-group-tabs.all-fields-title': 'Alle velden',\n /** Aria label for the \"Field groups\" select control on smaller screens */\n 'inputs.object.field-group-tabs.aria-label': 'Veldgroepen',\n /** Read-only field description */\n 'inputs.object.unknown-fields.read-only.description':\n 'Dit veld is <strong>alleen-lezen</strong> volgens het schema van het document en kan niet worden uitgezet. Als je dit in Studio wilt kunnen uitzetten, zorg er dan voor dat je het <code>readOnly</code> veld uit het omvattende type in het schema verwijdert.',\n /** Remove field */\n 'inputs.object.unknown-fields.remove-field-button.text': 'Veld verwijderen',\n /** Encountered `{{count}}` fields that are not defined in the schema. */\n 'inputs.object.unknown-fields.warning.description_one':\n 'Een veld tegengekomen dat niet is gedefinieerd in het schema.',\n 'inputs.object.unknown-fields.warning.description_other':\n '{{count}} velden tegengekomen die niet zijn gedefinieerd in het schema.',\n /** Detailed description of unknown field warning */\n 'inputs.object.unknown-fields.warning.details.description_one':\n 'Dit veld is niet gedefinieerd in het schema, wat kan betekenen dat de velddefinitie is verwijderd of dat iemand anders het aan hun eigen lokale project heeft toegevoegd en hun wijzigingen nog niet heeft uitgerold.',\n 'inputs.object.unknown-fields.warning.details.description_other':\n 'Deze velden zijn niet gedefinieerd in het schema van het document, wat kan betekenen dat de velddefinities zijn verwijderd of dat iemand anders ze aan hun eigen lokale project heeft toegevoegd en hun wijzigingen nog niet heeft uitgerold.',\n /** Developer info */\n 'inputs.object.unknown-fields.warning.details.title': 'Informatie voor ontwikkelaars',\n /** Unknown field found */\n 'inputs.object.unknown-fields.warning.title_one': 'Onbekend veld gevonden',\n 'inputs.object.unknown-fields.warning.title_other': 'Onbekende velden gevonden',\n /** Collapse the editor to save screen space */\n 'inputs.portable-text.action.collapse-editor': 'Editor samenvouwen',\n /** Aria label for action to edit an existing annotation */\n 'inputs.portable-text.action.edit-annotation-aria-label': 'Annotatie bewerken',\n /** Expand the editor to give more editing space */\n 'inputs.portable-text.action.expand-editor': 'Editor uitbreiden',\n /** Label label for action to insert a block of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-block': 'Voeg {{typeName}} in',\n /** Accessibility label for action to insert a block of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-block-aria-label': 'Voeg {{typeName}} in (blok)',\n /** Label for action to insert an inline object of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-inline-object': 'Voeg {{typeName}} in',\n /** Accessibility label for action to insert an inline object of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-inline-object-aria-label': 'Voeg {{typeName}} in (inline)',\n /** Aria label for action to remove an annotation */\n 'inputs.portable-text.action.remove-annotation-aria-label': 'Annotatie verwijderen',\n /** Label for activate on focus with context of click and not focused */\n 'inputs.portable-text.activate-on-focus-message_click': 'Klik om te activeren',\n /** Label for activate on focus with context of click and focused */\n 'inputs.portable-text.activate-on-focus-message_click-focused':\n 'Klik of druk op spatie om te activeren',\n /** Label for activate on focus with context of tap and not focused */\n 'inputs.portable-text.activate-on-focus-message_tap': 'Tik om te activeren',\n /** Aria label for the annotation object */\n 'inputs.portable-text.annotation-aria-label': 'Annotatie object',\n /** Title for dialog that allows editing an annotation */\n 'inputs.portable-text.annotation-editor.title': 'Bewerk {{schemaType}}',\n /** Title of the default \"link\" annotation */\n 'inputs.portable-text.annotation.link': 'Link',\n /** Aria label for the block object */\n 'inputs.portable-text.block.aria-label': 'Blok object',\n /** Label for action to edit a block item, in the case where it is editable */\n 'inputs.portable-text.block.edit': 'Bewerken',\n /** Accessibility label for the button that opens the actions menu on blocks */\n 'inputs.portable-text.block.open-menu-aria-label': 'Menu openen',\n /** Label for action to open a reference, in the case of block-level reference types */\n 'inputs.portable-text.block.open-reference': 'Referentie openen',\n /** Label for action to remove a block item */\n 'inputs.portable-text.block.remove': 'Verwijderen',\n /** Label for action to view a block item, in the case where it is read-only and thus cannot be edited */\n 'inputs.portable-text.block.view': 'Bekijken',\n /** Title of the \"code\" decorator */\n 'inputs.portable-text.decorator.code': 'Code',\n /** Title of the \"em\" (emphasis) decorator */\n 'inputs.portable-text.decorator.emphasis': 'Cursief',\n /** Title of the \"strike-through\" decorator */\n 'inputs.portable-text.decorator.strike-through': 'Doorhalen',\n /** Title of the \"strong\" decorator */\n 'inputs.portable-text.decorator.strong': 'Vet',\n /** Title of the \"underline\" decorator */\n 'inputs.portable-text.decorator.underline': 'Onderstrepen',\n /** Placeholder text for when the editor is empty */\n 'inputs.portable-text.empty-placeholder': 'Leeg',\n /** Aria label for the block object */\n 'inputs.portable-text.inline-block.aria-label': 'Inline object',\n /** Label for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit': 'Object bewerken',\n /** Aria label for icon for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit-aria-label': 'Object bewerken',\n /** Label for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove': 'Object verwijderen',\n /** Aria label for icon for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove-aria-label': 'Object verwijderen',\n /** Disclaimer text shown on invalid Portable Text value, when an action is available to unblock the user, but it is not guaranteed to be safe */\n 'inputs.portable-text.invalid-value.action-disclaimer':\n 'LET OP: Het is over het algemeen veilig om de bovenstaande actie uit te voeren, maar als u twijfelt, neem dan contact op met degenen die verantwoordelijk zijn voor het configureren van uw studio.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` of type `{{childType}}` which is not allowed by the schema definition */\n 'inputs.portable-text.invalid-value.disallowed-child-type.action': 'Verwijder het object',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` of type `{{childType}}` which is not allowed by the schema definition */\n 'inputs.portable-text.invalid-value.disallowed-child-type.description':\n 'Kind met sleutel {{childKey}} van blok met sleutel <code>{{key}}</code> is van type <code>{{childType}}</code>, wat niet is toegestaan door de schema definitie.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a type (`{{typeName}}`) that is not an allowed block type for this field */\n 'inputs.portable-text.invalid-value.disallowed-type.action': 'Verwijder het blok',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a type (`{{typeName}}`) that is not an allowed block type for this field */\n 'inputs.portable-text.invalid-value.disallowed-type.description':\n 'Blok met sleutel <code>{{key}}</code> is van type <code>{{typeName}}</code>, wat niet is toegestaan door de schema definitie.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains no children */\n 'inputs.portable-text.invalid-value.empty-children.action': 'Voeg lege tekstspan in',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains no children */\n 'inputs.portable-text.invalid-value.empty-children.description':\n 'Tekstblok met sleutel <code>{{key}}</code> heeft geen tekstspannen.',\n /** Label for the button to ignore invalid values in the Portable Text editor */\n 'inputs.portable-text.invalid-value.ignore-button.text': 'Negeren',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a `_type` property that is set to `block`, but the block type defined in schema has a different name (`{{expectedTypeName}}`) */\n 'inputs.portable-text.invalid-value.incorrect-block-type.action':\n 'Gebruik type <code>{{expectedTypeName}}</code>',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a `_type` property that is set to `block`, but the block type defined in schema has a different name (`{{expectedTypeName}}`) */\n 'inputs.portable-text.invalid-value.incorrect-block-type.description':\n 'Blok met sleutel <code>{{key}}</code> heeft een ongeldige typenaam. Volgens het schema zou het <code>{{expectedTypeName}}</code> moeten zijn.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */\n 'inputs.portable-text.invalid-value.invalid-span-text.action': 'Stel lege tekstwaarde in',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */\n 'inputs.portable-text.invalid-value.invalid-span-text.description':\n 'Span met sleutel {{childKey}} van blok met sleutel <code>{{key}}</code> heeft een ontbrekende of ongeldige <code>text</code> eigenschap.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */\n 'inputs.portable-text.invalid-value.missing-block-type.action':\n 'Gebruik type <code>{{expectedTypeName}}</code>',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */\n 'inputs.portable-text.invalid-value.missing-block-type.description':\n 'Blok met sleutel <code>{{key}}</code> mist een typenaam. Volgens het schema zou het <code>{{expectedTypeName}}</code> moeten zijn.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */\n 'inputs.portable-text.invalid-value.missing-child-key.action': 'Wijs willekeurige sleutel toe',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */\n 'inputs.portable-text.invalid-value.missing-child-key.description':\n 'Kind op index <code>{{index}}</code> van blok met sleutel <code>{{key}}</code> mist <code>_key</code> eigenschap.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-child-type.action': 'Verwijder het object',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-child-type.description':\n 'Kind met sleutel {{childKey}} van blok met sleutel <code>{{key}}</code> mist <code>_type</code> eigenschap.',\n /** Action presented when the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */\n 'inputs.portable-text.invalid-value.missing-key.action': 'Wijs willekeurige sleutel toe',\n /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */\n 'inputs.portable-text.invalid-value.missing-key.description':\n 'Blok op index <code>{{index}}</code> mist vereiste <code>_key</code> eigenschap.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-children.action': 'Verwijder het blok',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-children.description':\n 'Tekstblok met sleutel <code>{{key}}</code> heeft een ongeldige of ontbrekende `children` eigenschap.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-markdefs.action': 'Voeg eigenschap toe',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-markdefs.description':\n 'Tekstblok met sleutel <code>{{key}}</code> heeft een ongeldige of ontbrekende `markDefs` eigenschap.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-type.action': 'Verwijder het blok',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-type.description':\n 'Blok met sleutel <code>{{key}}</code> mist een typenaam.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains a non-object child at index `{{index}}` */\n 'inputs.portable-text.invalid-value.non-object-child.action': 'Verwijder het item',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains a non-object child at index `{{index}}` */\n 'inputs.portable-text.invalid-value.non-object-child.description':\n 'Kind op index <code>{{index}}</code> van blok met sleutel <code>{{key}}</code> is geen object.',\n /** Action presented when the Portable Text field value is invalid, when the Portable Text field is not an array, or the array is empty */\n 'inputs.portable-text.invalid-value.not-an-array.action': 'Onbepaalde waarde',\n /** Text explaining that the Portable Text field value is invalid, when the Portable Text field is not an array, or the array is empty */\n 'inputs.portable-text.invalid-value.not-an-array.description':\n 'Waarde moet een array van Portable Text blokken zijn, of ongedefinieerd.',\n /** Action presented when the Portable Text field value is invalid, when child at `{{index}}` is not an object */\n 'inputs.portable-text.invalid-value.not-an-object.action': 'Verwijder item',\n /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is not an object */\n 'inputs.portable-text.invalid-value.not-an-object.description':\n 'Item op <code>{{index}}</code> is geen object.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains marks (`{{orphanedMarks}}`) that are not supported by the current schema */\n 'inputs.portable-text.invalid-value.orphaned-marks.action':\n 'Verwijder niet-toegestane markeringen',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains marks (`{{orphanedMarks}}`) that are not supported by the current schema */\n 'inputs.portable-text.invalid-value.orphaned-marks.description':\n 'Tekstblok met sleutel <code>{{key}}</code> bevat markeringen <code>({{orphanedMarks, list}})</code> die niet zijn toegestaan door het schema.',\n /** Title for the alert indicating that the Portable Text field has an invalid value */\n 'inputs.portable-text.invalid-value.title': 'Ongeldige Portable Text waarde',\n /** Title of \"bulleted\" list type */\n 'inputs.portable-text.list-type.bullet': 'Lijst met opsommingstekens',\n /** Title of numbered list type */\n 'inputs.portable-text.list-type.number': 'Genummerde lijst',\n /** Title of the \"h1\" block style */\n 'inputs.portable-text.style.h1': 'Kop 1',\n /** Title of the \"h2\" block style */\n 'inputs.portable-text.style.h2': 'Kop 2',\n /** Title of the \"h3\" block style */\n 'inputs.portable-text.style.h3': 'Kop 3',\n /** Title of the \"h4\" block style */\n 'inputs.portable-text.style.h4': 'Kop 4',\n /** Title of the \"h5\" block style */\n 'inputs.portable-text.style.h5': 'Kop 5',\n /** Title of the \"h6\" block style */\n 'inputs.portable-text.style.h6': 'Kop 6',\n /** Title shown when multiple blocks of varying styles is selected */\n 'inputs.portable-text.style.multiple': 'Meerdere',\n /** Title of fallback when no style is given for a block */\n 'inputs.portable-text.style.none': 'Geen stijl',\n /** Title of the \"normal\" block style */\n 'inputs.portable-text.style.normal': 'Normaal',\n /** Title of the \"quote\" block style */\n 'inputs.portable-text.style.quote': 'Citaat',\n /** Label for action to clear the current value of the reference field */\n 'inputs.reference.action.clear': 'Wissen',\n /** Label for action to copy the current item (used within arrays) */\n 'inputs.reference.action.copy': 'Kopiëren',\n /** Label for action to create a new document from the reference input */\n 'inputs.reference.action.create-new-document': 'Maak nieuw',\n /** Label for action to create a new document from the reference input, when there are multiple templates or document types to choose from */\n 'inputs.reference.action.create-new-document-select': 'Nieuw aanmaken…',\n /** Label for action to duplicate the current item to a new item (used within arrays) */\n 'inputs.reference.action.duplicate': 'Dupliceren',\n /** Label for action that opens the referenced document in a new tab */\n 'inputs.reference.action.open-in-new-tab': 'Openen in nieuw tabblad',\n /** Label for action to remove the reference from an array */\n 'inputs.reference.action.remove': 'Verwijderen',\n /** Label for action to replace the current value of the field */\n 'inputs.reference.action.replace': 'Vervangen',\n /** Label for action to cancel a previously initiated replace action */\n 'inputs.reference.action.replace-cancel': 'Vervanging annuleren',\n /** The cross-dataset reference field currently has a reference, but the feature has been disabled since it was created. This explains what can/cannot be done in its current state. */\n 'inputs.reference.cross-dataset.feature-disabled-actions':\n 'U kunt nog steeds de bestaande referentie van dit veld wissen, maar het kan niet worden gewijzigd in een ander document zolang de functie is uitgeschakeld.',\n /** A cross-dataset reference field exists but the feature has been disabled. A <DocumentationLink> component is available. */\n 'inputs.reference.cross-dataset.feature-disabled-description':\n 'Deze functie is uitgeschakeld. Lees hoe u het kunt inschakelen in <DocumentationLink>de documentatie</DocumentationLink>.',\n /** Title for a warning telling the user that the current project does not have the \"cross dataset references\" feature */\n 'inputs.reference.cross-dataset.feature-unavailable-title':\n 'Niet beschikbare functie: Cross dataset referentie',\n /** The cross-dataset reference points to a document with an invalid type */\n 'inputs.reference.cross-dataset.invalid-type':\n 'Het gerefereerde document is van een ongeldig type ({{typeName}}) <JsonValue/>',\n /** The referenced document will open in a new tab (due to external studio) */\n 'inputs.reference.document-opens-in-new-tab': 'Dit document wordt geopend in een nieuw tabblad',\n /** Error title for when the document is unavailable (for any possible reason) */\n 'inputs.reference.error.document-unavailable-title': 'Document niet beschikbaar',\n /** Error title for when the referenced document failed to be loaded */\n 'inputs.reference.error.failed-to-load-document-title':\n 'Het laden van het gerefereerde document is mislukt',\n /** Error title for when the reference search returned a document that is not an allowed type for the field */\n 'inputs.reference.error.invalid-search-result-type-title':\n 'Zoeken heeft een type opgeleverd dat niet geldig is voor deze referentie: \"{{returnedType}}\"',\n /** Error description for when the document referenced is not one of the types declared as allowed target types in schema */\n 'inputs.reference.error.invalid-type-description':\n 'Het gerefereerde document (<code>{{documentId}}</code>) is van type <code>{{actualType}}</code>. Volgens het schema kunnen gerefereerde documenten alleen van type <AllowedTypes /> zijn.',\n /** Error title for when the document referenced is not one of the types declared as allowed target types in schema */\n 'inputs.reference.error.invalid-type-title': 'Document van ongeldig type',\n /** Error description for when the user does not have permissions to read the referenced document */\n 'inputs.reference.error.missing-read-permissions-description':\n 'Het gerefereerde document kon niet worden geopend vanwege onvoldoende rechten',\n /** Error title for when the user does not have permissions to read the referenced document */\n 'inputs.reference.error.missing-read-permissions-title': 'Onvoldoende rechten',\n /** Error description for when the current reference value points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document-description':\n 'Het gerefereerde document bestaat niet (ID: <code>{{documentId}}</code>). U kunt de referentie verwijderen of vervangen door een ander document.',\n /** Error title for when the current reference value points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document-title': 'Niet gevonden',\n /** Label for button that clears the reference when it points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document.clear-button-label': 'Wissen',\n /** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */\n 'inputs.reference.error.search-failed-title': 'Zoeken naar referentie mislukt',\n /** Alternative text for the image shown in cross-dataset reference input */\n 'inputs.reference.image-preview-alt-text': 'Afbeeldingsvoorbeeld van het gerefereerde document',\n /** Description for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */\n 'inputs.reference.incomplete-reference.finalize-action-description':\n '<strong>{{referencedDocument}}</strong> is gepubliceerd en deze referentie moet nu worden afgerond.',\n /** Title for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */\n 'inputs.reference.incomplete-reference.finalize-action-title': 'Referentie afronden',\n /** Description for alert shown when a reference in a live-edit document points to a document that exists and has been published, but the reference is still marked as weak */\n 'inputs.reference.incomplete-reference.strengthen-action-description':\n '<strong>{{referencedDocument}}</strong> is gepubliceerd en deze referentie moet nu worden omgezet naar een sterke referentie.',\n /** Title for alert shown when a reference in a live-edit document points to a document that exists and has been published, but the reference is still marked as weak */\n 'inputs.reference.incomplete-reference.strengthen-action-title':\n 'Omzetten naar sterke referentie',\n /** Label for button that triggers the action that strengthen a reference */\n 'inputs.reference.incomplete-reference.strengthen-button-label':\n 'Converteren naar sterke referentie',\n /** Label for button that triggers a retry attempt for reference metadata */\n 'inputs.reference.metadata-error.retry-button-label': 'Opnieuw proberen',\n /** Title for alert shown when reference metadata fails to be loaded */\n 'inputs.reference.metadata-error.title': 'Kan referentiemetadata niet laden',\n /** Message shown when no documents were found that matched the given search string */\n 'inputs.reference.no-results-for-query': 'Geen resultaten voor <strong>“{{searchTerm}}”</strong>',\n /** Text for tooltip showing when a document was edited, using relative time (eg \"how long ago was it edited?\") */\n 'inputs.reference.preview.edited-at-time': 'Bewerkt <RelativeTime/>',\n /** Accessibility label for icon indicating that document does _not_ have any unpublished changes */\n 'inputs.reference.preview.has-no-unpublished-changes-aria-label':\n 'Geen ongepubliceerde bewerkingen',\n /** Accessibility label for icon indicating that document has unpublished changes */\n 'inputs.reference.preview.has-unpublished-changes-aria-label': 'Bewerkt',\n /** Accessibility label for icon indicating that document does _not_ have a published version */\n 'inputs.reference.preview.is-not-published-aria-label': 'Niet gepubliceerd',\n /** Accessibility label for icon indicating that document has a published version */\n 'inputs.reference.preview.is-published-aria-label': 'Gepubliceerd',\n /** Text for tooltip indicating that a document has no unpublished edits */\n 'inputs.reference.preview.no-unpublished-edits': 'Geen ongepubliceerde bewerkingen',\n /** Text for tooltip indicating that a document has not yet been published */\n 'inputs.reference.preview.not-published': 'Niet gepubliceerd',\n /** Text for tooltip showing when a document was published, using relative time (eg \"how long ago was it published?\") */\n 'inputs.reference.preview.published-at-time': 'Gepubliceerd <RelativeTime/>',\n /** The referenced document no longer exist and might have been deleted (for weak references) */\n 'inputs.reference.referenced-document-does-not-exist':\n 'Het gerefereerde document bestaat niet meer en kan zijn verwijderd (document-ID: <code>{{documentId}}</code>).',\n /** The referenced document could not be displayed to the user because of insufficient permissions */\n 'inputs.reference.referenced-document-insufficient-permissions':\n 'Het gerefereerde document kon niet worden geopend vanwege onvoldoende rechten',\n /** Label for when the reference input is resolving the initial value for an item */\n 'inputs.reference.resolving-initial-value': 'Initiële waarde oplossen…',\n /** Placeholder shown in a reference input with no current value */\n 'inputs.reference.search-placeholder': 'Typ om te zoeken',\n /** Explanation of the consequences of leaving the reference as strong instead of weak */\n 'inputs.reference.strength-mismatch.is-strong-consquences':\n 'Het zal niet mogelijk zijn om het referentiedocument te verwijderen zonder eerst deze referentie te verwijderen of om te zetten naar zwak.',\n /** Description for alert shown when a reference is supposed to be weak, but the actual value is strong */\n 'inputs.reference.strength-mismatch.is-strong-description':\n 'Deze referentie is <em>sterk</em>, maar volgens het huidige schema zou het <em>zwak</em> moeten zijn.',\n /** Explanation of the consequences of leaving the reference as weak instead of strong */\n 'inputs.reference.strength-mismatch.is-weak-consquences':\n 'Hierdoor is het mogelijk om het gerefereerde document te verwijderen zonder eerst deze referentie te verwijderen, waardoor dit veld verwijst naar een niet-bestaand document.',\n /** Description for alert shown when a reference is supposed to be strong, but the actual value is weak */\n 'inputs.reference.strength-mismatch.is-weak-description':\n 'Deze referentie is <em>zwak</em>, maar volgens het huidige schema zou het <em>sterk</em> moeten zijn.',\n /** Label for button that triggers the action that strengthens a reference on strength mismatch */\n 'inputs.reference.strength-mismatch.strengthen-button-label':\n 'Converteren naar sterke referentie',\n /** Title for alert shown when a reference is supposed to be weak/strong, but the actual value is the opposite of what it is supposed to be */\n 'inputs.reference.strength-mismatch.title': 'Mismatch in referentiekracht',\n /** Label for button that triggers the action that weakens a reference on strength mismatch */\n 'inputs.reference.strength-mismatch.weaken-button-label': 'Converteren naar zwakke referentie',\n /** Action message for generating the slug */\n 'inputs.slug.action.generate': 'Genereren',\n /** Loading message for when the input is actively generating a slug */\n 'inputs.slug.action.generating': 'Aan het genereren…',\n /** Error message for when the source to generate a slug from is missing */\n 'inputs.slug.error.missing-source':\n 'Bron ontbreekt. Controleer bron op type {{schemaType}} in schema',\n /** Placeholder for an empty tag input */\n 'inputs.tags.placeholder': 'Voer tag in en druk op ENTER…',\n /** Placeholder for an empty tag input on touch devices */\n 'inputs.tags.placeholder_touch': 'Voer tag in…',\n /** Convert to `{{targetType}}` */\n 'inputs.untyped-value.convert-button.text': 'Converteren naar <code>{{targetType}}</code>',\n /** Encountered an object value without a <code>_type</code> property. */\n 'inputs.untyped-value.description':\n 'Een objectwaarde zonder een <code>_type</code> eigenschap tegengekomen.',\n /** Either remove the <code>name</code> property of the object declaration, or set <code>_type</code> property on items. */\n 'inputs.untyped-value.details.description':\n 'Verwijder de <code>name</code> eigenschap van de objectverklaring, of stel een <code>_type</code> eigenschap in op items.',\n /** Current value (<code>object</code>): */\n 'inputs.untyped-value.details.json-dump-prefix': 'Huidige waarde (<code>object</code>):',\n /** The following types are valid here according to schema: */\n 'inputs.untyped-value.details.multi-type-description':\n 'De volgende typen zijn hier geldig volgens schema:',\n /** Developer info */\n 'inputs.untyped-value.details.title': 'Informatie voor ontwikkelaars',\n /** Property value missing <code>_type</code> */\n 'inputs.untyped-value.title': 'Eigenschapwaarde mist <code>_type</code>',\n /** Unset value */\n 'inputs.untyped-value.unset-item-button.text': 'Waarde ongedaan maken',\n\n /** The fallback explanation if no context is provided */\n 'insufficient-permissions-message.not-authorized-explanation':\n 'U heeft geen toestemming om toegang te krijgen tot deze functie.',\n /** The explanation when unable to create any document at all */\n 'insufficient-permissions-message.not-authorized-explanation_create-any-document':\n 'U heeft geen toestemming om een document te maken.',\n /** The explanation when unable to create a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_create-document':\n 'U heeft geen toestemming om dit document te maken.',\n /** The explanation when unable to create a particular type of document */\n 'insufficient-permissions-message.not-authorized-explanation_create-document-type':\n 'U heeft geen toestemming om dit soort document te maken.',\n /** The explanation when unable to create a new reference in a document */\n 'insufficient-permissions-message.not-authorized-explanation_create-new-reference':\n 'U heeft geen toestemming om een nieuwe referentie te maken.',\n /** The explanation when unable to delete a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_delete-document':\n 'U heeft geen toestemming om dit document te verwijderen.',\n /** The explanation when unable to delete a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_delete-schedules':\n \"U hebt geen toestemming om schema's te verwijderen.\",\n /** The explanation when unable to discard changes in a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_discard-changes':\n 'U heeft geen toestemming om wijzigingen in dit document te verwerpen.',\n /** The explanation when unable to duplicate a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_duplicate-document':\n 'U heeft geen toestemming om dit document te dupliceren.',\n /** The explanation when unable to edit a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_edit-schedules':\n \"U hebt geen toestemming om schema's te bewerken.\",\n /** The explanation when unable to execute a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_execute-schedules':\n \"U hebt geen toestemming om schema's uit te voeren.\",\n /** The explanation when unable to publish a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_publish-document':\n 'U heeft geen toestemming om dit document te publiceren.',\n /** The explanation when unable to unpublish a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_unpublish-document':\n 'U heeft geen toestemming om dit document niet te publiceren.',\n /** Appears after the not-authorized message. Lists the current roles. */\n 'insufficient-permissions-message.roles': 'Uw rollen: <Roles/>',\n /** The title for the insufficient permissions message component */\n 'insufficient-permissions-message.title': 'Onvoldoende rechten',\n\n /** Unexpected error: `{{error}}` */\n 'member-field-error.unexpected-error': 'Onverwachte fout: {{error}}',\n\n /** Button label for \"Create new document\" button */\n 'new-document.button': 'Aanmaken',\n /**\n * Tooltip message displayed when hovering/activating the \"Create new document\" action,\n * when there are templates/types available for creation\n */\n 'new-document.create-new-document-label': 'Nieuw document…',\n /** Tooltip message for add document button when the selected perspective is published */\n 'new-document.disabled-published.tooltip': 'U kunt geen nieuwe gepubliceerde documenten aanmaken',\n /** Tooltip message for add document button when the selected perspective is for inactive release */\n 'new-document.disabled-release.tooltip': 'U kunt geen documenten toevoegen aan deze release',\n /** Placeholder for the \"filter\" input within the new document menu */\n 'new-document.filter-placeholder': 'Filter',\n /** Loading indicator text within the new document menu */\n 'new-document.loading': 'Laden…',\n /** Accessibility label for the list displaying options in the new document menu */\n 'new-document.new-document-aria-label': 'Nieuw document',\n /** Message for when there are no document type options in the new document menu */\n 'new-document.no-document-types-found': 'Geen documenttypen gevonden',\n /**\n * Tooltip message displayed when hovering/activating the \"Create new document\" action,\n * when there are no templates/types to create from\n */\n 'new-document.no-document-types-label': 'Geen documenttypen',\n /** Message for when no results are found for a specific search query in the new document menu */\n 'new-document.no-results': 'Geen resultaten voor <strong>{{searchQuery}}</strong>',\n /** Aria label for the button that opens the \"Create new document\" popover/dialog */\n 'new-document.open-dialog-aria-label': 'Nieuw document maken',\n /** Title for \"Create new document\" dialog */\n 'new-document.title': 'Nieuw document maken',\n\n /** Label for button that will make the browser reload when users' studio version is out-of-date */\n 'package-version.new-package-available.reload-button': 'Druk om te herladen',\n /** Title of the alert for studio users when packages in their studio are out-of-date */\n 'package-version.new-package-available.title': 'Sanity Studio is klaar om te updaten!',\n\n /** Label for action to invite members to the current studio project */\n 'presence.action.manage-members': 'Leden beheren',\n /** Accessibility label for presence menu button */\n 'presence.aria-label': 'Wie is hier',\n /** Message description for when no one else is currently present */\n 'presence.no-one-else-description':\n 'Nodig mensen uit voor het project om hun online status te zien.',\n /** Message title for when no one else is currently present */\n 'presence.no-one-else-title': 'Er is niemand anders hier',\n /** Message for when a user is not in a document (displayed in the global presence menu) */\n 'presence.not-in-a-document': 'Niet in een document',\n /** Tooltip content text for presence menu button */\n 'presence.tooltip-content': 'Wie is hier',\n\n /** Fallback title shown when a preview does not provide a title */\n 'preview.default.title-fallback': 'Zonder titel',\n /** Fallback preview value for types that have \"no value\" (eg null, undefined) */\n 'preview.fallback.no-value': '(geen waarde)',\n /** Alternative text for image being shown while image is being uploaded, in previews */\n 'preview.image.file-is-being-uploaded.alt-text': 'De afbeelding die momenteel wordt geüpload',\n\n /* Relative time, just now */\n 'relative-time.just-now': 'zojuist',\n\n /** Action message to add document to new release */\n 'release.action.add-to-new-release': 'Toevoegen aan release',\n /** Action message to add document to release */\n 'release.action.add-to-release': 'Toevoegen aan {{title}}',\n /** Action message for when document is already in release */\n 'release.action.already-in-release': 'Al in release {{title}}',\n /** Action message for when you click to view all versions you can copy the current document to */\n 'release.action.copy-to': 'Kopieer versie naar',\n /** Action message for creating new releases */\n 'release.action.create-new': 'Nieuwe release',\n /** Action message for when document is already in release */\n 'release.action.discard-version': 'Versie verwijderen',\n /** Description for toast when version discarding failed */\n 'release.action.discard-version.failure': 'Mislukt om versie te verwijderen',\n /** Description for toast when version deletion is successfully discarded */\n 'release.action.discard-version.success':\n 'Versie <strong>{{title}}</strong> is succesvol verwijderd',\n /** Action message for when a new release is created off an existing version, draft or published document */\n 'release.action.new-release': 'Nieuwe Release',\n /** Tooltip message for not having permissions for creating new releases */\n 'release.action.permission.error': 'U heeft geen toestemming om deze actie uit te voeren',\n /** Error message for when a version is set to be unpublished */\n 'release.action.unpublish-version.failure':\n 'Mislukt om versie in te stellen om niet gepubliceerd te worden bij release',\n /** Action message for when a version is set to be unpublished successfully */\n 'release.action.unpublish-version.success':\n 'Succesvol ingesteld dat <strong>{{title}}</strong> niet gepubliceerd wordt bij release',\n /** Action message for when the view release is pressed */\n 'release.action.view-release': 'Bekijk release',\n /** Label for banner when release is scheduled */\n 'release.banner.scheduled-for-publishing-on': 'Gepland voor publicatie op {{date}}',\n /** Label for Draft chip in document header */\n 'release.chip.draft': 'Concept',\n /** Label for Draft chip in global header */\n 'release.chip.global.drafts': 'Concepten',\n /** Label for Published chip in document header */\n 'release.chip.published': 'Gepubliceerd',\n /** Label for tooltip in chip with the created date */\n 'release.chip.tooltip.created-date': 'Gecreëerd {{date}}',\n /** Label for tooltip in draft chip when it's a live edit document */\n 'release.chip.tooltip.draft-disabled.live-edit':\n 'Dit document is in live bewerkingsmodus, concepten zijn uitgeschakeld',\n /** Label for tooltip in chip with the lasted edited date */\n 'release.chip.tooltip.edited-date': 'Bewerkt {{date}}',\n /** Label for tooltip in chip when document is intended for a future release that hasn't been scheduled */\n 'release.chip.tooltip.intended-for-date': 'Bedoeld voor {{date}}',\n /** Label for tooltip in chip when there is no recent draft edits */\n 'release.chip.tooltip.no-edits': 'Geen bewerkingen',\n /** Label for tooltip in chip when document isn't published */\n 'release.chip.tooltip.not-published': 'Niet gepubliceerd',\n /** Label for tooltip in chip with the published date */\n 'release.chip.tooltip.published-date': 'Gepubliceerd {{date}}',\n /** Label for tooltip in chip when document is in a release that has been scheduled */\n 'release.chip.tooltip.scheduled-for-date': 'Gepland voor {{date}}',\n /** Label for tooltip in scheduled chip without a known date */\n 'release.chip.tooltip.unknown-date': 'Onbekende datum',\n /** Label for tooltip on deleted release */\n 'release.deleted-tooltip': 'Deze release is verwijderd',\n /** Title for copying version to a new release dialog */\n 'release.dialog.copy-to-release.title': 'Versie kopiëren naar nieuwe release',\n /** Title for creating releases dialog */\n 'release.dialog.create.title': 'Nieuwe release',\n /** Label for description in tooltip to explain release types */\n 'release.dialog.tooltip.description':\n 'De beoogde uitgavetijd wordt gebruikt om betere previews te maken en aanwijzingen te geven of documenten conflicteren.',\n /** Label for noting that a release time is not final */\n 'release.dialog.tooltip.note': 'Je kunt het altijd later wijzigen.',\n /** Title for tooltip to explain release time */\n 'release.dialog.tooltip.title': 'Geschatte tijd van uitgave',\n /** The placeholder text when the release doesn't have a description */\n 'release.form.placeholder-describe-release': 'Beschrijf de release…',\n /** Tooltip for button to hide release visibility */\n 'release.layer.hide': 'Release verbergen',\n /** Label for draft perspective in navbar */\n 'release.navbar.drafts': 'Concepten',\n /** Label for published releases in navbar */\n 'release.navbar.published': 'Gepubliceerd',\n /** Tooltip for releases navigation in navbar */\n 'release.navbar.tooltip': 'Releases',\n /** The placeholder text when the release doesn't have a title */\n 'release.placeholder-untitled-release': 'Naamloze release',\n /** The toast title that will be shown when the user has a release perspective which is now archived */\n 'release.toast.archived-release.title': \"De '{{title}}' release is gearchiveerd\",\n /** The toast tiele that will be shown the creating a release fails */\n 'release.toast.create-release-error.title': 'Aanmaken van release mislukt',\n /**The toast title that will be shown when the user has a release perspective which is now deleted */\n 'release.toast.not-found-release.title': \"De release '{{title}}' kon niet worden gevonden\",\n /** Label for when a version of a document has already been added to the release */\n 'release.tooltip.already-added': 'Een versie van dit document is al toegevoegd',\n /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */\n 'release.tooltip.locked':\n 'Deze release is gepland. Annuleer de planning om meer documenten toe te voegen.',\n /** Label for the release type 'as soon as possible' */\n 'release.type.asap': 'Zo snel mogelijk',\n /** Label for the release type 'at time', meaning it's a release with a scheduled date */\n 'release.type.scheduled': 'Op tijd',\n /** Label for the release type 'undecided' */\n 'release.type.undecided': 'Onbeslist',\n /** Tooltip for the dropdown to show all versions of document */\n 'release.version-list.tooltip': 'Bekijk alle documentversies',\n\n /** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */\n 'search.action-open-aria-label': 'Zoeken openen',\n /** Action label for adding a search filter */\n 'search.action.add-filter': 'Filter toevoegen',\n /** Action label for clearing search filters */\n 'search.action.clear-filters': 'Filters wissen',\n /** Label for action to clear recent searches */\n 'search.action.clear-recent-searches': 'Recente zoekopdrachten wissen',\n /** Accessibility label for action to clear all currently applied document type filters */\n 'search.action.clear-type-filters-aria-label': 'Aangevinkte filters wissen',\n /** Label for action to clear all currently applied document type filters */\n 'search.action.clear-type-filters-label': 'Wissen',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to close the search */\n 'search.action.close-search-aria-label': 'Zoeken sluiten',\n /** Accessibility label for filtering by document type */\n 'search.action.filter-by-document-type-aria-label': 'Filteren op documenttype',\n /** Accessibility action label for removing an already applied search filter */\n 'search.action.remove-filter-aria-label': 'Filter verwijderen',\n /**\n * Text displayed when either no document type(s) have been selected, or we need a fallback,\n * eg \"Search for all types\".\n */\n 'search.action.search-all-types': 'Zoek alle documenten',\n /**\n * Text displayed when we are able to determine one or more document types that will be used for\n * searching, and can fit within the space assigned by the design.\n */\n 'search.action.search-specific-types': 'Zoeken naar {{types, list}}',\n /** Dialog title for action to select an asset of unknown type */\n 'search.action.select-asset': 'Selecteer asset',\n /** Dialog title for action to select a file asset */\n 'search.action.select-asset_file': 'Selecteer bestand',\n /** Dialog title for action to select an image asset */\n 'search.action.select-asset_image': 'Selecteer afbeelding',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to hide filters */\n 'search.action.toggle-filters-aria-label_hide': 'Verberg filters',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to show filters */\n 'search.action.toggle-filters-aria-label_show': 'Toon filters',\n /** Label for when the search is full screen (on narrow screens) and you want to hide filters */\n 'search.action.toggle-filters-label_hide': 'Filters verbergen',\n /** Label for when the search is full screen (on narrow screens) and you want to show filters */\n 'search.action.toggle-filters-label_show': 'Filters tonen',\n /** Tooltip text for the global search button */\n 'search.button.tooltip': 'Zoeken',\n /**\n * A list of provided types (use `list` formatter preferably).\n */\n 'search.document-type-list': '{{types, list}}',\n /**\n * In the context of a list of document types - no filtering selection has been done,\n * thus the default is \"all types\".\n */\n 'search.document-type-list-all-types': 'Alle typen',\n /** Accessibility label for list displaying the available document types */\n 'search.document-types-aria-label': 'Documenttypen',\n /** Label for when no document types matching the filter are found */\n 'search.document-types-no-matches-found': 'Geen overeenkomsten voor {{filter}}',\n /** Description for error when a filter cannot be displayed, describes that you should check the schema */\n 'search.error.display-filter-description':\n 'Dit kan duiden op ongeldige opties gedefinieerd in uw schema.',\n /** Title for error when a filter cannot be displayed (mainly a developer-oriented error) */\n 'search.error.display-filter-title':\n 'Er is een fout opgetreden bij het weergeven van deze filter.',\n /** Description for error when no valid asset source is found, describes that you should check the the current studio config */\n 'search.error.no-valid-asset-source-check-config-description':\n 'Zorg ervoor dat het is ingeschakeld in uw studio configuratiebestand.',\n /** Description for error when no valid asset source is found, describes that only the default asset is supported */\n 'search.error.no-valid-asset-source-only-default-description':\n 'Momenteel wordt alleen de standaard asset bron ondersteund.',\n /** Title for error when no valid asset sources found */\n 'search.error.no-valid-asset-source-title': 'Geen geldige asset bronnen gevonden.',\n /** Helpful description for when search returned an error that we are not able to describe in detail */\n 'search.error.unspecified-error-help-description':\n 'Probeer het opnieuw of controleer uw verbinding',\n /** Title label for when search returned an error that we are not able to describe in detail */\n 'search.error.unspecified-error-title': 'Er is iets misgegaan tijdens het zoeken',\n /**\n * Label for \"All fields\", a label that appears above the list of available fields when filtering.\n * If one or more document type has been chosen as filter, this label is replaced with a group of\n * fields per selected document type\n */\n 'search.filter-all-fields-header': 'Alle velden',\n /** Label for the action of changing from one file to a different file in asset search filter */\n 'search.filter-asset-change_file': 'Wijzig bestand',\n /** Label for the action of changing from one image to a different image in asset search filter */\n 'search.filter-asset-change_image': 'Wijzig afbeelding',\n /** Label for the action of clearing the currently selected asset in an image/file filter */\n 'search.filter-asset-clear': 'Wissen',\n /** Label for the action of selecting a file in asset search filter */\n 'search.filter-asset-select_file': 'Selecteer bestand',\n /** Label for the action of selecting an image in asset search filter */\n 'search.filter-asset-select_image': 'Selecteer afbeelding',\n /** Label for boolean filter - false */\n 'search.filter-boolean-false': 'Onwaar',\n /** Label for boolean filter - true */\n 'search.filter-boolean-true': 'Waar',\n /** Accessibility label for list that lets you filter fields by title, when adding a new filter in search */\n 'search.filter-by-title-aria-label': 'Filter op titel',\n /** Accessibility label for date filter input */\n 'search.filter-date-aria-label': 'Datum',\n /** Accessibility label for selecting end date on the date range search filter */\n 'search.filter-date-range-end-date-aria-label': 'Einddatum',\n /** Accessibility label for selecting start date on the date range search filter */\n 'search.filter-date-range-start-date-aria-label': 'Startdatum',\n /**\n * Label for \"Days\"/\"Months\"/\"Years\" when selecting it as unit in \"X days ago\" search filter.\n * Capitalized, as it would be listed in a dropdown.\n */\n 'search.filter-date-unit_days': 'Dagen',\n 'search.filter-date-unit_months': 'Maanden',\n 'search.filter-date-unit_years': 'Jaren',\n /** Accessibility label for selecting the unit (day/month/year) when adding \"X days ago\" search filter */\n 'search.filter-date-unit-aria-label': 'Selecteer eenheid',\n /** Accessibility label for the input value (days/months/years) when adding \"X days ago\" search filter */\n 'search.filter-date-value-aria-label': 'Waarde van eenheid',\n /** Label for \"field description\" shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-description': 'Veldbeschrijving',\n /** Label for \"field name\" shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-name': 'Veldnaam',\n /** Label for \"Used in document types\", a list of the document types a field appears in. Shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-used-in-document-types': 'Gebruikt in documenttypen',\n /** Label for when no fields/filters are found for the given term */\n 'search.filter-no-matches-found': 'Geen overeenkomsten voor {{filter}}',\n /** Placeholder value for maximum numeric value filter */\n 'search.filter-number-max-value-placeholder': 'Maximale waarde',\n /** Placeholder value for minimum numeric value filter */\n 'search.filter-number-min-value-placeholder': 'Minimale waarde',\n /** Placeholder value for the number filter */\n 'search.filter-number-value-placeholder': 'Waarde',\n /** Placeholder for the \"Filter\" input, when narrowing possible fields/filters */\n 'search.filter-placeholder': 'Filter',\n /** Label for the action of clearing the currently selected document in a reference filter */\n 'search.filter-reference-clear': 'Wissen',\n /**\n * Label for \"shared fields\", a label that appears above a list of fields that all filtered types\n * have in common, when adding a new filter. For instance, if \"book\" and \"employee\" both have a\n * \"title\" field, this field would be listed under \"shared fields\".\n * */\n 'search.filter-shared-fields-header': 'Gedeelde velden',\n /** Placeholder value for the string filter */\n 'search.filter-string-value-placeholder': 'Waarde',\n /** Label/placeholder prompting user to select one of the predefined, allowed values for a string field */\n 'search.filter-string-value-select-predefined-value': 'Selecteer…',\n /** Accessibility label for the \"Filters\" list, that is shown when using \"Add filter\" in search (singular) */\n 'search.filters-aria-label_one': 'Filter',\n /** Accessibility label for the \"Filters\" list, that is shown when using \"Add filter\" in search (plural) */\n 'search.filters-aria-label_other': 'Filters',\n /** Label for instructions on how to use the search - displayed when no recent searches are available */\n 'search.instructions': 'Gebruik <ControlsIcon/> om uw zoekopdracht te verfijnen',\n /** Helpful description for when no search results are found */\n 'search.no-results-help-description': 'Probeer een ander trefwoord of pas uw filters aan',\n /** Title label for when no search results are found */\n 'search.no-results-title': 'Geen resultaten gevonden',\n /**\n * Individual search operators.\n *\n * The `name` variant is the form we use when the user is building a query, and selecting from a\n * list of available operators for a field. Keep in mind that since the user knows what the field\n * represents, we do not need to contextualize too much, and that the user may not be a developer\n * eg prefer \"quantity is\" over \"array has length\". Additionally, (if applicable in language) use\n * lowercased names.\n *\n * The `description` variant is the form shown once the filter has enough information to apply,\n * and is shown in the list of applied filters. It is passed components that _should_ be used to\n * compose the filter string, and to format them correctly:\n *\n * `<Field/>` - eg \"Bird species\", \"Category\", \"Date of birth\"\n * `<Operator>operator text</Operator>` - eg \"has ≤\", \"includes\", \"is\"\n * `<Value>{{value}}</Value>` - eg \"Hawk\", \"Sparrow\", \"Eagle\"\n *\n * Where applicable, a `count` is passed, allowing you to pluralize where needed, by using\n * suffixes such as `_zero`, `_one`, `_other` etc.\n *\n * Prefer (reasonable) brevity since many filters may be applied. For instance:\n * `<Field/> has ≤ <Value/>` may be better than\n * `<Field/> has less than or equal to <Value/>`\n **/\n /* Array should have a count the given filter value */\n 'search.operator.array-count-equal.description_one':\n '<Field/> <Operator>heeft</Operator> <Value>{{count}} item</Value>',\n 'search.operator.array-count-equal.description_other':\n '<Field/> <Operator>heeft</Operator> <Value>{{count}} items</Value>',\n 'search.operator.array-count-equal.name': 'hoeveelheid is',\n /* Array should have a count greater than given filter value */\n 'search.operator.array-count-gt.description_one':\n '<Field/> <Operator>heeft ></Operator> <Value>{{count}} item</Value>',\n 'search.operator.array-count-gt.description_other':\n '<Field/> <Operator>heeft ></Operator> <Value>{{count}} items</Value>',\n 'search.operator.array-count-gt.name': 'hoeveelheid groter dan',\n /* Array should have a count greater than or equal to the given filter value */\n 'search.operator.array-count-gte.description_one':\n '<Field/> <Operator>heeft ≥</Operator> <Value>{{count}} item</Value>',\n 'search.operator.array-count-gte.description_other':\n '<Field/> <Operator>heeft ≥</Operator> <Value>{{count}} items</Value>',\n 'search.operator.array-count-gte.name': 'hoeveelheid groter dan of gelijk aan',\n /* Array should have a count less than given filter value */\n 'search.operator.array-count-lt.description_one':\n '<Field/> <Operator>heeft <</Operator> <Value>{{count}} item</Value>',\n 'search.operator.array-count-lt.description_other':\n '<Field/> <Operator>heeft <</Operator> <Value>{{count}} items</Value>',\n 'search.operator.array-count-lt.name': 'hoeveelheid minder dan',\n /* Array should have a count less than or equal to the given filter value */\n 'search.operator.array-count-lte.description_one':\n '<Field/> <Operator>heeft ≤</Operator> <Value>{{count}} item</Value>',\n 'search.operator.array-count-lte.description_other':\n '<Field/> <Operator>heeft ≤</Operator> <Value>{{count}} items</Value>',\n 'search.operator.array-count-lte.name': 'hoeveelheid minder dan of gelijk aan',\n /* Array should have a count that is not equal to the given filter value */\n 'search.operator.array-count-not-equal.description_one':\n '<Field/> <Operator>heeft niet</Operator> <Value>{{count}} item</Value>',\n 'search.operator.array-count-not-equal.description_other':\n '<Field/> <Operator>heeft niet</Operator> <Value>{{count}} items</Value>',\n 'search.operator.array-count-not-equal.name': 'hoeveelheid is niet',\n /**\n * Array should have a count within the range of given filter values.\n * Gets passed `{{from}}` and `{{to}}` values.\n **/\n 'search.operator.array-count-range.description':\n '<Field/> <Operator>heeft tussen</Operator> <Value>{{from}} → {{to}} items</Value>',\n 'search.operator.array-count-range.name': 'hoeveelheid ligt tussen',\n /* Array should include the given value */\n 'search.operator.array-list-includes.description':\n '<Field/> <Operator>bevat</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-list-includes.name': 'bevat',\n /* Array should not include the given value */\n 'search.operator.array-list-not-includes.description':\n '<Field/> <Operator>bevat niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-list-not-includes.name': 'bevat niet',\n /* Array should include the given reference */\n 'search.operator.array-reference-includes.description':\n '<Field/> <Operator>bevat</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-reference-includes.name': 'bevat',\n /* Array should not include the given reference */\n 'search.operator.array-reference-not-includes.description':\n '<Field/> <Operator>bevat niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-reference-not-includes.name': 'bevat niet',\n /* Asset (file) should be the selected asset */\n 'search.operator.asset-file-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-file-equal.name': 'is',\n /* Asset (file) should not be the selected asset */\n 'search.operator.asset-file-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-file-not-equal.name': 'is niet',\n /* Asset (image) should be the selected asset */\n 'search.operator.asset-image-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-image-equal.name': 'is',\n /* Asset (image) should not be the selected asset */\n 'search.operator.asset-image-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-image-not-equal.name': 'is niet',\n /**\n * Boolean value should be the given filter value (true/false).\n * Context passed is `true` and `false`, allowing for more specific translations:\n * - `search.operator.boolean-equal.description_true`\n * - `search.operator.boolean-equal.description_false`\n */\n 'search.operator.boolean-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.boolean-equal.name': 'is',\n /* Date should be after (later than) given filter value */\n 'search.operator.date-after.description':\n '<Field/> <Operator>is na</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-after.name': 'na',\n /* Date should be before (earlier than) given filter value */\n 'search.operator.date-before.description':\n '<Field/> <Operator>is voor</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-before.name': 'voor',\n /* Date should be the given filter value */\n 'search.operator.date-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-equal.name': 'is',\n /* Date should be within the given filter value range (eg \"within the last X days\") */\n 'search.operator.date-last.description':\n '<Field/> <Operator>is in de laatste</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-last.name': 'laatste',\n /* Date should not be the given filter value */\n 'search.operator.date-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-not-equal.name': 'is niet',\n /* Date should be within the range of given filter values */\n 'search.operator.date-range.description': '<Field/> <Operator>ligt tussen</Operator> <Value/>',\n 'search.operator.date-range.name': 'is tussen',\n /* Date and time should be after (later than) given filter value */\n 'search.operator.date-time-after.description':\n '<Field/> <Operator>is na</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-after.name': 'na',\n /* Date and time should be before (earlier than) given filter value */\n 'search.operator.date-time-before.description':\n '<Field/> <Operator>is voor</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-before.name': 'voor',\n /* Date and time should be the given filter value */\n 'search.operator.date-time-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-equal.name': 'is',\n /* Date and time should be within the given filter value range (eg \"within the last X days\") */\n 'search.operator.date-time-last.description':\n '<Field/> <Operator>is in de laatste</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-last.name': 'laatste',\n /* Date and time should not be the given filter value */\n 'search.operator.date-time-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-not-equal.name': 'is niet',\n /* Date and time should be within the range of given filter values */\n 'search.operator.date-time-range.description': '<Field/> <Operator>is tussen</Operator> <Value/>',\n 'search.operator.date-time-range.name': 'is tussen',\n /* Value should be defined */\n 'search.operator.defined.description':\n '<Field/> <Operator>is</Operator> <Value>niet leeg</Value>',\n 'search.operator.defined.name': 'niet leeg',\n /* Value should not be defined */\n 'search.operator.not-defined.description': '<Field/> <Operator>is</Operator> <Value>leeg</Value>',\n 'search.operator.not-defined.name': 'leeg',\n /* Number should be the given filter value */\n 'search.operator.number-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-equal.name': 'is',\n /* Number should be greater than given filter value */\n 'search.operator.number-gt.description':\n '<Field/> <Operator>></Operator> <Value>{{value}}</Value>',\n 'search.operator.number-gt.name': 'groter dan',\n /* Number should be greater than or the given filter value */\n 'search.operator.number-gte.description':\n '<Field/> <Operator>≥</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-gte.name': 'groter dan of gelijk aan',\n /* Number should be less than given filter value */\n 'search.operator.number-lt.description':\n '<Field/> <Operator><</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-lt.name': 'minder dan',\n /* Number should be less than or the given filter value */\n 'search.operator.number-lte.description':\n '<Field/> <Operator>≤</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-lte.name': 'minder dan of gelijk aan',\n /* Number should not be the given filter value */\n 'search.operator.number-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-not-equal.name': 'is niet',\n /* Number should be within the range of given filter values */\n 'search.operator.number-range.description':\n '<Field/> <Operator>ligt tussen</Operator> <Value>{{from}} → {{to}}</Value>',\n 'search.operator.number-range.name': 'ligt tussen',\n /* Portable Text should contain the given filter value */\n 'search.operator.portable-text-contains.description':\n '<Field/> <Operator>bevat</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-contains.name': 'bevat',\n /* Portable Text should be the given filter value */\n 'search.operator.portable-text-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-equal.name': 'is',\n /* Portable Text should not contain the given filter value */\n 'search.operator.portable-text-not-contains.description':\n '<Field/> <Operator>bevat niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-not-contains.name': 'bevat niet',\n /* Portable Text should not be the given filter value */\n 'search.operator.portable-text-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-not-equal.name': 'is niet',\n /* References the given asset (file) */\n 'search.operator.reference-asset-file.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-asset-file.name': 'bestand',\n /* References the given asset (image) */\n 'search.operator.reference-asset-image.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-asset-image.name': 'afbeelding',\n /* References the given document */\n 'search.operator.reference-document.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-document.name': 'document',\n /* Reference should be the given document */\n 'search.operator.reference-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-equal.name': 'is',\n /* Reference should not be the given document */\n 'search.operator.reference-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-not-equal.name': 'is niet',\n /* Slug contains the given value */\n 'search.operator.slug-contains.description':\n '<Field/> <Operator>bevat</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-contains.name': 'bevat',\n /* Slug equals the given filter value */\n 'search.operator.slug-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-equal.name': 'is',\n /* Slug does not contain the given value */\n 'search.operator.slug-not-contains.description':\n '<Field/> <Operator>bevat niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-not-contains.name': 'bevat niet',\n /* Slug does not equal the given filter value */\n 'search.operator.slug-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-not-equal.name': 'is niet',\n /* String contains the given filter value */\n 'search.operator.string-contains.description':\n '<Field/> <Operator>bevat</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-contains.name': 'bevat',\n /* String equals the given filter value */\n 'search.operator.string-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-equal.name': 'is',\n /* String equals one of the predefined allowed values */\n 'search.operator.string-list-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-list-equal.name': 'is',\n /* String does not equal one of the predefined allowed values */\n 'search.operator.string-list-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-list-not-equal.name': 'is niet',\n /* String does not contain the given filter value */\n 'search.operator.string-not-contains.description':\n '<Field/> <Operator>bevat niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-not-contains.name': 'bevat niet',\n /* String does not equal the given filter value */\n 'search.operator.string-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-not-equal.name': 'is niet',\n /** Label for the \"Best match\" search ordering type */\n 'search.ordering.best-match-label': 'Beste overeenkomst',\n /** Label for the \"Created: Oldest first\" search ordering type */\n 'search.ordering.created-ascending-label': 'Aangemaakt: Oudste eerst',\n /** Label for the \"Created: Newest first\" search ordering type */\n 'search.ordering.created-descending-label': 'Aangemaakt: Nieuwste eerst',\n /** Label for the \"Updated: Oldest first\" search ordering type */\n 'search.ordering.updated-ascending-label': 'Bijgewerkt: Oudste eerst',\n /** Label for the \"Updated: Newest first\" search ordering type */\n 'search.ordering.updated-descending-label': 'Bijgewerkt: Nieuwste eerst',\n /** Placeholder text for the global search input field */\n 'search.placeholder': 'Zoeken',\n /** Accessibility label for the recent searches section, shown when no valid search terms has been given */\n 'search.recent-searches-aria-label': 'Recente zoekopdrachten',\n /** Label/heading shown for the recent searches section */\n 'search.recent-searches-label': 'Recente zoekopdrachten',\n /** Accessibility label for the search results section, shown when the user has typed valid terms */\n 'search.search-results-aria-label': 'Zoekresultaten',\n\n /** Label for the edit columns button to change field visibility in sheet list */\n 'sheet-list.edit-columns': 'Kolommen bewerken',\n /** Label for the header menu option to hide a field from the sheet list */\n 'sheet-list.hide-field': 'Verwijderen uit tabel',\n /** Label for reset column visibilities button */\n 'sheet-list.reset-columns': 'Kolommen resetten',\n /** Title for the edit columns menu */\n 'sheet-list.select-fields': 'Selecteer tot 5 veldtypes',\n\n /** Accessibility label for the navbar status button */\n 'status-button.aria-label': 'Configuratiestatus',\n\n /** Title for the changes tooltip in the history inspector*/\n 'timeline.changes.title': 'Wijzigingen door',\n /** Description for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-description':\n 'Documentgeschiedenistransacties zijn niet beïnvloed.',\n /** Title for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-title':\n 'Er is een fout opgetreden bij het ophalen van documentwijzigingen.',\n /** Description for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-version-description':\n 'Schakel de events API in via de Studio-configuratie om de documentgeschiedenis te bekijken.',\n /** Title for error when the timeline for the given version document can't be loaded */\n 'timeline.error.load-document-changes-version-title':\n 'Versie documentgeschiedenis is alleen beschikbaar via de Events API.',\n /** Error description for when the document doesn't have history */\n 'timeline.error.no-document-history-description':\n 'Wanneer u de inhoud van het document wijzigt, zullen de documentversies in dit menu verschijnen.',\n /** Error title for when the document doesn't have history */\n 'timeline.error.no-document-history-title': 'Geen documentgeschiedenis',\n /** Error prompt when revision cannot be loaded */\n 'timeline.error.unable-to-load-revision': 'Kan revisie niet laden',\n /** Label for when the timeline item is the latest in the history */\n 'timeline.latest': 'Laatste',\n /** Label for latest revision for timeline menu dropdown */\n 'timeline.latest-revision': 'Laatste revisie',\n /**\n * Label for latest revision for timeline menu dropdown\n * @deprecated as of `v3.47.0` `timeline.latest-revision` should be used instead. Note: _usage_ of this key is deprecated, but Studios on `< v3.47.0` still require this key to be _defined_\n * */\n 'timeline.latest-version': 'Laatste versie',\n /** The aria-label for the list of revisions in the timeline */\n 'timeline.list.aria-label': 'Documentrevisies',\n /** Label for loading history */\n 'timeline.loading-history': 'Geschiedenis laden…',\n /* Label for when no previous since events are available*/\n 'timeline.no-previous-events': 'Geen eerdere gebeurtenissen',\n /** Label shown in review changes timeline when a document has been created */\n 'timeline.operation.created': 'Gemaakt',\n /** Label shown in review changes timeline when a document has been created, with a timestamp */\n 'timeline.operation.created_timestamp': 'Gemaakt: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was initially created */\n 'timeline.operation.created-initial': 'Gemaakt',\n /** Label shown in review changes timeline when a document was initially created, with a timestamp */\n 'timeline.operation.created-initial_timestamp': 'Gemaakt: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document has been deleted */\n 'timeline.operation.deleted': 'Verwijderd',\n /** Label shown in review changes timeline when a document has been deleted, with a timestamp */\n 'timeline.operation.deleted_timestamp': 'Verwijderd: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a draft has been discarded */\n 'timeline.operation.draft-discarded': 'Concept verworpen',\n /** Label shown in review changes timeline when a draft has been discarded, with a timestamp */\n 'timeline.operation.draft-discarded_timestamp': 'Concept verworpen: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a draft has been edited */\n 'timeline.operation.edited-draft': 'Bewerkt',\n /** Label shown in review changes timeline when a draft has been edited, with a timestamp */\n 'timeline.operation.edited-draft_timestamp': 'Bewerkt: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document has been edited live */\n 'timeline.operation.edited-live': 'Live bewerkt',\n /** Label shown in review changes timeline when a document has been edited live, with a timestamp */\n 'timeline.operation.edited-live_timestamp': 'Live bewerkt: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was published */\n 'timeline.operation.published': 'Gepubliceerd',\n /** Label shown in review changes timeline when a document was published, with a timestamp */\n 'timeline.operation.published_timestamp': 'Gepubliceerd: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was unpublished */\n 'timeline.operation.unpublished': 'Niet gepubliceerd',\n /** Label shown in review changes timeline when a document was unpublished, with a timestamp */\n 'timeline.operation.unpublished_timestamp': 'Niet gepubliceerd: {{timestamp, datetime}}',\n /**\n * Label for determining since which version the changes for timeline menu dropdown are showing.\n * Receives the time label as a parameter (`timestamp`).\n */\n 'timeline.since': 'Sinds: {{timestamp, datetime}}',\n /** Label for missing change version for timeline menu dropdown are showing */\n 'timeline.since-version-missing': 'Sinds: onbekende versie',\n\n /** Aria label for the action buttons in the PTE toolbar */\n 'toolbar.portable-text.action-button-aria-label': '{{action}}',\n\n /** Accessibility label for the breadcrumb menu */\n 'tree-editing-dialog.breadcrumbs.menu': 'Broodkruimelmenu',\n /** Title placeholder for search input in array of objects */\n 'tree-editing-dialog.search-placeholder': 'Zoeken',\n /** Menu aria label for the search menu */\n 'tree-editing-dialog.search.menu-label': 'Zoekmenu',\n /** Title label for when no search results are found on the tree of objects */\n 'tree-editing-dialog.search.no-results-title': 'Geen resultaten gevonden',\n /** Label to close the sidebar */\n 'tree-editing-dialog.sidebar.action.close': 'Zijbalk sluiten',\n /** Collapse label the menu item in the sidebar */\n 'tree-editing-dialog.sidebar.action.collapse': 'Inklappen',\n /** Label to close the dialog */\n 'tree-editing-dialog.sidebar.action.done': 'Klaar',\n /** Exapnd label the menu item in the sidebar */\n 'tree-editing-dialog.sidebar.action.expand': 'Uitklappen',\n /** Label to open the sidebar */\n 'tree-editing-dialog.sidebar.action.open': 'Zijbalk openen',\n\n /** Label for button showing the free trial days left */\n 'user-menu.action.free-trial_one': '{{count}} dag over in proefperiode',\n 'user-menu.action.free-trial_other': '{{count}} dagen over in proefperiode',\n /** Label for the button showed after trial ended */\n 'user-menu.action.free-trial-finished': 'Upgrade van gratis',\n /** Label for action to invite members to the current sanity project */\n 'user-menu.action.invite-members': 'Leden uitnodigen',\n /** Accessibility label for action to invite members to the current sanity project */\n 'user-menu.action.invite-members-aria-label': 'Leden uitnodigen',\n /** Label for action to manage the current sanity project */\n 'user-menu.action.manage-project': 'Project beheren',\n /** Accessibility label for the action to manage the current project */\n 'user-menu.action.manage-project-aria-label': 'Project beheren',\n /** Tooltip helper text when portable text annotation is disabled for empty block*/\n 'user-menu.action.portable-text.annotation-disabled_empty-block':\n 'Kan {{name}} niet toepassen op leeg blok',\n /** Tooltip helper text when portable text annotation is disabled for multiple blocks */\n 'user-menu.action.portable-text.annotation-disabled_multiple-blocks':\n 'Kan {{name}} niet toepassen op meerdere blokken',\n /** Label for action to sign out of the current sanity project */\n 'user-menu.action.sign-out': 'Uitloggen',\n /** Title for appearance section for the current studio (dark / light / system scheme) */\n 'user-menu.appearance-title': 'Uiterlijk',\n /** Label for close menu button for user menu */\n 'user-menu.close-menu': 'Menu sluiten',\n /** Description for using the \"dark theme\" in the appearance user menu */\n 'user-menu.color-scheme.dark-description': 'Gebruik donker uiterlijk',\n /** Title for using the \"dark theme\" in the appearance user menu */\n 'user-menu.color-scheme.dark-title': 'Donker',\n /** Description for using the \"light theme\" in the appearance user menu */\n 'user-menu.color-scheme.light-description': 'Gebruik licht uiterlijk',\n /** Title for using the \"light theme\" in the appearance user menu */\n 'user-menu.color-scheme.light-title': 'Licht',\n /** Description for using \"system apparence\" in the appearance user menu */\n 'user-menu.color-scheme.system-description': 'Gebruik systeemuiterlijk',\n /** Title for using system apparence in the appearance user menu */\n 'user-menu.color-scheme.system-title': 'Systeem',\n /** Title for locale section for the current studio */\n 'user-menu.locale-title': 'Taal',\n /** Label for tooltip to show which provider the currently logged in user is using */\n 'user-menu.login-provider': 'Ingelogd met {{providerTitle}}',\n /** Label for open menu button for user menu */\n 'user-menu.open-menu': 'Menu openen',\n\n /**\n * Label for action to add a workspace (currently a developer-oriented action, as this will\n * lead to the documentation on workspace configuration)\n */\n 'workspaces.action.add-workspace': 'Werkruimte toevoegen',\n /**\n * Label for action to choose a different workspace, in the case where you are not logged in,\n * have selected a workspace, and are faced with the authentication options for the selected\n * workspace. In other words, label for the action shown when you have reconsidered which\n * workspace to authenticate in.\n */\n 'workspaces.action.choose-another-workspace': 'Kies een andere werkruimte',\n /** Label for heading that indicates that you can choose your workspace */\n 'workspaces.choose-your-workspace-label': 'Kies uw werkruimte',\n /** Label for the workspace menu */\n 'workspaces.select-workspace-aria-label': 'Selecteer werkruimte',\n /** Button label for opening the workspace switcher */\n 'workspaces.select-workspace-label': 'Selecteer werkruimte',\n /** Tooltip for the workspace menu */\n 'workspaces.select-workspace-tooltip': 'Werkruimte selecteren',\n /** Title for Workplaces dropdown menu */\n 'workspaces.title': 'Werkruimtes',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"studio.cjs","sources":["../../src/studio.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** \"Disabled\" status for auto-updates in About-dialog */\n 'about-dialog.version-info.auto-updates.disabled': undefined, // 'Disabled'\n /** \"Enabled\" status for auto-updates in About-dialog */\n 'about-dialog.version-info.auto-updates.enabled': undefined, // 'Enabled'\n /** \"Auto Updates\" status header in About-dialog */\n 'about-dialog.version-info.auto-updates.header': undefined, // 'Auto Updates'\n /** \"How to enable\" next to Disabled state for Auto updates in about dialog */\n 'about-dialog.version-info.auto-updates.how-to-enable': undefined, // 'How to enable'\n /** Text displayed on the \"Copy to clipboard\"-button after clicked */\n 'about-dialog.version-info.copy-to-clipboard-button.copied-text': undefined, // 'Copied to Clipboard. Happy pasting!'\n /** \"Copy to Clipboard\" button text for copying version details from About-dialog */\n 'about-dialog.version-info.copy-to-clipboard-button.text': undefined, // 'Copy to Clipboard'\n /** \"Current version\" header in about dialog */\n 'about-dialog.version-info.current-version.header': undefined, // 'Current version'\n /** \"How to upgrade\" link text */\n 'about-dialog.version-info.how-to-upgrade': undefined, // 'How to upgrade'\n /** \"Latest version\" header in about dialog */\n 'about-dialog.version-info.latest-version.header': undefined, // 'Latest version'\n /** \"Latest version\" header in about dialog */\n 'about-dialog.version-info.latest-version.text': undefined, // 'Latest version is {{latestVersion}}'\n /** \"Up to date\" status in About-dialog */\n 'about-dialog.version-info.up-to-date': undefined, // 'Up to date'\n /** \"User agent\" header in About-dialog */\n 'about-dialog.version-info.user-agent.header': undefined, // 'User agent'\n\n /** The text used in the tooltip shown in the dialog close button */\n 'announcement.dialog.close': 'Sluiten',\n /** Aria label to be used in the dialog close button */\n 'announcement.dialog.close-label': 'Dialoog sluiten',\n /**Text to be used in the tooltip in the button in the studio announcement card */\n 'announcement.floating-button.dismiss': 'Sluiten',\n /**Aria label to be used in the floating button in the studio announcement card, to dismiss the card */\n 'announcement.floating-button.dismiss-label': 'Aankondigingen negeren',\n /**Aria label to be used in the floating button in the studio announcement card */\n 'announcement.floating-button.open-label': 'Aankondigingen openen',\n\n /** Menu item for deleting the asset */\n 'asset-source.asset-list.menu.delete': 'Verwijderen',\n /** Menu item for showing where a particular asset is used */\n 'asset-source.asset-list.menu.show-usage': 'Gebruik tonen',\n /** Header in usage dialog for file assets */\n 'asset-source.asset-usage-dialog.header_file': 'Documenten die bestand gebruiken',\n /** Header in usage dialog for image assets */\n 'asset-source.asset-usage-dialog.header_image': 'Documenten die afbeelding gebruiken',\n /** Text shown in usage dialog when loading documents using the selected asset */\n 'asset-source.asset-usage-dialog.loading': 'Laden…',\n /** Text for cancel action in delete-asset dialog */\n 'asset-source.delete-dialog.action.cancel': 'Annuleren',\n /** Text for \"confirm delete\" action in delete-asset dialog */\n 'asset-source.delete-dialog.action.delete': 'Verwijderen',\n /** Dialog header for delete-asset dialog when deleting a file */\n 'asset-source.delete-dialog.header_file': 'Bestand verwijderen',\n /** Dialog header for delete-asset dialog when deleting an image */\n 'asset-source.delete-dialog.header_image': 'Afbeelding verwijderen',\n /** Text shown in delete dialog when loading documents using the selected asset */\n 'asset-source.delete-dialog.loading': 'Laden…',\n /** Message confirming to delete *named* file */\n 'asset-source.delete-dialog.usage-list.confirm-delete-file_named':\n 'U staat op het punt het bestand <strong>{{filename}}}</strong> en de bijbehorende metadata te verwijderen. Weet u het zeker?',\n /** Message confirming to delete *unnamed* file */\n 'asset-source.delete-dialog.usage-list.confirm-delete-file_unnamed':\n 'U staat op het punt het bestand en de bijbehorende metadata te verwijderen. Weet u het zeker?',\n /** Message confirming to delete *named* image */\n 'asset-source.delete-dialog.usage-list.confirm-delete-image_named':\n 'U staat op het punt de afbeelding <strong>{{filename}}</strong> en de bijbehorende metadata te verwijderen. Weet u het zeker?',\n /** Message confirming to delete *unnamed* image */\n 'asset-source.delete-dialog.usage-list.confirm-delete-image_unnamed':\n 'U staat op het punt de afbeelding en de bijbehorende metadata te verwijderen. Weet u het zeker?',\n /** Alt text showing on image preview in delete asset dialog */\n 'asset-source.delete-dialog.usage-list.image-preview-alt': 'Voorbeeld van afbeelding',\n /** Warning message showing when *named* file can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-file-is-in-use_named':\n '{{filename}} kan niet worden verwijderd omdat het in gebruik is. Om dit bestand te verwijderen, moet u eerst alle gebruik ervan verwijderen.',\n /** Warning message showing when *unnamed* file can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-file-is-in-use_unnamed':\n 'Dit bestand kan niet worden verwijderd omdat het in gebruik is. Om het te verwijderen, moet u eerst alle gebruik ervan verwijderen.',\n /** Warning message showing when *named* image can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-image-is-in-use_named':\n '{{filename}} kan niet worden verwijderd omdat het in gebruik is. Om deze afbeelding te verwijderen, moet u eerst alle gebruik ervan verwijderen.',\n /** Warning message showing when *unnamed* image can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-image-is-in-use_unnamed':\n 'Deze afbeelding kan niet worden verwijderd omdat het in gebruik is. Om het te verwijderen, moet u eerst alle gebruik ervan verwijderen.',\n /** Text shown when the list of assets only include a specific set of types */\n 'asset-source.dialog.accept-message':\n 'Alleen assets van geaccepteerde typen worden getoond: <strong>{{acceptTypes}}</strong>',\n /** Select asset dialog cancel-button */\n 'asset-source.dialog.button.cancel': undefined, // 'Cancel'\n /** Select asset dialog select-button */\n 'asset-source.dialog.button.select': undefined, // 'Select'\n /** Keys shared between both image asset source and file asset source */\n /** Select asset dialog title for files */\n 'asset-source.dialog.default-title_file': 'Selecteer bestand',\n /** Select asset dialog title for images */\n 'asset-source.dialog.default-title_image': 'Selecteer afbeelding',\n /** Insert asset error */\n 'asset-source.dialog.insert-asset-error': undefined, // 'Error inserting asset. See the console for more information.'\n /** Select asset dialog load more items */\n 'asset-source.dialog.load-more': 'Meer laden',\n /** Text shown when selecting a file but there's no files to select from */\n 'asset-source.dialog.no-assets_file': 'Geen bestanden',\n /** Text shown when selecting an image but there's no images to select from */\n 'asset-source.dialog.no-assets_image': 'Geen afbeeldingen',\n 'asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file':\n 'Kan het momenteel geselecteerde bestand niet verwijderen',\n 'asset-source.file.asset-list.action.delete.text': 'Verwijderen',\n 'asset-source.file.asset-list.action.delete.title': 'Bestand verwijderen',\n 'asset-source.file.asset-list.action.select-file.title': 'Selecteer het bestand {{filename}}',\n 'asset-source.file.asset-list.action.show-usage.title': 'Gebruik tonen',\n 'asset-source.file.asset-list.delete-failed': 'Bestand kon niet worden verwijderd',\n 'asset-source.file.asset-list.delete-successful': 'Bestand is verwijderd',\n 'asset-source.file.asset-list.header.date-added': 'Datum toegevoegd',\n /** File asset source */\n 'asset-source.file.asset-list.header.filename': 'Bestandsnaam',\n 'asset-source.file.asset-list.header.size': 'Grootte',\n 'asset-source.file.asset-list.header.type': 'Type',\n /** Text displayed on button or menu invoking the file asset source */\n 'asset-source.file.title': 'Geüploade bestanden',\n 'asset-source.image.asset-list.delete-failed': 'Afbeelding kon niet worden verwijderd',\n /** Image asset source */\n 'asset-source.image.asset-list.delete-successful': 'Afbeelding is verwijderd',\n /** Text displayed on button or menu invoking the image asset source */\n 'asset-source.image.title': 'Geüploade afbeeldingen',\n /** Built in asset source usage texts */\n 'asset-source.usage-list.documents-using-file_named_one':\n 'Eén document gebruikt bestand <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-file_named_other':\n '{{count}} documenten gebruiken bestand <code>{{filename}}</code>',\n /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *named* file **/\n 'asset-source.usage-list.documents-using-file_named_zero':\n 'Geen documenten gebruiken bestand <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-file_unnamed_one': 'Eén document gebruikt dit bestand',\n 'asset-source.usage-list.documents-using-file_unnamed_other':\n '{{count}} documenten gebruiken dit bestand',\n /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *unnamed* file **/\n 'asset-source.usage-list.documents-using-file_unnamed_zero':\n 'Geen documenten gebruiken dit bestand',\n 'asset-source.usage-list.documents-using-image_named_one':\n 'Eén document gebruikt afbeelding <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-image_named_other':\n '{{count}} documenten gebruiken afbeelding <code>{{filename}}</code>',\n /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *named* image **/\n 'asset-source.usage-list.documents-using-image_named_zero':\n 'Geen documenten gebruiken afbeelding <code>{{filename}}</code>',\n 'asset-source.usage-list.documents-using-image_unnamed_one':\n 'Eén document gebruikt deze afbeelding',\n 'asset-source.usage-list.documents-using-image_unnamed_other':\n '{{count}} documenten gebruiken deze afbeelding',\n /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *unnamed* image **/\n 'asset-source.usage-list.documents-using-image_unnamed_zero':\n 'Geen documenten gebruiken deze afbeelding',\n\n /** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */\n 'asset-sources.common.uploader.upload-failed.description': undefined, // 'See the console for more information.'\n 'asset-sources.common.uploader.upload-failed.title': undefined, // 'Upload failed'\n /** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */\n 'asset-sources.dataset.file.title': undefined, // 'Workspace files'\n 'asset-sources.dataset.image.title': undefined, // 'Workspace images'\n /** Menu Items for Media Library Asset Source */\n 'asset-sources.media-library.file.title': undefined, // 'Media Library'\n 'asset-sources.media-library.image.title': undefined, // 'Media Library'\n\n /** Label when a release has been deleted by a different user */\n 'banners.deleted-bundle-banner.text': \"De release '<strong>{{title}}</strong>' is verwijderd.\",\n\n /** Action message for navigating to next month */\n 'calendar.action.go-to-next-month': 'Ga naar de volgende maand',\n /** Action message for navigating to next year */\n 'calendar.action.go-to-next-year': 'Ga naar het volgende jaar',\n /** Action message for navigating to previous month */\n 'calendar.action.go-to-previous-month': 'Ga naar de vorige maand',\n /** Action message for navigating to previous year */\n 'calendar.action.go-to-previous-year': 'Ga naar het vorige jaar',\n /* Label for navigating the calendar to \"today\", without _selecting_ today. Short form, eg `Today`, not `Go to today` */\n 'calendar.action.go-to-today': 'Vandaag',\n /* Accessibility label for navigating the calendar to \"today\", without _selecting_ today */\n 'calendar.action.go-to-today-aria-label': 'Ga naar vandaag',\n /* Label for navigating the calendar to \"tomorrow\", without _selecting_ tomorrow. Short form, eg `Tomorrow`, not `Go to tomorrow` */\n 'calendar.action.go-to-tomorrow': 'Morgen',\n /* Label for navigating the calendar to \"yesterday\", without _selecting_ yesterday. Short form, eg `Yesterday`, not `Go to yesterday` */\n 'calendar.action.go-to-yesterday': 'Gisteren',\n /** Label for switch that controls whether or not to include time in given timestamp */\n 'calendar.action.include-time-label': 'Tijd opnemen',\n /** Action message for selecting the time */\n 'calendar.action.select-time': undefined, // 'Select time'\n /** Action message for setting to the current time */\n 'calendar.action.set-to-current-time': 'Instellen op de huidige tijd',\n /** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */\n 'calendar.action.set-to-time-preset': '{{time}} op {{date, datetime}}',\n /** Aria label for button to open date picker */\n 'calendar.button.aria-label': 'Kalender openen',\n /** Tooltip content for button to open datetime input */\n 'calendar.button.tooltip-text': 'Selecteer datum',\n /** Error message displayed in calendar when entered date is not the correct format */\n 'calendar.error.must-be-in-format':\n 'Moet in het formaat <Emphasis>{{exampleDate}}</Emphasis> zijn',\n /** Month name for April */\n 'calendar.month-names.april': 'April',\n /** Month name for August */\n 'calendar.month-names.august': 'Augustus',\n /** Month name for December */\n 'calendar.month-names.december': 'December',\n /** Month name for February */\n 'calendar.month-names.february': 'Februari',\n /** Month name for January */\n 'calendar.month-names.january': 'Januari',\n /** Month name for July */\n 'calendar.month-names.july': 'Juli',\n /** Month name for June */\n 'calendar.month-names.june': 'Juni',\n /** Month name for March */\n 'calendar.month-names.march': 'Maart',\n /** Month name for May */\n 'calendar.month-names.may': 'Mei',\n /** Month name for November */\n 'calendar.month-names.november': 'November',\n /** Month name for October */\n 'calendar.month-names.october': 'Oktober',\n /** Month name for September */\n 'calendar.month-names.september': 'September',\n /** Short weekday name for Friday */\n 'calendar.weekday-names.short.friday': 'Vrij',\n /** Short weekday name for Monday */\n 'calendar.weekday-names.short.monday': 'Ma',\n /** Short weekday name for Saturdayday */\n 'calendar.weekday-names.short.saturday': 'Zat',\n /** Short weekday name for Sunday */\n 'calendar.weekday-names.short.sunday': 'Zon',\n /** Short weekday name for Thursday */\n 'calendar.weekday-names.short.thursday': 'Do',\n /** Short weekday name for Tuesday */\n 'calendar.weekday-names.short.tuesday': 'Di',\n /** Short weekday name for Wednesday */\n 'calendar.weekday-names.short.wednesday': 'Woe',\n\n /** Label for the close button label in Review Changes pane */\n 'changes.action.close-label': 'Review wijzigingen sluiten',\n /** Cancel label for revert button prompt action */\n 'changes.action.revert-all-cancel': 'Annuleren',\n /** Revert all confirm label for revert button action - used on prompt button + review changes pane */\n 'changes.action.revert-all-confirm': 'Alles terugdraaien',\n /** Prompt for confirming revert change (singular) label for field change action */\n 'changes.action.revert-changes-confirm-change_one': 'Wijziging terugdraaien',\n /** Revert for confirming revert (plural) label for field change action */\n 'changes.action.revert-changes-confirm-change_other': 'Wijzigingen terugdraaien',\n /** Prompt for reverting changes for a field change */\n 'changes.action.revert-changes-description':\n 'Weet u zeker dat u de wijzigingen wilt terugdraaien?',\n /** Prompt for reverting changes for a group change, eg multiple changes */\n 'changes.action.revert-changes-description_one':\n 'Weet u zeker dat u de wijziging wilt terugdraaien?',\n /** Label for when the action of the change was to set something that was previously empty, eg a field was given a value, an array item was added, an asset was selected or similar */\n 'changes.added-label': 'Toegevoegd',\n /** Array diff: An item was added in a given position (`{{position}}`) */\n 'changes.array.item-added-in-position': 'Toegevoegd op positie {{position}}',\n 'changes.array.item-moved_down_one': '1 positie omlaag verplaatst',\n 'changes.array.item-moved_down_other': '{{count}} posities omlaag verplaatst',\n /**\n * Array diff: An item was moved within the array.\n * Receives `{{count}}` representing number of positions it moved.\n * Context is the direction of the move, either `up` or `down`.\n */\n 'changes.array.item-moved_up_one': '1 positie omhoog verplaatst',\n 'changes.array.item-moved_up_other': '{{count}} posities omhoog verplaatst',\n /** Array diff: An item was removed from a given position (`{{position}}`) */\n 'changes.array.item-removed-from-position': 'Verwijderd van positie {{position}}',\n /** Accessibility label for the \"change bar\" shown when there are edits on a field-level */\n 'changes.change-bar.aria-label': 'Wijzigingen beoordelen',\n /** Label for when the action of the change was _not_ an add/remove, eg a text field changed value, an image was changed from one asset to another or similar */\n 'changes.changed-label': 'Veranderd',\n /** Label and text for tooltip that indicates the authors of the changes */\n 'changes.changes-by-author': 'Wijzigingen door',\n /** Additional text shown in development mode when a diff component crashes during rendering */\n 'changes.error-boundary.developer-info':\n 'Controleer de ontwikkelaarsconsole voor meer informatie',\n /** Text shown when a diff component crashes during rendering, triggering the error boundary */\n 'changes.error-boundary.title':\n 'Het weergeven van de wijzigingen in dit veld veroorzaakte een fout',\n /* Error description when changes could not be loaded */\n 'changes.error-description': 'We kunnen de wijzigingen voor dit document niet laden.',\n /** Error title when changes could not be loaded */\n 'changes.error-title': 'Er is iets fout gegaan',\n /** Error message shown when the value of a field is not the expected one */\n 'changes.error.incorrect-type-message':\n 'Waarde fout: Waarde is van type \"<code>{{actualType}}</code>\", verwacht \"<code>{{expectedType}}</code>\"',\n /** File diff: Fallback title for the meta info section when there is no original filename to use */\n 'changes.file.meta-info-fallback-title': 'Zonder titel',\n /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */\n 'changes.image.crop-changed': 'Uitsnede veranderd',\n /** Image diff: Text shown if the previous image asset was deleted (shouldn't theoretically happen) */\n 'changes.image.deleted': 'Afbeelding verwijderd',\n /** Image diff: Text shown if the image failed to be loaded when previewing it */\n 'changes.image.error-loading-image': 'Fout bij het laden van afbeelding',\n /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */\n 'changes.image.hotspot-changed': 'Hotspot veranderd',\n /** Image diff: Fallback title for the meta info section when there is no original filename to use */\n 'changes.image.meta-info-fallback-title': 'Zonder titel',\n /** Image diff: Text shown if no asset has been set for the field (but has metadata changes) */\n 'changes.image.no-asset-set': 'Geen afbeelding ingesteld',\n /** Image diff: Text shown when the from/to state has/had no image */\n 'changes.image.no-image-placeholder': '(geen afbeelding)',\n /** Label for the \"from\" value in the change inspector */\n 'changes.inspector.from-label': 'Van',\n /** Label for the \"meta\" (field path, action etc) information in the change inspector */\n 'changes.inspector.meta-label': 'Meta',\n /** Label for the \"to\" value in the change inspector */\n 'changes.inspector.to-label': 'Naar',\n /** Loading author of change in the differences tooltip in the review changes pane */\n 'changes.loading-author': 'Laden…',\n /** Loading changes in Review Changes Pane */\n 'changes.loading-changes': 'Wijzigingen laden…',\n /** No Changes description in the Review Changes pane */\n 'changes.no-changes-description':\n 'Bewerk het document of selecteer een oudere versie in de tijdlijn om een lijst van wijzigingen te zien verschijnen in dit paneel.',\n /** No Changes title in the Review Changes pane */\n 'changes.no-changes-title': 'Er zijn geen wijzigingen',\n /* Label for the tooltip that shows when an action is not selectable*/\n 'changes.not-selectable': 'Het is niet mogelijk om deze gebeurtenis te selecteren',\n /** Portable Text diff: An annotation was added */\n 'changes.portable-text.annotation_added': 'Annotatie toegevoegd',\n /** Portable Text diff: An annotation was changed */\n 'changes.portable-text.annotation_changed': 'Annotatie veranderd',\n /** Portable Text diff: An annotation was removed */\n 'changes.portable-text.annotation_removed': 'Annotatie verwijderd',\n /** Portable Text diff: An annotation was left unchanged */\n 'changes.portable-text.annotation_unchanged': 'Annotatie ongewijzigd',\n /** Portable Text diff: A block changed from one style to another (eg `normal` to `h1` or similar) */\n 'changes.portable-text.block-style-changed':\n 'Blokstijl veranderd van \"{{fromStyle}}\" naar \"{{toStyle}}\"',\n /** Portable Text diff: Change formatting of text (setting/unsetting marks, eg bold/italic etc) */\n 'changes.portable-text.changed-formatting': 'Opmaak gewijzigd',\n /** Portable Text diff: An empty inline object is part of a change */\n 'changes.portable-text.empty-inline-object': 'Leeg {{inlineObjectType}}',\n /** Portable Text diff: An empty object is the result of adding/removing an annotation */\n 'changes.portable-text.empty-object-annotation': 'Leeg {{annotationType}}',\n /** Portable Text diff: Added a block containing no text (eg empty block) */\n 'changes.portable-text.empty-text_added': 'Lege tekst toegevoegd',\n /** Portable Text diff: Changed a block that contained no text (eg empty block) */\n 'changes.portable-text.empty-text_changed': 'Lege tekst gewijzigd',\n /** Portable Text diff: Removed a block containing no text (eg empty block) */\n 'changes.portable-text.empty-text_removed': 'Lege tekst verwijderd',\n /** Portable Text diff: An inline object was added */\n 'changes.portable-text.inline-object_added': 'Inline object toegevoegd',\n /** Portable Text diff: An inline object was changed */\n 'changes.portable-text.inline-object_changed': 'Inline object gewijzigd',\n /** Portable Text diff: An inline object was removed */\n 'changes.portable-text.inline-object_removed': 'Inline object verwijderd',\n /** Portable Text diff: An inline object was left unchanged */\n 'changes.portable-text.inline-object_unchanged': 'Onveranderd inline object',\n /** Portable Text diff: Added a chunk of text */\n 'changes.portable-text.text_added': 'Tekst toegevoegd',\n /** Portable Text diff: Removed a chunk of text */\n 'changes.portable-text.text_removed': 'Tekst verwijderd',\n /** Portable Text diff: Annotation has an unknown schema type */\n 'changes.portable-text.unknown-annotation-schema-type': 'Onbekend schema type',\n /** Portable Text diff: Inline object has an unknown schema type */\n 'changes.portable-text.unknown-inline-object-schema-type': 'Onbekend schema type',\n /** Label for when the action of the change was a removal, eg a field was cleared, an array item was removed, an asset was deselected or similar */\n 'changes.removed-label': 'Verwijderd',\n /** Title for the Review Changes pane */\n 'changes.title': 'Wijzigingen beoordelen',\n /**The title that will be shown in the badge inside the events when the item is a draft */\n 'changes.versions.draft': 'Concept',\n\n /** --- Common components --- */\n /** Tooltip text for context menu buttons */\n 'common.context-menu-button.tooltip': 'Toon meer',\n /** Default text for dialog cancel button */\n 'common.dialog.cancel-button.text': 'Annuleren',\n /** Default text for dialog confirm button */\n 'common.dialog.confirm-button.text': 'Bevestigen',\n /** Default text in shared loader text / spinner lockup */\n 'common.loading': 'Laden',\n\n /** --- Configuration issues --- */\n /** Default label text on configuration issues button */\n 'configuration-issues.button.label': 'Configuratieproblemen',\n /** Tooltip displayed on configuration issues button */\n 'configuration-issues.button.tooltip': 'Configuratieproblemen gevonden',\n\n /** The fallback title for an ordering menu item if no localized titles are provided. */\n 'default-menu-item.fallback-title': 'Sorteer op {{title}}',\n\n /** Title for the default ordering/SortOrder if no orderings are provided and the caption field is found */\n 'default-orderings.caption': 'Sorteren op bijschrift',\n /** Title for the default ordering/SortOrder if no orderings are provided and the description field is found */\n 'default-orderings.description': 'Sorteren op beschrijving',\n /** Title for the default ordering/SortOrder if no orderings are provided and the header field is found */\n 'default-orderings.header': 'Sorteren op koptekst',\n /** Title for the default ordering/SortOrder if no orderings are provided and the heading field is found */\n 'default-orderings.heading': 'Sorteren op kop',\n /** Title for the default ordering/SortOrder if no orderings are provided and the label field is found */\n 'default-orderings.label': 'Sorteren op label',\n /** Title for the default ordering/SortOrder if no orderings are provided and the name field is found */\n 'default-orderings.name': 'Sorteren op naam',\n /** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */\n 'default-orderings.title': 'Sorteren op titel',\n\n /** Label to show in the document footer indicating the creation date of the document */\n 'document-status.created': 'Gemaakt op {{date}}',\n /** Label to show in the document status indicating the date of the status */\n 'document-status.date': '{{date}}',\n /** Label to show in the document footer indicating the last edited date of the document */\n 'document-status.edited': 'Bewerkt {{date}}',\n /** Label to show in the document footer indicating the document is not published*/\n 'document-status.not-published': 'Niet gepubliceerd',\n /** Label to show in the document footer indicating the published date of the document */\n 'document-status.published': 'Gepubliceerd {{date}}',\n /** Label to show in the document footer indicating the revision from date of the document */\n 'document-status.revision-from': 'Revisie van <em>{{date}}</em>',\n\n /** Label to indicate that a document type was not found */\n 'document.type.not-found': undefined, // 'Document type \"{{type}}\" not found'\n\n /** The value of the <code>_key</code> property must be a unique string. */\n 'form.error.duplicate-keys-alert.details.additional-description':\n 'De waarde van de <code>_key</code> eigenschap moet een unieke string zijn.',\n /** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */\n 'form.error.duplicate-keys-alert.details.description':\n 'Dit gebeurt meestal wanneer items worden gecreëerd met behulp van een API-client, en de <code>_key</code> eigenschap van elk element is gegenereerd op een niet-unieke manier.',\n /** Developer info */\n 'form.error.duplicate-keys-alert.details.title': 'Informatie voor ontwikkelaars',\n /** Generate unique keys */\n 'form.error.duplicate-keys-alert.generate-button.text': 'Genereer unieke sleutels',\n /** Several items in this list share the same identifier (key). Every item must have an unique identifier. */\n 'form.error.duplicate-keys-alert.summary':\n 'Verschillende items in deze lijst delen dezelfde identificator (sleutel). Elk item moet een unieke identificator hebben.',\n /** Non-unique keys */\n 'form.error.duplicate-keys-alert.title': 'Niet-unieke sleutels',\n /** Error text shown when a field with a given name cannot be found in the schema or is conditionally hidden but explicitly told to render */\n 'form.error.field-not-found':\n 'Veld \"{{fieldName}}\" niet gevonden onder leden – controleer of het is gedefinieerd in het schema en dat het niet conditioneel verborgen is.',\n /** Add missing keys */\n 'form.error.missing-keys-alert.add-button.text': 'Ontbrekende sleutels toevoegen',\n /** The value of the <code>_key</code> property must be a unique string. */\n 'form.error.missing-keys-alert.details.additional-description':\n 'De waarde van de <code>_key</code> eigenschap moet een unieke string zijn.',\n /** This usually happens when items are created using an API client, and the <code>_key</code> property has not been included. */\n 'form.error.missing-keys-alert.details.description':\n 'Dit gebeurt meestal wanneer items worden gemaakt met behulp van een API-client, en de <code>_key</code> eigenschap niet is opgenomen.',\n /** Developer info */\n 'form.error.missing-keys-alert.details.title': 'Informatie voor ontwikkelaars',\n /** Some items in the list are missing their keys. This must be fixed in order to edit the list. */\n 'form.error.missing-keys-alert.summary':\n 'Sommige items in de lijst missen hun sleutels. Dit moet worden opgelost om de lijst te kunnen bewerken.',\n /** Missing keys */\n 'form.error.missing-keys-alert.title': 'Ontbrekende sleutels',\n /** This usually happens when items are created using an API client, or when a custom input component has added invalid data to the list. */\n 'form.error.mixed-array-alert.details.description':\n 'Dit gebeurt meestal wanneer items worden gemaakt met behulp van een API-client, of wanneer een aangepast invoerelement ongeldige gegevens aan de lijst heeft toegevoegd.',\n /** Developer info */\n 'form.error.mixed-array-alert.details.title': 'Informatie voor ontwikkelaars',\n /** Remove non-object values */\n 'form.error.mixed-array-alert.remove-button.text': 'Verwijder niet-objectwaarden',\n /** Some items in this list are not objects. This must be fixed in order to edit the list. */\n 'form.error.mixed-array-alert.summary':\n 'Sommige items in deze lijst zijn geen objecten. Dit moet worden opgelost om de lijst te kunnen bewerken.',\n /** Invalid list values */\n 'form.error.mixed-array-alert.title': 'Ongeldige lijstwaarden',\n /** Error text shown when form is unable to find an array item at a given indexed path */\n 'form.error.no-array-item-at-index':\n 'Geen array-item op index <code>{{index}}</code> gevonden op pad <code>{{path}}</code>',\n /** Error text shown when form is unable to find an array item at a given keyed path */\n 'form.error.no-array-item-at-key':\n 'Geen array-item met `_key` <code>\"{{key}}\"</code> gevonden op pad <code>{{path}}</code>',\n /** The title above the error call stack output related to the crash */\n 'form.error.unhandled-runtime-error.call-stack.title': 'Call Stack:',\n /** The title above the error component stack provided by React's underlying ErrorBoundary component */\n 'form.error.unhandled-runtime-error.component-stack.title': 'Component Stack:',\n /** The error message for the unhandled error that crashed the Input component during render */\n 'form.error.unhandled-runtime-error.error-message': 'Fout: {{message}}',\n /** The title for the error card rendered inside a field in place of a crashing input */\n 'form.error.unhandled-runtime-error.title': 'Onafgehandelde Runtime Fout',\n /** Form field deprecated label */\n 'form.field.deprecated-label': 'verouderd',\n /** Fallback title shown above field if it has no defined title */\n 'form.field.untitled-field-label': 'Zonder titel',\n /** The title of the reconnecting toast */\n 'form.reconnecting.toast.title': 'Verbinding verbroken. Opnieuw verbinden…',\n /** Accessibility label for the icon that indicates the field has a validation error */\n 'form.validation.has-error-aria-label': 'Heeft een fout',\n /** Accessibility label for the icon that indicates the field has validation information */\n 'form.validation.has-info-aria-label': 'Heeft informatie',\n /** Accessibility label for the icon that indicates the field has a validation warning */\n 'form.validation.has-warning-aria-label': 'Heeft een waarschuwing',\n /** Text shown when summarizing validation information, when the field has one or more errors */\n 'form.validation.summary.errors-count_one': '{{count}} fout',\n 'form.validation.summary.errors-count_other': '{{count}} fouten',\n /** Text shown when summarizing validation information, when the field has one or more warnings */\n 'form.validation.summary.warnings-count_one': '{{count}} waarschuwing',\n 'form.validation.summary.warnings-count_other': '{{count}} waarschuwingen',\n\n /** Tooltip for free trial navbar button indicating remaining days */\n 'free-trial.tooltip.days-count_one': '{{count}} dag over in proefperiode',\n 'free-trial.tooltip.days-count_other': '{{count}} dagen over in proefperiode',\n /** Tooltip for free trial navbar button, once trial has ended */\n 'free-trial.tooltip.trial-finished': 'Upgrade uw project',\n\n /**\n * Label for \"contact sales\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.contact-sales': 'Contact opnemen met verkoop',\n /**\n * Label for \"help and support\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.help-and-support': 'Hulp en ondersteuning',\n /**\n * Label for \"join our community\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.join-our-community': 'Word lid van onze gemeenschap',\n /** Information for what the latest sanity version is */\n 'help-resources.latest-sanity-version': 'De nieuwste versie is {{latestVersion}}',\n /** Information for what studio version the current studio is running */\n 'help-resources.studio-version': 'Sanity Studio versie {{studioVersion}}',\n /** Title for help and resources menus */\n 'help-resources.title': 'Hulp en bronnen',\n\n /** Text for button to cancel an ongoing upload */\n 'input.files.common.cancel-upload': 'Annuleren',\n /** Text for menuitem upload button default asset source */\n 'input.files.common.upload-placeholder.file-input-button.default-source.badge': undefined, // 'Default'\n /** Text for file input button in upload placeholder */\n 'input.files.common.upload-placeholder.file-input-button.text': 'Uploaden',\n /** Uploading <FileName/> */\n 'input.files.common.upload-progress': 'Uploaden <FileName/>',\n /** The referenced document cannot be opened, because the URL failed to be resolved */\n 'input.reference.document-cannot-be-opened.failed-to-resolve-url':\n 'Dit document kan niet worden geopend (URL naar Studio kan niet worden opgelost)',\n\n /** Label for adding item after a specific array item */\n 'inputs.array.action.add-after': 'Voeg item toe na',\n /** Label for adding item before a specific array item */\n 'inputs.array.action.add-before': 'Voeg item toe voor',\n /** Label for adding array item action when the schema allows for only one schema type */\n 'inputs.array.action.add-item': 'Voeg item toe',\n /**\n * Label for adding one array item action when the schema allows for multiple schema types,\n * eg. will prompt the user to select a type once triggered\n */\n 'inputs.array.action.add-item-select-type': 'Voeg item toe...',\n /** Label for copying an array item */\n 'inputs.array.action.copy': 'Kopiëren',\n /** Array drag handle button tooltip */\n 'inputs.array.action.drag.tooltip': 'Slepen om te herschikken',\n /** Label for duplicating an array item */\n 'inputs.array.action.duplicate': 'Dupliceren',\n /** Label for editing the item of a specific type, eg \"Edit Person\" */\n 'inputs.array.action.edit': 'Bewerk {{itemTypeTitle}}',\n /** Label for removing an array item action */\n 'inputs.array.action.remove': 'Verwijderen',\n /** Label for removing action when an array item has an error */\n 'inputs.array.action.remove-invalid-item': 'Verwijderen',\n /** Label for viewing the item of a specific type, eg \"View Person\" */\n 'inputs.array.action.view': 'Bekijk {{itemTypeTitle}}',\n /** Error description for the array item tooltip that explains that the current item can still be moved or deleted but not edited since the schema definition is not found */\n 'inputs.array.error.can-delete-but-no-edit-description':\n 'U kunt dit item nog steeds verplaatsen of verwijderen, maar het kan niet worden bewerkt omdat de schema-definitie voor het type nergens te vinden is.',\n /** Error label for toast when array could not resolve the initial value */\n 'inputs.array.error.cannot-resolve-initial-value-title':\n 'Kan de initiële waarde voor type niet oplossen: {{schemaTypeTitle}}: {{errorMessage}}.',\n /** Error label for toast when trying to upload one array item of a type that cannot be converted to array */\n 'inputs.array.error.cannot-upload-unable-to-convert_one':\n 'Het volgende item kan niet worden geüpload omdat er geen bekende conversie is van contenttype naar array-item:',\n /** Error label for toast when trying to upload multiple array items of a type that cannot be converted to array */\n 'inputs.array.error.cannot-upload-unable-to-convert_other':\n 'De volgende items kunnen niet worden geüpload omdat er geen bekende conversie is van contenttypes naar array-item:',\n /** Error description for the array item tooltip that explains that the current type item is not valid for the list */\n 'inputs.array.error.current-schema-not-declare-description':\n 'Het huidige schema verklaart items van type <code>{{typeName}}</code> niet als geldig voor deze lijst. Dit kan betekenen dat het type is verwijderd als een geldig itemtype, of dat iemand anders het heeft toegevoegd aan hun eigen lokale schema dat nog niet is uitgerold.',\n /** Error description to show how the item is being represented in the json format */\n 'inputs.array.error.json-representation-description': 'JSON-representatie van dit item:',\n /** Error description for the array item tooltip that explains what the error means with more context */\n 'inputs.array.error.type-is-incompatible-prompt':\n 'Item van type <code>{{typeName}}</code> niet geldig voor deze lijst',\n /** Error title for when an item type within an array input is incompatible, used in the tooltip */\n 'inputs.array.error.type-is-incompatible-title': 'Waarom gebeurt dit?',\n /** Error label for unexpected errors in the Array Input */\n 'inputs.array.error.unexpected-error': 'Onverwachte fout: {{error}}',\n /** Label for the array insert menu all items filter */\n 'inputs.array.insert-menu.filter.all-items': 'Alles',\n /** Label for when the array insert menu search shows no items */\n 'inputs.array.insert-menu.search.no-results': 'Geen items gevonden',\n /** Placeholder for the array insert menu search field */\n 'inputs.array.insert-menu.search.placeholder': 'Zoeken',\n /** Tooltip for the array insert menu grid view toggle */\n 'inputs.array.insert-menu.toggle-grid-view.tooltip': 'Rasterweergave wisselen',\n /** Tooltip for the array insert menu list view toggle */\n 'inputs.array.insert-menu.toggle-list-view.tooltip': 'Lijstweergave wisselen',\n /** Label for when the array input doesn't have any items */\n 'inputs.array.no-items-label': 'Geen items',\n /** Label for read only array fields */\n 'inputs.array.read-only-label': 'Dit veld is alleen-lezen',\n /** Label for when the array input is resolving the initial value for the item */\n 'inputs.array.resolving-initial-value': 'Initiële waarde oplossen…',\n /** Tooltip content when boolean input is disabled */\n 'inputs.boolean.disabled': 'Uitgeschakeld',\n /** Warning label when selected datetime is in the past */\n 'inputs.dateTime.past-date-warning': 'Selecteer een datum in de toekomst.',\n /** Placeholder value for datetime input */\n 'inputs.datetime.placeholder': 'bijv. {{example}}',\n /** Acessibility label for button to open file options menu */\n 'inputs.file.actions-menu.file-options.aria-label': 'Bestandsopties menu openen',\n /** Browse */\n 'inputs.file.browse-button.text': 'Bladeren',\n /** Select file */\n 'inputs.file.dialog.title': 'Selecteer bestand',\n /** Unknown member kind: `{{kind}}` */\n 'inputs.file.error.unknown-member-kind': 'Onbekend lidtype: {{kind}}',\n /** The value of this field is not a valid file. Resetting this field will let you choose a new file. */\n 'inputs.file.invalid-file-warning.description':\n 'De waarde van dit veld is geen geldig bestand. Dit veld resetten laat u een nieuw bestand kiezen.',\n /** Reset value */\n 'inputs.file.invalid-file-warning.reset-button.text': 'Waarde resetten',\n /** Invalid file value */\n 'inputs.file.invalid-file-warning.title': 'Ongeldige bestandswaarde',\n /** Select */\n 'inputs.file.multi-browse-button.text': 'Selecteren',\n /** The upload could not be completed at this time. */\n 'inputs.file.upload-failed.description': 'De upload kon op dit moment niet worden voltooid.',\n /** Upload failed */\n 'inputs.file.upload-failed.title': 'Upload mislukt',\n /** Clear field */\n 'inputs.files.common.actions-menu.clear-field.label': 'Veld wissen',\n /** Copy URL */\n 'inputs.files.common.actions-menu.copy-url.label': 'URL kopiëren',\n /** Download */\n 'inputs.files.common.actions-menu.download.label': 'Downloaden',\n /** The URL is copied to the clipboard */\n 'inputs.files.common.actions-menu.notification.url-copied':\n 'De URL is naar het klembord gekopieerd',\n /** Replace */\n 'inputs.files.common.actions-menu.replace.label': 'Vervangen',\n /** Upload */\n 'inputs.files.common.actions-menu.upload.label': 'Uploaden',\n /** Drop to upload */\n 'inputs.files.common.drop-message.drop-to-upload': 'Loslaten om te uploaden',\n /** Drop to upload `{{count}}` file */\n 'inputs.files.common.drop-message.drop-to-upload-multi_one':\n 'Loslaten om {{count}} bestand te uploaden',\n /** Drop to upload `{{count}}` files */\n 'inputs.files.common.drop-message.drop-to-upload-multi_other':\n 'Loslaten om {{count}} bestanden te uploaden',\n /** Can't upload this file here */\n 'inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_one':\n 'Dit bestand kan hier niet geüpload worden',\n /** Can't upload any of these files here */\n 'inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_other':\n 'Geen van deze bestanden kan hier geüpload worden',\n /** `{{count}}` file can't be uploaded here */\n 'inputs.files.common.drop-message.drop-to-upload.rejected-file-message_one':\n '{{count}} bestand kan hier niet geüpload worden',\n /** `{{count}}` files can't be uploaded here */\n 'inputs.files.common.drop-message.drop-to-upload.rejected-file-message_other':\n '{{count}} bestanden kunnen hier niet geüpload worden',\n /** Cannot upload `{{count}}` files */\n 'inputs.files.common.placeholder.cannot-upload-some-files_one': 'Kan bestand niet uploaden',\n 'inputs.files.common.placeholder.cannot-upload-some-files_other':\n 'Kan {{count}} bestanden niet uploaden',\n /** Drag or paste type here */\n 'inputs.files.common.placeholder.drag-or-paste-to-upload_file': 'Sleep of plak bestand hier',\n /** Drag or paste image here */\n 'inputs.files.common.placeholder.drag-or-paste-to-upload_image': 'Sleep of plak afbeelding hier',\n /** Drop to upload file */\n 'inputs.files.common.placeholder.drop-to-upload_file': 'Laat vallen om bestand te uploaden',\n /** Drop to upload image */\n 'inputs.files.common.placeholder.drop-to-upload_image': 'Laat vallen om afbeelding te uploaden',\n /** Read only */\n 'inputs.files.common.placeholder.read-only': 'Alleen-lezen',\n /** Select asset source destination for files to upload */\n 'inputs.files.common.placeholder.select-asset-source-upload-destination': undefined, // 'Upload files to:'\n /** Can't upload files here */\n 'inputs.files.common.placeholder.upload-not-supported': 'Kan hier geen bestanden uploaden',\n /** Clear upload */\n 'inputs.files.common.stale-upload-warning.clear': 'Upload wissen',\n /** An upload has made no progress for at least `{{staleThresholdMinutes}}` minutes and likely got interrupted. You can safely clear the incomplete upload and try uploading again. */\n 'inputs.files.common.stale-upload-warning.description':\n 'Een upload heeft ten minste {{staleThresholdMinutes}} minuten geen voortgang gemaakt en is waarschijnlijk onderbroken. U kunt de onvolledige upload veilig wissen en opnieuw proberen te uploaden.',\n /** Incomplete upload */\n 'inputs.files.common.stale-upload-warning.title': 'Onvolledige upload',\n /** Tooltip text for action to crop image */\n 'inputs.image.actions-menu.crop-image-tooltip': 'Afbeelding bijsnijden',\n /** Accessibility label for button to open image edit dialog */\n 'inputs.image.actions-menu.edit-details.aria-label':\n 'Dialoogvenster voor het bewerken van afbeeldingen openen',\n /** Accessibility label for button to open image options menu */\n 'inputs.image.actions-menu.options.aria-label': 'Menu met afbeeldingsopties openen',\n /** Select */\n 'inputs.image.browse-menu.text': 'Selecteren',\n /** Cannot upload this file here */\n 'inputs.image.drag-overlay.cannot-upload-here': 'Kan dit bestand hier niet uploaden',\n /** Drop image to upload */\n 'inputs.image.drag-overlay.drop-to-upload-image': 'Laat afbeelding vallen om te uploaden',\n /** This field is read only */\n 'inputs.image.drag-overlay.this-field-is-read-only': 'Dit veld is alleen-lezen',\n /** Unknown member kind: `{{kind}}` */\n 'inputs.image.error.unknown-member-kind': 'Onbekend lidtype: {{kind}}',\n /** Edit hotspot and crop */\n 'inputs.image.hotspot-dialog.title': 'Hotspot en uitsnede bewerken',\n /** The value of this field is not a valid image. Resetting this field will let you choose a new image. */\n 'inputs.image.invalid-image-warning.description':\n 'De waarde van dit veld is geen geldige afbeelding. Dit veld resetten zal u toestaan een nieuwe afbeelding te kiezen.',\n /** Reset value */\n 'inputs.image.invalid-image-warning.reset-button.text': 'Waarde resetten',\n /** Invalid image value */\n 'inputs.image.invalid-image-warning.title': 'Ongeldige afbeeldingswaarde',\n /** Preview of uploaded image */\n 'inputs.image.preview-uploaded-image': 'Voorbeeld van geüploade afbeelding',\n /** The upload could not be completed at this time. */\n 'inputs.image.upload-error.description': 'De upload kon op dit moment niet worden voltooid.',\n /** Upload failed */\n 'inputs.image.upload-error.title': 'Upload mislukt',\n /** Adjust the rectangle to crop image. Adjust the circle to specify the area that should always be visible. */\n 'inputs.imagetool.description':\n 'Pas het rechthoek aan om de afbeelding bij te snijden. Pas de cirkel aan om het gebied aan te geven dat altijd zichtbaar moet zijn.',\n /** Error: `{{errorMessage}}` */\n 'inputs.imagetool.load-error': 'Fout: {{errorMessage}}',\n /** Hotspot & Crop */\n 'inputs.imagetool.title': 'Hotspot & Crop',\n /** Warnings displayed to developers when using the crop/hotspot tool on vector images, notifying them that crops/hotspot are not respected when serving the image in vector format. For the crop/hotspot to apply, images must be served in a raster format such as JPG or PNG, by appending eg `fm=jpg` to the image url, or calling `format('jpg')` if using `@sanity/image-url` */\n 'inputs.imagetool.vector-warning.developer-info':\n \"De Asset Pipeline ondersteunt geen hotspot en crop voor vectorformaten. Om hotspot & crop te gebruiken, zet de afbeelding om naar een van de ondersteunde rasterformaten. Bijvoorbeeld: <code>fm=jpg</code> in combinatie met de <ImageUrlDocumentationLink>afbeeldings-URL</ImageUrlDocumentationLink> of gebruik <code>.format('png')</code> in combinatie met <ImageUrlPackageDocumentationLink>@sanity/image-url</ImageUrlPackageDocumentationLink>.\",\n /** See developer info */\n 'inputs.imagetool.vector-warning.expand-developer-info': 'Zie ontwikkelaarsinformatie',\n /** Gotcha: Serving vector images with hotspot and crop from the Sanity Image API */\n 'inputs.imagetool.vector-warning.title':\n 'Waarschuwing: Hotspot en crop worden mogelijk niet toegepast op deze afbeelding waar deze wordt gepresenteerd.',\n /** Convert to `{{targetType}}` */\n 'inputs.invalid-value.convert-button.text': 'Converteren naar <code>{{targetType}}</code>',\n /** The current value (<code>`{{actualType}}`</code>) */\n 'inputs.invalid-value.current-type': 'De huidige waarde (<code>{{actualType}}</code>)',\n /** The property value is stored as a value type that does not match the expected type. */\n 'inputs.invalid-value.description':\n 'De eigenschapswaarde is opgeslagen als een waarde type dat niet overeenkomt met het verwachte type.',\n /** The value of this property must be of type <code>`{{validType}}`</code> according to the schema. */\n 'inputs.invalid-value.details.description':\n 'De waarde van deze eigenschap moet van het type <code>{{validType}}</code> zijn volgens het schema.',\n /** Only the following types are valid here according to schema: */\n 'inputs.invalid-value.details.multi-type-description':\n 'Alleen de volgende typen zijn hier geldig volgens schema:',\n /** Mismatching value types typically occur when the schema has recently been changed. */\n 'inputs.invalid-value.details.possible-reason':\n 'Niet-overeenkomende waarde typen komen typisch voor wanneer het schema recentelijk is veranderd.',\n /** Developer info */\n 'inputs.invalid-value.details.title': 'Informatie voor ontwikkelaars',\n /** -- Invalid Value Input -- */\n /** Reset value */\n 'inputs.invalid-value.reset-button.text': 'Waarde resetten',\n /** Invalid property value */\n 'inputs.invalid-value.title': 'Ongeldige eigenschapswaarde',\n /** Title for the \"All fields\" field group */\n 'inputs.object.field-group-tabs.all-fields-title': 'Alle velden',\n /** Aria label for the \"Field groups\" select control on smaller screens */\n 'inputs.object.field-group-tabs.aria-label': 'Veldgroepen',\n /** Read-only field description */\n 'inputs.object.unknown-fields.read-only.description':\n 'Dit veld is <strong>alleen-lezen</strong> volgens het schema van het document en kan niet worden uitgezet. Als je dit in Studio wilt kunnen uitzetten, zorg er dan voor dat je het <code>readOnly</code> veld uit het omvattende type in het schema verwijdert.',\n /** Remove field */\n 'inputs.object.unknown-fields.remove-field-button.text': 'Veld verwijderen',\n /** Encountered `{{count}}` fields that are not defined in the schema. */\n 'inputs.object.unknown-fields.warning.description_one':\n 'Een veld tegengekomen dat niet is gedefinieerd in het schema.',\n 'inputs.object.unknown-fields.warning.description_other':\n '{{count}} velden tegengekomen die niet zijn gedefinieerd in het schema.',\n /** Detailed description of unknown field warning */\n 'inputs.object.unknown-fields.warning.details.description_one':\n 'Dit veld is niet gedefinieerd in het schema, wat kan betekenen dat de velddefinitie is verwijderd of dat iemand anders het aan hun eigen lokale project heeft toegevoegd en hun wijzigingen nog niet heeft uitgerold.',\n 'inputs.object.unknown-fields.warning.details.description_other':\n 'Deze velden zijn niet gedefinieerd in het schema van het document, wat kan betekenen dat de velddefinities zijn verwijderd of dat iemand anders ze aan hun eigen lokale project heeft toegevoegd en hun wijzigingen nog niet heeft uitgerold.',\n /** Developer info */\n 'inputs.object.unknown-fields.warning.details.title': 'Informatie voor ontwikkelaars',\n /** Unknown field found */\n 'inputs.object.unknown-fields.warning.title_one': 'Onbekend veld gevonden',\n 'inputs.object.unknown-fields.warning.title_other': 'Onbekende velden gevonden',\n /** Collapse the editor to save screen space */\n 'inputs.portable-text.action.collapse-editor': 'Editor samenvouwen',\n /** Aria label for action to edit an existing annotation */\n 'inputs.portable-text.action.edit-annotation-aria-label': 'Annotatie bewerken',\n /** Expand the editor to give more editing space */\n 'inputs.portable-text.action.expand-editor': 'Editor uitbreiden',\n /** Label label for action to insert a block of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-block': 'Voeg {{typeName}} in',\n /** Accessibility label for action to insert a block of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-block-aria-label': 'Voeg {{typeName}} in (blok)',\n /** Label for action to insert an inline object of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-inline-object': 'Voeg {{typeName}} in',\n /** Accessibility label for action to insert an inline object of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-inline-object-aria-label': 'Voeg {{typeName}} in (inline)',\n /** Aria label for action to remove an annotation */\n 'inputs.portable-text.action.remove-annotation-aria-label': 'Annotatie verwijderen',\n /** Label for activate on focus with context of click and not focused */\n 'inputs.portable-text.activate-on-focus-message_click': 'Klik om te activeren',\n /** Label for activate on focus with context of click and focused */\n 'inputs.portable-text.activate-on-focus-message_click-focused':\n 'Klik of druk op spatie om te activeren',\n /** Label for activate on focus with context of tap and not focused */\n 'inputs.portable-text.activate-on-focus-message_tap': 'Tik om te activeren',\n /** Aria label for the annotation object */\n 'inputs.portable-text.annotation-aria-label': 'Annotatie object',\n /** Title for dialog that allows editing an annotation */\n 'inputs.portable-text.annotation-editor.title': 'Bewerk {{schemaType}}',\n /** Title of the default \"link\" annotation */\n 'inputs.portable-text.annotation.link': 'Link',\n /** Aria label for the block object */\n 'inputs.portable-text.block.aria-label': 'Blok object',\n /** Label for action to edit a block item, in the case where it is editable */\n 'inputs.portable-text.block.edit': 'Bewerken',\n /** Accessibility label for the button that opens the actions menu on blocks */\n 'inputs.portable-text.block.open-menu-aria-label': 'Menu openen',\n /** Label for action to open a reference, in the case of block-level reference types */\n 'inputs.portable-text.block.open-reference': 'Referentie openen',\n /** Label for action to remove a block item */\n 'inputs.portable-text.block.remove': 'Verwijderen',\n /** Label for action to view a block item, in the case where it is read-only and thus cannot be edited */\n 'inputs.portable-text.block.view': 'Bekijken',\n /** Title of the \"code\" decorator */\n 'inputs.portable-text.decorator.code': 'Code',\n /** Title of the \"em\" (emphasis) decorator */\n 'inputs.portable-text.decorator.emphasis': 'Cursief',\n /** Title of the \"strike-through\" decorator */\n 'inputs.portable-text.decorator.strike-through': 'Doorhalen',\n /** Title of the \"strong\" decorator */\n 'inputs.portable-text.decorator.strong': 'Vet',\n /** Title of the \"underline\" decorator */\n 'inputs.portable-text.decorator.underline': 'Onderstrepen',\n /** Placeholder text for when the editor is empty */\n 'inputs.portable-text.empty-placeholder': 'Leeg',\n /** Aria label for the block object */\n 'inputs.portable-text.inline-block.aria-label': 'Inline object',\n /** Label for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit': 'Object bewerken',\n /** Aria label for icon for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit-aria-label': 'Object bewerken',\n /** Label for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove': 'Object verwijderen',\n /** Aria label for icon for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove-aria-label': 'Object verwijderen',\n /** Disclaimer text shown on invalid Portable Text value, when an action is available to unblock the user, but it is not guaranteed to be safe */\n 'inputs.portable-text.invalid-value.action-disclaimer':\n 'LET OP: Het is over het algemeen veilig om de bovenstaande actie uit te voeren, maar als u twijfelt, neem dan contact op met degenen die verantwoordelijk zijn voor het configureren van uw studio.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` of type `{{childType}}` which is not allowed by the schema definition */\n 'inputs.portable-text.invalid-value.disallowed-child-type.action': 'Verwijder het object',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` of type `{{childType}}` which is not allowed by the schema definition */\n 'inputs.portable-text.invalid-value.disallowed-child-type.description':\n 'Kind met sleutel {{childKey}} van blok met sleutel <code>{{key}}</code> is van type <code>{{childType}}</code>, wat niet is toegestaan door de schema definitie.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a type (`{{typeName}}`) that is not an allowed block type for this field */\n 'inputs.portable-text.invalid-value.disallowed-type.action': 'Verwijder het blok',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a type (`{{typeName}}`) that is not an allowed block type for this field */\n 'inputs.portable-text.invalid-value.disallowed-type.description':\n 'Blok met sleutel <code>{{key}}</code> is van type <code>{{typeName}}</code>, wat niet is toegestaan door de schema definitie.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains no children */\n 'inputs.portable-text.invalid-value.empty-children.action': 'Voeg lege tekstspan in',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains no children */\n 'inputs.portable-text.invalid-value.empty-children.description':\n 'Tekstblok met sleutel <code>{{key}}</code> heeft geen tekstspannen.',\n /** Label for the button to ignore invalid values in the Portable Text editor */\n 'inputs.portable-text.invalid-value.ignore-button.text': 'Negeren',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a `_type` property that is set to `block`, but the block type defined in schema has a different name (`{{expectedTypeName}}`) */\n 'inputs.portable-text.invalid-value.incorrect-block-type.action':\n 'Gebruik type <code>{{expectedTypeName}}</code>',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a `_type` property that is set to `block`, but the block type defined in schema has a different name (`{{expectedTypeName}}`) */\n 'inputs.portable-text.invalid-value.incorrect-block-type.description':\n 'Blok met sleutel <code>{{key}}</code> heeft een ongeldige typenaam. Volgens het schema zou het <code>{{expectedTypeName}}</code> moeten zijn.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */\n 'inputs.portable-text.invalid-value.invalid-span-text.action': 'Stel lege tekstwaarde in',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */\n 'inputs.portable-text.invalid-value.invalid-span-text.description':\n 'Span met sleutel {{childKey}} van blok met sleutel <code>{{key}}</code> heeft een ontbrekende of ongeldige <code>text</code> eigenschap.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */\n 'inputs.portable-text.invalid-value.missing-block-type.action':\n 'Gebruik type <code>{{expectedTypeName}}</code>',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */\n 'inputs.portable-text.invalid-value.missing-block-type.description':\n 'Blok met sleutel <code>{{key}}</code> mist een typenaam. Volgens het schema zou het <code>{{expectedTypeName}}</code> moeten zijn.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */\n 'inputs.portable-text.invalid-value.missing-child-key.action': 'Wijs willekeurige sleutel toe',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */\n 'inputs.portable-text.invalid-value.missing-child-key.description':\n 'Kind op index <code>{{index}}</code> van blok met sleutel <code>{{key}}</code> mist <code>_key</code> eigenschap.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-child-type.action': 'Verwijder het object',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-child-type.description':\n 'Kind met sleutel {{childKey}} van blok met sleutel <code>{{key}}</code> mist <code>_type</code> eigenschap.',\n /** Action presented when the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */\n 'inputs.portable-text.invalid-value.missing-key.action': 'Wijs willekeurige sleutel toe',\n /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */\n 'inputs.portable-text.invalid-value.missing-key.description':\n 'Blok op index <code>{{index}}</code> mist vereiste <code>_key</code> eigenschap.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-children.action': 'Verwijder het blok',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-children.description':\n 'Tekstblok met sleutel <code>{{key}}</code> heeft een ongeldige of ontbrekende `children` eigenschap.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-markdefs.action': 'Voeg eigenschap toe',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-markdefs.description':\n 'Tekstblok met sleutel <code>{{key}}</code> heeft een ongeldige of ontbrekende `markDefs` eigenschap.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-type.action': 'Verwijder het blok',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-type.description':\n 'Blok met sleutel <code>{{key}}</code> mist een typenaam.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains a non-object child at index `{{index}}` */\n 'inputs.portable-text.invalid-value.non-object-child.action': 'Verwijder het item',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains a non-object child at index `{{index}}` */\n 'inputs.portable-text.invalid-value.non-object-child.description':\n 'Kind op index <code>{{index}}</code> van blok met sleutel <code>{{key}}</code> is geen object.',\n /** Action presented when the Portable Text field value is invalid, when the Portable Text field is not an array, or the array is empty */\n 'inputs.portable-text.invalid-value.not-an-array.action': 'Onbepaalde waarde',\n /** Text explaining that the Portable Text field value is invalid, when the Portable Text field is not an array, or the array is empty */\n 'inputs.portable-text.invalid-value.not-an-array.description':\n 'Waarde moet een array van Portable Text blokken zijn, of ongedefinieerd.',\n /** Action presented when the Portable Text field value is invalid, when child at `{{index}}` is not an object */\n 'inputs.portable-text.invalid-value.not-an-object.action': 'Verwijder item',\n /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is not an object */\n 'inputs.portable-text.invalid-value.not-an-object.description':\n 'Item op <code>{{index}}</code> is geen object.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains marks (`{{orphanedMarks}}`) that are not supported by the current schema */\n 'inputs.portable-text.invalid-value.orphaned-marks.action':\n 'Verwijder niet-toegestane markeringen',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains marks (`{{orphanedMarks}}`) that are not supported by the current schema */\n 'inputs.portable-text.invalid-value.orphaned-marks.description':\n 'Tekstblok met sleutel <code>{{key}}</code> bevat markeringen <code>({{orphanedMarks, list}})</code> die niet zijn toegestaan door het schema.',\n /** Title for the alert indicating that the Portable Text field has an invalid value */\n 'inputs.portable-text.invalid-value.title': 'Ongeldige Portable Text waarde',\n /** Title of \"bulleted\" list type */\n 'inputs.portable-text.list-type.bullet': 'Lijst met opsommingstekens',\n /** Title of numbered list type */\n 'inputs.portable-text.list-type.number': 'Genummerde lijst',\n /** Title of the \"h1\" block style */\n 'inputs.portable-text.style.h1': 'Kop 1',\n /** Title of the \"h2\" block style */\n 'inputs.portable-text.style.h2': 'Kop 2',\n /** Title of the \"h3\" block style */\n 'inputs.portable-text.style.h3': 'Kop 3',\n /** Title of the \"h4\" block style */\n 'inputs.portable-text.style.h4': 'Kop 4',\n /** Title of the \"h5\" block style */\n 'inputs.portable-text.style.h5': 'Kop 5',\n /** Title of the \"h6\" block style */\n 'inputs.portable-text.style.h6': 'Kop 6',\n /** Title shown when multiple blocks of varying styles is selected */\n 'inputs.portable-text.style.multiple': 'Meerdere',\n /** Title of fallback when no style is given for a block */\n 'inputs.portable-text.style.none': 'Geen stijl',\n /** Title of the \"normal\" block style */\n 'inputs.portable-text.style.normal': 'Normaal',\n /** Title of the \"quote\" block style */\n 'inputs.portable-text.style.quote': 'Citaat',\n /** Label for action to clear the current value of the reference field */\n 'inputs.reference.action.clear': 'Wissen',\n /** Label for action to copy the current item (used within arrays) */\n 'inputs.reference.action.copy': 'Kopiëren',\n /** Label for action to create a new document from the reference input */\n 'inputs.reference.action.create-new-document': 'Maak nieuw',\n /** Label for action to create a new document from the reference input, when there are multiple templates or document types to choose from */\n 'inputs.reference.action.create-new-document-select': 'Nieuw aanmaken…',\n /** Label for action to duplicate the current item to a new item (used within arrays) */\n 'inputs.reference.action.duplicate': 'Dupliceren',\n /** Label for action that opens the referenced document in a new tab */\n 'inputs.reference.action.open-in-new-tab': 'Openen in nieuw tabblad',\n /** Label for action to remove the reference from an array */\n 'inputs.reference.action.remove': 'Verwijderen',\n /** Label for action to replace the current value of the field */\n 'inputs.reference.action.replace': 'Vervangen',\n /** Label for action to cancel a previously initiated replace action */\n 'inputs.reference.action.replace-cancel': 'Vervanging annuleren',\n /** The cross-dataset reference field currently has a reference, but the feature has been disabled since it was created. This explains what can/cannot be done in its current state. */\n 'inputs.reference.cross-dataset.feature-disabled-actions':\n 'U kunt nog steeds de bestaande referentie van dit veld wissen, maar het kan niet worden gewijzigd in een ander document zolang de functie is uitgeschakeld.',\n /** A cross-dataset reference field exists but the feature has been disabled. A <DocumentationLink> component is available. */\n 'inputs.reference.cross-dataset.feature-disabled-description':\n 'Deze functie is uitgeschakeld. Lees hoe u het kunt inschakelen in <DocumentationLink>de documentatie</DocumentationLink>.',\n /** Title for a warning telling the user that the current project does not have the \"cross dataset references\" feature */\n 'inputs.reference.cross-dataset.feature-unavailable-title':\n 'Niet beschikbare functie: Cross dataset referentie',\n /** The cross-dataset reference points to a document with an invalid type */\n 'inputs.reference.cross-dataset.invalid-type':\n 'Het gerefereerde document is van een ongeldig type ({{typeName}}) <JsonValue/>',\n /** The referenced document will open in a new tab (due to external studio) */\n 'inputs.reference.document-opens-in-new-tab': 'Dit document wordt geopend in een nieuw tabblad',\n /** Error title for when the document is unavailable (for any possible reason) */\n 'inputs.reference.error.document-unavailable-title': 'Document niet beschikbaar',\n /** Error title for when the referenced document failed to be loaded */\n 'inputs.reference.error.failed-to-load-document-title':\n 'Het laden van het gerefereerde document is mislukt',\n /** Error title for when the reference search returned a document that is not an allowed type for the field */\n 'inputs.reference.error.invalid-search-result-type-title':\n 'Zoeken heeft een type opgeleverd dat niet geldig is voor deze referentie: \"{{returnedType}}\"',\n /** Error description for when the document referenced is not one of the types declared as allowed target types in schema */\n 'inputs.reference.error.invalid-type-description':\n 'Het gerefereerde document (<code>{{documentId}}</code>) is van type <code>{{actualType}}</code>. Volgens het schema kunnen gerefereerde documenten alleen van type <AllowedTypes /> zijn.',\n /** Error title for when the document referenced is not one of the types declared as allowed target types in schema */\n 'inputs.reference.error.invalid-type-title': 'Document van ongeldig type',\n /** Error description for when the user does not have permissions to read the referenced document */\n 'inputs.reference.error.missing-read-permissions-description':\n 'Het gerefereerde document kon niet worden geopend vanwege onvoldoende rechten',\n /** Error title for when the user does not have permissions to read the referenced document */\n 'inputs.reference.error.missing-read-permissions-title': 'Onvoldoende rechten',\n /** Error description for when the current reference value points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document-description':\n 'Het gerefereerde document bestaat niet (ID: <code>{{documentId}}</code>). U kunt de referentie verwijderen of vervangen door een ander document.',\n /** Error title for when the current reference value points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document-title': 'Niet gevonden',\n /** Label for button that clears the reference when it points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document.clear-button-label': 'Wissen',\n /** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */\n 'inputs.reference.error.search-failed-title': 'Zoeken naar referentie mislukt',\n /** Label for when the GDR points to an invalid type */\n 'inputs.reference.global.invalid-type': undefined, // 'The referenced document is of invalid type ({{typeName}})'\n /** Alternative text for the image shown in cross-dataset reference input */\n 'inputs.reference.image-preview-alt-text': 'Afbeeldingsvoorbeeld van het gerefereerde document',\n /** Description for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */\n 'inputs.reference.incomplete-reference.finalize-action-description':\n '<strong>{{referencedDocument}}</strong> is gepubliceerd en deze referentie moet nu worden afgerond.',\n /** Title for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */\n 'inputs.reference.incomplete-reference.finalize-action-title': 'Referentie afronden',\n /** Description for alert shown when a reference in a live-edit document points to a document that exists and has been published, but the reference is still marked as weak */\n 'inputs.reference.incomplete-reference.strengthen-action-description':\n '<strong>{{referencedDocument}}</strong> is gepubliceerd en deze referentie moet nu worden omgezet naar een sterke referentie.',\n /** Title for alert shown when a reference in a live-edit document points to a document that exists and has been published, but the reference is still marked as weak */\n 'inputs.reference.incomplete-reference.strengthen-action-title':\n 'Omzetten naar sterke referentie',\n /** Label for button that triggers the action that strengthen a reference */\n 'inputs.reference.incomplete-reference.strengthen-button-label':\n 'Converteren naar sterke referentie',\n /** Label for button that triggers a retry attempt for reference metadata */\n 'inputs.reference.metadata-error.retry-button-label': 'Opnieuw proberen',\n /** Title for alert shown when reference metadata fails to be loaded */\n 'inputs.reference.metadata-error.title': 'Kan referentiemetadata niet laden',\n /** Message shown when no documents were found that matched the given search string */\n 'inputs.reference.no-results-for-query': 'Geen resultaten voor <strong>“{{searchTerm}}”</strong>',\n /** Text for tooltip showing when a document was edited, using relative time (eg \"how long ago was it edited?\") */\n 'inputs.reference.preview.edited-at-time': 'Bewerkt <RelativeTime/>',\n /** Accessibility label for icon indicating that document does _not_ have any unpublished changes */\n 'inputs.reference.preview.has-no-unpublished-changes-aria-label':\n 'Geen ongepubliceerde bewerkingen',\n /** Accessibility label for icon indicating that document has unpublished changes */\n 'inputs.reference.preview.has-unpublished-changes-aria-label': 'Bewerkt',\n /** Accessibility label for icon indicating that document does _not_ have a published version */\n 'inputs.reference.preview.is-not-published-aria-label': 'Niet gepubliceerd',\n /** Accessibility label for icon indicating that document has a published version */\n 'inputs.reference.preview.is-published-aria-label': 'Gepubliceerd',\n /** Text for tooltip indicating that a document has no unpublished edits */\n 'inputs.reference.preview.no-unpublished-edits': 'Geen ongepubliceerde bewerkingen',\n /** Text for tooltip indicating that a document has not yet been published */\n 'inputs.reference.preview.not-published': 'Niet gepubliceerd',\n /** Text for tooltip showing when a document was published, using relative time (eg \"how long ago was it published?\") */\n 'inputs.reference.preview.published-at-time': 'Gepubliceerd <RelativeTime/>',\n /** The referenced document no longer exist and might have been deleted (for weak references) */\n 'inputs.reference.referenced-document-does-not-exist':\n 'Het gerefereerde document bestaat niet meer en kan zijn verwijderd (document-ID: <code>{{documentId}}</code>).',\n /** The referenced document could not be displayed to the user because of insufficient permissions */\n 'inputs.reference.referenced-document-insufficient-permissions':\n 'Het gerefereerde document kon niet worden geopend vanwege onvoldoende rechten',\n /** Label for when the reference input is resolving the initial value for an item */\n 'inputs.reference.resolving-initial-value': 'Initiële waarde oplossen…',\n /** Placeholder shown in a reference input with no current value */\n 'inputs.reference.search-placeholder': 'Typ om te zoeken',\n /** Explanation of the consequences of leaving the reference as strong instead of weak */\n 'inputs.reference.strength-mismatch.is-strong-consquences':\n 'Het zal niet mogelijk zijn om het referentiedocument te verwijderen zonder eerst deze referentie te verwijderen of om te zetten naar zwak.',\n /** Description for alert shown when a reference is supposed to be weak, but the actual value is strong */\n 'inputs.reference.strength-mismatch.is-strong-description':\n 'Deze referentie is <em>sterk</em>, maar volgens het huidige schema zou het <em>zwak</em> moeten zijn.',\n /** Explanation of the consequences of leaving the reference as weak instead of strong */\n 'inputs.reference.strength-mismatch.is-weak-consquences':\n 'Hierdoor is het mogelijk om het gerefereerde document te verwijderen zonder eerst deze referentie te verwijderen, waardoor dit veld verwijst naar een niet-bestaand document.',\n /** Description for alert shown when a reference is supposed to be strong, but the actual value is weak */\n 'inputs.reference.strength-mismatch.is-weak-description':\n 'Deze referentie is <em>zwak</em>, maar volgens het huidige schema zou het <em>sterk</em> moeten zijn.',\n /** Label for button that triggers the action that strengthens a reference on strength mismatch */\n 'inputs.reference.strength-mismatch.strengthen-button-label':\n 'Converteren naar sterke referentie',\n /** Title for alert shown when a reference is supposed to be weak/strong, but the actual value is the opposite of what it is supposed to be */\n 'inputs.reference.strength-mismatch.title': 'Mismatch in referentiekracht',\n /** Label for button that triggers the action that weakens a reference on strength mismatch */\n 'inputs.reference.strength-mismatch.weaken-button-label': 'Converteren naar zwakke referentie',\n /** Action message for generating the slug */\n 'inputs.slug.action.generate': 'Genereren',\n /** Loading message for when the input is actively generating a slug */\n 'inputs.slug.action.generating': 'Aan het genereren…',\n /** Error message for when the source to generate a slug from is missing */\n 'inputs.slug.error.missing-source':\n 'Bron ontbreekt. Controleer bron op type {{schemaType}} in schema',\n /** Placeholder for an empty tag input */\n 'inputs.tags.placeholder': 'Voer tag in en druk op ENTER…',\n /** Placeholder for an empty tag input on touch devices */\n 'inputs.tags.placeholder_touch': 'Voer tag in…',\n /** Convert to `{{targetType}}` */\n 'inputs.untyped-value.convert-button.text': 'Converteren naar <code>{{targetType}}</code>',\n /** Encountered an object value without a <code>_type</code> property. */\n 'inputs.untyped-value.description':\n 'Een objectwaarde zonder een <code>_type</code> eigenschap tegengekomen.',\n /** Either remove the <code>name</code> property of the object declaration, or set <code>_type</code> property on items. */\n 'inputs.untyped-value.details.description':\n 'Verwijder de <code>name</code> eigenschap van de objectverklaring, of stel een <code>_type</code> eigenschap in op items.',\n /** Current value (<code>object</code>): */\n 'inputs.untyped-value.details.json-dump-prefix': 'Huidige waarde (<code>object</code>):',\n /** The following types are valid here according to schema: */\n 'inputs.untyped-value.details.multi-type-description':\n 'De volgende typen zijn hier geldig volgens schema:',\n /** Developer info */\n 'inputs.untyped-value.details.title': 'Informatie voor ontwikkelaars',\n /** Property value missing <code>_type</code> */\n 'inputs.untyped-value.title': 'Eigenschapwaarde mist <code>_type</code>',\n /** Unset value */\n 'inputs.untyped-value.unset-item-button.text': 'Waarde ongedaan maken',\n\n /** The fallback explanation if no context is provided */\n 'insufficient-permissions-message.not-authorized-explanation':\n 'U heeft geen toestemming om toegang te krijgen tot deze functie.',\n /** The explanation when unable to create any document at all */\n 'insufficient-permissions-message.not-authorized-explanation_create-any-document':\n 'U heeft geen toestemming om een document te maken.',\n /** The explanation when unable to create a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_create-document':\n 'U heeft geen toestemming om dit document te maken.',\n /** The explanation when unable to create a particular type of document */\n 'insufficient-permissions-message.not-authorized-explanation_create-document-type':\n 'U heeft geen toestemming om dit soort document te maken.',\n /** The explanation when unable to create a new reference in a document */\n 'insufficient-permissions-message.not-authorized-explanation_create-new-reference':\n 'U heeft geen toestemming om een nieuwe referentie te maken.',\n /** The explanation when unable to delete a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_delete-document':\n 'U heeft geen toestemming om dit document te verwijderen.',\n /** The explanation when unable to delete a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_delete-schedules':\n \"U hebt geen toestemming om schema's te verwijderen.\",\n /** The explanation when unable to discard changes in a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_discard-changes':\n 'U heeft geen toestemming om wijzigingen in dit document te verwerpen.',\n /** The explanation when unable to duplicate a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_duplicate-document':\n 'U heeft geen toestemming om dit document te dupliceren.',\n /** The explanation when unable to edit a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_edit-schedules':\n \"U hebt geen toestemming om schema's te bewerken.\",\n /** The explanation when unable to execute a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_execute-schedules':\n \"U hebt geen toestemming om schema's uit te voeren.\",\n /** The explanation when unable to publish a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_publish-document':\n 'U heeft geen toestemming om dit document te publiceren.',\n /** The explanation when unable to unpublish a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_unpublish-document':\n 'U heeft geen toestemming om dit document niet te publiceren.',\n /** Appears after the not-authorized message. Lists the current roles. */\n 'insufficient-permissions-message.roles': 'Uw rollen: <Roles/>',\n /** The title for the insufficient permissions message component */\n 'insufficient-permissions-message.title': 'Onvoldoende rechten',\n\n /** Unexpected error: `{{error}}` */\n 'member-field-error.unexpected-error': 'Onverwachte fout: {{error}}',\n\n /** Button label for \"Create new document\" button */\n 'new-document.button': 'Aanmaken',\n /**\n * Tooltip message displayed when hovering/activating the \"Create new document\" action,\n * when there are templates/types available for creation\n */\n 'new-document.create-new-document-label': 'Nieuw document…',\n /** Tooltip message for add document button when the selected perspective is published */\n 'new-document.disabled-published.tooltip': 'U kunt geen nieuwe gepubliceerde documenten aanmaken',\n /** Tooltip message for add document button when the selected perspective is for inactive release */\n 'new-document.disabled-release.tooltip': 'U kunt geen documenten toevoegen aan deze release',\n /** Placeholder for the \"filter\" input within the new document menu */\n 'new-document.filter-placeholder': 'Filter',\n /** Loading indicator text within the new document menu */\n 'new-document.loading': 'Laden…',\n /** Accessibility label for the list displaying options in the new document menu */\n 'new-document.new-document-aria-label': 'Nieuw document',\n /** Message for when there are no document type options in the new document menu */\n 'new-document.no-document-types-found': 'Geen documenttypen gevonden',\n /**\n * Tooltip message displayed when hovering/activating the \"Create new document\" action,\n * when there are no templates/types to create from\n */\n 'new-document.no-document-types-label': 'Geen documenttypen',\n /** Message for when no results are found for a specific search query in the new document menu */\n 'new-document.no-results': 'Geen resultaten voor <strong>{{searchQuery}}</strong>',\n /** Aria label for the button that opens the \"Create new document\" popover/dialog */\n 'new-document.open-dialog-aria-label': 'Nieuw document maken',\n /** Title for \"Create new document\" dialog */\n 'new-document.title': 'Nieuw document maken',\n\n /** Label for button that will make the browser reload when users' studio version is out-of-date */\n 'package-version.new-package-available.reload-button': 'Druk om te herladen',\n /** Title of the alert for studio users when packages in their studio are out-of-date */\n 'package-version.new-package-available.title': 'Sanity Studio is klaar om te updaten!',\n\n /** Label for action to invite members to the current studio project */\n 'presence.action.manage-members': 'Leden beheren',\n /** Accessibility label for presence menu button */\n 'presence.aria-label': 'Wie is hier',\n /** Message description for when no one else is currently present */\n 'presence.no-one-else-description':\n 'Nodig mensen uit voor het project om hun online status te zien.',\n /** Message title for when no one else is currently present */\n 'presence.no-one-else-title': 'Er is niemand anders hier',\n /** Message for when a user is not in a document (displayed in the global presence menu) */\n 'presence.not-in-a-document': 'Niet in een document',\n /** Tooltip content text for presence menu button */\n 'presence.tooltip-content': 'Wie is hier',\n\n /** Fallback title shown when a preview does not provide a title */\n 'preview.default.title-fallback': 'Zonder titel',\n /** Fallback preview value for types that have \"no value\" (eg null, undefined) */\n 'preview.fallback.no-value': '(geen waarde)',\n /** Alternative text for image being shown while image is being uploaded, in previews */\n 'preview.image.file-is-being-uploaded.alt-text': 'De afbeelding die momenteel wordt geüpload',\n\n /* Relative time, just now */\n 'relative-time.just-now': 'zojuist',\n\n /** Action message to add document to new release */\n 'release.action.add-to-new-release': 'Toevoegen aan release',\n /** Action message to add document to release */\n 'release.action.add-to-release': 'Toevoegen aan {{title}}',\n /** Action message for when document is already in release */\n 'release.action.already-in-release': 'Al in release {{title}}',\n /** Action message for when you click to view all versions you can copy the current document to */\n 'release.action.copy-to': 'Kopieer versie naar',\n /** Action message for creating new releases */\n 'release.action.create-new': 'Nieuwe release',\n /** Action message for when document is already in release */\n 'release.action.discard-version': 'Versie verwijderen',\n /** Description for toast when version discarding failed */\n 'release.action.discard-version.failure': 'Mislukt om versie te verwijderen',\n /** Action message for when a new release is created off an existing version, draft or published document */\n 'release.action.new-release': 'Nieuwe Release',\n /** Tooltip message for not having permissions for creating new releases */\n 'release.action.permission.error': 'U heeft geen toestemming om deze actie uit te voeren',\n /** Error message for when a version is set to be unpublished */\n 'release.action.unpublish-version.failure':\n 'Mislukt om versie in te stellen om niet gepubliceerd te worden bij release',\n /** Action message for when a version is set to be unpublished successfully */\n 'release.action.unpublish-version.success':\n 'Succesvol ingesteld dat <strong>{{title}}</strong> niet gepubliceerd wordt bij release',\n /** Action message for when the view release is pressed */\n 'release.action.view-release': 'Bekijk release',\n /** Label for banner when release is scheduled */\n 'release.banner.scheduled-for-publishing-on': 'Gepland voor publicatie op {{date}}',\n /** Label for Draft chip in document header */\n 'release.chip.draft': 'Concept',\n /** Label for Draft chip in global header */\n 'release.chip.global.drafts': 'Concepten',\n /** Label for Published chip in document header */\n 'release.chip.published': 'Gepubliceerd',\n /** Label for tooltip in chip when document is in an archived release */\n 'release.chip.tooltip.archived': undefined, // 'This release is archived and cannot be edited.'\n /** Label for tooltip in chip with the created date */\n 'release.chip.tooltip.created-date': 'Gecreëerd {{date}}',\n /** Label for tooltip in draft chip when it's a live edit document */\n 'release.chip.tooltip.draft-disabled.live-edit':\n 'Dit document is in live bewerkingsmodus, concepten zijn uitgeschakeld',\n /** Label for tooltip in chip with the lasted edited date */\n 'release.chip.tooltip.edited-date': 'Bewerkt {{date}}',\n /** Label for tooltip in chip when document is intended for a future release that hasn't been scheduled */\n 'release.chip.tooltip.intended-for-date': 'Bedoeld voor {{date}}',\n /** Label for tooltip in chip when there is no recent draft edits */\n 'release.chip.tooltip.no-edits': 'Geen bewerkingen',\n /** Label for tooltip in chip when document isn't published */\n 'release.chip.tooltip.not-published': 'Niet gepubliceerd',\n /** Label for tooltip in chip with the published date */\n 'release.chip.tooltip.published-date': 'Gepubliceerd {{date}}',\n /** Label for tooltip in chip when document is in a release that has been scheduled */\n 'release.chip.tooltip.scheduled-for-date': 'Gepland voor {{date}}',\n /** Label for tooltip in scheduled chip without a known date */\n 'release.chip.tooltip.unknown-date': 'Onbekende datum',\n /** Label for tooltip on deleted release */\n 'release.deleted-tooltip': 'Deze release is verwijderd',\n /** Title for copying version to a new release dialog */\n 'release.dialog.copy-to-release.title': 'Versie kopiëren naar nieuwe release',\n /** Title for action create a release */\n 'release.dialog.create.confirm': undefined, // 'Create release'\n /** Title for creating releases dialog */\n 'release.dialog.create.title': 'Nieuwe release',\n /** Label for description in tooltip to explain release types */\n 'release.dialog.tooltip.description':\n 'De beoogde uitgavetijd wordt gebruikt om betere previews te maken en aanwijzingen te geven of documenten conflicteren.',\n /** Label for noting that a release time is not final */\n 'release.dialog.tooltip.note': 'Je kunt het altijd later wijzigen.',\n /** Title for tooltip to explain release time */\n 'release.dialog.tooltip.title': 'Geschatte tijd van uitgave',\n /** The placeholder text when the release doesn't have a description */\n 'release.form.placeholder-describe-release': 'Beschrijf de release…',\n /** Tooltip for button to hide release visibility */\n 'release.layer.hide': 'Release verbergen',\n /** Label for draft perspective in navbar */\n 'release.navbar.drafts': 'Concepten',\n /** Label for published releases in navbar */\n 'release.navbar.published': 'Gepubliceerd',\n /** Tooltip for releases navigation in navbar */\n 'release.navbar.tooltip': 'Releases',\n /** The placeholder text when the release doesn't have a title */\n 'release.placeholder-untitled-release': 'Naamloze release',\n /** The toast description that will be shown when the user has a release perspective which is now archived */\n 'release.toast.archived-release.description': undefined, // 'This release has been unpinned'\n /** The toast title that will be shown when the user has a release perspective which is now archived */\n 'release.toast.archived-release.title': \"De '{{title}}' release is gearchiveerd\",\n /** The toast title that will be shown the creating a release fails */\n 'release.toast.create-release-error.title': 'Aanmaken van release mislukt',\n /**The toast title that will be shown when the user has a release perspective which is now deleted */\n 'release.toast.not-found-release.title': \"De release '{{title}}' kon niet worden gevonden\",\n /** The toast description that will be shown when the user has a release perspective which is now published */\n 'release.toast.published-release.description': undefined, // 'This release has been unpinned'\n /** The toast title that will be shown when the user has a release perspective which is now deleted */\n 'release.toast.published-release.title': undefined, // 'The \\'{{title}}\\' release was published'\n /** Label for when a version of a document has already been added to the release */\n 'release.tooltip.already-added': 'Een versie van dit document is al toegevoegd',\n /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */\n 'release.tooltip.locked':\n 'Deze release is gepland. Annuleer de planning om meer documenten toe te voegen.',\n /** Label for the release type 'as soon as possible' */\n 'release.type.asap': 'Zo snel mogelijk',\n /** Label for the release type 'at time', meaning it's a release with a scheduled date */\n 'release.type.scheduled': 'Op tijd',\n /** Label for the release type 'undecided' */\n 'release.type.undecided': 'Onbeslist',\n /** Tooltip for the dropdown to show all versions of document */\n 'release.version-list.tooltip': 'Bekijk alle documentversies',\n\n /** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */\n 'search.action-open-aria-label': 'Zoeken openen',\n /** Action label for adding a search filter */\n 'search.action.add-filter': 'Filter toevoegen',\n /** Action label for clearing search filters */\n 'search.action.clear-filters': 'Filters wissen',\n /** Label for action to clear recent searches */\n 'search.action.clear-recent-searches': 'Recente zoekopdrachten wissen',\n /** Accessibility label for action to clear all currently applied document type filters */\n 'search.action.clear-type-filters-aria-label': 'Aangevinkte filters wissen',\n /** Label for action to clear all currently applied document type filters */\n 'search.action.clear-type-filters-label': 'Wissen',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to close the search */\n 'search.action.close-search-aria-label': 'Zoeken sluiten',\n /** Accessibility label for filtering by document type */\n 'search.action.filter-by-document-type-aria-label': 'Filteren op documenttype',\n /** Accessibility action label for removing an already applied search filter */\n 'search.action.remove-filter-aria-label': 'Filter verwijderen',\n /**\n * Text displayed when either no document type(s) have been selected, or we need a fallback,\n * eg \"Search for all types\".\n */\n 'search.action.search-all-types': 'Zoek alle documenten',\n /**\n * Text displayed when we are able to determine one or more document types that will be used for\n * searching, and can fit within the space assigned by the design.\n */\n 'search.action.search-specific-types': 'Zoeken naar {{types, list}}',\n /** Dialog title for action to select an asset of unknown type */\n 'search.action.select-asset': 'Selecteer asset',\n /** Dialog title for action to select a file asset */\n 'search.action.select-asset_file': 'Selecteer bestand',\n /** Dialog title for action to select an image asset */\n 'search.action.select-asset_image': 'Selecteer afbeelding',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to hide filters */\n 'search.action.toggle-filters-aria-label_hide': 'Verberg filters',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to show filters */\n 'search.action.toggle-filters-aria-label_show': 'Toon filters',\n /** Label for when the search is full screen (on narrow screens) and you want to hide filters */\n 'search.action.toggle-filters-label_hide': 'Filters verbergen',\n /** Label for when the search is full screen (on narrow screens) and you want to show filters */\n 'search.action.toggle-filters-label_show': 'Filters tonen',\n /** Tooltip text for the global search button */\n 'search.button.tooltip': 'Zoeken',\n /**\n * A list of provided types (use `list` formatter preferably).\n */\n 'search.document-type-list': '{{types, list}}',\n /**\n * In the context of a list of document types - no filtering selection has been done,\n * thus the default is \"all types\".\n */\n 'search.document-type-list-all-types': 'Alle typen',\n /** Accessibility label for list displaying the available document types */\n 'search.document-types-aria-label': 'Documenttypen',\n /** Label for when no document types matching the filter are found */\n 'search.document-types-no-matches-found': 'Geen overeenkomsten voor {{filter}}',\n /** Description for error when a filter cannot be displayed, describes that you should check the schema */\n 'search.error.display-filter-description':\n 'Dit kan duiden op ongeldige opties gedefinieerd in uw schema.',\n /** Title for error when a filter cannot be displayed (mainly a developer-oriented error) */\n 'search.error.display-filter-title':\n 'Er is een fout opgetreden bij het weergeven van deze filter.',\n /** Description for error when no valid asset source is found, describes that you should check the the current studio config */\n 'search.error.no-valid-asset-source-check-config-description':\n 'Zorg ervoor dat het is ingeschakeld in uw studio configuratiebestand.',\n /** Description for error when no valid asset source is found, describes that only the default asset is supported */\n 'search.error.no-valid-asset-source-only-default-description':\n 'Momenteel wordt alleen de standaard asset bron ondersteund.',\n /** Title for error when no valid asset sources found */\n 'search.error.no-valid-asset-source-title': 'Geen geldige asset bronnen gevonden.',\n /** Helpful description for when search returned an error that we are not able to describe in detail */\n 'search.error.unspecified-error-help-description':\n 'Probeer het opnieuw of controleer uw verbinding',\n /** Title label for when search returned an error that we are not able to describe in detail */\n 'search.error.unspecified-error-title': 'Er is iets misgegaan tijdens het zoeken',\n /**\n * Label for \"All fields\", a label that appears above the list of available fields when filtering.\n * If one or more document type has been chosen as filter, this label is replaced with a group of\n * fields per selected document type\n */\n 'search.filter-all-fields-header': 'Alle velden',\n /** Label for the action of changing from one file to a different file in asset search filter */\n 'search.filter-asset-change_file': 'Wijzig bestand',\n /** Label for the action of changing from one image to a different image in asset search filter */\n 'search.filter-asset-change_image': 'Wijzig afbeelding',\n /** Label for the action of clearing the currently selected asset in an image/file filter */\n 'search.filter-asset-clear': 'Wissen',\n /** Label for the action of selecting a file in asset search filter */\n 'search.filter-asset-select_file': 'Selecteer bestand',\n /** Label for the action of selecting an image in asset search filter */\n 'search.filter-asset-select_image': 'Selecteer afbeelding',\n /** Label for boolean filter - false */\n 'search.filter-boolean-false': 'Onwaar',\n /** Label for boolean filter - true */\n 'search.filter-boolean-true': 'Waar',\n /** Accessibility label for list that lets you filter fields by title, when adding a new filter in search */\n 'search.filter-by-title-aria-label': 'Filter op titel',\n /** Accessibility label for date filter input */\n 'search.filter-date-aria-label': 'Datum',\n /** Accessibility label for selecting end date on the date range search filter */\n 'search.filter-date-range-end-date-aria-label': 'Einddatum',\n /** Accessibility label for selecting start date on the date range search filter */\n 'search.filter-date-range-start-date-aria-label': 'Startdatum',\n /**\n * Label for \"Days\"/\"Months\"/\"Years\" when selecting it as unit in \"X days ago\" search filter.\n * Capitalized, as it would be listed in a dropdown.\n */\n 'search.filter-date-unit_days': 'Dagen',\n 'search.filter-date-unit_months': 'Maanden',\n 'search.filter-date-unit_years': 'Jaren',\n /** Accessibility label for selecting the unit (day/month/year) when adding \"X days ago\" search filter */\n 'search.filter-date-unit-aria-label': 'Selecteer eenheid',\n /** Accessibility label for the input value (days/months/years) when adding \"X days ago\" search filter */\n 'search.filter-date-value-aria-label': 'Waarde van eenheid',\n /** Label for \"field description\" shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-description': 'Veldbeschrijving',\n /** Label for \"field name\" shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-name': 'Veldnaam',\n /** Label for \"Used in document types\", a list of the document types a field appears in. Shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-used-in-document-types': 'Gebruikt in documenttypen',\n /** Label for when no fields/filters are found for the given term */\n 'search.filter-no-matches-found': 'Geen overeenkomsten voor {{filter}}',\n /** Placeholder value for maximum numeric value filter */\n 'search.filter-number-max-value-placeholder': 'Maximale waarde',\n /** Placeholder value for minimum numeric value filter */\n 'search.filter-number-min-value-placeholder': 'Minimale waarde',\n /** Placeholder value for the number filter */\n 'search.filter-number-value-placeholder': 'Waarde',\n /** Placeholder for the \"Filter\" input, when narrowing possible fields/filters */\n 'search.filter-placeholder': 'Filter',\n /** Label for the action of clearing the currently selected document in a reference filter */\n 'search.filter-reference-clear': 'Wissen',\n /**\n * Label for \"shared fields\", a label that appears above a list of fields that all filtered types\n * have in common, when adding a new filter. For instance, if \"book\" and \"employee\" both have a\n * \"title\" field, this field would be listed under \"shared fields\".\n * */\n 'search.filter-shared-fields-header': 'Gedeelde velden',\n /** Placeholder value for the string filter */\n 'search.filter-string-value-placeholder': 'Waarde',\n /** Label/placeholder prompting user to select one of the predefined, allowed values for a string field */\n 'search.filter-string-value-select-predefined-value': 'Selecteer…',\n /** Accessibility label for the \"Filters\" list, that is shown when using \"Add filter\" in search (singular) */\n 'search.filters-aria-label_one': 'Filter',\n /** Accessibility label for the \"Filters\" list, that is shown when using \"Add filter\" in search (plural) */\n 'search.filters-aria-label_other': 'Filters',\n /** Label for instructions on how to use the search - displayed when no recent searches are available */\n 'search.instructions': 'Gebruik <ControlsIcon/> om uw zoekopdracht te verfijnen',\n /** Helpful description for when no search results are found */\n 'search.no-results-help-description': 'Probeer een ander trefwoord of pas uw filters aan',\n /** Title label for when no search results are found */\n 'search.no-results-title': 'Geen resultaten gevonden',\n /**\n * Individual search operators.\n *\n * The `name` variant is the form we use when the user is building a query, and selecting from a\n * list of available operators for a field. Keep in mind that since the user knows what the field\n * represents, we do not need to contextualize too much, and that the user may not be a developer\n * eg prefer \"quantity is\" over \"array has length\". Additionally, (if applicable in language) use\n * lowercased names.\n *\n * The `description` variant is the form shown once the filter has enough information to apply,\n * and is shown in the list of applied filters. It is passed components that _should_ be used to\n * compose the filter string, and to format them correctly:\n *\n * `<Field/>` - eg \"Bird species\", \"Category\", \"Date of birth\"\n * `<Operator>operator text</Operator>` - eg \"has ≤\", \"includes\", \"is\"\n * `<Value>{{value}}</Value>` - eg \"Hawk\", \"Sparrow\", \"Eagle\"\n *\n * Where applicable, a `count` is passed, allowing you to pluralize where needed, by using\n * suffixes such as `_zero`, `_one`, `_other` etc.\n *\n * Prefer (reasonable) brevity since many filters may be applied. For instance:\n * `<Field/> has ≤ <Value/>` may be better than\n * `<Field/> has less than or equal to <Value/>`\n **/\n /* Array should have a count the given filter value */\n 'search.operator.array-count-equal.description_one':\n '<Field/> <Operator>heeft</Operator> <Value>{{count}} item</Value>',\n 'search.operator.array-count-equal.description_other':\n '<Field/> <Operator>heeft</Operator> <Value>{{count}} items</Value>',\n 'search.operator.array-count-equal.name': 'hoeveelheid is',\n /* Array should have a count greater than given filter value */\n 'search.operator.array-count-gt.description_one':\n '<Field/> <Operator>heeft ></Operator> <Value>{{count}} item</Value>',\n 'search.operator.array-count-gt.description_other':\n '<Field/> <Operator>heeft ></Operator> <Value>{{count}} items</Value>',\n 'search.operator.array-count-gt.name': 'hoeveelheid groter dan',\n /* Array should have a count greater than or equal to the given filter value */\n 'search.operator.array-count-gte.description_one':\n '<Field/> <Operator>heeft ≥</Operator> <Value>{{count}} item</Value>',\n 'search.operator.array-count-gte.description_other':\n '<Field/> <Operator>heeft ≥</Operator> <Value>{{count}} items</Value>',\n 'search.operator.array-count-gte.name': 'hoeveelheid groter dan of gelijk aan',\n /* Array should have a count less than given filter value */\n 'search.operator.array-count-lt.description_one':\n '<Field/> <Operator>heeft <</Operator> <Value>{{count}} item</Value>',\n 'search.operator.array-count-lt.description_other':\n '<Field/> <Operator>heeft <</Operator> <Value>{{count}} items</Value>',\n 'search.operator.array-count-lt.name': 'hoeveelheid minder dan',\n /* Array should have a count less than or equal to the given filter value */\n 'search.operator.array-count-lte.description_one':\n '<Field/> <Operator>heeft ≤</Operator> <Value>{{count}} item</Value>',\n 'search.operator.array-count-lte.description_other':\n '<Field/> <Operator>heeft ≤</Operator> <Value>{{count}} items</Value>',\n 'search.operator.array-count-lte.name': 'hoeveelheid minder dan of gelijk aan',\n /* Array should have a count that is not equal to the given filter value */\n 'search.operator.array-count-not-equal.description_one':\n '<Field/> <Operator>heeft niet</Operator> <Value>{{count}} item</Value>',\n 'search.operator.array-count-not-equal.description_other':\n '<Field/> <Operator>heeft niet</Operator> <Value>{{count}} items</Value>',\n 'search.operator.array-count-not-equal.name': 'hoeveelheid is niet',\n /**\n * Array should have a count within the range of given filter values.\n * Gets passed `{{from}}` and `{{to}}` values.\n **/\n 'search.operator.array-count-range.description':\n '<Field/> <Operator>heeft tussen</Operator> <Value>{{from}} → {{to}} items</Value>',\n 'search.operator.array-count-range.name': 'hoeveelheid ligt tussen',\n /* Array should include the given value */\n 'search.operator.array-list-includes.description':\n '<Field/> <Operator>bevat</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-list-includes.name': 'bevat',\n /* Array should not include the given value */\n 'search.operator.array-list-not-includes.description':\n '<Field/> <Operator>bevat niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-list-not-includes.name': 'bevat niet',\n /* Array should include the given reference */\n 'search.operator.array-reference-includes.description':\n '<Field/> <Operator>bevat</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-reference-includes.name': 'bevat',\n /* Array should not include the given reference */\n 'search.operator.array-reference-not-includes.description':\n '<Field/> <Operator>bevat niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-reference-not-includes.name': 'bevat niet',\n /* Asset (file) should be the selected asset */\n 'search.operator.asset-file-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-file-equal.name': 'is',\n /* Asset (file) should not be the selected asset */\n 'search.operator.asset-file-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-file-not-equal.name': 'is niet',\n /* Asset (image) should be the selected asset */\n 'search.operator.asset-image-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-image-equal.name': 'is',\n /* Asset (image) should not be the selected asset */\n 'search.operator.asset-image-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-image-not-equal.name': 'is niet',\n /**\n * Boolean value should be the given filter value (true/false).\n * Context passed is `true` and `false`, allowing for more specific translations:\n * - `search.operator.boolean-equal.description_true`\n * - `search.operator.boolean-equal.description_false`\n */\n 'search.operator.boolean-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.boolean-equal.name': 'is',\n /* Date should be after (later than) given filter value */\n 'search.operator.date-after.description':\n '<Field/> <Operator>is na</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-after.name': 'na',\n /* Date should be before (earlier than) given filter value */\n 'search.operator.date-before.description':\n '<Field/> <Operator>is voor</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-before.name': 'voor',\n /* Date should be the given filter value */\n 'search.operator.date-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-equal.name': 'is',\n /* Date should be within the given filter value range (eg \"within the last X days\") */\n 'search.operator.date-last.description':\n '<Field/> <Operator>is in de laatste</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-last.name': 'laatste',\n /* Date should not be the given filter value */\n 'search.operator.date-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-not-equal.name': 'is niet',\n /* Date should be within the range of given filter values */\n 'search.operator.date-range.description': '<Field/> <Operator>ligt tussen</Operator> <Value/>',\n 'search.operator.date-range.name': 'is tussen',\n /* Date and time should be after (later than) given filter value */\n 'search.operator.date-time-after.description':\n '<Field/> <Operator>is na</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-after.name': 'na',\n /* Date and time should be before (earlier than) given filter value */\n 'search.operator.date-time-before.description':\n '<Field/> <Operator>is voor</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-before.name': 'voor',\n /* Date and time should be the given filter value */\n 'search.operator.date-time-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-equal.name': 'is',\n /* Date and time should be within the given filter value range (eg \"within the last X days\") */\n 'search.operator.date-time-last.description':\n '<Field/> <Operator>is in de laatste</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-last.name': 'laatste',\n /* Date and time should not be the given filter value */\n 'search.operator.date-time-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-not-equal.name': 'is niet',\n /* Date and time should be within the range of given filter values */\n 'search.operator.date-time-range.description': '<Field/> <Operator>is tussen</Operator> <Value/>',\n 'search.operator.date-time-range.name': 'is tussen',\n /* Value should be defined */\n 'search.operator.defined.description':\n '<Field/> <Operator>is</Operator> <Value>niet leeg</Value>',\n 'search.operator.defined.name': 'niet leeg',\n /* Value should not be defined */\n 'search.operator.not-defined.description': '<Field/> <Operator>is</Operator> <Value>leeg</Value>',\n 'search.operator.not-defined.name': 'leeg',\n /* Number should be the given filter value */\n 'search.operator.number-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-equal.name': 'is',\n /* Number should be greater than given filter value */\n 'search.operator.number-gt.description':\n '<Field/> <Operator>></Operator> <Value>{{value}}</Value>',\n 'search.operator.number-gt.name': 'groter dan',\n /* Number should be greater than or the given filter value */\n 'search.operator.number-gte.description':\n '<Field/> <Operator>≥</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-gte.name': 'groter dan of gelijk aan',\n /* Number should be less than given filter value */\n 'search.operator.number-lt.description':\n '<Field/> <Operator><</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-lt.name': 'minder dan',\n /* Number should be less than or the given filter value */\n 'search.operator.number-lte.description':\n '<Field/> <Operator>≤</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-lte.name': 'minder dan of gelijk aan',\n /* Number should not be the given filter value */\n 'search.operator.number-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-not-equal.name': 'is niet',\n /* Number should be within the range of given filter values */\n 'search.operator.number-range.description':\n '<Field/> <Operator>ligt tussen</Operator> <Value>{{from}} → {{to}}</Value>',\n 'search.operator.number-range.name': 'ligt tussen',\n /* Portable Text should contain the given filter value */\n 'search.operator.portable-text-contains.description':\n '<Field/> <Operator>bevat</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-contains.name': 'bevat',\n /* Portable Text should be the given filter value */\n 'search.operator.portable-text-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-equal.name': 'is',\n /* Portable Text should not contain the given filter value */\n 'search.operator.portable-text-not-contains.description':\n '<Field/> <Operator>bevat niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-not-contains.name': 'bevat niet',\n /* Portable Text should not be the given filter value */\n 'search.operator.portable-text-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-not-equal.name': 'is niet',\n /* References the given asset (file) */\n 'search.operator.reference-asset-file.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-asset-file.name': 'bestand',\n /* References the given asset (image) */\n 'search.operator.reference-asset-image.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-asset-image.name': 'afbeelding',\n /* References the given document */\n 'search.operator.reference-document.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-document.name': 'document',\n /* Reference should be the given document */\n 'search.operator.reference-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-equal.name': 'is',\n /* Reference should not be the given document */\n 'search.operator.reference-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-not-equal.name': 'is niet',\n /* Slug contains the given value */\n 'search.operator.slug-contains.description':\n '<Field/> <Operator>bevat</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-contains.name': 'bevat',\n /* Slug equals the given filter value */\n 'search.operator.slug-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-equal.name': 'is',\n /* Slug does not contain the given value */\n 'search.operator.slug-not-contains.description':\n '<Field/> <Operator>bevat niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-not-contains.name': 'bevat niet',\n /* Slug does not equal the given filter value */\n 'search.operator.slug-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-not-equal.name': 'is niet',\n /* String contains the given filter value */\n 'search.operator.string-contains.description':\n '<Field/> <Operator>bevat</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-contains.name': 'bevat',\n /* String equals the given filter value */\n 'search.operator.string-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-equal.name': 'is',\n /* String equals one of the predefined allowed values */\n 'search.operator.string-list-equal.description':\n '<Field/> <Operator>is</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-list-equal.name': 'is',\n /* String does not equal one of the predefined allowed values */\n 'search.operator.string-list-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-list-not-equal.name': 'is niet',\n /* String does not contain the given filter value */\n 'search.operator.string-not-contains.description':\n '<Field/> <Operator>bevat niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-not-contains.name': 'bevat niet',\n /* String does not equal the given filter value */\n 'search.operator.string-not-equal.description':\n '<Field/> <Operator>is niet</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-not-equal.name': 'is niet',\n /** Label for the \"Best match\" search ordering type */\n 'search.ordering.best-match-label': 'Beste overeenkomst',\n /** Label for the \"Created: Oldest first\" search ordering type */\n 'search.ordering.created-ascending-label': 'Aangemaakt: Oudste eerst',\n /** Label for the \"Created: Newest first\" search ordering type */\n 'search.ordering.created-descending-label': 'Aangemaakt: Nieuwste eerst',\n /** Label for the \"Updated: Oldest first\" search ordering type */\n 'search.ordering.updated-ascending-label': 'Bijgewerkt: Oudste eerst',\n /** Label for the \"Updated: Newest first\" search ordering type */\n 'search.ordering.updated-descending-label': 'Bijgewerkt: Nieuwste eerst',\n /** Placeholder text for the global search input field */\n 'search.placeholder': 'Zoeken',\n /** Accessibility label for the recent searches section, shown when no valid search terms has been given */\n 'search.recent-searches-aria-label': 'Recente zoekopdrachten',\n /** Label/heading shown for the recent searches section */\n 'search.recent-searches-label': 'Recente zoekopdrachten',\n /** Accessibility label for the search results section, shown when the user has typed valid terms */\n 'search.search-results-aria-label': 'Zoekresultaten',\n\n /** Label for the edit columns button to change field visibility in sheet list */\n 'sheet-list.edit-columns': 'Kolommen bewerken',\n /** Label for the header menu option to hide a field from the sheet list */\n 'sheet-list.hide-field': 'Verwijderen uit tabel',\n /** Label for reset column visibilities button */\n 'sheet-list.reset-columns': 'Kolommen resetten',\n /** Title for the edit columns menu */\n 'sheet-list.select-fields': 'Selecteer tot 5 veldtypes',\n\n /** Accessibility label for the navbar status button */\n 'status-button.aria-label': 'Configuratiestatus',\n\n /** Title for the changes tooltip in the history inspector*/\n 'timeline.changes.title': 'Wijzigingen door',\n /** Description for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-description':\n 'Documentgeschiedenistransacties zijn niet beïnvloed.',\n /** Title for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-title':\n 'Er is een fout opgetreden bij het ophalen van documentwijzigingen.',\n /** Description for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-version-description':\n 'Schakel de events API in via de Studio-configuratie om de documentgeschiedenis te bekijken.',\n /** Title for error when the timeline for the given version document can't be loaded */\n 'timeline.error.load-document-changes-version-title':\n 'Versie documentgeschiedenis is alleen beschikbaar via de Events API.',\n /** Error description for when the document doesn't have history */\n 'timeline.error.no-document-history-description':\n 'Wanneer u de inhoud van het document wijzigt, zullen de documentversies in dit menu verschijnen.',\n /** Error title for when the document doesn't have history */\n 'timeline.error.no-document-history-title': 'Geen documentgeschiedenis',\n /** Error prompt when revision cannot be loaded */\n 'timeline.error.unable-to-load-revision': 'Kan revisie niet laden',\n /** Label for when the timeline item is the latest in the history */\n 'timeline.latest': 'Laatste',\n /** Label for latest revision for timeline menu dropdown */\n 'timeline.latest-revision': 'Laatste revisie',\n /**\n * Label for latest revision for timeline menu dropdown\n * @deprecated as of `v3.47.0` `timeline.latest-revision` should be used instead. Note: _usage_ of this key is deprecated, but Studios on `< v3.47.0` still require this key to be _defined_\n * */\n 'timeline.latest-version': 'Laatste versie',\n /** The aria-label for the list of revisions in the timeline */\n 'timeline.list.aria-label': 'Documentrevisies',\n /** Label for loading history */\n 'timeline.loading-history': 'Geschiedenis laden…',\n /* Label for when no previous since events are available*/\n 'timeline.no-previous-events': 'Geen eerdere gebeurtenissen',\n /** Label shown in review changes timeline when a document has been created */\n 'timeline.operation.created': 'Gemaakt',\n /** Label shown in review changes timeline when a document has been created, with a timestamp */\n 'timeline.operation.created_timestamp': 'Gemaakt: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was initially created */\n 'timeline.operation.created-initial': 'Gemaakt',\n /** Label shown in review changes timeline when a document was initially created, with a timestamp */\n 'timeline.operation.created-initial_timestamp': 'Gemaakt: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document has been deleted */\n 'timeline.operation.deleted': 'Verwijderd',\n /** Label shown in review changes timeline when a document has been deleted, with a timestamp */\n 'timeline.operation.deleted_timestamp': 'Verwijderd: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a draft has been discarded */\n 'timeline.operation.draft-discarded': 'Concept verworpen',\n /** Label shown in review changes timeline when a draft has been discarded, with a timestamp */\n 'timeline.operation.draft-discarded_timestamp': 'Concept verworpen: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a draft has been edited */\n 'timeline.operation.edited-draft': 'Bewerkt',\n /** Label shown in review changes timeline when a draft has been edited, with a timestamp */\n 'timeline.operation.edited-draft_timestamp': 'Bewerkt: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document has been edited live */\n 'timeline.operation.edited-live': 'Live bewerkt',\n /** Label shown in review changes timeline when a document has been edited live, with a timestamp */\n 'timeline.operation.edited-live_timestamp': 'Live bewerkt: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was published */\n 'timeline.operation.published': 'Gepubliceerd',\n /** Label shown in review changes timeline when a document was published, with a timestamp */\n 'timeline.operation.published_timestamp': 'Gepubliceerd: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was unpublished */\n 'timeline.operation.unpublished': 'Niet gepubliceerd',\n /** Label shown in review changes timeline when a document was unpublished, with a timestamp */\n 'timeline.operation.unpublished_timestamp': 'Niet gepubliceerd: {{timestamp, datetime}}',\n /**\n * Label for determining since which version the changes for timeline menu dropdown are showing.\n * Receives the time label as a parameter (`timestamp`).\n */\n 'timeline.since': 'Sinds: {{timestamp, datetime}}',\n /** Label for missing change version for timeline menu dropdown are showing */\n 'timeline.since-version-missing': 'Sinds: onbekende versie',\n\n /** Aria label for the action buttons in the PTE toolbar */\n 'toolbar.portable-text.action-button-aria-label': '{{action}}',\n\n /** Accessibility label for the breadcrumb menu */\n 'tree-editing-dialog.breadcrumbs.menu': 'Broodkruimelmenu',\n /** Title placeholder for search input in array of objects */\n 'tree-editing-dialog.search-placeholder': 'Zoeken',\n /** Menu aria label for the search menu */\n 'tree-editing-dialog.search.menu-label': 'Zoekmenu',\n /** Title label for when no search results are found on the tree of objects */\n 'tree-editing-dialog.search.no-results-title': 'Geen resultaten gevonden',\n /** Label to close the sidebar */\n 'tree-editing-dialog.sidebar.action.close': 'Zijbalk sluiten',\n /** Collapse label the menu item in the sidebar */\n 'tree-editing-dialog.sidebar.action.collapse': 'Inklappen',\n /** Label to close the dialog */\n 'tree-editing-dialog.sidebar.action.done': 'Klaar',\n /** Exapnd label the menu item in the sidebar */\n 'tree-editing-dialog.sidebar.action.expand': 'Uitklappen',\n /** Label to open the sidebar */\n 'tree-editing-dialog.sidebar.action.open': 'Zijbalk openen',\n\n /** Label for button showing the free trial days left */\n 'user-menu.action.free-trial_one': '{{count}} dag over in proefperiode',\n 'user-menu.action.free-trial_other': '{{count}} dagen over in proefperiode',\n /** Label for the button showed after trial ended */\n 'user-menu.action.free-trial-finished': 'Upgrade van gratis',\n /** Label for action to invite members to the current sanity project */\n 'user-menu.action.invite-members': 'Leden uitnodigen',\n /** Accessibility label for action to invite members to the current sanity project */\n 'user-menu.action.invite-members-aria-label': 'Leden uitnodigen',\n /** Label for action to manage the current sanity project */\n 'user-menu.action.manage-project': 'Project beheren',\n /** Accessibility label for the action to manage the current project */\n 'user-menu.action.manage-project-aria-label': 'Project beheren',\n /** Tooltip helper text when portable text annotation is disabled for empty block*/\n 'user-menu.action.portable-text.annotation-disabled_empty-block':\n 'Kan {{name}} niet toepassen op leeg blok',\n /** Tooltip helper text when portable text annotation is disabled for multiple blocks */\n 'user-menu.action.portable-text.annotation-disabled_multiple-blocks':\n 'Kan {{name}} niet toepassen op meerdere blokken',\n /** Label for action to sign out of the current sanity project */\n 'user-menu.action.sign-out': 'Uitloggen',\n /** Title for appearance section for the current studio (dark / light / system scheme) */\n 'user-menu.appearance-title': 'Uiterlijk',\n /** Label for close menu button for user menu */\n 'user-menu.close-menu': 'Menu sluiten',\n /** Description for using the \"dark theme\" in the appearance user menu */\n 'user-menu.color-scheme.dark-description': 'Gebruik donker uiterlijk',\n /** Title for using the \"dark theme\" in the appearance user menu */\n 'user-menu.color-scheme.dark-title': 'Donker',\n /** Description for using the \"light theme\" in the appearance user menu */\n 'user-menu.color-scheme.light-description': 'Gebruik licht uiterlijk',\n /** Title for using the \"light theme\" in the appearance user menu */\n 'user-menu.color-scheme.light-title': 'Licht',\n /** Description for using \"system apparence\" in the appearance user menu */\n 'user-menu.color-scheme.system-description': 'Gebruik systeemuiterlijk',\n /** Title for using system apparence in the appearance user menu */\n 'user-menu.color-scheme.system-title': 'Systeem',\n /** Title for locale section for the current studio */\n 'user-menu.locale-title': 'Taal',\n /** Label for tooltip to show which provider the currently logged in user is using */\n 'user-menu.login-provider': 'Ingelogd met {{providerTitle}}',\n /** Label for open menu button for user menu */\n 'user-menu.open-menu': 'Menu openen',\n\n /**\n * Label for action to add a workspace (currently a developer-oriented action, as this will\n * lead to the documentation on workspace configuration)\n */\n 'workspaces.action.add-workspace': 'Werkruimte toevoegen',\n /**\n * Label for action to choose a different workspace, in the case where you are not logged in,\n * have selected a workspace, and are faced with the authentication options for the selected\n * workspace. In other words, label for the action shown when you have reconsidered which\n * workspace to authenticate in.\n */\n 'workspaces.action.choose-another-workspace': 'Kies een andere werkruimte',\n /** Label for heading that indicates that you can choose your workspace */\n 'workspaces.choose-your-workspace-label': 'Kies uw werkruimte',\n /** Label for the workspace menu */\n 'workspaces.select-workspace-aria-label': 'Selecteer werkruimte',\n /** Button label for opening the workspace switcher */\n 'workspaces.select-workspace-label': 'Selecteer werkruimte',\n /** Tooltip for the workspace menu */\n 'workspaces.select-workspace-tooltip': 'Werkruimte selecteren',\n /** Title for Workplaces dropdown menu */\n 'workspaces.title': 'Werkruimtes',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|